├── .gitignore ├── .gitmodules ├── document_alamofire └── after │ ├── docs │ ├── Classes.html │ ├── Classes │ │ ├── Adapter.html │ │ ├── AlamofireNotifications.html │ │ ├── AuthenticationInterceptor.html │ │ ├── AuthenticationInterceptor │ │ │ └── RefreshWindow.html │ │ ├── ClosureEventMonitor.html │ │ ├── CompositeEventMonitor.html │ │ ├── CompositeTrustEvaluator.html │ │ ├── ConnectionLostRetryPolicy.html │ │ ├── DataRequest.html │ │ ├── DataResponseSerializer.html │ │ ├── DataStreamRequest.html │ │ ├── DataStreamRequest │ │ │ ├── CancellationToken.html │ │ │ ├── Completion.html │ │ │ ├── Event.html │ │ │ └── Stream.html │ │ ├── DecodableResponseSerializer.html │ │ ├── DefaultTrustEvaluator.html │ │ ├── DisabledTrustEvaluator.html │ │ ├── DownloadRequest.html │ │ ├── DownloadRequest │ │ │ ├── Downloadable.html │ │ │ └── Options.html │ │ ├── Interceptor.html │ │ ├── JSONParameterEncoder.html │ │ ├── JSONResponseSerializer.html │ │ ├── MultipartFormData.html │ │ ├── NetworkReachabilityManager.html │ │ ├── NetworkReachabilityManager │ │ │ ├── NetworkReachabilityStatus.html │ │ │ └── NetworkReachabilityStatus │ │ │ │ └── ConnectionType.html │ │ ├── PinnedCertificatesTrustEvaluator.html │ │ ├── PublicKeysTrustEvaluator.html │ │ ├── Request.html │ │ ├── Request │ │ │ └── State.html │ │ ├── Retrier.html │ │ ├── RetryPolicy.html │ │ ├── RevocationTrustEvaluator.html │ │ ├── RevocationTrustEvaluator │ │ │ └── Options.html │ │ ├── ServerTrustManager.html │ │ ├── Session.html │ │ ├── SessionDelegate.html │ │ ├── StringResponseSerializer.html │ │ ├── URLEncodedFormEncoder.html │ │ ├── URLEncodedFormEncoder │ │ │ ├── ArrayEncoding.html │ │ │ ├── BoolEncoding.html │ │ │ ├── DataEncoding.html │ │ │ ├── DateEncoding.html │ │ │ ├── Error.html │ │ │ ├── KeyEncoding.html │ │ │ └── SpaceEncoding.html │ │ ├── URLEncodedFormParameterEncoder.html │ │ ├── URLEncodedFormParameterEncoder │ │ │ └── Destination.html │ │ ├── UploadRequest.html │ │ └── UploadRequest │ │ │ └── Uploadable.html │ ├── Enums.html │ ├── Enums │ │ ├── AFError.html │ │ ├── AFError │ │ │ ├── MultipartEncodingFailureReason.html │ │ │ ├── ParameterEncoderFailureReason.html │ │ │ ├── ParameterEncoderFailureReason │ │ │ │ └── RequiredComponent.html │ │ │ ├── ParameterEncodingFailureReason.html │ │ │ ├── ResponseSerializationFailureReason.html │ │ │ ├── ResponseValidationFailureReason.html │ │ │ ├── ServerTrustFailureReason.html │ │ │ ├── ServerTrustFailureReason │ │ │ │ └── Output.html │ │ │ ├── URLRequestValidationFailureReason.html │ │ │ └── UnexpectedInputStreamLength.html │ │ ├── AuthenticationError.html │ │ └── RetryResult.html │ ├── Extensions.html │ ├── Extensions │ │ ├── Array.html │ │ ├── CharacterSet.html │ │ ├── Error.html │ │ ├── HTTPURLResponse.html │ │ ├── Notification.html │ │ ├── String.html │ │ ├── URL.html │ │ ├── URLComponents.html │ │ ├── URLRequest.html │ │ └── URLSessionConfiguration.html │ ├── Global Variables.html │ ├── Protocols.html │ ├── Protocols │ │ ├── AlamofireExtended.html │ │ ├── AuthenticationCredential.html │ │ ├── Authenticator.html │ │ ├── CachedResponseHandler.html │ │ ├── DataDecoder.html │ │ ├── DataPreprocessor.html │ │ ├── DataResponseSerializerProtocol.html │ │ ├── DataStreamSerializer.html │ │ ├── DownloadResponseSerializerProtocol.html │ │ ├── EmptyResponse.html │ │ ├── EventMonitor.html │ │ ├── ParameterEncoder.html │ │ ├── ParameterEncoding.html │ │ ├── RedirectHandler.html │ │ ├── RequestAdapter.html │ │ ├── RequestDelegate.html │ │ ├── RequestInterceptor.html │ │ ├── RequestRetrier.html │ │ ├── ResponseSerializer.html │ │ ├── ServerTrustEvaluating.html │ │ ├── URLConvertible.html │ │ ├── URLRequestConvertible.html │ │ └── UploadableConvertible.html │ ├── Structs.html │ ├── Structs │ │ ├── AlamofireExtension.html │ │ ├── DataResponse.html │ │ ├── DataResponsePublisher.html │ │ ├── DecodableStreamSerializer.html │ │ ├── DownloadResponse.html │ │ ├── DownloadResponsePublisher.html │ │ ├── Empty.html │ │ ├── GoogleXSSIPreprocessor.html │ │ ├── HTTPHeader.html │ │ ├── HTTPHeaders.html │ │ ├── HTTPMethod.html │ │ ├── JSONEncoding.html │ │ ├── PassthroughPreprocessor.html │ │ ├── PassthroughStreamSerializer.html │ │ ├── Redirector.html │ │ ├── Redirector │ │ │ └── Behavior.html │ │ ├── ResponseCacher.html │ │ ├── ResponseCacher │ │ │ └── Behavior.html │ │ ├── StringStreamSerializer.html │ │ ├── URLEncoding.html │ │ ├── URLEncoding │ │ │ ├── ArrayEncoding.html │ │ │ ├── BoolEncoding.html │ │ │ └── Destination.html │ │ └── URLResponseSerializer.html │ ├── Typealiases.html │ ├── badge.svg │ ├── css │ │ ├── highlight.css │ │ └── jazzy.css │ ├── docsets │ │ ├── Alamofire.docset │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ ├── Documents │ │ │ │ ├── Classes.html │ │ │ │ ├── Classes │ │ │ │ │ ├── Adapter.html │ │ │ │ │ ├── AlamofireNotifications.html │ │ │ │ │ ├── AuthenticationInterceptor.html │ │ │ │ │ ├── AuthenticationInterceptor │ │ │ │ │ │ └── RefreshWindow.html │ │ │ │ │ ├── ClosureEventMonitor.html │ │ │ │ │ ├── CompositeEventMonitor.html │ │ │ │ │ ├── CompositeTrustEvaluator.html │ │ │ │ │ ├── ConnectionLostRetryPolicy.html │ │ │ │ │ ├── DataRequest.html │ │ │ │ │ ├── DataResponseSerializer.html │ │ │ │ │ ├── DataStreamRequest.html │ │ │ │ │ ├── DataStreamRequest │ │ │ │ │ │ ├── CancellationToken.html │ │ │ │ │ │ ├── Completion.html │ │ │ │ │ │ ├── Event.html │ │ │ │ │ │ └── Stream.html │ │ │ │ │ ├── DecodableResponseSerializer.html │ │ │ │ │ ├── DefaultTrustEvaluator.html │ │ │ │ │ ├── DisabledTrustEvaluator.html │ │ │ │ │ ├── DownloadRequest.html │ │ │ │ │ ├── DownloadRequest │ │ │ │ │ │ ├── Downloadable.html │ │ │ │ │ │ └── Options.html │ │ │ │ │ ├── Interceptor.html │ │ │ │ │ ├── JSONParameterEncoder.html │ │ │ │ │ ├── JSONResponseSerializer.html │ │ │ │ │ ├── MultipartFormData.html │ │ │ │ │ ├── NetworkReachabilityManager.html │ │ │ │ │ ├── NetworkReachabilityManager │ │ │ │ │ │ ├── NetworkReachabilityStatus.html │ │ │ │ │ │ └── NetworkReachabilityStatus │ │ │ │ │ │ │ └── ConnectionType.html │ │ │ │ │ ├── PinnedCertificatesTrustEvaluator.html │ │ │ │ │ ├── PublicKeysTrustEvaluator.html │ │ │ │ │ ├── Request.html │ │ │ │ │ ├── Request │ │ │ │ │ │ └── State.html │ │ │ │ │ ├── Retrier.html │ │ │ │ │ ├── RetryPolicy.html │ │ │ │ │ ├── RevocationTrustEvaluator.html │ │ │ │ │ ├── RevocationTrustEvaluator │ │ │ │ │ │ └── Options.html │ │ │ │ │ ├── ServerTrustManager.html │ │ │ │ │ ├── Session.html │ │ │ │ │ ├── SessionDelegate.html │ │ │ │ │ ├── StringResponseSerializer.html │ │ │ │ │ ├── URLEncodedFormEncoder.html │ │ │ │ │ ├── URLEncodedFormEncoder │ │ │ │ │ │ ├── ArrayEncoding.html │ │ │ │ │ │ ├── BoolEncoding.html │ │ │ │ │ │ ├── DataEncoding.html │ │ │ │ │ │ ├── DateEncoding.html │ │ │ │ │ │ ├── Error.html │ │ │ │ │ │ ├── KeyEncoding.html │ │ │ │ │ │ └── SpaceEncoding.html │ │ │ │ │ ├── URLEncodedFormParameterEncoder.html │ │ │ │ │ ├── URLEncodedFormParameterEncoder │ │ │ │ │ │ └── Destination.html │ │ │ │ │ ├── UploadRequest.html │ │ │ │ │ └── UploadRequest │ │ │ │ │ │ └── Uploadable.html │ │ │ │ ├── Enums.html │ │ │ │ ├── Enums │ │ │ │ │ ├── AFError.html │ │ │ │ │ ├── AFError │ │ │ │ │ │ ├── MultipartEncodingFailureReason.html │ │ │ │ │ │ ├── ParameterEncoderFailureReason.html │ │ │ │ │ │ ├── ParameterEncoderFailureReason │ │ │ │ │ │ │ └── RequiredComponent.html │ │ │ │ │ │ ├── ParameterEncodingFailureReason.html │ │ │ │ │ │ ├── ResponseSerializationFailureReason.html │ │ │ │ │ │ ├── ResponseValidationFailureReason.html │ │ │ │ │ │ ├── ServerTrustFailureReason.html │ │ │ │ │ │ ├── ServerTrustFailureReason │ │ │ │ │ │ │ └── Output.html │ │ │ │ │ │ ├── URLRequestValidationFailureReason.html │ │ │ │ │ │ └── UnexpectedInputStreamLength.html │ │ │ │ │ ├── AuthenticationError.html │ │ │ │ │ └── RetryResult.html │ │ │ │ ├── Extensions.html │ │ │ │ ├── Extensions │ │ │ │ │ ├── Array.html │ │ │ │ │ ├── CharacterSet.html │ │ │ │ │ ├── Error.html │ │ │ │ │ ├── HTTPURLResponse.html │ │ │ │ │ ├── Notification.html │ │ │ │ │ ├── String.html │ │ │ │ │ ├── URL.html │ │ │ │ │ ├── URLComponents.html │ │ │ │ │ ├── URLRequest.html │ │ │ │ │ └── URLSessionConfiguration.html │ │ │ │ ├── Global Variables.html │ │ │ │ ├── Protocols.html │ │ │ │ ├── Protocols │ │ │ │ │ ├── AlamofireExtended.html │ │ │ │ │ ├── AuthenticationCredential.html │ │ │ │ │ ├── Authenticator.html │ │ │ │ │ ├── CachedResponseHandler.html │ │ │ │ │ ├── DataDecoder.html │ │ │ │ │ ├── DataPreprocessor.html │ │ │ │ │ ├── DataResponseSerializerProtocol.html │ │ │ │ │ ├── DataStreamSerializer.html │ │ │ │ │ ├── DownloadResponseSerializerProtocol.html │ │ │ │ │ ├── EmptyResponse.html │ │ │ │ │ ├── EventMonitor.html │ │ │ │ │ ├── ParameterEncoder.html │ │ │ │ │ ├── ParameterEncoding.html │ │ │ │ │ ├── RedirectHandler.html │ │ │ │ │ ├── RequestAdapter.html │ │ │ │ │ ├── RequestDelegate.html │ │ │ │ │ ├── RequestInterceptor.html │ │ │ │ │ ├── RequestRetrier.html │ │ │ │ │ ├── ResponseSerializer.html │ │ │ │ │ ├── ServerTrustEvaluating.html │ │ │ │ │ ├── URLConvertible.html │ │ │ │ │ ├── URLRequestConvertible.html │ │ │ │ │ └── UploadableConvertible.html │ │ │ │ ├── Structs.html │ │ │ │ ├── Structs │ │ │ │ │ ├── AlamofireExtension.html │ │ │ │ │ ├── DataResponse.html │ │ │ │ │ ├── DataResponsePublisher.html │ │ │ │ │ ├── DecodableStreamSerializer.html │ │ │ │ │ ├── DownloadResponse.html │ │ │ │ │ ├── DownloadResponsePublisher.html │ │ │ │ │ ├── Empty.html │ │ │ │ │ ├── GoogleXSSIPreprocessor.html │ │ │ │ │ ├── HTTPHeader.html │ │ │ │ │ ├── HTTPHeaders.html │ │ │ │ │ ├── HTTPMethod.html │ │ │ │ │ ├── JSONEncoding.html │ │ │ │ │ ├── PassthroughPreprocessor.html │ │ │ │ │ ├── PassthroughStreamSerializer.html │ │ │ │ │ ├── Redirector.html │ │ │ │ │ ├── Redirector │ │ │ │ │ │ └── Behavior.html │ │ │ │ │ ├── ResponseCacher.html │ │ │ │ │ ├── ResponseCacher │ │ │ │ │ │ └── Behavior.html │ │ │ │ │ ├── StringStreamSerializer.html │ │ │ │ │ ├── URLEncoding.html │ │ │ │ │ ├── URLEncoding │ │ │ │ │ │ ├── ArrayEncoding.html │ │ │ │ │ │ ├── BoolEncoding.html │ │ │ │ │ │ └── Destination.html │ │ │ │ │ └── URLResponseSerializer.html │ │ │ │ ├── Typealiases.html │ │ │ │ ├── css │ │ │ │ │ ├── highlight.css │ │ │ │ │ └── jazzy.css │ │ │ │ ├── img │ │ │ │ │ ├── carat.png │ │ │ │ │ ├── dash.png │ │ │ │ │ ├── gh.png │ │ │ │ │ └── spinner.gif │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── jazzy.js │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ └── search.json │ │ │ │ └── docSet.dsidx.csv │ │ └── Alamofire.xml │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ ├── gh.png │ │ └── spinner.gif │ ├── index.html │ ├── js │ │ ├── jazzy.js │ │ ├── jazzy.search.js │ │ ├── jquery.min.js │ │ ├── lunr.min.js │ │ └── typeahead.jquery.js │ ├── search.json │ └── undocumented.json │ └── execution_output.txt ├── document_moya_podspec └── after │ ├── docs │ ├── Authentication.md │ ├── Classes.html │ ├── Classes │ │ ├── CancellableToken.html │ │ ├── CredentialsPlugin.html │ │ ├── Endpoint.html │ │ ├── MoyaProvider.html │ │ ├── NetworkActivityPlugin.html │ │ ├── NetworkLoggerPlugin.html │ │ ├── NetworkLoggerPlugin │ │ │ ├── Configuration.html │ │ │ └── Configuration │ │ │ │ ├── Formatter.html │ │ │ │ └── LogOptions.html │ │ └── Response.html │ ├── CommunityProjects.md │ ├── Endpoints.md │ ├── Enums.html │ ├── Enums │ │ ├── AuthorizationType.html │ │ ├── EndpointSampleResponse.html │ │ ├── MoyaError.html │ │ ├── MultiTarget.html │ │ ├── NetworkActivityChangeType.html │ │ ├── StubBehavior.html │ │ ├── Task.html │ │ └── ValidationType.html │ ├── Examples │ │ ├── AlamofireValidation.md │ │ ├── Assets.md │ │ ├── AuthPlugin.md │ │ ├── Basic.md │ │ ├── CachePolicyPlugin.md │ │ ├── ComposingProvider.md │ │ ├── CustomPlugin.md │ │ ├── ErrorTypes.md │ │ ├── MultiTarget.md │ │ ├── MultipartUpload.md │ │ ├── OptionalParameters.md │ │ ├── ParameterEncoding.md │ │ ├── README.md │ │ ├── Response.md │ │ └── WrappingInAdapter.md │ ├── Extensions.html │ ├── Extensions │ │ ├── AnyPublisher.html │ │ ├── Method.html │ │ ├── Reactive.html │ │ ├── SignalProducerProtocol.html │ │ └── URL.html │ ├── Functions.html │ ├── MigrationGuides │ │ ├── migration_10_to_11.md │ │ ├── migration_11_to_12.md │ │ ├── migration_12_to_13.md │ │ ├── migration_13_to_14.md │ │ ├── migration_14_to_15.md │ │ ├── migration_8_to_9.md │ │ └── migration_9_to_10.md │ ├── Plugins.md │ ├── Protocols.html │ ├── Protocols │ │ ├── AccessTokenAuthorizable.html │ │ ├── Cancellable.html │ │ ├── MoyaProviderType.html │ │ ├── PluginType.html │ │ ├── RequestType.html │ │ └── TargetType.html │ ├── Providers.md │ ├── README.md │ ├── ReactiveSwift.md │ ├── Releasing.md │ ├── RxSwift.md │ ├── Structs.html │ ├── Structs │ │ ├── AccessTokenPlugin.html │ │ ├── MultipartFormData.html │ │ ├── MultipartFormData │ │ │ └── FormDataProvider.html │ │ └── ProgressResponse.html │ ├── Targets.md │ ├── Testing.md │ ├── Threading.md │ ├── Typealiases.html │ ├── badge.svg │ ├── css │ │ ├── highlight.css │ │ └── jazzy.css │ ├── docsets │ │ └── Moya.docset │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ ├── Documents │ │ │ ├── Authentication.md │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ │ ├── CancellableToken.html │ │ │ │ ├── CredentialsPlugin.html │ │ │ │ ├── Endpoint.html │ │ │ │ ├── MoyaProvider.html │ │ │ │ ├── NetworkActivityPlugin.html │ │ │ │ ├── NetworkLoggerPlugin.html │ │ │ │ ├── NetworkLoggerPlugin │ │ │ │ │ ├── Configuration.html │ │ │ │ │ └── Configuration │ │ │ │ │ │ ├── Formatter.html │ │ │ │ │ │ └── LogOptions.html │ │ │ │ └── Response.html │ │ │ ├── CommunityProjects.md │ │ │ ├── Endpoints.md │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ │ ├── AuthorizationType.html │ │ │ │ ├── EndpointSampleResponse.html │ │ │ │ ├── MoyaError.html │ │ │ │ ├── MultiTarget.html │ │ │ │ ├── NetworkActivityChangeType.html │ │ │ │ ├── StubBehavior.html │ │ │ │ ├── Task.html │ │ │ │ └── ValidationType.html │ │ │ ├── Examples │ │ │ │ ├── AlamofireValidation.md │ │ │ │ ├── Assets.md │ │ │ │ ├── AuthPlugin.md │ │ │ │ ├── Basic.md │ │ │ │ ├── CachePolicyPlugin.md │ │ │ │ ├── ComposingProvider.md │ │ │ │ ├── CustomPlugin.md │ │ │ │ ├── ErrorTypes.md │ │ │ │ ├── MultiTarget.md │ │ │ │ ├── MultipartUpload.md │ │ │ │ ├── OptionalParameters.md │ │ │ │ ├── ParameterEncoding.md │ │ │ │ ├── README.md │ │ │ │ ├── Response.md │ │ │ │ └── WrappingInAdapter.md │ │ │ ├── Extensions.html │ │ │ ├── Extensions │ │ │ │ ├── AnyPublisher.html │ │ │ │ ├── Method.html │ │ │ │ ├── Reactive.html │ │ │ │ ├── SignalProducerProtocol.html │ │ │ │ └── URL.html │ │ │ ├── Functions.html │ │ │ ├── MigrationGuides │ │ │ │ ├── migration_10_to_11.md │ │ │ │ ├── migration_11_to_12.md │ │ │ │ ├── migration_12_to_13.md │ │ │ │ ├── migration_13_to_14.md │ │ │ │ ├── migration_14_to_15.md │ │ │ │ ├── migration_8_to_9.md │ │ │ │ └── migration_9_to_10.md │ │ │ ├── Plugins.md │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ │ ├── AccessTokenAuthorizable.html │ │ │ │ ├── Cancellable.html │ │ │ │ ├── MoyaProviderType.html │ │ │ │ ├── PluginType.html │ │ │ │ ├── RequestType.html │ │ │ │ └── TargetType.html │ │ │ ├── Providers.md │ │ │ ├── README.md │ │ │ ├── ReactiveSwift.md │ │ │ ├── Releasing.md │ │ │ ├── RxSwift.md │ │ │ ├── Structs.html │ │ │ ├── Structs │ │ │ │ ├── AccessTokenPlugin.html │ │ │ │ ├── MultipartFormData.html │ │ │ │ ├── MultipartFormData │ │ │ │ │ └── FormDataProvider.html │ │ │ │ └── ProgressResponse.html │ │ │ ├── Targets.md │ │ │ ├── Testing.md │ │ │ ├── Threading.md │ │ │ ├── Typealiases.html │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ └── search.json │ │ │ └── docSet.dsidx.csv │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ └── spinner.gif │ ├── index.html │ ├── js │ │ ├── jazzy.js │ │ ├── jazzy.search.js │ │ ├── jquery.min.js │ │ ├── lunr.min.js │ │ └── typeahead.jquery.js │ ├── search.json │ └── undocumented.json │ └── execution_output.txt ├── document_realm_objc └── after │ ├── core │ ├── docs │ ├── Categories.html │ ├── Categories │ │ └── NSError(RLMSync).html │ ├── Classes.html │ ├── Classes │ │ ├── RLMAPIKeyAuth.html │ │ ├── RLMApp.html │ │ ├── RLMAppConfiguration.html │ │ ├── RLMArray.html │ │ ├── RLMAsyncOpenTask.html │ │ ├── RLMChangeStream.html │ │ ├── RLMCollectionChange.html │ │ ├── RLMCredentials.html │ │ ├── RLMDecimal128.html │ │ ├── RLMEmailPasswordAuth.html │ │ ├── RLMEmbeddedObject.html │ │ ├── RLMFindOneAndModifyOptions.html │ │ ├── RLMFindOptions.html │ │ ├── RLMMigration.html │ │ ├── RLMMongoClient.html │ │ ├── RLMMongoCollection.html │ │ ├── RLMMongoDatabase.html │ │ ├── RLMNetworkTransport.html │ │ ├── RLMNotificationToken.html │ │ ├── RLMObject.html │ │ ├── RLMObjectId.html │ │ ├── RLMObjectSchema.html │ │ ├── RLMProperty.html │ │ ├── RLMPropertyChange.html │ │ ├── RLMPropertyDescriptor.html │ │ ├── RLMProviderClient.html │ │ ├── RLMPushClient.html │ │ ├── RLMRealm.html │ │ ├── RLMRealmConfiguration.html │ │ ├── RLMRequest.html │ │ ├── RLMResponse.html │ │ ├── RLMResults.html │ │ ├── RLMSchema.html │ │ ├── RLMSortDescriptor.html │ │ ├── RLMSyncConfiguration.html │ │ ├── RLMSyncManager.html │ │ ├── RLMSyncSession.html │ │ ├── RLMSyncTimeoutOptions.html │ │ ├── RLMThreadSafeReference.html │ │ ├── RLMUpdateResult.html │ │ ├── RLMUser.html │ │ ├── RLMUserAPIKey.html │ │ └── RLMUserIdentity.html │ ├── Constants.html │ ├── Enums.html │ ├── Enums │ │ ├── RLMAppError.html │ │ ├── RLMBSONType.html │ │ ├── RLMError.html │ │ ├── RLMHTTPMethod.html │ │ ├── RLMPropertyType.html │ │ ├── RLMSyncAuthError.html │ │ ├── RLMSyncConnectionState.html │ │ ├── RLMSyncError.html │ │ ├── RLMSyncLogLevel.html │ │ ├── RLMSyncProgressDirection.html │ │ ├── RLMSyncProgressMode.html │ │ ├── RLMSyncSessionState.html │ │ └── RLMUserState.html │ ├── Protocols.html │ ├── Protocols │ │ ├── RLMASLoginDelegate.html │ │ ├── RLMBSON.html │ │ ├── RLMChangeEventDelegate.html │ │ ├── RLMCollection.html │ │ ├── RLMEventDelegate.html │ │ ├── RLMNetworkTransport.html │ │ └── RLMThreadConfined.html │ ├── README.md │ ├── Type Definitions.html │ ├── badge.svg │ ├── css │ │ ├── highlight.css │ │ └── jazzy.css │ ├── custom_head.html │ ├── docsets │ │ ├── Realm.docset │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ ├── Documents │ │ │ │ ├── Categories.html │ │ │ │ ├── Categories │ │ │ │ │ └── NSError(RLMSync).html │ │ │ │ ├── Classes.html │ │ │ │ ├── Classes │ │ │ │ │ ├── RLMAPIKeyAuth.html │ │ │ │ │ ├── RLMApp.html │ │ │ │ │ ├── RLMAppConfiguration.html │ │ │ │ │ ├── RLMArray.html │ │ │ │ │ ├── RLMAsyncOpenTask.html │ │ │ │ │ ├── RLMChangeStream.html │ │ │ │ │ ├── RLMCollectionChange.html │ │ │ │ │ ├── RLMCredentials.html │ │ │ │ │ ├── RLMDecimal128.html │ │ │ │ │ ├── RLMEmailPasswordAuth.html │ │ │ │ │ ├── RLMEmbeddedObject.html │ │ │ │ │ ├── RLMFindOneAndModifyOptions.html │ │ │ │ │ ├── RLMFindOptions.html │ │ │ │ │ ├── RLMMigration.html │ │ │ │ │ ├── RLMMongoClient.html │ │ │ │ │ ├── RLMMongoCollection.html │ │ │ │ │ ├── RLMMongoDatabase.html │ │ │ │ │ ├── RLMNetworkTransport.html │ │ │ │ │ ├── RLMNotificationToken.html │ │ │ │ │ ├── RLMObject.html │ │ │ │ │ ├── RLMObjectId.html │ │ │ │ │ ├── RLMObjectSchema.html │ │ │ │ │ ├── RLMProperty.html │ │ │ │ │ ├── RLMPropertyChange.html │ │ │ │ │ ├── RLMPropertyDescriptor.html │ │ │ │ │ ├── RLMProviderClient.html │ │ │ │ │ ├── RLMPushClient.html │ │ │ │ │ ├── RLMRealm.html │ │ │ │ │ ├── RLMRealmConfiguration.html │ │ │ │ │ ├── RLMRequest.html │ │ │ │ │ ├── RLMResponse.html │ │ │ │ │ ├── RLMResults.html │ │ │ │ │ ├── RLMSchema.html │ │ │ │ │ ├── RLMSortDescriptor.html │ │ │ │ │ ├── RLMSyncConfiguration.html │ │ │ │ │ ├── RLMSyncManager.html │ │ │ │ │ ├── RLMSyncSession.html │ │ │ │ │ ├── RLMSyncTimeoutOptions.html │ │ │ │ │ ├── RLMThreadSafeReference.html │ │ │ │ │ ├── RLMUpdateResult.html │ │ │ │ │ ├── RLMUser.html │ │ │ │ │ ├── RLMUserAPIKey.html │ │ │ │ │ └── RLMUserIdentity.html │ │ │ │ ├── Constants.html │ │ │ │ ├── Enums.html │ │ │ │ ├── Enums │ │ │ │ │ ├── RLMAppError.html │ │ │ │ │ ├── RLMBSONType.html │ │ │ │ │ ├── RLMError.html │ │ │ │ │ ├── RLMHTTPMethod.html │ │ │ │ │ ├── RLMPropertyType.html │ │ │ │ │ ├── RLMSyncAuthError.html │ │ │ │ │ ├── RLMSyncConnectionState.html │ │ │ │ │ ├── RLMSyncError.html │ │ │ │ │ ├── RLMSyncLogLevel.html │ │ │ │ │ ├── RLMSyncProgressDirection.html │ │ │ │ │ ├── RLMSyncProgressMode.html │ │ │ │ │ ├── RLMSyncSessionState.html │ │ │ │ │ └── RLMUserState.html │ │ │ │ ├── Protocols.html │ │ │ │ ├── Protocols │ │ │ │ │ ├── RLMASLoginDelegate.html │ │ │ │ │ ├── RLMBSON.html │ │ │ │ │ ├── RLMChangeEventDelegate.html │ │ │ │ │ ├── RLMCollection.html │ │ │ │ │ ├── RLMEventDelegate.html │ │ │ │ │ ├── RLMNetworkTransport.html │ │ │ │ │ └── RLMThreadConfined.html │ │ │ │ ├── README.md │ │ │ │ ├── Type Definitions.html │ │ │ │ ├── css │ │ │ │ │ ├── highlight.css │ │ │ │ │ └── jazzy.css │ │ │ │ ├── custom_head.html │ │ │ │ ├── img │ │ │ │ │ ├── carat.png │ │ │ │ │ ├── dash.png │ │ │ │ │ ├── gh.png │ │ │ │ │ └── spinner.gif │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── jazzy.js │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ └── search.json │ │ │ │ └── docSet.dsidx.csv │ │ └── Realm.xml │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ ├── gh.png │ │ └── spinner.gif │ ├── index.html │ ├── js │ │ ├── jazzy.js │ │ ├── jazzy.search.js │ │ ├── jquery.min.js │ │ ├── lunr.min.js │ │ └── typeahead.jquery.js │ ├── search.json │ └── undocumented.json │ └── execution_output.txt ├── document_realm_swift └── after │ ├── docs │ ├── Classes.html │ ├── Classes │ │ ├── Decimal128.html │ │ ├── List.html │ │ ├── Map.html │ │ ├── Map │ │ │ └── KeyValueSequence.html │ │ ├── MutableSet.html │ │ ├── ObjectId.html │ │ ├── Projection.html │ │ ├── RealmOptional.html │ │ └── RealmProperty.html │ ├── Enums.html │ ├── Enums │ │ ├── AnyBSON.html │ │ ├── AnyRealmValue.html │ │ ├── AsyncOpenState.html │ │ ├── ClientResetMode.html │ │ ├── Credentials.html │ │ ├── ObjectChange.html │ │ ├── RealmCollectionChange.html │ │ ├── RealmMapChange.html │ │ ├── RealmPublishers.html │ │ ├── RealmPublishers │ │ │ ├── AsyncOpenPublisher.html │ │ │ ├── CollectionChangeset.html │ │ │ ├── CollectionChangesetWithToken.html │ │ │ ├── MakeThreadSafe.html │ │ │ ├── MakeThreadSafeCollectionChangeset.html │ │ │ ├── MakeThreadSafeKeyedCollectionChangeset.html │ │ │ ├── MakeThreadSafeObjectChangeset.html │ │ │ ├── MakeThreadSafeSectionedResultsChangeset.html │ │ │ ├── MapChangeset.html │ │ │ ├── MapChangesetWithToken.html │ │ │ ├── ObjectChangeset.html │ │ │ ├── ObjectChangesetWithToken.html │ │ │ ├── RealmWillChange.html │ │ │ ├── SectionChangeset.html │ │ │ ├── SectionChangesetWithToken.html │ │ │ ├── SectionedResultsChangeset.html │ │ │ ├── SectionedResultsChangesetWithToken.html │ │ │ ├── Value.html │ │ │ ├── ValueWithToken.html │ │ │ ├── WillChange.html │ │ │ └── WillChangeWithToken.html │ │ ├── SectionedResultsChange.html │ │ └── SyncSubscriptionState.html │ ├── Extensions.html │ ├── Extensions │ │ ├── APIKeyAuth.html │ │ ├── App.html │ │ ├── AsymmetricObject.html │ │ ├── Bool.html │ │ ├── CompensatingWriteInfo.html │ │ ├── Data.html │ │ ├── Date.html │ │ ├── Double.html │ │ ├── EmailPasswordAuth.html │ │ ├── EmbeddedObject.html │ │ ├── EnvironmentValues.html │ │ ├── FindOneAndModifyOptions.html │ │ ├── FindOptions.html │ │ ├── Float.html │ │ ├── Int.html │ │ ├── Int16.html │ │ ├── Int32.html │ │ ├── Int64.html │ │ ├── Int8.html │ │ ├── Migration.html │ │ ├── MongoCollection.html │ │ ├── NSData.html │ │ ├── NSDate.html │ │ ├── NSNumber.html │ │ ├── NSString.html │ │ ├── Object.html │ │ ├── Optional.html │ │ ├── Publisher.html │ │ ├── Publishers.html │ │ ├── Publishers │ │ │ └── WatchPublisher.html │ │ ├── PushClient.html │ │ ├── RLMCollection.html │ │ ├── RLMObject.html │ │ ├── RLMRealm.html │ │ ├── RLMSwiftCollectionBase.html │ │ ├── RawRepresentable.html │ │ ├── String.html │ │ ├── SyncError.html │ │ ├── SyncSession.html │ │ ├── SyncSession │ │ │ ├── Progress.html │ │ │ ├── ProgressDirection.html │ │ │ └── ProgressMode.html │ │ ├── UUID.html │ │ ├── User.html │ │ ├── UserAPIKey.html │ │ ├── UserProfile.html │ │ └── View.html │ ├── Functions.html │ ├── Protocols.html │ ├── Protocols │ │ ├── ChangeEventDelegate.html │ │ ├── CustomEventRepresentable.html │ │ ├── CustomPersistable.html │ │ ├── FailableCustomPersistable.html │ │ ├── ObjectKeyIdentifiable.html │ │ ├── OptionalProtocol.html │ │ ├── ProjectionObservable.html │ │ ├── RealmCollection.html │ │ ├── RealmKeyedCollection.html │ │ ├── RealmSectionedResult.html │ │ ├── ThreadConfined.html │ │ ├── _DefaultConstructible.html │ │ ├── _HasPersistedType.html │ │ ├── _ObjcBridgeable.html │ │ ├── _Persistable.html │ │ ├── _PersistableInsideOptional.html │ │ ├── _PossiblyAggregateable.html │ │ ├── _RLMCollectionIterator.html │ │ └── _RealmSchemaDiscoverable.html │ ├── README.md │ ├── Structs.html │ ├── Structs │ │ ├── AnyRealmCollection.html │ │ ├── AsyncOpen.html │ │ ├── AsyncOpenSubscription.html │ │ ├── AutoOpen.html │ │ ├── EventConfiguration.html │ │ ├── Events.html │ │ ├── Events │ │ │ └── Scope.html │ │ ├── FunctionCallable.html │ │ ├── Functions.html │ │ ├── LinkingObjects.html │ │ ├── MapIndex.html │ │ ├── ObjectSchema.html │ │ ├── ObservationSubscription.html │ │ ├── ObservedRealmObject.html │ │ ├── ObservedRealmObject │ │ │ └── Wrapper.html │ │ ├── ObservedResults.html │ │ ├── ObservedSectionedResults.html │ │ ├── Persisted.html │ │ ├── Projected.html │ │ ├── ProjectedCollection.html │ │ ├── ProjectedPropertyChange.html │ │ ├── Property.html │ │ ├── PropertyChange.html │ │ ├── Query.html │ │ ├── QuerySubscription.html │ │ ├── RLMCollectionIterator.html │ │ ├── RLMDictionaryIterator.html │ │ ├── RLMIterator.html │ │ ├── RLMKeyValueIterator.html │ │ ├── RLMMapIterator.html │ │ ├── Realm.html │ │ ├── Realm │ │ │ ├── AsyncOpenTask.html │ │ │ ├── Configuration.html │ │ │ ├── Error.html │ │ │ ├── Notification.html │ │ │ ├── OpenBehavior.html │ │ │ └── UpdatePolicy.html │ │ ├── Results.html │ │ ├── ResultsSection.html │ │ ├── Schema.html │ │ ├── SectionIterator.html │ │ ├── SectionedResults.html │ │ ├── SectionedResultsIterator.html │ │ ├── SingleMapEntry.html │ │ ├── SortDescriptor.html │ │ ├── StateRealmObject.html │ │ ├── StringOptions.html │ │ ├── SyncConfiguration.html │ │ ├── SyncSubscription.html │ │ ├── SyncSubscriptionSet.html │ │ ├── SyncSubscriptionSetIterator.html │ │ └── ThreadSafeReference.html │ ├── Typealiases.html │ ├── badge.svg │ ├── css │ │ ├── highlight.css │ │ └── jazzy.css │ ├── custom_head.html │ ├── docsets │ │ ├── RealmSwift.docset │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ ├── Documents │ │ │ │ ├── Classes.html │ │ │ │ ├── Classes │ │ │ │ │ ├── Decimal128.html │ │ │ │ │ ├── List.html │ │ │ │ │ ├── Map.html │ │ │ │ │ ├── Map │ │ │ │ │ │ └── KeyValueSequence.html │ │ │ │ │ ├── MutableSet.html │ │ │ │ │ ├── ObjectId.html │ │ │ │ │ ├── Projection.html │ │ │ │ │ ├── RealmOptional.html │ │ │ │ │ └── RealmProperty.html │ │ │ │ ├── Enums.html │ │ │ │ ├── Enums │ │ │ │ │ ├── AnyBSON.html │ │ │ │ │ ├── AnyRealmValue.html │ │ │ │ │ ├── AsyncOpenState.html │ │ │ │ │ ├── ClientResetMode.html │ │ │ │ │ ├── Credentials.html │ │ │ │ │ ├── ObjectChange.html │ │ │ │ │ ├── RealmCollectionChange.html │ │ │ │ │ ├── RealmMapChange.html │ │ │ │ │ ├── RealmPublishers.html │ │ │ │ │ ├── RealmPublishers │ │ │ │ │ │ ├── AsyncOpenPublisher.html │ │ │ │ │ │ ├── CollectionChangeset.html │ │ │ │ │ │ ├── CollectionChangesetWithToken.html │ │ │ │ │ │ ├── MakeThreadSafe.html │ │ │ │ │ │ ├── MakeThreadSafeCollectionChangeset.html │ │ │ │ │ │ ├── MakeThreadSafeKeyedCollectionChangeset.html │ │ │ │ │ │ ├── MakeThreadSafeObjectChangeset.html │ │ │ │ │ │ ├── MakeThreadSafeSectionedResultsChangeset.html │ │ │ │ │ │ ├── MapChangeset.html │ │ │ │ │ │ ├── MapChangesetWithToken.html │ │ │ │ │ │ ├── ObjectChangeset.html │ │ │ │ │ │ ├── ObjectChangesetWithToken.html │ │ │ │ │ │ ├── RealmWillChange.html │ │ │ │ │ │ ├── SectionChangeset.html │ │ │ │ │ │ ├── SectionChangesetWithToken.html │ │ │ │ │ │ ├── SectionedResultsChangeset.html │ │ │ │ │ │ ├── SectionedResultsChangesetWithToken.html │ │ │ │ │ │ ├── Value.html │ │ │ │ │ │ ├── ValueWithToken.html │ │ │ │ │ │ ├── WillChange.html │ │ │ │ │ │ └── WillChangeWithToken.html │ │ │ │ │ ├── SectionedResultsChange.html │ │ │ │ │ └── SyncSubscriptionState.html │ │ │ │ ├── Extensions.html │ │ │ │ ├── Extensions │ │ │ │ │ ├── APIKeyAuth.html │ │ │ │ │ ├── App.html │ │ │ │ │ ├── AsymmetricObject.html │ │ │ │ │ ├── Bool.html │ │ │ │ │ ├── CompensatingWriteInfo.html │ │ │ │ │ ├── Data.html │ │ │ │ │ ├── Date.html │ │ │ │ │ ├── Double.html │ │ │ │ │ ├── EmailPasswordAuth.html │ │ │ │ │ ├── EmbeddedObject.html │ │ │ │ │ ├── EnvironmentValues.html │ │ │ │ │ ├── FindOneAndModifyOptions.html │ │ │ │ │ ├── FindOptions.html │ │ │ │ │ ├── Float.html │ │ │ │ │ ├── Int.html │ │ │ │ │ ├── Int16.html │ │ │ │ │ ├── Int32.html │ │ │ │ │ ├── Int64.html │ │ │ │ │ ├── Int8.html │ │ │ │ │ ├── Migration.html │ │ │ │ │ ├── MongoCollection.html │ │ │ │ │ ├── NSData.html │ │ │ │ │ ├── NSDate.html │ │ │ │ │ ├── NSNumber.html │ │ │ │ │ ├── NSString.html │ │ │ │ │ ├── Object.html │ │ │ │ │ ├── Optional.html │ │ │ │ │ ├── Publisher.html │ │ │ │ │ ├── Publishers.html │ │ │ │ │ ├── Publishers │ │ │ │ │ │ └── WatchPublisher.html │ │ │ │ │ ├── PushClient.html │ │ │ │ │ ├── RLMCollection.html │ │ │ │ │ ├── RLMObject.html │ │ │ │ │ ├── RLMRealm.html │ │ │ │ │ ├── RLMSwiftCollectionBase.html │ │ │ │ │ ├── RawRepresentable.html │ │ │ │ │ ├── String.html │ │ │ │ │ ├── SyncError.html │ │ │ │ │ ├── SyncSession.html │ │ │ │ │ ├── SyncSession │ │ │ │ │ │ ├── Progress.html │ │ │ │ │ │ ├── ProgressDirection.html │ │ │ │ │ │ └── ProgressMode.html │ │ │ │ │ ├── UUID.html │ │ │ │ │ ├── User.html │ │ │ │ │ ├── UserAPIKey.html │ │ │ │ │ ├── UserProfile.html │ │ │ │ │ └── View.html │ │ │ │ ├── Functions.html │ │ │ │ ├── Protocols.html │ │ │ │ ├── Protocols │ │ │ │ │ ├── ChangeEventDelegate.html │ │ │ │ │ ├── CustomEventRepresentable.html │ │ │ │ │ ├── CustomPersistable.html │ │ │ │ │ ├── FailableCustomPersistable.html │ │ │ │ │ ├── ObjectKeyIdentifiable.html │ │ │ │ │ ├── OptionalProtocol.html │ │ │ │ │ ├── ProjectionObservable.html │ │ │ │ │ ├── RealmCollection.html │ │ │ │ │ ├── RealmKeyedCollection.html │ │ │ │ │ ├── RealmSectionedResult.html │ │ │ │ │ ├── ThreadConfined.html │ │ │ │ │ ├── _DefaultConstructible.html │ │ │ │ │ ├── _HasPersistedType.html │ │ │ │ │ ├── _ObjcBridgeable.html │ │ │ │ │ ├── _Persistable.html │ │ │ │ │ ├── _PersistableInsideOptional.html │ │ │ │ │ ├── _PossiblyAggregateable.html │ │ │ │ │ ├── _RLMCollectionIterator.html │ │ │ │ │ └── _RealmSchemaDiscoverable.html │ │ │ │ ├── README.md │ │ │ │ ├── Structs.html │ │ │ │ ├── Structs │ │ │ │ │ ├── AnyRealmCollection.html │ │ │ │ │ ├── AsyncOpen.html │ │ │ │ │ ├── AsyncOpenSubscription.html │ │ │ │ │ ├── AutoOpen.html │ │ │ │ │ ├── EventConfiguration.html │ │ │ │ │ ├── Events.html │ │ │ │ │ ├── Events │ │ │ │ │ │ └── Scope.html │ │ │ │ │ ├── FunctionCallable.html │ │ │ │ │ ├── Functions.html │ │ │ │ │ ├── LinkingObjects.html │ │ │ │ │ ├── MapIndex.html │ │ │ │ │ ├── ObjectSchema.html │ │ │ │ │ ├── ObservationSubscription.html │ │ │ │ │ ├── ObservedRealmObject.html │ │ │ │ │ ├── ObservedRealmObject │ │ │ │ │ │ └── Wrapper.html │ │ │ │ │ ├── ObservedResults.html │ │ │ │ │ ├── ObservedSectionedResults.html │ │ │ │ │ ├── Persisted.html │ │ │ │ │ ├── Projected.html │ │ │ │ │ ├── ProjectedCollection.html │ │ │ │ │ ├── ProjectedPropertyChange.html │ │ │ │ │ ├── Property.html │ │ │ │ │ ├── PropertyChange.html │ │ │ │ │ ├── Query.html │ │ │ │ │ ├── QuerySubscription.html │ │ │ │ │ ├── RLMCollectionIterator.html │ │ │ │ │ ├── RLMDictionaryIterator.html │ │ │ │ │ ├── RLMIterator.html │ │ │ │ │ ├── RLMKeyValueIterator.html │ │ │ │ │ ├── RLMMapIterator.html │ │ │ │ │ ├── Realm.html │ │ │ │ │ ├── Realm │ │ │ │ │ │ ├── AsyncOpenTask.html │ │ │ │ │ │ ├── Configuration.html │ │ │ │ │ │ ├── Error.html │ │ │ │ │ │ ├── Notification.html │ │ │ │ │ │ ├── OpenBehavior.html │ │ │ │ │ │ └── UpdatePolicy.html │ │ │ │ │ ├── Results.html │ │ │ │ │ ├── ResultsSection.html │ │ │ │ │ ├── Schema.html │ │ │ │ │ ├── SectionIterator.html │ │ │ │ │ ├── SectionedResults.html │ │ │ │ │ ├── SectionedResultsIterator.html │ │ │ │ │ ├── SingleMapEntry.html │ │ │ │ │ ├── SortDescriptor.html │ │ │ │ │ ├── StateRealmObject.html │ │ │ │ │ ├── StringOptions.html │ │ │ │ │ ├── SyncConfiguration.html │ │ │ │ │ ├── SyncSubscription.html │ │ │ │ │ ├── SyncSubscriptionSet.html │ │ │ │ │ ├── SyncSubscriptionSetIterator.html │ │ │ │ │ └── ThreadSafeReference.html │ │ │ │ ├── Typealiases.html │ │ │ │ ├── css │ │ │ │ │ ├── highlight.css │ │ │ │ │ └── jazzy.css │ │ │ │ ├── custom_head.html │ │ │ │ ├── img │ │ │ │ │ ├── carat.png │ │ │ │ │ ├── dash.png │ │ │ │ │ ├── gh.png │ │ │ │ │ └── spinner.gif │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── jazzy.js │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ └── search.json │ │ │ │ └── docSet.dsidx.csv │ │ └── RealmSwift.xml │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ ├── gh.png │ │ └── spinner.gif │ ├── index.html │ ├── js │ │ ├── jazzy.js │ │ ├── jazzy.search.js │ │ ├── jquery.min.js │ │ ├── lunr.min.js │ │ └── typeahead.jquery.js │ ├── search.json │ └── undocumented.json │ └── execution_output.txt ├── document_siesta └── after │ ├── api-docs │ ├── Caching.html │ ├── Classes │ │ ├── PipelineStageKey.html │ │ ├── Resource.html │ │ └── Service.html │ ├── Enums │ │ ├── RequestChainAction.html │ │ ├── RequestMethod.html │ │ ├── RequestState.html │ │ ├── ResourceEvent.html │ │ ├── ResourceEvent │ │ │ └── NewDataSource.html │ │ ├── Response.html │ │ ├── SiestaLog.html │ │ └── SiestaLog │ │ │ └── Category.html │ ├── Extensions │ │ ├── NSRegularExpression.html │ │ ├── Set.html │ │ ├── String.html │ │ ├── URL.html │ │ ├── URLSession.html │ │ └── URLSessionConfiguration.html │ ├── Logging.html │ ├── Network Layer.html │ ├── Observing Resources.html │ ├── Other Extensions.html │ ├── Other Protocols.html │ ├── Other Typealiases.html │ ├── Protocols │ │ ├── ConfigurationPatternConvertible.html │ │ ├── EntityCache.html │ │ ├── NetworkingProvider.html │ │ ├── NetworkingProviderConvertible.html │ │ ├── Request.html │ │ ├── RequestCompletionHandler.html │ │ ├── RequestDelegate.html │ │ ├── RequestNetworking.html │ │ ├── ResourceObserver.html │ │ ├── ResponseTransformer.html │ │ ├── SessionTaskContainer.html │ │ ├── TypedContentAccessors.html │ │ └── URLConvertible.html │ ├── Request Customization.html │ ├── Requests.html │ ├── Resources.html │ ├── Response Pipeline.html │ ├── Structs │ │ ├── Configuration.html │ │ ├── Entity.html │ │ ├── Pipeline.html │ │ ├── PipelineStage.html │ │ ├── PipelineStage │ │ │ └── MutationAction.html │ │ ├── RequestError.html │ │ ├── RequestError │ │ │ ├── Cause.html │ │ │ └── Cause │ │ │ │ ├── InvalidTextEncoding.html │ │ │ │ ├── InvalidURL.html │ │ │ │ ├── JSONResponseIsNotDictionaryOrArray.html │ │ │ │ ├── NotURLEncodable.html │ │ │ │ ├── RequestCancelled.html │ │ │ │ ├── TransformerReturnedNil.html │ │ │ │ ├── UndecodableText.html │ │ │ │ ├── UnencodableText.html │ │ │ │ └── WrongInputTypeInTranformerPipeline.html │ │ ├── RequestTransferMetrics.html │ │ ├── ResponseContentTransformer.html │ │ ├── ResponseContentTransformer │ │ │ └── InputTypeMismatchAction.html │ │ ├── ResponseInfo.html │ │ ├── StandardTransformer.html │ │ └── URLSessionProvider.html │ ├── badge.svg │ ├── css │ │ ├── highlight.css │ │ └── jazzy.css │ ├── docsets │ │ └── Siesta.docset │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ ├── Documents │ │ │ ├── Caching.html │ │ │ ├── Classes │ │ │ │ ├── PipelineStageKey.html │ │ │ │ ├── Resource.html │ │ │ │ └── Service.html │ │ │ ├── Enums │ │ │ │ ├── RequestChainAction.html │ │ │ │ ├── RequestMethod.html │ │ │ │ ├── RequestState.html │ │ │ │ ├── ResourceEvent.html │ │ │ │ ├── ResourceEvent │ │ │ │ │ └── NewDataSource.html │ │ │ │ ├── Response.html │ │ │ │ ├── SiestaLog.html │ │ │ │ └── SiestaLog │ │ │ │ │ └── Category.html │ │ │ ├── Extensions │ │ │ │ ├── NSRegularExpression.html │ │ │ │ ├── Set.html │ │ │ │ ├── String.html │ │ │ │ ├── URL.html │ │ │ │ ├── URLSession.html │ │ │ │ └── URLSessionConfiguration.html │ │ │ ├── Logging.html │ │ │ ├── Network Layer.html │ │ │ ├── Observing Resources.html │ │ │ ├── Other Extensions.html │ │ │ ├── Other Protocols.html │ │ │ ├── Other Typealiases.html │ │ │ ├── Protocols │ │ │ │ ├── ConfigurationPatternConvertible.html │ │ │ │ ├── EntityCache.html │ │ │ │ ├── NetworkingProvider.html │ │ │ │ ├── NetworkingProviderConvertible.html │ │ │ │ ├── Request.html │ │ │ │ ├── RequestCompletionHandler.html │ │ │ │ ├── RequestDelegate.html │ │ │ │ ├── RequestNetworking.html │ │ │ │ ├── ResourceObserver.html │ │ │ │ ├── ResponseTransformer.html │ │ │ │ ├── SessionTaskContainer.html │ │ │ │ ├── TypedContentAccessors.html │ │ │ │ └── URLConvertible.html │ │ │ ├── Request Customization.html │ │ │ ├── Requests.html │ │ │ ├── Resources.html │ │ │ ├── Response Pipeline.html │ │ │ ├── Structs │ │ │ │ ├── Configuration.html │ │ │ │ ├── Entity.html │ │ │ │ ├── Pipeline.html │ │ │ │ ├── PipelineStage.html │ │ │ │ ├── PipelineStage │ │ │ │ │ └── MutationAction.html │ │ │ │ ├── RequestError.html │ │ │ │ ├── RequestError │ │ │ │ │ ├── Cause.html │ │ │ │ │ └── Cause │ │ │ │ │ │ ├── InvalidTextEncoding.html │ │ │ │ │ │ ├── InvalidURL.html │ │ │ │ │ │ ├── JSONResponseIsNotDictionaryOrArray.html │ │ │ │ │ │ ├── NotURLEncodable.html │ │ │ │ │ │ ├── RequestCancelled.html │ │ │ │ │ │ ├── TransformerReturnedNil.html │ │ │ │ │ │ ├── UndecodableText.html │ │ │ │ │ │ ├── UnencodableText.html │ │ │ │ │ │ └── WrongInputTypeInTranformerPipeline.html │ │ │ │ ├── RequestTransferMetrics.html │ │ │ │ ├── ResponseContentTransformer.html │ │ │ │ ├── ResponseContentTransformer │ │ │ │ │ └── InputTypeMismatchAction.html │ │ │ │ ├── ResponseInfo.html │ │ │ │ ├── StandardTransformer.html │ │ │ │ └── URLSessionProvider.html │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ ├── gh.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ └── search.json │ │ │ └── docSet.dsidx.csv │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ ├── gh.png │ │ └── spinner.gif │ ├── index.html │ ├── js │ │ ├── jazzy.js │ │ ├── jazzy.search.js │ │ ├── jquery.min.js │ │ ├── lunr.min.js │ │ └── typeahead.jquery.js │ ├── search.json │ └── undocumented.json │ └── execution_output.txt ├── jazzy_multi_modules ├── after │ ├── docs │ │ ├── Guides.html │ │ ├── MultiKitAlpha.html │ │ ├── MultiKitAlpha │ │ │ ├── Classes │ │ │ │ ├── AlphaClass.html │ │ │ │ └── AlphaClass │ │ │ │ │ └── Nested.html │ │ │ ├── Extensions │ │ │ │ └── Swift │ │ │ │ │ └── String.html │ │ │ └── Structs │ │ │ │ └── Manager.html │ │ ├── MultiKitBeta.html │ │ ├── MultiKitBeta │ │ │ ├── Classes │ │ │ │ └── BetaClass.html │ │ │ ├── Extensions │ │ │ │ └── Swift │ │ │ │ │ └── String.html │ │ │ └── Structs │ │ │ │ └── Manager.html │ │ ├── MultiKitDelta.html │ │ ├── MultiKitDelta │ │ │ └── Structs │ │ │ │ └── MultiKitAlpha.html │ │ ├── MultiKitGamma.html │ │ ├── MultiKitGamma │ │ │ ├── Categories │ │ │ │ └── NSURL(MyCategory).html │ │ │ └── Classes │ │ │ │ └── GammaClass.html │ │ ├── Start Here.html │ │ ├── badge.svg │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ ├── docsets │ │ │ ├── Jazzy_MultiKit.docset │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ ├── Documents │ │ │ │ │ ├── Guides.html │ │ │ │ │ ├── MultiKitAlpha.html │ │ │ │ │ ├── MultiKitAlpha │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── AlphaClass.html │ │ │ │ │ │ │ └── AlphaClass │ │ │ │ │ │ │ │ └── Nested.html │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ │ └── Swift │ │ │ │ │ │ │ │ └── String.html │ │ │ │ │ │ └── Structs │ │ │ │ │ │ │ └── Manager.html │ │ │ │ │ ├── MultiKitBeta.html │ │ │ │ │ ├── MultiKitBeta │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ └── BetaClass.html │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ │ └── Swift │ │ │ │ │ │ │ │ └── String.html │ │ │ │ │ │ └── Structs │ │ │ │ │ │ │ └── Manager.html │ │ │ │ │ ├── MultiKitDelta.html │ │ │ │ │ ├── MultiKitDelta │ │ │ │ │ │ └── Structs │ │ │ │ │ │ │ └── MultiKitAlpha.html │ │ │ │ │ ├── MultiKitGamma.html │ │ │ │ │ ├── MultiKitGamma │ │ │ │ │ │ ├── Categories │ │ │ │ │ │ │ └── NSURL(MyCategory).html │ │ │ │ │ │ └── Classes │ │ │ │ │ │ │ └── GammaClass.html │ │ │ │ │ ├── Start Here.html │ │ │ │ │ ├── css │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ ├── guide.html │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ └── search.json │ │ │ │ │ └── docSet.dsidx.csv │ │ │ └── Jazzy_MultiKit.xml │ │ ├── guide.html │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ ├── index.html │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ ├── search.json │ │ └── undocumented.json │ └── execution_output.txt └── before │ ├── .jazzy.yaml │ ├── .swiftpm │ └── xcode │ │ └── package.xcworkspace │ │ └── contents.xcworkspacedata │ ├── Guide.md │ ├── MultiKitAlpha │ └── Alpha.swift │ ├── MultiKitBeta │ └── Beta.swift │ ├── MultiKitDelta │ └── Delta.swift │ ├── MultiKitGamma │ └── Gamma.h │ ├── Package.swift │ └── README.md ├── misc_jazzy_features ├── after │ ├── docs │ │ ├── Actors │ │ │ └── PublicActor.html │ │ ├── Classes │ │ │ ├── ClassWithInitializers.html │ │ │ ├── ExplicitlyInternalTopLevelClass.html │ │ │ ├── ImplicitlyInternalTopLevelClass.html │ │ │ ├── ImplicitlyInternalTopLevelClass │ │ │ │ └── NestedClass.html │ │ │ ├── MiscMarkdown.html │ │ │ ├── ObjCTopLevelClass.html │ │ │ ├── Operators_5FNamespace.html │ │ │ ├── PublicSPIClass.html │ │ │ ├── PublicToDocsClass.html │ │ │ ├── PublicTopLevelClass.html │ │ │ ├── TopLevelClass.html │ │ │ ├── TopLevelClass │ │ │ │ ├── Middleware.html │ │ │ │ ├── NestedLevel1.html │ │ │ │ └── NestedLevel1 │ │ │ │ │ └── NestedLevel2.html │ │ │ ├── TopLevelObjCSubclass.html │ │ │ ├── TopLevelSwiftSubclass.html │ │ │ └── UndocumentedTopLevelClass.html │ │ ├── Enums │ │ │ ├── DocumentedEnum.html │ │ │ ├── StringEnum.html │ │ │ └── UndocumentedEnum.html │ │ ├── Extensions │ │ │ ├── Float.html │ │ │ ├── Mirror.html │ │ │ ├── NSObject.html │ │ │ ├── RenamedDocumentedClass.html │ │ │ ├── String.html │ │ │ └── String │ │ │ │ └── Encoding.html │ │ ├── Functions │ │ │ ├── _2F_28_5F_3A_5F_3A_29_5F_24syyx_5FxtcluD.html │ │ │ ├── deprecatedFunction_28_29_5F_24syycD.html │ │ │ ├── functionA_28_5F_3AbParameter_3A_29_5F_24s_5F10bParameterS2b_5FSbtcD.html │ │ │ ├── functionB_28_5F_3A_29_5F_24syS2bcD.html │ │ │ ├── functionC_28_5F_3A_29_5F_24syS2bcD.html │ │ │ ├── functionD_28_5F_3A_29_5F_24syS2bcD.html │ │ │ ├── functionE_28_5F_3A_29_5F_24syS2bcD.html │ │ │ ├── sameSignature_28value_3A_29_5F_24s5valueySS_5FtcD.html │ │ │ └── sameSignature_28value_3A_29_5F_24s5valueySi_5FtcD.html │ │ ├── Global Variables │ │ │ ├── documentedGlobal.html │ │ │ └── undocumentedGlobal.html │ │ ├── Guides.html │ │ ├── Other Actors.html │ │ ├── Other Classes.html │ │ ├── Other Enums.html │ │ ├── Other Extensions.html │ │ ├── Other Functions.html │ │ ├── Other Global Variables.html │ │ ├── Other Macros.html │ │ ├── Other Protocols.html │ │ ├── Other Structs.html │ │ ├── Other Typealiases.html │ │ ├── Protocols │ │ │ ├── AsyncProtocol.html │ │ │ └── InternalProtocol.html │ │ ├── Structs │ │ │ ├── GenericStruct.html │ │ │ ├── Nop.html │ │ │ └── PropertyWrapperClient.html │ │ ├── Typealiases │ │ │ └── RenamedDocumentedClass.html │ │ ├── Yang.html │ │ ├── Yin: A Category.html │ │ ├── css │ │ │ ├── fonts │ │ │ │ ├── KaTeX_AMS-Regular.ttf │ │ │ │ ├── KaTeX_AMS-Regular.woff │ │ │ │ ├── KaTeX_AMS-Regular.woff2 │ │ │ │ ├── KaTeX_Caligraphic-Bold.ttf │ │ │ │ ├── KaTeX_Caligraphic-Bold.woff │ │ │ │ ├── KaTeX_Caligraphic-Bold.woff2 │ │ │ │ ├── KaTeX_Caligraphic-Regular.ttf │ │ │ │ ├── KaTeX_Caligraphic-Regular.woff │ │ │ │ ├── KaTeX_Caligraphic-Regular.woff2 │ │ │ │ ├── KaTeX_Fraktur-Bold.ttf │ │ │ │ ├── KaTeX_Fraktur-Bold.woff │ │ │ │ ├── KaTeX_Fraktur-Bold.woff2 │ │ │ │ ├── KaTeX_Fraktur-Regular.ttf │ │ │ │ ├── KaTeX_Fraktur-Regular.woff │ │ │ │ ├── KaTeX_Fraktur-Regular.woff2 │ │ │ │ ├── KaTeX_Main-Bold.ttf │ │ │ │ ├── KaTeX_Main-Bold.woff │ │ │ │ ├── KaTeX_Main-Bold.woff2 │ │ │ │ ├── KaTeX_Main-BoldItalic.ttf │ │ │ │ ├── KaTeX_Main-BoldItalic.woff │ │ │ │ ├── KaTeX_Main-BoldItalic.woff2 │ │ │ │ ├── KaTeX_Main-Italic.ttf │ │ │ │ ├── KaTeX_Main-Italic.woff │ │ │ │ ├── KaTeX_Main-Italic.woff2 │ │ │ │ ├── KaTeX_Main-Regular.ttf │ │ │ │ ├── KaTeX_Main-Regular.woff │ │ │ │ ├── KaTeX_Main-Regular.woff2 │ │ │ │ ├── KaTeX_Math-BoldItalic.ttf │ │ │ │ ├── KaTeX_Math-BoldItalic.woff │ │ │ │ ├── KaTeX_Math-BoldItalic.woff2 │ │ │ │ ├── KaTeX_Math-Italic.ttf │ │ │ │ ├── KaTeX_Math-Italic.woff │ │ │ │ ├── KaTeX_Math-Italic.woff2 │ │ │ │ ├── KaTeX_SansSerif-Bold.ttf │ │ │ │ ├── KaTeX_SansSerif-Bold.woff │ │ │ │ ├── KaTeX_SansSerif-Bold.woff2 │ │ │ │ ├── KaTeX_SansSerif-Italic.ttf │ │ │ │ ├── KaTeX_SansSerif-Italic.woff │ │ │ │ ├── KaTeX_SansSerif-Italic.woff2 │ │ │ │ ├── KaTeX_SansSerif-Regular.ttf │ │ │ │ ├── KaTeX_SansSerif-Regular.woff │ │ │ │ ├── KaTeX_SansSerif-Regular.woff2 │ │ │ │ ├── KaTeX_Script-Regular.ttf │ │ │ │ ├── KaTeX_Script-Regular.woff │ │ │ │ ├── KaTeX_Script-Regular.woff2 │ │ │ │ ├── KaTeX_Size1-Regular.ttf │ │ │ │ ├── KaTeX_Size1-Regular.woff │ │ │ │ ├── KaTeX_Size1-Regular.woff2 │ │ │ │ ├── KaTeX_Size2-Regular.ttf │ │ │ │ ├── KaTeX_Size2-Regular.woff │ │ │ │ ├── KaTeX_Size2-Regular.woff2 │ │ │ │ ├── KaTeX_Size3-Regular.ttf │ │ │ │ ├── KaTeX_Size3-Regular.woff │ │ │ │ ├── KaTeX_Size3-Regular.woff2 │ │ │ │ ├── KaTeX_Size4-Regular.ttf │ │ │ │ ├── KaTeX_Size4-Regular.woff │ │ │ │ ├── KaTeX_Size4-Regular.woff2 │ │ │ │ ├── KaTeX_Typewriter-Regular.ttf │ │ │ │ ├── KaTeX_Typewriter-Regular.woff │ │ │ │ └── KaTeX_Typewriter-Regular.woff2 │ │ │ ├── highlight.css │ │ │ ├── jazzy.css │ │ │ └── katex.min.css │ │ ├── docsets │ │ │ └── MiscJazzyFeatures.docset │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ ├── Documents │ │ │ │ ├── Actors │ │ │ │ │ └── PublicActor.html │ │ │ │ ├── Classes │ │ │ │ │ ├── ClassWithInitializers.html │ │ │ │ │ ├── ExplicitlyInternalTopLevelClass.html │ │ │ │ │ ├── ImplicitlyInternalTopLevelClass.html │ │ │ │ │ ├── ImplicitlyInternalTopLevelClass │ │ │ │ │ │ └── NestedClass.html │ │ │ │ │ ├── MiscMarkdown.html │ │ │ │ │ ├── ObjCTopLevelClass.html │ │ │ │ │ ├── Operators_5FNamespace.html │ │ │ │ │ ├── PublicSPIClass.html │ │ │ │ │ ├── PublicToDocsClass.html │ │ │ │ │ ├── PublicTopLevelClass.html │ │ │ │ │ ├── TopLevelClass.html │ │ │ │ │ ├── TopLevelClass │ │ │ │ │ │ ├── Middleware.html │ │ │ │ │ │ ├── NestedLevel1.html │ │ │ │ │ │ └── NestedLevel1 │ │ │ │ │ │ │ └── NestedLevel2.html │ │ │ │ │ ├── TopLevelObjCSubclass.html │ │ │ │ │ ├── TopLevelSwiftSubclass.html │ │ │ │ │ └── UndocumentedTopLevelClass.html │ │ │ │ ├── Enums │ │ │ │ │ ├── DocumentedEnum.html │ │ │ │ │ ├── StringEnum.html │ │ │ │ │ └── UndocumentedEnum.html │ │ │ │ ├── Extensions │ │ │ │ │ ├── Float.html │ │ │ │ │ ├── Mirror.html │ │ │ │ │ ├── NSObject.html │ │ │ │ │ ├── RenamedDocumentedClass.html │ │ │ │ │ ├── String.html │ │ │ │ │ └── String │ │ │ │ │ │ └── Encoding.html │ │ │ │ ├── Functions │ │ │ │ │ ├── _2F_28_5F_3A_5F_3A_29_5F_24syyx_5FxtcluD.html │ │ │ │ │ ├── deprecatedFunction_28_29_5F_24syycD.html │ │ │ │ │ ├── functionA_28_5F_3AbParameter_3A_29_5F_24s_5F10bParameterS2b_5FSbtcD.html │ │ │ │ │ ├── functionB_28_5F_3A_29_5F_24syS2bcD.html │ │ │ │ │ ├── functionC_28_5F_3A_29_5F_24syS2bcD.html │ │ │ │ │ ├── functionD_28_5F_3A_29_5F_24syS2bcD.html │ │ │ │ │ ├── functionE_28_5F_3A_29_5F_24syS2bcD.html │ │ │ │ │ ├── sameSignature_28value_3A_29_5F_24s5valueySS_5FtcD.html │ │ │ │ │ └── sameSignature_28value_3A_29_5F_24s5valueySi_5FtcD.html │ │ │ │ ├── Global Variables │ │ │ │ │ ├── documentedGlobal.html │ │ │ │ │ └── undocumentedGlobal.html │ │ │ │ ├── Guides.html │ │ │ │ ├── Other Actors.html │ │ │ │ ├── Other Classes.html │ │ │ │ ├── Other Enums.html │ │ │ │ ├── Other Extensions.html │ │ │ │ ├── Other Functions.html │ │ │ │ ├── Other Global Variables.html │ │ │ │ ├── Other Macros.html │ │ │ │ ├── Other Protocols.html │ │ │ │ ├── Other Structs.html │ │ │ │ ├── Other Typealiases.html │ │ │ │ ├── Protocols │ │ │ │ │ ├── AsyncProtocol.html │ │ │ │ │ └── InternalProtocol.html │ │ │ │ ├── Structs │ │ │ │ │ ├── GenericStruct.html │ │ │ │ │ ├── Nop.html │ │ │ │ │ └── PropertyWrapperClient.html │ │ │ │ ├── Typealiases │ │ │ │ │ └── RenamedDocumentedClass.html │ │ │ │ ├── Yang.html │ │ │ │ ├── Yin: A Category.html │ │ │ │ ├── css │ │ │ │ │ ├── fonts │ │ │ │ │ │ ├── KaTeX_AMS-Regular.ttf │ │ │ │ │ │ ├── KaTeX_AMS-Regular.woff │ │ │ │ │ │ ├── KaTeX_AMS-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Caligraphic-Bold.ttf │ │ │ │ │ │ ├── KaTeX_Caligraphic-Bold.woff │ │ │ │ │ │ ├── KaTeX_Caligraphic-Bold.woff2 │ │ │ │ │ │ ├── KaTeX_Caligraphic-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Caligraphic-Regular.woff │ │ │ │ │ │ ├── KaTeX_Caligraphic-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Fraktur-Bold.ttf │ │ │ │ │ │ ├── KaTeX_Fraktur-Bold.woff │ │ │ │ │ │ ├── KaTeX_Fraktur-Bold.woff2 │ │ │ │ │ │ ├── KaTeX_Fraktur-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Fraktur-Regular.woff │ │ │ │ │ │ ├── KaTeX_Fraktur-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Main-Bold.ttf │ │ │ │ │ │ ├── KaTeX_Main-Bold.woff │ │ │ │ │ │ ├── KaTeX_Main-Bold.woff2 │ │ │ │ │ │ ├── KaTeX_Main-BoldItalic.ttf │ │ │ │ │ │ ├── KaTeX_Main-BoldItalic.woff │ │ │ │ │ │ ├── KaTeX_Main-BoldItalic.woff2 │ │ │ │ │ │ ├── KaTeX_Main-Italic.ttf │ │ │ │ │ │ ├── KaTeX_Main-Italic.woff │ │ │ │ │ │ ├── KaTeX_Main-Italic.woff2 │ │ │ │ │ │ ├── KaTeX_Main-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Main-Regular.woff │ │ │ │ │ │ ├── KaTeX_Main-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Math-BoldItalic.ttf │ │ │ │ │ │ ├── KaTeX_Math-BoldItalic.woff │ │ │ │ │ │ ├── KaTeX_Math-BoldItalic.woff2 │ │ │ │ │ │ ├── KaTeX_Math-Italic.ttf │ │ │ │ │ │ ├── KaTeX_Math-Italic.woff │ │ │ │ │ │ ├── KaTeX_Math-Italic.woff2 │ │ │ │ │ │ ├── KaTeX_SansSerif-Bold.ttf │ │ │ │ │ │ ├── KaTeX_SansSerif-Bold.woff │ │ │ │ │ │ ├── KaTeX_SansSerif-Bold.woff2 │ │ │ │ │ │ ├── KaTeX_SansSerif-Italic.ttf │ │ │ │ │ │ ├── KaTeX_SansSerif-Italic.woff │ │ │ │ │ │ ├── KaTeX_SansSerif-Italic.woff2 │ │ │ │ │ │ ├── KaTeX_SansSerif-Regular.ttf │ │ │ │ │ │ ├── KaTeX_SansSerif-Regular.woff │ │ │ │ │ │ ├── KaTeX_SansSerif-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Script-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Script-Regular.woff │ │ │ │ │ │ ├── KaTeX_Script-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Size1-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Size1-Regular.woff │ │ │ │ │ │ ├── KaTeX_Size1-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Size2-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Size2-Regular.woff │ │ │ │ │ │ ├── KaTeX_Size2-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Size3-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Size3-Regular.woff │ │ │ │ │ │ ├── KaTeX_Size3-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Size4-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Size4-Regular.woff │ │ │ │ │ │ ├── KaTeX_Size4-Regular.woff2 │ │ │ │ │ │ ├── KaTeX_Typewriter-Regular.ttf │ │ │ │ │ │ ├── KaTeX_Typewriter-Regular.woff │ │ │ │ │ │ └── KaTeX_Typewriter-Regular.woff2 │ │ │ │ │ ├── highlight.css │ │ │ │ │ ├── jazzy.css │ │ │ │ │ └── katex.min.css │ │ │ │ ├── example-1.html │ │ │ │ ├── example-2.html │ │ │ │ ├── example-ℵ.html │ │ │ │ ├── img │ │ │ │ │ ├── carat.png │ │ │ │ │ ├── dash.png │ │ │ │ │ └── gh.png │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── jazzy.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ └── katex.min.js │ │ │ │ └── search.json │ │ │ │ └── docSet.dsidx.csv │ │ ├── example-1.html │ │ ├── example-2.html │ │ ├── example-ℵ.html │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── gh.png │ │ ├── index.html │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jquery.min.js │ │ │ └── katex.min.js │ │ ├── search.json │ │ └── undocumented.json │ └── execution_output.txt └── before │ ├── .jazzy.yaml │ ├── Extra │ ├── Example 1.md │ ├── Example 2.md │ └── Example ℵ.md │ ├── MiscJazzyFeatures │ ├── Callouts.swift │ ├── Classes.swift │ ├── Filenames.swift │ ├── Ignored.swift │ ├── IgnoredToo.swift │ ├── MiscJazzyFeatures.h │ └── MiscMarkdown.swift │ ├── Package.swift │ ├── README.md │ └── Sections │ ├── ClassWithInitializers.md │ ├── Guides.md │ └── Other Enums.md ├── misc_jazzy_objc_features ├── after │ ├── docs │ │ ├── Categories │ │ │ ├── NSValue(SomeAdditions).html │ │ │ └── NSValue(SomeMoreAdditions).html │ │ ├── Classes │ │ │ ├── ObjCClassWithProtocol.html │ │ │ ├── ObjCDifferentlyNamed.html │ │ │ ├── ObjCDifferentlyNamedSettings.html │ │ │ ├── ObjCEmptyClass.html │ │ │ ├── ObjCLowLevelClass.html │ │ │ ├── ObjCMidLevelClass.html │ │ │ ├── ObjCTopLevelClass.html │ │ │ ├── SwiftMidLevelClass.html │ │ │ └── TopLevelSwiftClass.html │ │ ├── Constants │ │ │ ├── ExtensibleEnumBar.html │ │ │ ├── ExtensibleEnumBaz.html │ │ │ ├── ExtensibleEnumFoo.html │ │ │ ├── MiscJazzyObjCFeaturesVersionNumber.html │ │ │ └── MiscJazzyObjCFeaturesVersionString.html │ │ ├── Enums │ │ │ └── SomeEnum.html │ │ ├── Functions │ │ │ ├── functionA.html │ │ │ ├── functionB.html │ │ │ └── functionC.html │ │ ├── Other Categories.html │ │ ├── Other Classes.html │ │ ├── Other Constants.html │ │ ├── Other Enums.html │ │ ├── Other Functions.html │ │ ├── Other Protocols.html │ │ ├── Other Type Definitions.html │ │ ├── Other Unions.html │ │ ├── Protocols │ │ │ ├── ObjCEmptyProtocol.html │ │ │ └── ObjCTopLevelProtocol.html │ │ ├── Type Definitions │ │ │ ├── Data.html │ │ │ └── ExtensibleEnum.html │ │ ├── Unions │ │ │ └── Data.html │ │ ├── Ying.html │ │ ├── badge.svg │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ ├── docsets │ │ │ └── JazzyKit.docset │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ ├── Documents │ │ │ │ ├── Categories │ │ │ │ │ ├── NSValue(SomeAdditions).html │ │ │ │ │ └── NSValue(SomeMoreAdditions).html │ │ │ │ ├── Classes │ │ │ │ │ ├── ObjCClassWithProtocol.html │ │ │ │ │ ├── ObjCDifferentlyNamed.html │ │ │ │ │ ├── ObjCDifferentlyNamedSettings.html │ │ │ │ │ ├── ObjCEmptyClass.html │ │ │ │ │ ├── ObjCLowLevelClass.html │ │ │ │ │ ├── ObjCMidLevelClass.html │ │ │ │ │ ├── ObjCTopLevelClass.html │ │ │ │ │ ├── SwiftMidLevelClass.html │ │ │ │ │ └── TopLevelSwiftClass.html │ │ │ │ ├── Constants │ │ │ │ │ ├── ExtensibleEnumBar.html │ │ │ │ │ ├── ExtensibleEnumBaz.html │ │ │ │ │ ├── ExtensibleEnumFoo.html │ │ │ │ │ ├── MiscJazzyObjCFeaturesVersionNumber.html │ │ │ │ │ └── MiscJazzyObjCFeaturesVersionString.html │ │ │ │ ├── Enums │ │ │ │ │ └── SomeEnum.html │ │ │ │ ├── Functions │ │ │ │ │ ├── functionA.html │ │ │ │ │ ├── functionB.html │ │ │ │ │ └── functionC.html │ │ │ │ ├── Other Categories.html │ │ │ │ ├── Other Classes.html │ │ │ │ ├── Other Constants.html │ │ │ │ ├── Other Enums.html │ │ │ │ ├── Other Functions.html │ │ │ │ ├── Other Protocols.html │ │ │ │ ├── Other Type Definitions.html │ │ │ │ ├── Other Unions.html │ │ │ │ ├── Protocols │ │ │ │ │ ├── ObjCEmptyProtocol.html │ │ │ │ │ └── ObjCTopLevelProtocol.html │ │ │ │ ├── Type Definitions │ │ │ │ │ ├── Data.html │ │ │ │ │ └── ExtensibleEnum.html │ │ │ │ ├── Unions │ │ │ │ │ └── Data.html │ │ │ │ ├── Ying.html │ │ │ │ ├── css │ │ │ │ │ ├── highlight.css │ │ │ │ │ └── jazzy.css │ │ │ │ ├── img │ │ │ │ │ ├── carat.png │ │ │ │ │ ├── dash.png │ │ │ │ │ └── spinner.gif │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── jazzy.js │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ └── search.json │ │ │ │ └── docSet.dsidx.csv │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ ├── index.html │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ ├── search.json │ │ └── undocumented.json │ └── execution_output.txt └── before │ ├── .gitignore │ ├── .jazzy.yaml │ ├── MiscJazzyObjCFeatures │ ├── ExternalFunctions.h │ ├── ExternalFunctions.m │ ├── MiscJazzyObjCFeatures.h │ ├── SomeEnum.h │ ├── SomeEnum.m │ └── SwiftTopLevelClass.swift │ ├── MiscJazzyObjcFeatures.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── MiscJazzyObjcFeatures.xcscmblueprint │ └── MiscJazzyObjcFeatures │ ├── Info.plist │ ├── ObjCTopLevelClass.h │ └── ObjCTopLevelClass.m └── misc_jazzy_symgraph_features ├── after ├── docs │ ├── Actors │ │ └── PublicActor.html │ ├── Classes │ │ ├── ClassWithInitializers.html │ │ ├── ExplicitlyInternalTopLevelClass.html │ │ ├── ImplicitlyInternalTopLevelClass.html │ │ ├── ImplicitlyInternalTopLevelClass │ │ │ └── NestedClass.html │ │ ├── MiscMarkdown.html │ │ ├── ObjCTopLevelClass.html │ │ ├── Operators_5FNamespace.html │ │ ├── PrivateToDocsClass.html │ │ ├── PublicSPIClass.html │ │ ├── PublicTopLevelClass.html │ │ ├── ThisWholeFileShouldAlsoBeIgnored.html │ │ ├── ThisWholeFileShouldBeIgnored.html │ │ ├── TopLevelClass.html │ │ ├── TopLevelClass │ │ │ ├── Middleware.html │ │ │ ├── NestedLevel1.html │ │ │ └── NestedLevel1 │ │ │ │ └── NestedLevel2.html │ │ ├── TopLevelObjCSubclass.html │ │ ├── TopLevelSwiftSubclass.html │ │ └── UndocumentedTopLevelClass.html │ ├── Enums │ │ ├── DocumentedEnum.html │ │ ├── StringEnum.html │ │ └── UndocumentedEnum.html │ ├── Extensions │ │ ├── Float.html │ │ ├── Mirror.html │ │ ├── NSObject.html │ │ ├── String.html │ │ └── String │ │ │ └── Encoding.html │ ├── Functions │ │ ├── deprecatedFunction_28_29_5F.html │ │ ├── functionA_28_5F_3AbParameter_3A_29_5F.html │ │ ├── functionB_28_5F_3A_29_5F.html │ │ ├── functionC_28_5F_3A_29_5F.html │ │ ├── functionD_28_5F_3A_29_5F.html │ │ ├── functionE_28_5F_3A_29_5F.html │ │ └── sameSignature_28value_3A_29_5F.html │ ├── Global Variables │ │ ├── documentedGlobal.html │ │ └── undocumentedGlobal.html │ ├── Guides.html │ ├── Other Actors.html │ ├── Other Classes.html │ ├── Other Enums.html │ ├── Other Extensions.html │ ├── Other Functions.html │ ├── Other Global Variables.html │ ├── Other Macros.html │ ├── Other Operators.html │ ├── Other Protocols.html │ ├── Other Structs.html │ ├── Other Typealiases.html │ ├── Protocols │ │ ├── AsyncProtocol.html │ │ └── InternalProtocol.html │ ├── Structs │ │ ├── GenericStruct.html │ │ ├── Nop.html │ │ └── PropertyWrapperClient.html │ ├── Typealiases │ │ └── RenamedDocumentedClass.html │ ├── Yang.html │ ├── Yin: A Category.html │ ├── css │ │ ├── fonts │ │ │ ├── KaTeX_AMS-Regular.ttf │ │ │ ├── KaTeX_AMS-Regular.woff │ │ │ ├── KaTeX_AMS-Regular.woff2 │ │ │ ├── KaTeX_Caligraphic-Bold.ttf │ │ │ ├── KaTeX_Caligraphic-Bold.woff │ │ │ ├── KaTeX_Caligraphic-Bold.woff2 │ │ │ ├── KaTeX_Caligraphic-Regular.ttf │ │ │ ├── KaTeX_Caligraphic-Regular.woff │ │ │ ├── KaTeX_Caligraphic-Regular.woff2 │ │ │ ├── KaTeX_Fraktur-Bold.ttf │ │ │ ├── KaTeX_Fraktur-Bold.woff │ │ │ ├── KaTeX_Fraktur-Bold.woff2 │ │ │ ├── KaTeX_Fraktur-Regular.ttf │ │ │ ├── KaTeX_Fraktur-Regular.woff │ │ │ ├── KaTeX_Fraktur-Regular.woff2 │ │ │ ├── KaTeX_Main-Bold.ttf │ │ │ ├── KaTeX_Main-Bold.woff │ │ │ ├── KaTeX_Main-Bold.woff2 │ │ │ ├── KaTeX_Main-BoldItalic.ttf │ │ │ ├── KaTeX_Main-BoldItalic.woff │ │ │ ├── KaTeX_Main-BoldItalic.woff2 │ │ │ ├── KaTeX_Main-Italic.ttf │ │ │ ├── KaTeX_Main-Italic.woff │ │ │ ├── KaTeX_Main-Italic.woff2 │ │ │ ├── KaTeX_Main-Regular.ttf │ │ │ ├── KaTeX_Main-Regular.woff │ │ │ ├── KaTeX_Main-Regular.woff2 │ │ │ ├── KaTeX_Math-BoldItalic.ttf │ │ │ ├── KaTeX_Math-BoldItalic.woff │ │ │ ├── KaTeX_Math-BoldItalic.woff2 │ │ │ ├── KaTeX_Math-Italic.ttf │ │ │ ├── KaTeX_Math-Italic.woff │ │ │ ├── KaTeX_Math-Italic.woff2 │ │ │ ├── KaTeX_SansSerif-Bold.ttf │ │ │ ├── KaTeX_SansSerif-Bold.woff │ │ │ ├── KaTeX_SansSerif-Bold.woff2 │ │ │ ├── KaTeX_SansSerif-Italic.ttf │ │ │ ├── KaTeX_SansSerif-Italic.woff │ │ │ ├── KaTeX_SansSerif-Italic.woff2 │ │ │ ├── KaTeX_SansSerif-Regular.ttf │ │ │ ├── KaTeX_SansSerif-Regular.woff │ │ │ ├── KaTeX_SansSerif-Regular.woff2 │ │ │ ├── KaTeX_Script-Regular.ttf │ │ │ ├── KaTeX_Script-Regular.woff │ │ │ ├── KaTeX_Script-Regular.woff2 │ │ │ ├── KaTeX_Size1-Regular.ttf │ │ │ ├── KaTeX_Size1-Regular.woff │ │ │ ├── KaTeX_Size1-Regular.woff2 │ │ │ ├── KaTeX_Size2-Regular.ttf │ │ │ ├── KaTeX_Size2-Regular.woff │ │ │ ├── KaTeX_Size2-Regular.woff2 │ │ │ ├── KaTeX_Size3-Regular.ttf │ │ │ ├── KaTeX_Size3-Regular.woff │ │ │ ├── KaTeX_Size3-Regular.woff2 │ │ │ ├── KaTeX_Size4-Regular.ttf │ │ │ ├── KaTeX_Size4-Regular.woff │ │ │ ├── KaTeX_Size4-Regular.woff2 │ │ │ ├── KaTeX_Typewriter-Regular.ttf │ │ │ ├── KaTeX_Typewriter-Regular.woff │ │ │ └── KaTeX_Typewriter-Regular.woff2 │ │ ├── highlight.css │ │ ├── jazzy.css │ │ └── katex.min.css │ ├── docsets │ │ └── MiscJazzyFeatures.docset │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ ├── Documents │ │ │ ├── Actors │ │ │ │ └── PublicActor.html │ │ │ ├── Classes │ │ │ │ ├── ClassWithInitializers.html │ │ │ │ ├── ExplicitlyInternalTopLevelClass.html │ │ │ │ ├── ImplicitlyInternalTopLevelClass.html │ │ │ │ ├── ImplicitlyInternalTopLevelClass │ │ │ │ │ └── NestedClass.html │ │ │ │ ├── MiscMarkdown.html │ │ │ │ ├── ObjCTopLevelClass.html │ │ │ │ ├── Operators_5FNamespace.html │ │ │ │ ├── PrivateToDocsClass.html │ │ │ │ ├── PublicSPIClass.html │ │ │ │ ├── PublicTopLevelClass.html │ │ │ │ ├── ThisWholeFileShouldAlsoBeIgnored.html │ │ │ │ ├── ThisWholeFileShouldBeIgnored.html │ │ │ │ ├── TopLevelClass.html │ │ │ │ ├── TopLevelClass │ │ │ │ │ ├── Middleware.html │ │ │ │ │ ├── NestedLevel1.html │ │ │ │ │ └── NestedLevel1 │ │ │ │ │ │ └── NestedLevel2.html │ │ │ │ ├── TopLevelObjCSubclass.html │ │ │ │ ├── TopLevelSwiftSubclass.html │ │ │ │ └── UndocumentedTopLevelClass.html │ │ │ ├── Enums │ │ │ │ ├── DocumentedEnum.html │ │ │ │ ├── StringEnum.html │ │ │ │ └── UndocumentedEnum.html │ │ │ ├── Extensions │ │ │ │ ├── Float.html │ │ │ │ ├── Mirror.html │ │ │ │ ├── NSObject.html │ │ │ │ ├── String.html │ │ │ │ └── String │ │ │ │ │ └── Encoding.html │ │ │ ├── Functions │ │ │ │ ├── deprecatedFunction_28_29_5F.html │ │ │ │ ├── functionA_28_5F_3AbParameter_3A_29_5F.html │ │ │ │ ├── functionB_28_5F_3A_29_5F.html │ │ │ │ ├── functionC_28_5F_3A_29_5F.html │ │ │ │ ├── functionD_28_5F_3A_29_5F.html │ │ │ │ ├── functionE_28_5F_3A_29_5F.html │ │ │ │ └── sameSignature_28value_3A_29_5F.html │ │ │ ├── Global Variables │ │ │ │ ├── documentedGlobal.html │ │ │ │ └── undocumentedGlobal.html │ │ │ ├── Guides.html │ │ │ ├── Other Actors.html │ │ │ ├── Other Classes.html │ │ │ ├── Other Enums.html │ │ │ ├── Other Extensions.html │ │ │ ├── Other Functions.html │ │ │ ├── Other Global Variables.html │ │ │ ├── Other Macros.html │ │ │ ├── Other Operators.html │ │ │ ├── Other Protocols.html │ │ │ ├── Other Structs.html │ │ │ ├── Other Typealiases.html │ │ │ ├── Protocols │ │ │ │ ├── AsyncProtocol.html │ │ │ │ └── InternalProtocol.html │ │ │ ├── Structs │ │ │ │ ├── GenericStruct.html │ │ │ │ ├── Nop.html │ │ │ │ └── PropertyWrapperClient.html │ │ │ ├── Typealiases │ │ │ │ └── RenamedDocumentedClass.html │ │ │ ├── Yang.html │ │ │ ├── Yin: A Category.html │ │ │ ├── css │ │ │ │ ├── fonts │ │ │ │ │ ├── KaTeX_AMS-Regular.ttf │ │ │ │ │ ├── KaTeX_AMS-Regular.woff │ │ │ │ │ ├── KaTeX_AMS-Regular.woff2 │ │ │ │ │ ├── KaTeX_Caligraphic-Bold.ttf │ │ │ │ │ ├── KaTeX_Caligraphic-Bold.woff │ │ │ │ │ ├── KaTeX_Caligraphic-Bold.woff2 │ │ │ │ │ ├── KaTeX_Caligraphic-Regular.ttf │ │ │ │ │ ├── KaTeX_Caligraphic-Regular.woff │ │ │ │ │ ├── KaTeX_Caligraphic-Regular.woff2 │ │ │ │ │ ├── KaTeX_Fraktur-Bold.ttf │ │ │ │ │ ├── KaTeX_Fraktur-Bold.woff │ │ │ │ │ ├── KaTeX_Fraktur-Bold.woff2 │ │ │ │ │ ├── KaTeX_Fraktur-Regular.ttf │ │ │ │ │ ├── KaTeX_Fraktur-Regular.woff │ │ │ │ │ ├── KaTeX_Fraktur-Regular.woff2 │ │ │ │ │ ├── KaTeX_Main-Bold.ttf │ │ │ │ │ ├── KaTeX_Main-Bold.woff │ │ │ │ │ ├── KaTeX_Main-Bold.woff2 │ │ │ │ │ ├── KaTeX_Main-BoldItalic.ttf │ │ │ │ │ ├── KaTeX_Main-BoldItalic.woff │ │ │ │ │ ├── KaTeX_Main-BoldItalic.woff2 │ │ │ │ │ ├── KaTeX_Main-Italic.ttf │ │ │ │ │ ├── KaTeX_Main-Italic.woff │ │ │ │ │ ├── KaTeX_Main-Italic.woff2 │ │ │ │ │ ├── KaTeX_Main-Regular.ttf │ │ │ │ │ ├── KaTeX_Main-Regular.woff │ │ │ │ │ ├── KaTeX_Main-Regular.woff2 │ │ │ │ │ ├── KaTeX_Math-BoldItalic.ttf │ │ │ │ │ ├── KaTeX_Math-BoldItalic.woff │ │ │ │ │ ├── KaTeX_Math-BoldItalic.woff2 │ │ │ │ │ ├── KaTeX_Math-Italic.ttf │ │ │ │ │ ├── KaTeX_Math-Italic.woff │ │ │ │ │ ├── KaTeX_Math-Italic.woff2 │ │ │ │ │ ├── KaTeX_SansSerif-Bold.ttf │ │ │ │ │ ├── KaTeX_SansSerif-Bold.woff │ │ │ │ │ ├── KaTeX_SansSerif-Bold.woff2 │ │ │ │ │ ├── KaTeX_SansSerif-Italic.ttf │ │ │ │ │ ├── KaTeX_SansSerif-Italic.woff │ │ │ │ │ ├── KaTeX_SansSerif-Italic.woff2 │ │ │ │ │ ├── KaTeX_SansSerif-Regular.ttf │ │ │ │ │ ├── KaTeX_SansSerif-Regular.woff │ │ │ │ │ ├── KaTeX_SansSerif-Regular.woff2 │ │ │ │ │ ├── KaTeX_Script-Regular.ttf │ │ │ │ │ ├── KaTeX_Script-Regular.woff │ │ │ │ │ ├── KaTeX_Script-Regular.woff2 │ │ │ │ │ ├── KaTeX_Size1-Regular.ttf │ │ │ │ │ ├── KaTeX_Size1-Regular.woff │ │ │ │ │ ├── KaTeX_Size1-Regular.woff2 │ │ │ │ │ ├── KaTeX_Size2-Regular.ttf │ │ │ │ │ ├── KaTeX_Size2-Regular.woff │ │ │ │ │ ├── KaTeX_Size2-Regular.woff2 │ │ │ │ │ ├── KaTeX_Size3-Regular.ttf │ │ │ │ │ ├── KaTeX_Size3-Regular.woff │ │ │ │ │ ├── KaTeX_Size3-Regular.woff2 │ │ │ │ │ ├── KaTeX_Size4-Regular.ttf │ │ │ │ │ ├── KaTeX_Size4-Regular.woff │ │ │ │ │ ├── KaTeX_Size4-Regular.woff2 │ │ │ │ │ ├── KaTeX_Typewriter-Regular.ttf │ │ │ │ │ ├── KaTeX_Typewriter-Regular.woff │ │ │ │ │ └── KaTeX_Typewriter-Regular.woff2 │ │ │ │ ├── highlight.css │ │ │ │ ├── jazzy.css │ │ │ │ └── katex.min.css │ │ │ ├── example-1.html │ │ │ ├── example-2.html │ │ │ ├── example-ℵ.html │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── gh.png │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jquery.min.js │ │ │ │ └── katex.min.js │ │ │ └── search.json │ │ │ └── docSet.dsidx.csv │ ├── example-1.html │ ├── example-2.html │ ├── example-ℵ.html │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ └── gh.png │ ├── index.html │ ├── js │ │ ├── jazzy.js │ │ ├── jquery.min.js │ │ └── katex.min.js │ ├── search.json │ └── undocumented.json └── execution_output.txt └── before /.gitignore: -------------------------------------------------------------------------------- 1 | xcuserdata 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/.gitmodules -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/Adapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/Adapter.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/AlamofireNotifications.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/AlamofireNotifications.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/AuthenticationInterceptor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/AuthenticationInterceptor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/ClosureEventMonitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/ClosureEventMonitor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/CompositeEventMonitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/CompositeEventMonitor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/CompositeTrustEvaluator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/CompositeTrustEvaluator.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/ConnectionLostRetryPolicy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/ConnectionLostRetryPolicy.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DataRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DataRequest.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DataResponseSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DataResponseSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DataStreamRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DataStreamRequest.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DataStreamRequest/Event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DataStreamRequest/Event.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DataStreamRequest/Stream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DataStreamRequest/Stream.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DefaultTrustEvaluator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DefaultTrustEvaluator.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DisabledTrustEvaluator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DisabledTrustEvaluator.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DownloadRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DownloadRequest.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/DownloadRequest/Options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/DownloadRequest/Options.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/Interceptor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/Interceptor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/JSONParameterEncoder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/JSONParameterEncoder.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/JSONResponseSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/JSONResponseSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/MultipartFormData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/MultipartFormData.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/NetworkReachabilityManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/NetworkReachabilityManager.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/PublicKeysTrustEvaluator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/PublicKeysTrustEvaluator.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/Request.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/Request.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/Request/State.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/Request/State.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/Retrier.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/Retrier.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/RetryPolicy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/RetryPolicy.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/RevocationTrustEvaluator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/RevocationTrustEvaluator.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/ServerTrustManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/ServerTrustManager.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/Session.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/Session.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/SessionDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/SessionDelegate.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/StringResponseSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/StringResponseSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/URLEncodedFormEncoder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/URLEncodedFormEncoder.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/UploadRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/UploadRequest.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Classes/UploadRequest/Uploadable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Classes/UploadRequest/Uploadable.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Enums.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Enums/AFError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Enums/AFError.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Enums/AuthenticationError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Enums/AuthenticationError.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Enums/RetryResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Enums/RetryResult.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/Array.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/Array.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/CharacterSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/CharacterSet.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/Error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/Error.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/HTTPURLResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/HTTPURLResponse.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/Notification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/Notification.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/String.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/String.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/URL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/URL.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/URLComponents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/URLComponents.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/URLRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/URLRequest.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Extensions/URLSessionConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Extensions/URLSessionConfiguration.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Global Variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Global Variables.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/AlamofireExtended.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/AlamofireExtended.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/AuthenticationCredential.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/AuthenticationCredential.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/Authenticator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/Authenticator.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/CachedResponseHandler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/CachedResponseHandler.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/DataDecoder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/DataDecoder.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/DataPreprocessor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/DataPreprocessor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/DataStreamSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/DataStreamSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/EmptyResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/EmptyResponse.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/EventMonitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/EventMonitor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/ParameterEncoder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/ParameterEncoder.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/ParameterEncoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/ParameterEncoding.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/RedirectHandler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/RedirectHandler.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/RequestAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/RequestAdapter.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/RequestDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/RequestDelegate.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/RequestInterceptor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/RequestInterceptor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/RequestRetrier.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/RequestRetrier.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/ResponseSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/ResponseSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/ServerTrustEvaluating.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/ServerTrustEvaluating.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/URLConvertible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/URLConvertible.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/URLRequestConvertible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/URLRequestConvertible.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Protocols/UploadableConvertible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Protocols/UploadableConvertible.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/AlamofireExtension.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/AlamofireExtension.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/DataResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/DataResponse.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/DataResponsePublisher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/DataResponsePublisher.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/DecodableStreamSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/DecodableStreamSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/DownloadResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/DownloadResponse.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/DownloadResponsePublisher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/DownloadResponsePublisher.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/Empty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/Empty.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/GoogleXSSIPreprocessor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/GoogleXSSIPreprocessor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/HTTPHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/HTTPHeader.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/HTTPHeaders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/HTTPHeaders.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/HTTPMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/HTTPMethod.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/JSONEncoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/JSONEncoding.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/PassthroughPreprocessor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/PassthroughPreprocessor.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/Redirector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/Redirector.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/Redirector/Behavior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/Redirector/Behavior.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/ResponseCacher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/ResponseCacher.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/ResponseCacher/Behavior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/ResponseCacher/Behavior.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/StringStreamSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/StringStreamSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/URLEncoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/URLEncoding.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/URLEncoding/ArrayEncoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/URLEncoding/ArrayEncoding.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/URLEncoding/BoolEncoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/URLEncoding/BoolEncoding.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/URLEncoding/Destination.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/URLEncoding/Destination.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Structs/URLResponseSerializer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Structs/URLResponseSerializer.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/Typealiases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/Typealiases.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/badge.svg -------------------------------------------------------------------------------- /document_alamofire/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/css/highlight.css -------------------------------------------------------------------------------- /document_alamofire/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /document_alamofire/after/docs/docsets/Alamofire.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/docsets/Alamofire.xml -------------------------------------------------------------------------------- /document_alamofire/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/img/carat.png -------------------------------------------------------------------------------- /document_alamofire/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/img/dash.png -------------------------------------------------------------------------------- /document_alamofire/after/docs/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/img/gh.png -------------------------------------------------------------------------------- /document_alamofire/after/docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/img/spinner.gif -------------------------------------------------------------------------------- /document_alamofire/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/index.html -------------------------------------------------------------------------------- /document_alamofire/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /document_alamofire/after/docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/js/jazzy.search.js -------------------------------------------------------------------------------- /document_alamofire/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /document_alamofire/after/docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/js/lunr.min.js -------------------------------------------------------------------------------- /document_alamofire/after/docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /document_alamofire/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/search.json -------------------------------------------------------------------------------- /document_alamofire/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/docs/undocumented.json -------------------------------------------------------------------------------- /document_alamofire/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_alamofire/after/execution_output.txt -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Authentication.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/CancellableToken.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/CancellableToken.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/CredentialsPlugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/CredentialsPlugin.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/Endpoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/Endpoint.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/MoyaProvider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/MoyaProvider.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/NetworkActivityPlugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/NetworkActivityPlugin.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/NetworkLoggerPlugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/NetworkLoggerPlugin.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Classes/Response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Classes/Response.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/CommunityProjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/CommunityProjects.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Endpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Endpoints.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/AuthorizationType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/AuthorizationType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/EndpointSampleResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/EndpointSampleResponse.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/MoyaError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/MoyaError.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/MultiTarget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/MultiTarget.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/NetworkActivityChangeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/NetworkActivityChangeType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/StubBehavior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/StubBehavior.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/Task.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/Task.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Enums/ValidationType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Enums/ValidationType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/AlamofireValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/AlamofireValidation.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/Assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/Assets.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/AuthPlugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/AuthPlugin.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/Basic.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/CachePolicyPlugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/CachePolicyPlugin.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/ComposingProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/ComposingProvider.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/CustomPlugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/CustomPlugin.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/ErrorTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/ErrorTypes.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/MultiTarget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/MultiTarget.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/MultipartUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/MultipartUpload.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/OptionalParameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/OptionalParameters.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/ParameterEncoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/ParameterEncoding.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/README.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/Response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/Response.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Examples/WrappingInAdapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Examples/WrappingInAdapter.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Extensions.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Extensions/AnyPublisher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Extensions/AnyPublisher.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Extensions/Method.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Extensions/Method.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Extensions/Reactive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Extensions/Reactive.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Extensions/URL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Extensions/URL.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Functions.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/MigrationGuides/migration_8_to_9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/MigrationGuides/migration_8_to_9.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/MigrationGuides/migration_9_to_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/MigrationGuides/migration_9_to_10.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Plugins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Plugins.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Protocols.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Protocols/Cancellable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Protocols/Cancellable.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Protocols/MoyaProviderType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Protocols/MoyaProviderType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Protocols/PluginType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Protocols/PluginType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Protocols/RequestType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Protocols/RequestType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Protocols/TargetType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Protocols/TargetType.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Providers.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/README.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/ReactiveSwift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/ReactiveSwift.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Releasing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Releasing.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/RxSwift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/RxSwift.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Structs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Structs.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Structs/AccessTokenPlugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Structs/AccessTokenPlugin.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Structs/MultipartFormData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Structs/MultipartFormData.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Structs/ProgressResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Structs/ProgressResponse.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Targets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Targets.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Testing.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Threading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Threading.md -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/Typealiases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/Typealiases.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/badge.svg -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/css/highlight.css -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/img/carat.png -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/img/dash.png -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/img/spinner.gif -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/index.html -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/js/jazzy.search.js -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/js/lunr.min.js -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/search.json -------------------------------------------------------------------------------- /document_moya_podspec/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/docs/undocumented.json -------------------------------------------------------------------------------- /document_moya_podspec/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_moya_podspec/after/execution_output.txt -------------------------------------------------------------------------------- /document_realm_objc/after/core: -------------------------------------------------------------------------------- 1 | sync-3.13.3 -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Categories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Categories.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Categories/NSError(RLMSync).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Categories/NSError(RLMSync).html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMAPIKeyAuth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMAPIKeyAuth.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMApp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMApp.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMAppConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMAppConfiguration.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMArray.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMArray.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMAsyncOpenTask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMAsyncOpenTask.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMChangeStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMChangeStream.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMCollectionChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMCollectionChange.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMCredentials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMCredentials.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMDecimal128.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMDecimal128.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMEmailPasswordAuth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMEmailPasswordAuth.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMEmbeddedObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMEmbeddedObject.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMFindOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMFindOptions.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMMigration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMMigration.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMMongoClient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMMongoClient.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMMongoCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMMongoCollection.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMMongoDatabase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMMongoDatabase.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMNetworkTransport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMNetworkTransport.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMNotificationToken.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMNotificationToken.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMObject.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMObjectId.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMObjectId.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMObjectSchema.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMObjectSchema.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMProperty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMProperty.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMPropertyChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMPropertyChange.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMPropertyDescriptor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMPropertyDescriptor.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMProviderClient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMProviderClient.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMPushClient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMPushClient.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMRealm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMRealm.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMRealmConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMRealmConfiguration.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMRequest.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMResponse.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMResults.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMResults.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMSchema.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMSchema.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMSortDescriptor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMSortDescriptor.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMSyncConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMSyncConfiguration.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMSyncManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMSyncManager.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMSyncSession.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMSyncSession.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMSyncTimeoutOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMSyncTimeoutOptions.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMThreadSafeReference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMThreadSafeReference.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMUpdateResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMUpdateResult.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMUser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMUser.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMUserAPIKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMUserAPIKey.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Classes/RLMUserIdentity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Classes/RLMUserIdentity.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Constants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Constants.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMAppError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMAppError.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMBSONType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMBSONType.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMError.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMHTTPMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMHTTPMethod.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMPropertyType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMPropertyType.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncAuthError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncAuthError.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncConnectionState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncConnectionState.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncError.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncLogLevel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncLogLevel.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncProgressDirection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncProgressDirection.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncProgressMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncProgressMode.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMSyncSessionState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMSyncSessionState.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Enums/RLMUserState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Enums/RLMUserState.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMASLoginDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMASLoginDelegate.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMBSON.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMBSON.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMChangeEventDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMChangeEventDelegate.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMCollection.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMEventDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMEventDelegate.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMNetworkTransport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMNetworkTransport.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Protocols/RLMThreadConfined.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Protocols/RLMThreadConfined.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/README.md -------------------------------------------------------------------------------- /document_realm_objc/after/docs/Type Definitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/Type Definitions.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/badge.svg -------------------------------------------------------------------------------- /document_realm_objc/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/css/highlight.css -------------------------------------------------------------------------------- /document_realm_objc/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /document_realm_objc/after/docs/custom_head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/custom_head.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/docsets/Realm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/docsets/Realm.xml -------------------------------------------------------------------------------- /document_realm_objc/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/img/carat.png -------------------------------------------------------------------------------- /document_realm_objc/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/img/dash.png -------------------------------------------------------------------------------- /document_realm_objc/after/docs/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/img/gh.png -------------------------------------------------------------------------------- /document_realm_objc/after/docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/img/spinner.gif -------------------------------------------------------------------------------- /document_realm_objc/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/index.html -------------------------------------------------------------------------------- /document_realm_objc/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /document_realm_objc/after/docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/js/jazzy.search.js -------------------------------------------------------------------------------- /document_realm_objc/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /document_realm_objc/after/docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/js/lunr.min.js -------------------------------------------------------------------------------- /document_realm_objc/after/docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /document_realm_objc/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/search.json -------------------------------------------------------------------------------- /document_realm_objc/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/docs/undocumented.json -------------------------------------------------------------------------------- /document_realm_objc/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_objc/after/execution_output.txt -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/Decimal128.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/Decimal128.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/List.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/List.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/Map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/Map.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/Map/KeyValueSequence.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/Map/KeyValueSequence.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/MutableSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/MutableSet.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/ObjectId.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/ObjectId.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/Projection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/Projection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/RealmOptional.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/RealmOptional.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Classes/RealmProperty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Classes/RealmProperty.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/AnyBSON.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/AnyBSON.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/AnyRealmValue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/AnyRealmValue.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/AsyncOpenState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/AsyncOpenState.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/ClientResetMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/ClientResetMode.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/Credentials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/Credentials.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/ObjectChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/ObjectChange.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/RealmCollectionChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/RealmCollectionChange.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/RealmMapChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/RealmMapChange.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/RealmPublishers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/RealmPublishers.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/RealmPublishers/Value.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/RealmPublishers/Value.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/RealmPublishers/WillChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/RealmPublishers/WillChange.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/SectionedResultsChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/SectionedResultsChange.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Enums/SyncSubscriptionState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Enums/SyncSubscriptionState.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/APIKeyAuth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/APIKeyAuth.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/App.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/App.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/AsymmetricObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/AsymmetricObject.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Bool.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Bool.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/CompensatingWriteInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/CompensatingWriteInfo.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Data.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Date.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Date.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Double.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Double.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/EmailPasswordAuth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/EmailPasswordAuth.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/EmbeddedObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/EmbeddedObject.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/EnvironmentValues.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/EnvironmentValues.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/FindOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/FindOptions.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Float.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Float.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Int.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Int.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Int16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Int16.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Int32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Int32.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Int64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Int64.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Int8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Int8.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Migration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Migration.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/MongoCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/MongoCollection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/NSData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/NSData.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/NSDate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/NSDate.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/NSNumber.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/NSNumber.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/NSString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/NSString.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Object.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Object.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Optional.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Optional.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Publisher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Publisher.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/Publishers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/Publishers.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/PushClient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/PushClient.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/RLMCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/RLMCollection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/RLMObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/RLMObject.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/RLMRealm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/RLMRealm.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/RawRepresentable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/RawRepresentable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/String.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/String.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/SyncError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/SyncError.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/SyncSession.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/SyncSession.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/SyncSession/Progress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/SyncSession/Progress.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/UUID.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/UUID.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/User.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/User.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/UserAPIKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/UserAPIKey.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/UserProfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/UserProfile.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Extensions/View.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Extensions/View.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Functions.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/ChangeEventDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/ChangeEventDelegate.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/CustomPersistable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/CustomPersistable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/ObjectKeyIdentifiable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/ObjectKeyIdentifiable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/OptionalProtocol.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/OptionalProtocol.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/ProjectionObservable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/ProjectionObservable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/RealmCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/RealmCollection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/RealmKeyedCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/RealmKeyedCollection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/RealmSectionedResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/RealmSectionedResult.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/ThreadConfined.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/ThreadConfined.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/_DefaultConstructible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/_DefaultConstructible.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/_HasPersistedType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/_HasPersistedType.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/_ObjcBridgeable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/_ObjcBridgeable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/_Persistable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/_Persistable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/_PossiblyAggregateable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/_PossiblyAggregateable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Protocols/_RLMCollectionIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Protocols/_RLMCollectionIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/README.md -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/AnyRealmCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/AnyRealmCollection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/AsyncOpen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/AsyncOpen.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/AsyncOpenSubscription.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/AsyncOpenSubscription.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/AutoOpen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/AutoOpen.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/EventConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/EventConfiguration.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Events.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Events.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Events/Scope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Events/Scope.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/FunctionCallable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/FunctionCallable.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Functions.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/LinkingObjects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/LinkingObjects.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/MapIndex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/MapIndex.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ObjectSchema.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ObjectSchema.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ObservationSubscription.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ObservationSubscription.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ObservedRealmObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ObservedRealmObject.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ObservedResults.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ObservedResults.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Persisted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Persisted.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Projected.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Projected.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ProjectedCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ProjectedCollection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Property.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Property.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/PropertyChange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/PropertyChange.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Query.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Query.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/QuerySubscription.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/QuerySubscription.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/RLMCollectionIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/RLMCollectionIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/RLMDictionaryIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/RLMDictionaryIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/RLMIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/RLMIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/RLMKeyValueIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/RLMKeyValueIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/RLMMapIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/RLMMapIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm/AsyncOpenTask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm/AsyncOpenTask.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm/Configuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm/Configuration.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm/Error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm/Error.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm/Notification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm/Notification.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm/OpenBehavior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm/OpenBehavior.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Realm/UpdatePolicy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Realm/UpdatePolicy.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Results.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ResultsSection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ResultsSection.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/Schema.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/Schema.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SectionIterator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SectionIterator.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SectionedResults.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SectionedResults.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SingleMapEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SingleMapEntry.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SortDescriptor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SortDescriptor.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/StateRealmObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/StateRealmObject.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/StringOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/StringOptions.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SyncConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SyncConfiguration.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SyncSubscription.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SyncSubscription.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/SyncSubscriptionSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/SyncSubscriptionSet.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Structs/ThreadSafeReference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Structs/ThreadSafeReference.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/Typealiases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/Typealiases.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/badge.svg -------------------------------------------------------------------------------- /document_realm_swift/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/css/highlight.css -------------------------------------------------------------------------------- /document_realm_swift/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /document_realm_swift/after/docs/custom_head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/custom_head.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/docsets/RealmSwift.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/docsets/RealmSwift.xml -------------------------------------------------------------------------------- /document_realm_swift/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/img/carat.png -------------------------------------------------------------------------------- /document_realm_swift/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/img/dash.png -------------------------------------------------------------------------------- /document_realm_swift/after/docs/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/img/gh.png -------------------------------------------------------------------------------- /document_realm_swift/after/docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/img/spinner.gif -------------------------------------------------------------------------------- /document_realm_swift/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/index.html -------------------------------------------------------------------------------- /document_realm_swift/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /document_realm_swift/after/docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/js/jazzy.search.js -------------------------------------------------------------------------------- /document_realm_swift/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /document_realm_swift/after/docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/js/lunr.min.js -------------------------------------------------------------------------------- /document_realm_swift/after/docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /document_realm_swift/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/search.json -------------------------------------------------------------------------------- /document_realm_swift/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/docs/undocumented.json -------------------------------------------------------------------------------- /document_realm_swift/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_realm_swift/after/execution_output.txt -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Caching.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Caching.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Classes/PipelineStageKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Classes/PipelineStageKey.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Classes/Resource.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Classes/Resource.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Classes/Service.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Classes/Service.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/RequestChainAction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/RequestChainAction.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/RequestMethod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/RequestMethod.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/RequestState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/RequestState.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/ResourceEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/ResourceEvent.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/Response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/Response.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/SiestaLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/SiestaLog.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Enums/SiestaLog/Category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Enums/SiestaLog/Category.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Extensions/NSRegularExpression.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Extensions/NSRegularExpression.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Extensions/Set.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Extensions/Set.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Extensions/String.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Extensions/String.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Extensions/URL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Extensions/URL.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Extensions/URLSession.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Extensions/URLSession.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Logging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Logging.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Network Layer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Network Layer.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Observing Resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Observing Resources.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Other Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Other Extensions.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Other Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Other Protocols.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Other Typealiases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Other Typealiases.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/EntityCache.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/EntityCache.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/NetworkingProvider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/NetworkingProvider.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/Request.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/Request.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/RequestDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/RequestDelegate.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/RequestNetworking.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/RequestNetworking.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/ResourceObserver.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/ResourceObserver.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/ResponseTransformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/ResponseTransformer.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/SessionTaskContainer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/SessionTaskContainer.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Protocols/URLConvertible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Protocols/URLConvertible.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Request Customization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Request Customization.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Requests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Requests.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Resources.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Response Pipeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Response Pipeline.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/Configuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/Configuration.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/Entity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/Entity.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/Pipeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/Pipeline.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/PipelineStage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/PipelineStage.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/RequestError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/RequestError.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/RequestError/Cause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/RequestError/Cause.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/RequestTransferMetrics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/RequestTransferMetrics.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/ResponseInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/ResponseInfo.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/StandardTransformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/StandardTransformer.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/Structs/URLSessionProvider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/Structs/URLSessionProvider.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/badge.svg -------------------------------------------------------------------------------- /document_siesta/after/api-docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/css/highlight.css -------------------------------------------------------------------------------- /document_siesta/after/api-docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/css/jazzy.css -------------------------------------------------------------------------------- /document_siesta/after/api-docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/img/carat.png -------------------------------------------------------------------------------- /document_siesta/after/api-docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/img/dash.png -------------------------------------------------------------------------------- /document_siesta/after/api-docs/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/img/gh.png -------------------------------------------------------------------------------- /document_siesta/after/api-docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/img/spinner.gif -------------------------------------------------------------------------------- /document_siesta/after/api-docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/index.html -------------------------------------------------------------------------------- /document_siesta/after/api-docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/js/jazzy.js -------------------------------------------------------------------------------- /document_siesta/after/api-docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/js/jazzy.search.js -------------------------------------------------------------------------------- /document_siesta/after/api-docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/js/jquery.min.js -------------------------------------------------------------------------------- /document_siesta/after/api-docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/js/lunr.min.js -------------------------------------------------------------------------------- /document_siesta/after/api-docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /document_siesta/after/api-docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/search.json -------------------------------------------------------------------------------- /document_siesta/after/api-docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/api-docs/undocumented.json -------------------------------------------------------------------------------- /document_siesta/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/document_siesta/after/execution_output.txt -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/Guides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/Guides.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitAlpha.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitAlpha.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitAlpha/Structs/Manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitAlpha/Structs/Manager.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitBeta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitBeta.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitBeta/Classes/BetaClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitBeta/Classes/BetaClass.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitBeta/Structs/Manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitBeta/Structs/Manager.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitDelta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitDelta.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/MultiKitGamma.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/MultiKitGamma.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/Start Here.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/Start Here.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/badge.svg -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/css/highlight.css -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/docsets/Jazzy_MultiKit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/docsets/Jazzy_MultiKit.xml -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/guide.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/img/carat.png -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/img/dash.png -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/img/spinner.gif -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/index.html -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/js/jazzy.search.js -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/js/lunr.min.js -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/search.json -------------------------------------------------------------------------------- /jazzy_multi_modules/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/docs/undocumented.json -------------------------------------------------------------------------------- /jazzy_multi_modules/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/after/execution_output.txt -------------------------------------------------------------------------------- /jazzy_multi_modules/before/.jazzy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/.jazzy.yaml -------------------------------------------------------------------------------- /jazzy_multi_modules/before/Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/Guide.md -------------------------------------------------------------------------------- /jazzy_multi_modules/before/MultiKitAlpha/Alpha.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/MultiKitAlpha/Alpha.swift -------------------------------------------------------------------------------- /jazzy_multi_modules/before/MultiKitBeta/Beta.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/MultiKitBeta/Beta.swift -------------------------------------------------------------------------------- /jazzy_multi_modules/before/MultiKitDelta/Delta.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/MultiKitDelta/Delta.swift -------------------------------------------------------------------------------- /jazzy_multi_modules/before/MultiKitGamma/Gamma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/MultiKitGamma/Gamma.h -------------------------------------------------------------------------------- /jazzy_multi_modules/before/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/Package.swift -------------------------------------------------------------------------------- /jazzy_multi_modules/before/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/jazzy_multi_modules/before/README.md -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Actors/PublicActor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Actors/PublicActor.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/ClassWithInitializers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/ClassWithInitializers.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/MiscMarkdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/MiscMarkdown.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/ObjCTopLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/ObjCTopLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/Operators_5FNamespace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/Operators_5FNamespace.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/PublicSPIClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/PublicSPIClass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/PublicToDocsClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/PublicToDocsClass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/PublicTopLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/PublicTopLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/TopLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/TopLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/TopLevelObjCSubclass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/TopLevelObjCSubclass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Classes/TopLevelSwiftSubclass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Classes/TopLevelSwiftSubclass.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Enums/DocumentedEnum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Enums/StringEnum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Enums/StringEnum.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Enums/UndocumentedEnum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Enums/UndocumentedEnum.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Extensions/Float.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Extensions/Float.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Extensions/Mirror.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Extensions/Mirror.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Extensions/NSObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Extensions/NSObject.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Extensions/String.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Extensions/String.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Extensions/String/Encoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Extensions/String/Encoding.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Guides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Guides.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Actors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Actors.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Classes.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Enums.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Extensions.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Functions.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Global Variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Global Variables.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Macros.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Protocols.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Structs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Structs.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Other Typealiases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Other Typealiases.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Protocols/AsyncProtocol.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Protocols/AsyncProtocol.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Protocols/InternalProtocol.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Protocols/InternalProtocol.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Structs/GenericStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Structs/GenericStruct.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Structs/Nop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Structs/Nop.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Structs/PropertyWrapperClient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Structs/PropertyWrapperClient.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Yang.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Yang.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/Yin: A Category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/Yin: A Category.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_AMS-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_AMS-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_AMS-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_AMS-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_AMS-Regular.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Bold.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Bold.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Bold.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Fraktur-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Bold.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Bold.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Bold.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-BoldItalic.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Italic.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Italic.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Italic.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Main-Regular.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-BoldItalic.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-Italic.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-Italic.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Math-Italic.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_SansSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_SansSerif-Bold.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_SansSerif-Bold.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Script-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Script-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Script-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size1-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size1-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size1-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size1-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size1-Regular.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size2-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size2-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size2-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size2-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size2-Regular.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size3-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size3-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size3-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size3-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size3-Regular.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size4-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size4-Regular.ttf -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size4-Regular.woff -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/fonts/KaTeX_Size4-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/fonts/KaTeX_Size4-Regular.woff2 -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/highlight.css -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/css/katex.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/css/katex.min.css -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/example-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/example-1.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/example-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/example-2.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/example-ℵ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/example-ℵ.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/img/carat.png -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/img/dash.png -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/img/gh.png -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/index.html -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/js/katex.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/js/katex.min.js -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/search.json -------------------------------------------------------------------------------- /misc_jazzy_features/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/docs/undocumented.json -------------------------------------------------------------------------------- /misc_jazzy_features/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/after/execution_output.txt -------------------------------------------------------------------------------- /misc_jazzy_features/before/.jazzy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/.jazzy.yaml -------------------------------------------------------------------------------- /misc_jazzy_features/before/Extra/Example 1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/Extra/Example 1.md -------------------------------------------------------------------------------- /misc_jazzy_features/before/Extra/Example 2.md: -------------------------------------------------------------------------------- 1 | 2 | # Example Docs File 2 3 | -------------------------------------------------------------------------------- /misc_jazzy_features/before/Extra/Example ℵ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/Extra/Example ℵ.md -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/Callouts.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/MiscJazzyFeatures/Callouts.swift -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/Filenames.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/MiscJazzyFeatures/Filenames.swift -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/Ignored.swift: -------------------------------------------------------------------------------- 1 | class ThisWholeFileShouldBeIgnored { } 2 | -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/IgnoredToo.swift: -------------------------------------------------------------------------------- 1 | class ThisWholeFileShouldAlsoBeIgnored { } 2 | -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h -------------------------------------------------------------------------------- /misc_jazzy_features/before/MiscJazzyFeatures/MiscMarkdown.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/MiscJazzyFeatures/MiscMarkdown.swift -------------------------------------------------------------------------------- /misc_jazzy_features/before/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/Package.swift -------------------------------------------------------------------------------- /misc_jazzy_features/before/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/README.md -------------------------------------------------------------------------------- /misc_jazzy_features/before/Sections/ClassWithInitializers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/Sections/ClassWithInitializers.md -------------------------------------------------------------------------------- /misc_jazzy_features/before/Sections/Guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_features/before/Sections/Guides.md -------------------------------------------------------------------------------- /misc_jazzy_features/before/Sections/Other Enums.md: -------------------------------------------------------------------------------- 1 | > Example header abstract content injection -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Classes/ObjCEmptyClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Classes/ObjCEmptyClass.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Classes/ObjCLowLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Classes/ObjCLowLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Classes/ObjCMidLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Classes/ObjCMidLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Classes/ObjCTopLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Classes/ObjCTopLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Enums/SomeEnum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Enums/SomeEnum.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Functions/functionA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Functions/functionA.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Functions/functionB.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Functions/functionB.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Functions/functionC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Functions/functionC.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Categories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Categories.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Classes.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Constants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Constants.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Enums.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Functions.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Protocols.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Type Definitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Type Definitions.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Other Unions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Other Unions.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Type Definitions/Data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Type Definitions/Data.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Unions/Data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Unions/Data.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/Ying.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/Ying.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/badge.svg -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/css/highlight.css -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/img/carat.png -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/img/dash.png -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/img/spinner.gif -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/index.html -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/js/jazzy.search.js -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/js/lunr.min.js -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/js/typeahead.jquery.js -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/search.json -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/docs/undocumented.json -------------------------------------------------------------------------------- /misc_jazzy_objc_features/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/after/execution_output.txt -------------------------------------------------------------------------------- /misc_jazzy_objc_features/before/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/before/.gitignore -------------------------------------------------------------------------------- /misc_jazzy_objc_features/before/.jazzy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/before/.jazzy.yaml -------------------------------------------------------------------------------- /misc_jazzy_objc_features/before/MiscJazzyObjCFeatures/SomeEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/before/MiscJazzyObjCFeatures/SomeEnum.h -------------------------------------------------------------------------------- /misc_jazzy_objc_features/before/MiscJazzyObjCFeatures/SomeEnum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/before/MiscJazzyObjCFeatures/SomeEnum.m -------------------------------------------------------------------------------- /misc_jazzy_objc_features/before/MiscJazzyObjcFeatures/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_objc_features/before/MiscJazzyObjcFeatures/Info.plist -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Actors/PublicActor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Actors/PublicActor.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Classes/MiscMarkdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Classes/MiscMarkdown.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Classes/TopLevelClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Classes/TopLevelClass.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Enums/DocumentedEnum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Enums/DocumentedEnum.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Enums/StringEnum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Enums/StringEnum.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Extensions/Float.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Extensions/Float.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Extensions/Mirror.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Extensions/Mirror.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Extensions/NSObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Extensions/NSObject.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Extensions/String.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Extensions/String.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Guides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Guides.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Actors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Actors.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Classes.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Enums.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Extensions.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Functions.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Macros.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Operators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Operators.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Protocols.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Structs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Structs.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Other Typealiases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Other Typealiases.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Structs/GenericStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Structs/GenericStruct.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Structs/Nop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Structs/Nop.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Yang.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Yang.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/Yin: A Category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/Yin: A Category.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/css/highlight.css -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/css/jazzy.css -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/css/katex.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/css/katex.min.css -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/example-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/example-1.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/example-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/example-2.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/example-ℵ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/example-ℵ.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/img/carat.png -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/img/dash.png -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/img/gh.png -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/index.html -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/js/jazzy.js -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/js/jquery.min.js -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/js/katex.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/js/katex.min.js -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/search.json -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/docs/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/docs/undocumented.json -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/after/execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realm/jazzy-integration-specs/HEAD/misc_jazzy_symgraph_features/after/execution_output.txt -------------------------------------------------------------------------------- /misc_jazzy_symgraph_features/before: -------------------------------------------------------------------------------- 1 | ../misc_jazzy_features/before --------------------------------------------------------------------------------