text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```objective-c
//
// YYThreadSafeDictionary.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
/**
A simple implementation of thr... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYThreadSafeDictionary.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 190 |
```objective-c
//
// YYFileHash.h
// YYKit <path_to_url
//
// Created by ibireme on 14/11/2.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/// File hash algorithm... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYFileHash.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,152 |
```objective-c
//
// NSObject+YYAdd.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/8.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "NSObject+YYAdd.h"
#import "YYKitMacro.h"
#import <objc/objc.h>
#import... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Base/Foundation/NSObject+YYAdd.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,383 |
```objective-c
//
// YYGestureRecognizer.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/26.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/// State of the gestur... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYGestureRecognizer.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 248 |
```objective-c
//
// YYTimer.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/7.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
YYTimer is a thread-sa... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYTimer.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 291 |
```objective-c
//
// YYSentinel.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/13.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
YYSentinel is a th... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYSentinel.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 155 |
```objective-c
//
// YYAsyncLayer.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/11.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYAsyncLayer.h"
#import "YYSentinel.h"
#if __has_include("YYDispatchQue... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYAsyncLayer.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,664 |
```objective-c
//
// YYWeakProxy.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/18.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
A proxy used to ... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYWeakProxy.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 305 |
```objective-c
//
// YYReachability.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/6.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
#import <SystemConfiguration/SystemConfigurati... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYReachability.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 604 |
```objective-c
//
// YYSentinel.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/13.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYSentinel.h"
#import <libkern/OSAtomic.h>
@implementation YYSentinel {
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYSentinel.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 129 |
```objective-c
//
// YYThreadSafeArray.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYThreadSafeArray.h"
#import "NSArray+YYAdd.h"
#define INIT(...)... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYThreadSafeArray.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,248 |
```objective-c
//
// YYTransaction.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/18.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
YYTransaction l... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYTransaction.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 244 |
```objective-c
//
// YYReachability.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/6.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYReachability.h"
#import <objc/message.h>
#import <CoreTelephony/CTTel... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYReachability.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,610 |
```objective-c
//
// YYTransaction.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/18.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTransaction.h"
@interface YYTransaction()
@property (nonatomic, str... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYTransaction.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 529 |
```objective-c
//
// YYThreadSafeDictionary.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYThreadSafeDictionary.h"
#import "NSDictionary+YYAdd.h"
#d... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYThreadSafeDictionary.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,848 |
```objective-c
//
// YYKeychain.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
@class YYKeychainItem;
NS_ASSUME_NONNULL_BEGIN... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYKeychain.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,769 |
```objective-c
//
// YYTimer.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/7.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTimer.h"
#import <pthread.h>
#define LOCK(...) dispatch_semaphore_wait(_loc... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYTimer.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 683 |
```objective-c
//
// YYGestureRecognizer.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/26.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYGestureRecognizer.h"
#import <UIKit/UIGestureRecognizerSubclas... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYGestureRecognizer.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 399 |
```objective-c
//
// YYKeychain.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYKeychain.h"
#import "UIDevice+YYAdd.h"
#import "YYKitMacro.h"
#import <... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYKeychain.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,678 |
```objective-c
//
// YYAsyncLayer.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/11.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
@class YYAsyncLayerDis... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYAsyncLayer.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 523 |
```objective-c
//
// YYDispatchQueueManager.h
// YYKit <path_to_url
//
// Created by ibireme on 15/7/18.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
#ifndef YYDispatchQueuePool_h
#defin... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYDispatchQueuePool.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 321 |
```objective-c
//
// YYThreadSafeArray.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
/**
A simple implementation of thread s... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYThreadSafeArray.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 191 |
```objective-c
//
// YYWeakProxy.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/18.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYWeakProxy.h"
@implementation YYWeakProxy
- (instancetype)initWithTa... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYWeakProxy.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 392 |
```objective-c
//
// YYDispatchQueueManager.m
// YYKit <path_to_url
//
// Created by ibireme on 15/7/18.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYDispatchQueuePool.h"
#import <UIKit/UIKit.h>
#import <libker... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYDispatchQueuePool.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,055 |
```objective-c
//
// YYFileHash.m
// YYKit <path_to_url
//
// Created by ibireme on 14/11/2.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYFileHash.h"
#include <CommonCrypto/CommonCrypto.h>
#include <zlib.h>
#i... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Utility/YYFileHash.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,508 |
```objective-c
//
// YYImage.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/20.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYImage.h"
#import "NSString+YYAdd.h"
#import "NSBundle+YYAdd.h"
@implement... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,441 |
```objective-c
//
// YYSpriteImage.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYSpriteSheetImage.h"
@implementation YYSpriteSheetImage
- (instancet... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYSpriteSheetImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 598 |
```objective-c
//
// YYFrameImage.h
// YYKit <path_to_url
//
// Created by ibireme on 14/12/9.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYAnim... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYFrameImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 844 |
```objective-c
//
// YYWebImageManager.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/19.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/Y... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYWebImageManager.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,123 |
```objective-c
//
// YYAnimatedImageView.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/19.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
An image view for ... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYAnimatedImageView.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 915 |
```objective-c
//
// YYWebImageOperation.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYWebImageOperation.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 838 |
```objective-c
//
// YYAnimatedImageView.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/19.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYAnimatedImageView.h"
#import "YYWeakProxy.h"
#import "UIDevice... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYAnimatedImageView.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,814 |
```objective-c
//
// YYWebImageOperation.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYWebImageOperation.h"
#import "UIApplication+YYAdd.h"
#import "Y... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYWebImageOperation.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 6,541 |
```objective-c
//
// YYImageCache.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
@class YYMemoryCache, YYDiskCache;
NS_ASSUME_NONNULL_BE... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYImageCache.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,812 |
```objective-c
//
// YYImageCache.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYImageCache.h"
#import "YYMemoryCache.h"
#import "YYDiskCache.h"
#impor... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYImageCache.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,053 |
```objective-c
//
// YYImage.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/20.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYAnimated... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 577 |
```objective-c
//
// YYImageCoder.m
// YYKit <path_to_url
//
// Created by ibireme on 15/5/13.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYImageCoder.h"
#import <CoreFoundation/CoreFoundation.h>
#import <Image... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYImageCoder.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 28,241 |
```objective-c
//
// YYFrameImage.m
// YYKit <path_to_url
//
// Created by ibireme on 14/12/9.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYFrameImage.h"
#import "NSString+YYAdd.h"
#import "UIImage+YYAdd.h"
#im... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYFrameImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,012 |
```objective-c
//
// YYWebImageManager.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/19.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYWebImageManager.h"
#import "YYImageCache.h"
#import "YYWebImageOp... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYWebImageManager.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 758 |
```objective-c
//
// YYSpriteImage.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYAni... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYSpriteSheetImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 757 |
```objective-c
//
// CALayer+YYWebImage.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
#if __has_includ... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/CALayer+YYWebImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 855 |
```objective-c
//
// _YYWebImageSetter.m
// YYKit <path_to_url
//
// Created by ibireme on 15/7/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "_YYWebImageSetter.h"
#import "YYWebImageOperation.h"
#import <libke... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/_YYWebImageSetter.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 741 |
```objective-c
//
// YYImageCoder.h
// YYKit <path_to_url
//
// Created by ibireme on 15/5/13.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
Image file type.
*/
typed... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/YYImageCoder.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,054 |
```objective-c
//
// CALayer+YYWebImage.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "CALayer+YYWebImage.h"
#import "YYWebImageOperation.h"
#import "_YY... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/CALayer+YYWebImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,472 |
```objective-c
//
// UIButton+YYWebImage.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/UIButton+YYWebImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,777 |
```objective-c
//
// UIButton+YYWebImage.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "UIButton+YYWebImage.h"
#import "YYWebImageOperation.h"
#import "_... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/UIButton+YYWebImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,491 |
```objective-c
//
// MKAnnotationView+YYWebImage.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "MKAnnotationView+YYWebImage.h"
#import "YYWebImageOperati... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/MKAnnotationView+YYWebImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,471 |
```objective-c
//
// UIImageView+YYWebImage.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YY... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/UIImageView+YYWebImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,550 |
```objective-c
//
// _YYWebImageSetter.h
// YYKit <path_to_url
//
// Created by ibireme on 15/7/15.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYWebImageManager.h>
#else... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/_YYWebImageSetter.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 382 |
```objective-c
//
// MKAnnotationView+YYWebImage.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <MapKit/MapKit.h>
#if __has_inclu... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/MKAnnotationView+YYWebImage.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 843 |
```objective-c
//
// UIImageView+YYWebImage.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/23.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "UIImageView+YYWebImage.h"
#import "YYWebImageOperation.h"
#imp... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Image/Categories/UIImageView+YYWebImage.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,864 |
```objective-c
//
// YYClassInfo.h
// YYKit <path_to_url
//
// Created by ibireme on 15/5/9.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
NS_ASSUME_NONNULL_BEGIN... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Model/YYClassInfo.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,893 |
```objective-c
//
// YYClassInfo.m
// YYKit <path_to_url
//
// Created by ibireme on 15/5/9.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYClassInfo.h"
#import <objc/runtime.h>
YYEncodingType YYEncodingGetType(... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Model/YYClassInfo.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,829 |
```objective-c
//
// NSObject+YYModel.h
// YYKit <path_to_url
//
// Created by ibireme on 15/5/10.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
Provide some... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Model/NSObject+YYModel.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,081 |
```objective-c
//
// YYFPSLabel.h
// YYKitExample
//
// Created by ibireme on 15/9/3.
//
#import <UIKit/UIKit.h>
/**
Show Screen FPS...
The maximum fps in OSX/iOS Simulator is 60.00.
The maximum fps on iPhone is 59.97.
The maxmium fps on iPad is 60.0.
*/
@interface YYFPSLabel : UILabel
@end
``` | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/YYFPSLabel.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 91 |
```objective-c
//
// YYFPSLabel.m
// YYKitExample
//
// Created by ibireme on 15/9/3.
//
#import "YYFPSLabel.h"
#import "YYKit.h"
#import "YYWeakProxy.h"
#define kSize CGSizeMake(55, 20)
@implementation YYFPSLabel {
CADisplayLink *_link;
NSUInteger _count;
NSTimeInterval _lastTime;
UIFont *_font;
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/YYFPSLabel.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 579 |
```objective-c
//
// YYTextView.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYTextPa... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/YYTextView.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,372 |
```objective-c
//
// NSObject+YYModel.m
// YYKit <path_to_url
//
// Created by ibireme on 15/5/10.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "NSObject+YYModel.h"
#import "YYClassInfo.h"
#import <objc/message.h>... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Model/NSObject+YYModel.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 18,117 |
```objective-c
//
// YYLabel.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYLabel.h"
#import "YYAsyncLayer.h"
#import "YYWeakProxy.h"
#import "YYCGUtil... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/YYLabel.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 10,634 |
```objective-c
//
// YYLabel.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYTextParse... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/YYLabel.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,964 |
```objective-c
//
// YYTextRubyAnnotation.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/24.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextRubyAnnotation.h"
@implementation YYTextRubyAnnotation
-... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextRubyAnnotation.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 824 |
```objective-c
//
// YYTextView.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextView.h"
#import "YYKitMacro.h"
#import "YYTextInput.h"
#import "YYTe... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/YYTextView.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 34,374 |
```objective-c
//
// YYTextUtilities.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/6.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <CoreText/CoreText.h>
#if __has_include(<YYKit... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextUtilities.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,031 |
```objective-c
//
// NSAttributedString+YYText.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/7.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "NSAttributedString+YYText.h"
#import "YYKitMacro.h"
#import... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/NSAttributedString+YYText.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 10,547 |
```objective-c
//
// YYTextAttribute.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/26.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
#pragma mark - Enum Define
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextAttribute.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,334 |
```objective-c
//
// YYTextArchiver.h
// YYKit <path_to_url
//
// Created by ibireme on 15/3/16.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
A subclass of `NSKeyedAr... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextArchiver.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 233 |
```objective-c
//
// YYTextParser.h
// YYKit <path_to_url
//
// Created by ibireme on 15/3/6.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
The YYTextParser protocol d... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextParser.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 668 |
```objective-c
//
// NSParagraphStyle+YYText.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/7.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
Provides extens... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/NSParagraphStyle+YYText.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 202 |
```objective-c
//
// NSParagraphStyle+YYText.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/7.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "NSParagraphStyle+YYText.h"
#import "YYKitMacro.h"
#import "Y... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/NSParagraphStyle+YYText.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,074 |
```objective-c
//
// YYTextRunDelegate.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/14.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <CoreText/CoreText.h>
NS_ASSUME_NONNULL_BE... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextRunDelegate.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 369 |
```objective-c
//
// YYTextRunDelegate.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/14.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextRunDelegate.h"
static void DeallocCallback(void *ref) {
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextRunDelegate.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 544 |
```objective-c
//
// YYTextParser.m
// YYKit <path_to_url
//
// Created by ibireme on 15/3/6.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextParser.h"
#import "YYCGUtilities.h"
#import "YYTextUtilities.h"
#im... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextParser.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 5,155 |
```objective-c
//
// YYTextAttribute.m
// YYKit <path_to_url
//
// Created by ibireme on 14/10/26.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextAttribute.h"
#import <UIKit/UIKit.h>
#import <CoreText/CoreTex... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextAttribute.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,223 |
```objective-c
//
// UIPasteboard+YYText.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/2.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "UIPasteboard+YYText.h"
#import "YYKitMacro.h"
#import "YYImage.h"
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/UIPasteboard+YYText.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,177 |
```objective-c
//
// YYTextRubyAnnotation.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/24.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <CoreText/CoreText.h>
NS_ASSUME_NONNULL_... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextRubyAnnotation.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 544 |
```objective-c
//
// UIPasteboard+YYText.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/2.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
Extend UIPasteboard ... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/UIPasteboard+YYText.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 312 |
```objective-c
//
// YYTextArchiver.m
// YYKit <path_to_url
//
// Created by ibireme on 15/3/16.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextArchiver.h"
#import "YYTextRunDelegate.h"
#import "YYTextRubyAnn... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextArchiver.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,838 |
```objective-c
//
// NSAttributedString+YYText.h
// YYKit <path_to_url
//
// Created by ibireme on 14/10/7.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <CoreText/CoreText.h>
#if __has_inc... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/NSAttributedString+YYText.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 12,323 |
```objective-c
//
// YYTextUtilities.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/6.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextUtilities.h"
NSCharacterSet *YYTextVerticalFormRotateCharacterS... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/String/YYTextUtilities.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 907 |
```objective-c
//
// YYTextLayout.h
// YYKit <path_to_url
//
// Created by ibireme on 15/3/3.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <CoreText/CoreText.h>
#if __has_include(<YYKit/YY... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextLayout.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,568 |
```objective-c
//
// YYTextEffectWindow.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextEffectWindow.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 392 |
```objective-c
//
// YYTextEffectWindow.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextEffectWindow.h"
#import "YYTextKeyboardManager.h"
#import "Y... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextEffectWindow.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,198 |
```objective-c
//
// YYTextLine.h
// YYKit <path_to_url
//
// Created by ibireme on 15/3/10.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#import <CoreText/CoreText.h>
#if __has_include(<YYKit/YYK... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextLine.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 730 |
```objective-c
//
// YYTextContainerView.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextContainerView.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 404 |
```objective-c
//
// YYTextSelectionView.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextSelectionView.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 592 |
```objective-c
//
// YYTextMagnifier.h
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
#if __has_include(<YYKit/YYKit.h>)
#import <YYKit/YYT... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextMagnifier.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 456 |
```objective-c
//
// YYTextInput.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/17.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextInput.h"
#import "YYKitMacro.h"
@implementation YYTextPosition
+ ... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextInput.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,077 |
```objective-c
//
// YYTextContainerView.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/21.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextContainerView.h"
@implementation YYTextContainerView {
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextContainerView.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,029 |
```objective-c
//
// YYTextDebugOption.m
// YYKit <path_to_url
//
// Created by ibireme on 15/4/8.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextDebugOption.h"
#import "YYKitMacro.h"
#import "UIColor+YYAdd.h... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextDebugOption.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,050 |
```objective-c
//
// YYTextKeyboardManager.h
// YYKit <path_to_url
//
// Created by ibireme on 15/6/3.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
System keyboard tr... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextKeyboardManager.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 646 |
```objective-c
//
// YYTextSelectionView.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextSelectionView.h"
#import "YYCGUtilities.h"
#import "YYWeakP... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextSelectionView.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,721 |
```objective-c
//
// YYTextInput.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/17.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
Text position affinity. For... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextInput.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 643 |
```objective-c
//
// YYYTextLine.m
// YYKit <path_to_url
//
// Created by ibireme on 15/3/3.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextLine.h"
#import "YYTextUtilities.h"
#import "YYKitMacro.h"
@impleme... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextLine.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 1,368 |
```objective-c
//
// YYTextDebugOption.h
// YYKit <path_to_url
//
// Created by ibireme on 15/4/8.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import <UIKit/UIKit.h>
@class YYTextDebugOption;
NS_ASSUME_NONNULL_BEGIN
... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextDebugOption.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 741 |
```objective-c
//
// YYTextKeyboardManager.m
// YYKit <path_to_url
//
// Created by ibireme on 15/6/3.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextKeyboardManager.h"
#import "UIApplication+YYAdd.h"
#import... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextKeyboardManager.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 4,007 |
```objective-c
//
// YYTextMagnifier.m
// YYKit <path_to_url
//
// Created by ibireme on 15/2/25.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextMagnifier.h"
#import "YYCGUtilities.h"
#define kCaptureDisable... | /content/code_sandbox/WeChat/ThirdLib/YYKit/Text/Component/YYTextMagnifier.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 2,892 |
```objective-c
//
// MBProgressHUD+Show.m
// weibo
//
// Created by apple on 13-9-1.
//
#import "MBProgressHUD+Show.h"
@implementation MBProgressHUD (Show)
+ (void)showText:(NSString *)text name:(NSString *)name
{
//
MBProgressHUD *hud =[MBProgressHUD showHUDAddedTo:[UIApplication sharedApplication].keyWi... | /content/code_sandbox/WeChat/ThirdLib/MBprogressHUD/MBProgressHUD+Show.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 226 |
```objective-c
//
// MBProgressHUD+Show.h
// weibo
//
// Created by apple on 13-9-1.
//
#import "MBProgressHUD.h"
@interface MBProgressHUD (Show)
+ (void)showErrorWithText:(NSString *)text;
+ (void)showSuccessWithText:(NSString *)text;
@end
``` | /content/code_sandbox/WeChat/ThirdLib/MBprogressHUD/MBProgressHUD+Show.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 69 |
```objective-c
//
// MBProgressHUD.m
// Version 0.7
// Created by Matej Bukovinski on 2.4.09.
//
#import "MBProgressHUD.h"
#if __has_feature(objc_arc)
#define MB_AUTORELEASE(exp) exp
#define MB_RELEASE(exp) exp
#define MB_RETAIN(exp) exp
#else
#define MB_AUTORELEASE(exp) [exp autorelease]
#define MB_RELEASE(exp... | /content/code_sandbox/WeChat/ThirdLib/MBprogressHUD/MBProgressHUD.m | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 8,299 |
```objective-c
//
// MBProgressHUD.h
// Version 0.7
// Created by Matej Bukovinski on 2.4.09.
//
// This code is distributed under the terms and conditions of the MIT license.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files ... | /content/code_sandbox/WeChat/ThirdLib/MBprogressHUD/MBProgressHUD.h | objective-c | 2016-06-06T01:53:42 | 2024-08-05T09:45:48 | WeChat | zhengwenming/WeChat | 1,626 | 3,668 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.