text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: React/Base/RCTEventDispatcher.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> typedef NS_ENUM(NSInteger, RCTTextE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTEventDispatcher.h", "license": "mit", "size": 3267}
### File: React/Base/RCTEventDispatcher.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTEventDispatcher.h" #import "RCTAssert.h" #import "RCTBridge.h" #import "RCTB...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTEventDispatcher.m", "license": "mit", "size": 6319}
### File: React/Base/RCTFrameUpdate.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> @class CADisplayLink; /** * Interface containing the inf...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTFrameUpdate.h", "license": "mit", "size": 1272}
### File: React/Base/RCTFrameUpdate.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <QuartzCore/CADisplayLink.h> #import "RCTFrameUpdate.h" #import "RCTUtils.h" @impl...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTFrameUpdate.m", "license": "mit", "size": 556}
### File: React/Base/RCTImageSource.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTConvert.h> /** * Object containing an ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTImageSource.h", "license": "mit", "size": 1196}
### File: React/Base/RCTImageSource.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTImageSource.h" #import "RCTUtils.h" @interface RCTImageSource () @property (non...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTImageSource.m", "license": "mit", "size": 2562}
### File: React/Base/RCTInvalidating.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> @protocol RCTInvalidating <NSObject> - (void)invalidate;...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTInvalidating.h", "license": "mit", "size": 288}
### File: React/Base/RCTJSInvokerModule.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** * This protocol should be adopted when a turbo module needs to directly call into Jav...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTJSInvokerModule.h", "license": "mit", "size": 513}
### File: React/Base/RCTJSStackFrame.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> @interface RCTJSStackFrame : NSObject @property (nonatom...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTJSStackFrame.h", "license": "mit", "size": 1023}
### File: React/Base/RCTJSStackFrame.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTJSStackFrame.h" #import "RCTLog.h" #import "RCTUtils.h" /** * The RegEx used t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTJSStackFrame.m", "license": "mit", "size": 4530}
### File: React/Base/RCTJavaScriptExecutor.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <objc/runtime.h> #import <React/RCTBridgeModule.h> #import <React/RCTInvalida...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTJavaScriptExecutor.h", "license": "mit", "size": 2848}
### File: React/Base/RCTJavaScriptLoader.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTDefines.h> extern NSString *const RCTJavaScr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTJavaScriptLoader.h", "license": "mit", "size": 3246}
### File: React/Base/RCTJavaScriptLoader.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTJavaScriptLoader.h" #import <sys/stat.h> #import <cxxreact/JSBundleType.h...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTJavaScriptLoader.mm", "license": "mit", "size": 13996}
### File: React/Base/RCTKeyCommands.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> @interface RCTKeyCommands : NSObject + (instancetype)sharedInstance...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTKeyCommands.h", "license": "mit", "size": 1533}
### File: React/Base/RCTKeyCommands.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTKeyCommands.h" #import <UIKit/UIKit.h> #import "RCTDefines.h" #import "RCTUtils...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTKeyCommands.m", "license": "mit", "size": 9285}
### File: React/Base/RCTLog.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTAssert.h> #import <React/RCTDefines.h> #import <...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTLog.h", "license": "mit", "size": 4432}
### File: React/Base/RCTLog.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTLog.h" #include <cxxabi.h> #import <objc/message.h> #import "RCTRedBoxSetEnabled.h" #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTLog.mm", "license": "mit", "size": 8857}
### File: React/Base/RCTManagedPointer.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifdef __cplusplus #include <memory> #import <Foundation/Foundation.h> /** * Type eras...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTManagedPointer.h", "license": "mit", "size": 797}
### File: React/Base/RCTManagedPointer.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTManagedPointer.h" @implementation RCTManagedPointer { std::shared_ptr<void...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTManagedPointer.mm", "license": "mit", "size": 501}
### File: React/Base/RCTModuleData.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTInvalidating.h> @protocol RCTBridgeMetho...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTModuleData.h", "license": "mit", "size": 3251}
### File: React/Base/RCTModuleData.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTModuleData.h" #import <objc/runtime.h> #include <mutex> #import "RCTBridge+Priv...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTModuleData.mm", "license": "mit", "size": 13164}
### File: React/Base/RCTModuleMethod.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTBridgeMethod.h> #import <React/RCTBridg...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTModuleMethod.h", "license": "mit", "size": 981}
### File: React/Base/RCTModuleMethod.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTModuleMethod.h" #import <objc/message.h> #import "RCTAssert.h" #import "RCTBr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTModuleMethod.mm", "license": "mit", "size": 21493}
### File: React/Base/RCTMultipartDataTask.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTMultipartStreamReader.h> typedef ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTMultipartDataTask.h", "license": "mit", "size": 660}
### File: React/Base/RCTMultipartDataTask.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTMultipartDataTask.h" @interface RCTMultipartDataTask () <NSURLSessionDataD...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTMultipartDataTask.m", "license": "mit", "size": 4216}
### File: React/Base/RCTMultipartStreamReader.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> typedef void (^RCTMultipartCallback)(NSDictionar...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTMultipartStreamReader.h", "license": "mit", "size": 886}
### File: React/Base/RCTMultipartStreamReader.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTMultipartStreamReader.h" #import <QuartzCore/CAAnimation.h> #define C...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTMultipartStreamReader.m", "license": "mit", "size": 6217}
### File: React/Base/RCTNullability.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> typedef NS_ENUM(NSUInteger, RCTNullability) { RCTNullabi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTNullability.h", "license": "mit", "size": 335}
### File: React/Base/RCTParserUtils.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTDefines.h> @interface RCTParserUtils : ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTParserUtils.h", "license": "mit", "size": 1006}
### File: React/Base/RCTParserUtils.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTParserUtils.h" #import "RCTLog.h" @implementation RCTParserUtils BOOL RCTReadC...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTParserUtils.m", "license": "mit", "size": 3497}
### File: React/Base/RCTPerformanceLogger.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> // Keep this in sync with _labelsForTags typedef NS_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTPerformanceLogger.h", "license": "mit", "size": 3217}
### File: React/Base/RCTPerformanceLogger.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <QuartzCore/QuartzCore.h> #import "RCTPerformanceLogger.h" #import "RCTRootVie...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTPerformanceLogger.m", "license": "mit", "size": 2927}
### File: React/Base/RCTRedBoxSetEnabled.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTDefines.h> // In debug builds, the red box is enabled by default but ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRedBoxSetEnabled.h", "license": "mit", "size": 511}
### File: React/Base/RCTRedBoxSetEnabled.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTRedBoxSetEnabled.h" #if RCT_DEV static BOOL redBoxEnabled = YES; #else stat...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRedBoxSetEnabled.m", "license": "mit", "size": 439}
### File: React/Base/RCTReloadCommand.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTDefines.h> /** * A protocol which sh...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTReloadCommand.h", "license": "mit", "size": 1234}
### File: React/Base/RCTReloadCommand.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTReloadCommand.h" #import "RCTAssert.h" #import "RCTKeyCommands.h" #import "RCT...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTReloadCommand.m", "license": "mit", "size": 2178}
### File: React/Base/RCTRootContentView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTInvalidating.h> #import <React/RCTRootView.h> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRootContentView.h", "license": "mit", "size": 1045}
### File: React/Base/RCTRootContentView.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTRootContentView.h" #import "RCTBridge.h" #import "RCTPerformanceLogger.h" #i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRootContentView.m", "license": "mit", "size": 2970}
### File: React/Base/RCTRootView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> @protocol RCTRootViewDelegate; /** * Thi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRootView.h", "license": "mit", "size": 5474}
### File: React/Base/RCTRootView.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTRootView.h" #import "RCTRootViewDelegate.h" #import "RCTRootViewInternal.h" #import...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRootView.m", "license": "mit", "size": 11751}
### File: React/Base/RCTRootViewDelegate.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> @class RCTRootView; @protocol RCTRootViewDelegate <N...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRootViewDelegate.h", "license": "mit", "size": 965}
### File: React/Base/RCTRootViewInternal.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTRootView.h> @class RCTTVRemoteHandler; /** * The interface provides...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTRootViewInternal.h", "license": "mit", "size": 839}
### File: React/Base/RCTTVRemoteHandler.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> extern NSString *const RCTTVRemoteEventMenu; extern NSString *c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTTVRemoteHandler.h", "license": "mit", "size": 972}
### File: React/Base/RCTTVRemoteHandler.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTTVRemoteHandler.h" #import <UIKit/UIGestureRecognizerSubclass.h> #import "R...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTTVRemoteHandler.m", "license": "mit", "size": 7879}
### File: React/Base/RCTTouchEvent.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTEventDispatcher.h> /** * Represents a t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTTouchEvent.h", "license": "mit", "size": 842}
### File: React/Base/RCTTouchEvent.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTTouchEvent.h" #import "RCTAssert.h" @implementation RCTTouchEvent { NSArray<NS...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTTouchEvent.m", "license": "mit", "size": 2903}
### File: React/Base/RCTTouchHandler.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTFrameUpdate.h> @class RCTBridge; @interface RCT...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTTouchHandler.h", "license": "mit", "size": 495}
### File: React/Base/RCTTouchHandler.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTTouchHandler.h" #import <UIKit/UIGestureRecognizerSubclass.h> #import "RCTAsse...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTTouchHandler.m", "license": "mit", "size": 12672}
### File: React/Base/RCTURLRequestDelegate.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> /** * An abstract interface used by request handle...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTURLRequestDelegate.h", "license": "mit", "size": 1292}
### File: React/Base/RCTURLRequestHandler.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTBridgeModule.h> #import <React/RCTURLRequestDelegate.h> /** * Provi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTURLRequestHandler.h", "license": "mit", "size": 1939}
### File: React/Base/RCTUtils.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <tgmath.h> #import <CoreGraphics/CoreGraphics.h> #import <Foundation/Foundation.h> #import...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTUtils.h", "license": "mit", "size": 7361}
### File: React/Base/RCTUtils.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTUtils.h" #import <dlfcn.h> #import <mach/mach_time.h> #import <objc/message.h> #import...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTUtils.m", "license": "mit", "size": 31750}
### File: React/Base/RCTUtilsUIOverride.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ @interface RCTUtilsUIOverride : NSObject /** Set the global presented view controller in...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTUtilsUIOverride.h", "license": "mit", "size": 468}
### File: React/Base/RCTUtilsUIOverride.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTUtilsUIOverride.h" @implementation RCTUtilsUIOverride static UIViewControll...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTUtilsUIOverride.m", "license": "mit", "size": 626}
### File: React/Base/RCTVersion.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTDefines.h> RCT_EXTERN NSString* const RCTV...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTVersion.h", "license": "mit", "size": 494}
### File: React/Base/RCTWeakProxy.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> @interface RCTWeakProxy : NSObject @property (nonatomic, we...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTWeakProxy.h", "license": "mit", "size": 364}
### File: React/Base/RCTWeakProxy.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTWeakProxy.h" @implementation RCTWeakProxy - (instancetype)initWithTarget:(id)targ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/RCTWeakProxy.m", "license": "mit", "size": 546}
### File: React/Base/Surface/RCTSurface.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTSurfaceStage.h> NS_ASSUME_NONNULL_B...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurface.h", "license": "mit", "size": 4643}
### File: React/Base/Surface/RCTSurface.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurface.h" #import "RCTSurfaceView+Internal.h" #import <mutex> #import <std...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurface.mm", "license": "mit", "size": 15635}
### File: React/Base/Surface/RCTSurfaceDelegate.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTSurfaceStage.h> NS_ASSUME_NONNULL_BEG...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceDelegate.h", "license": "mit", "size": 760}
### File: React/Base/Surface/RCTSurfaceRootShadowView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTShadowView.h> #import <React/RCTSurfaceRootShadowViewDele...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceRootShadowView.h", "license": "mit", "size": 1022}
### File: React/Base/Surface/RCTSurfaceRootShadowView.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurfaceRootShadowView.h" #import "RCTI18nUtil.h" #import "RCTS...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceRootShadowView.m", "license": "mit", "size": 2305}
### File: React/Base/Surface/RCTSurfaceRootShadowViewDelegate.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class RCTSurface...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceRootShadowViewDelegate.h", "license": "mit", "size": 638}
### File: React/Base/Surface/RCTSurfaceRootView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTView.h> NS_ASSUME_NONNULL_BEGIN /** ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceRootView.h", "license": "mit", "size": 393}
### File: React/Base/Surface/RCTSurfaceRootView.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurfaceRootView.h" #import "RCTDefines.h" @implementation RCTSurfa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceRootView.mm", "license": "mit", "size": 364}
### File: React/Base/Surface/RCTSurfaceStage.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTDefines.h> /** * The stage of the Surfa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceStage.h", "license": "mit", "size": 2081}
### File: React/Base/Surface/RCTSurfaceStage.m /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurfaceStage.h" BOOL RCTSurfaceStageIsRunning(RCTSurfaceStage stage) { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceStage.m", "license": "mit", "size": 558}
### File: React/Base/Surface/RCTSurfaceView+Internal.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTSurfaceStage.h> #import <React/RC...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceView+Internal.h", "license": "mit", "size": 515}
### File: React/Base/Surface/RCTSurfaceView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class RCTSurface; /** * UIView i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceView.h", "license": "mit", "size": 531}
### File: React/Base/Surface/RCTSurfaceView.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurfaceView.h" #import "RCTSurfaceView+Internal.h" #import "RCTDefines....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/RCTSurfaceView.mm", "license": "mit", "size": 1509}
### File: React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTRootVie...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.h", "license": "mit", "size": 210...
### File: React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurfaceHostingProxyRootView.h" #impo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.mm", "license": "mit", "size": ...
### File: React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTSurfaceDelegate....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h", "license": "mit", "size": 2556}
### File: React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTSurfaceHostingView.h" #import "RCTConstants.h...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm", "license": "mit", "size": 7031}
### File: React/Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTDefines.h> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.h", "license": "mit", "size": 1052}
### File: React/Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import "RCTSurfaceSizeMeasur...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.mm", "license": "mit", "size": 1028}
### File: React/CoreModules/BUCK load("@fbsource//tools/build_defs/apple:flag_defs.bzl", "OBJC_ARC_PREPROCESSOR_FLAGS", "get_debug_preprocessor_flags", "get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED") load("@fbsource//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library", "rn_extra_build_flags") load( ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Starlark", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/BUCK", "license": "mit", "size": 5036}
### File: React/CoreModules/RCTAccessibilityManager.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTBridge.h> #import <React...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAccessibilityManager.h", "license": "mit", "size": 1131}
### File: React/CoreModules/RCTAccessibilityManager.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTAccessibilityManager.h" #import <FBReactNativeSpec/FBReactNativ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAccessibilityManager.mm", "license": "mit", "size": 14162}
### File: React/CoreModules/RCTActionSheetManager.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> @interface RCTActionSheet...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTActionSheetManager.h", "license": "mit", "size": 311}
### File: React/CoreModules/RCTActionSheetManager.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTActionSheetManager.h> #import <React/RCTBridge.h> #import <...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTActionSheetManager.mm", "license": "mit", "size": 7912}
### File: React/CoreModules/RCTAlertManager.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridgeModule.h> #import <React/RCTInvalida...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAlertManager.h", "license": "mit", "size": 559}
### File: React/CoreModules/RCTAlertManager.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTAlertManager.h" #import <FBReactNativeSpec/FBReactNativeSpec.h> #import...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAlertManager.mm", "license": "mit", "size": 7381}
### File: React/CoreModules/RCTAppState.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTEventEmitter.h> @interface RCTAppState : RCTEventEmitter @end
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAppState.h", "license": "mit", "size": 271}
### File: React/CoreModules/RCTAppState.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTAppState.h" #import <FBReactNativeSpec/FBReactNativeSpec.h> #import <React/...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAppState.mm", "license": "mit", "size": 3941}
### File: React/CoreModules/RCTAppearance.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridgeModule.h> #import <React/RCTEventEmitt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAppearance.h", "license": "mit", "size": 477}
### File: React/CoreModules/RCTAppearance.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTAppearance.h" #import <FBReactNativeSpec/FBReactNativeSpec.h> #import <Re...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAppearance.mm", "license": "mit", "size": 3768}
### File: React/CoreModules/RCTAsyncLocalStorage.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTBridgeModule.h> #import <React/RCTInvalidating.h> /** * A si...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAsyncLocalStorage.h", "license": "mit", "size": 1535}
### File: React/CoreModules/RCTAsyncLocalStorage.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTAsyncLocalStorage.h" #import <Foundation/Foundation.h> #import <F...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTAsyncLocalStorage.mm", "license": "mit", "size": 14661}
### File: React/CoreModules/RCTClipboard.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTBridgeModule.h> @interface RCTClipboard : NSObject <RCTBridgeModule> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTClipboard.h", "license": "mit", "size": 283}
### File: React/CoreModules/RCTClipboard.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTClipboard.h" #import <FBReactNativeSpec/FBReactNativeSpec.h> #import <UIKi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTClipboard.mm", "license": "mit", "size": 1161}
### File: React/CoreModules/RCTDevMenu.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> #import <React/RCTBridgeModule.h> #im...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTDevMenu.h", "license": "mit", "size": 2746}
### File: React/CoreModules/RCTDevMenu.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTDevMenu.h> #import <FBReactNativeSpec/FBReactNativeSpec.h> #import <Re...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTDevMenu.mm", "license": "mit", "size": 22579}
### File: React/CoreModules/RCTDevSettings.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTBridge.h> #import <React/RCTDefines.h> #import <React/RCTEventEmitte...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTDevSettings.h", "license": "mit", "size": 2932}
### File: React/CoreModules/RCTDevSettings.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTDevSettings.h" #import <objc/runtime.h> #import <FBReactNativeSpec/FBRe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTDevSettings.mm", "license": "mit", "size": 13429}
### File: React/CoreModules/RCTDeviceInfo.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> @interface RCTDeviceInfo : NSObje...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTDeviceInfo.h", "license": "mit", "size": 303}
### File: React/CoreModules/RCTDeviceInfo.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTDeviceInfo.h" #import <FBReactNativeSpec/FBReactNativeSpec.h> #import <Re...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTDeviceInfo.mm", "license": "mit", "size": 6627}
### File: React/CoreModules/RCTExceptionsManager.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTBridgeModule.h> NS_ASSUME_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTExceptionsManager.h", "license": "mit", "size": 1346}
### File: React/CoreModules/RCTExceptionsManager.mm /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTExceptionsManager.h" #import <FBReactNativeSpec/FBReactNativeSpec....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C++", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTExceptionsManager.mm", "license": "mit", "size": 5227}
### File: React/CoreModules/RCTFPSGraph.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTDefines.h> #if RCT_DEV @interface RCTFPSGrap...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "vincentJinxin/react-native", "path": "React/CoreModules/RCTFPSGraph.h", "license": "mit", "size": 640}