Skip to content

Instantly share code, notes, and snippets.

@pcantrell
Created June 17, 2017 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcantrell/9f61045d7d7c8d18eeec8ebbef6cd8f8 to your computer and use it in GitHub Desktop.
Save pcantrell/9f61045d7d7c8d18eeec8ebbef6cd8f8 to your computer and use it in GitHub Desktop.
project_cache/Chatto/ChattoAdditions/Source/Chat Items/TextMessages/Views/TextMessageCollectionViewCellDefaultStyle.swift: case let .template(isIncoming: isIncoming, showsTail: showsTail):
project_cache/Chatto/ChattoAdditions/Source/Chat Items/TextMessages/Views/TextMessageCollectionViewCellDefaultStyle.swift: case let .normal(isIncoming: isIncoming, status: status, showsTail: showsTail, isSelected: isSelected):
project_cache/Lark/Sources/CodeGenerator/Generator.swift: case let .list(itemType: itemType): hierarchy.insertEdge((.type(type.name!), .type(itemType)))
project_cache/Lark/Sources/CodeGenerator/WebServiceDescription+verify.swift: case let .list(itemType: itemType): return [Edge(from: from, to: .type(itemType))]
project_cache/ProcedureKit/Sources/ProcedureKit/Repeat.swift: case let .random(minimum: min, maximum: max):
project_cache/ProcedureKit/Sources/ProcedureKit/Repeat.swift: case let .incrementing(initial: initial, increment: increment):
project_cache/ProcedureKit/Sources/ProcedureKit/Repeat.swift: case let .fibonacci(period: period, maximum: max):
project_cache/ProcedureKit/Sources/ProcedureKit/Repeat.swift: case let .exponential(power: power, period: period, maximum: max):
project_cache/R.swift/Sources/RswiftCore/SwiftTypes/CodeGenerators/TypePrinter.swift: if case let .custom(name: moduleName) = type.module {
project_cache/R.swift/Sources/RswiftCore/SwiftTypes/Module.swift: case let .custom(name: name): return name.hashValue
project_cache/R.swift/Sources/RswiftCore/SwiftTypes/Module.swift: case let .custom(name: name): return name
project_cache/RxDataSources/Example/Example4_DifferentSectionAndItemTypes.swift: case let .ImageProvidableSection(title: title, items: _):
project_cache/SwiftLint/Source/SwiftLintFramework/Rules/SwitchCaseOnNewlineRule.swift: "case let .myCase(code: lhsErrorCode, description: _)\n where lhsErrorCode > 10:\n return false",
project_cache/vapor/Sources/Settings/Config.swift: case let .memory(name: name, config: config):
project_cache/vapor/Sources/Settings/Config.swift: case let .directory(root: root):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment