text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: ReactAndroid/src/main/java/com/facebook/react/surface/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
rn_android_library(
name = "surface",
srcs = glob(["*.java"]),
is_androidx = True,
visibility = [
"PUBL... | {"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": "ReactAndroid/src/main/java/com/facebook/react/surface/BUCK", "license": "mit", "size": 1137} |
### File: ReactAndroid/src/main/java/com/facebook/react/surface/ReactStage.java
/*
* 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.
*/
package com.facebook.react.surface;
import static ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/surface/ReactStage.java", "license": "mit", "size": 1041} |
### File: ReactAndroid/src/main/java/com/facebook/react/touch/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "touch",
srcs = glob(["**/*.java"]),
is_androidx = True,
visibility = [
"PUBLIC",
],
deps = [
react_... | {"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": "ReactAndroid/src/main/java/com/facebook/react/touch/BUCK", "license": "mit", "size": 461} |
### File: ReactAndroid/src/main/java/com/facebook/react/touch/JSResponderHandler.java
/*
* 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.
*/
package com.facebook.react.touch;
import and... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/touch/JSResponderHandler.java", "license": "mit", "size": 3388} |
### File: ReactAndroid/src/main/java/com/facebook/react/touch/OnInterceptTouchEventListener.java
/*
* 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.
*/
package com.facebook.react.touch;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/touch/OnInterceptTouchEventListener.java", "license": "mit", "s... |
### File: ReactAndroid/src/main/java/com/facebook/react/touch/ReactHitSlopView.java
/*
* 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.
*/
package com.facebook.react.touch;
import andro... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/touch/ReactHitSlopView.java", "license": "mit", "size": 678} |
### File: ReactAndroid/src/main/java/com/facebook/react/touch/ReactInterceptingViewGroup.java
/*
* 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.
*/
package com.facebook.react.touch;
im... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/touch/ReactInterceptingViewGroup.java", "license": "mit", "size... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_android_library")
rn_android_library(
name = "core",
srcs = glob(
[
"*.java",
],
exclude = ["CallInvokerHol... | {"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": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/BUCK", "license": "mit", "size": 1907} |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/CallInvokerHolderImpl.java
/*
* 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.
*/
package com.facebook.react.turb... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/CallInvokerHolderImpl.java", "license": "mit",... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/ReactPackageTurboModuleManagerDelegate.java
/*
* 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.
*/
package com.fa... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/ReactPackageTurboModuleManagerDelegate.java", ... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/TurboModuleManager.java
/*
* 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.
*/
package com.facebook.react.turbomo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/TurboModuleManager.java", "license": "mit", "s... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/TurboModuleManagerDelegate.java
/*
* 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.
*/
package com.facebook.react... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/TurboModuleManagerDelegate.java", "license": "... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "interfaces",
srcs = glob(
["*.java"],
),
is_androidx = True,
required_for_source_only_abi... | {"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": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/BUCK", "license": "mit", "size"... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/CallInvokerHolder.java
/*
* 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.
*/
package com.facebook.rea... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/CallInvokerHolder.java", "license":... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/TurboModule.java
/*
* 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.
*/
package com.facebook.react.tur... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/TurboModule.java", "license": "mit"... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/TurboModuleRegistry.java
/*
* 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.
*/
package com.facebook.r... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces/TurboModuleRegistry.java", "license... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/Android.mk
# 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.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Makefile", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/Android.mk", "license": "mit", "size":... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/BUCK
load("@fbsource//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "react_native_target", "react_native_xplat_target", "rn_xplat_cxx_library")
rn_xplat_cxx_library(
name = "jni",
srcs = [
"ReactCommon/OnLoad.c... | {"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": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/BUCK", "license": "mit", "size": 1823} |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/CallInvokerHolder.cpp
/*
* 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.
*/
#include "CallInvoke... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/CallInvokerHolder.cpp", "licens... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/CallInvokerHolder.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.
*/
#pragma once
#include... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/CallInvokerHolder.h", "license"... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/OnLoad.cpp
/*
* 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.
*/
#include <fb/fbjni.h>
#include ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/OnLoad.cpp", "license": "mit", ... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/TurboModuleManager.cpp
/*
* 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.
*/
#include <memory>
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/TurboModuleManager.cpp", "licen... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/TurboModuleManager.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.
*/
#pragma once
#includ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/TurboModuleManager.h", "license... |
### File: ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/TurboModuleManagerDelegate.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.
*/
#pragma once
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/ReactCommon/TurboModuleManagerDelegate.h", ... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
rn_android_library(
name = "uimanager",
srcs = glob(
[
"*.java",
"debug/*.java",
... | {"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": "ReactAndroid/src/main/java/com/facebook/react/uimanager/BUCK", "license": "mit", "size": 3058} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java", "license": "mit", "size": 1745... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManagerAdapter.java
/*
* 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.
*/
package com.facebook.react.uimanager;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManagerAdapter.java", "license": "mit", "size... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManagerDelegate.java
/*
* 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.
*/
package com.facebook.react.uimanager... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManagerDelegate.java", "license": "mit", "siz... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManagerInterface.java
/*
* 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.
*/
package com.facebook.react.uimanage... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManagerInterface.java", "license": "mit", "si... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/DisplayMetricsHolder.java
/*
* 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.
*/
package com.facebook.react.uimanager;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/DisplayMetricsHolder.java", "license": "mit", "size":... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/FloatUtil.java
/*
* 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.
*/
package com.facebook.react.uimanager;
public clas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/FloatUtil.java", "license": "mit", "size": 508} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/GuardedFrameCallback.java
/*
* 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.
*/
package com.facebook.react.uimanager;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/GuardedFrameCallback.java", "license": "mit", "size":... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/IViewManagerWithChildren.java
/*
* 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.
*/
package com.facebook.react.uimanage... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/IViewManagerWithChildren.java", "license": "mit", "si... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/IllegalViewOperationException.java
/*
* 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.
*/
package com.facebook.react.uim... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/IllegalViewOperationException.java", "license": "mit"... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/JSTouchDispatcher.java
/*
* 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.
*/
package com.facebook.react.uimanager;
imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/JSTouchDispatcher.java", "license": "mit", "size": 80... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/LayoutShadowNode.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/LayoutShadowNode.java", "license": "mit", "size": 192... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/MatrixMathHelper.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/MatrixMathHelper.java", "license": "mit", "size": 168... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/MeasureSpecAssertions.java
/*
* 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.
*/
package com.facebook.react.uimanager;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/MeasureSpecAssertions.java", "license": "mit", "size"... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeKind.java
/*
* 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.
*/
package com.facebook.react.uimanager;
// Common ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeKind.java", "license": "mit", "size": 1056} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyManager.java
/*
* 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.
*/
package com.facebook.react.uimana... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyManager.java", "license": "mit", "... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyOptimizer.java
/*
* 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.
*/
package com.facebook.react.uima... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyOptimizer.java", "license": "mit",... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/NoSuchNativeViewException.java
/*
* 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.
*/
package com.facebook.react.uimanag... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/NoSuchNativeViewException.java", "license": "mit", "s... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/OnLayoutEvent.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/OnLayoutEvent.java", "license": "mit", "size": 1953} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/PixelUtil.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import andr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/PixelUtil.java", "license": "mit", "size": 2012} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/PointerEvents.java
/*
* 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.
*/
package com.facebook.react.uimanager;
/**
* ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/PointerEvents.java", "license": "mit", "size": 777} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java
/*
* 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.
*/
package com.facebook.react.uimana... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java", "license": "mit", "... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactClippingViewGroup.java
/*
* 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.
*/
package com.facebook.react.uimanager;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactClippingViewGroup.java", "license": "mit", "size... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactClippingViewGroupHelper.java
/*
* 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.
*/
package com.facebook.react.uima... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactClippingViewGroupHelper.java", "license": "mit",... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactCompoundView.java
/*
* 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.
*/
package com.facebook.react.uimanager;
imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactCompoundView.java", "license": "mit", "size": 83... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactCompoundViewGroup.java
/*
* 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.
*/
package com.facebook.react.uimanager;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactCompoundViewGroup.java", "license": "mit", "size... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactInvalidPropertyException.java
/*
* 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.
*/
package com.facebook.react.uim... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactInvalidPropertyException.java", "license": "mit"... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactPointerEventsView.java
/*
* 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.
*/
package com.facebook.react.uimanager;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactPointerEventsView.java", "license": "mit", "size... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRoot.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import andr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRoot.java", "license": "mit", "size": 1671} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRootViewTagGenerator.java
/*
* 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.
*/
package com.facebook.react.uimanag... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRootViewTagGenerator.java", "license": "mit", "s... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactShadowNode.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactShadowNode.java", "license": "mit", "size": 1224... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactShadowNodeImpl.java
/*
* 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.
*/
package com.facebook.react.uimanager;
i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactShadowNodeImpl.java", "license": "mit", "size": ... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactStylesDiffMap.java
/*
* 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.
*/
package com.facebook.react.uimanager;
im... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactStylesDiffMap.java", "license": "mit", "size": 3... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactYogaConfigProvider.java
/*
* 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.
*/
package com.facebook.react.uimanager... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactYogaConfigProvider.java", "license": "mit", "siz... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactZIndexedViewGroup.java
/*
* 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.
*/
package com.facebook.react.uimanager;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactZIndexedViewGroup.java", "license": "mit", "size... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/RootView.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import andro... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/RootView.java", "license": "mit", "size": 634} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/RootViewManager.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/RootViewManager.java", "license": "mit", "size": 674} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/RootViewUtil.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import a... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/RootViewUtil.java", "license": "mit", "size": 821} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ShadowNodeRegistry.java
/*
* 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.
*/
package com.facebook.react.uimanager;
im... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ShadowNodeRegistry.java", "license": "mit", "size": 2... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/SimpleViewManager.java
/*
* 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.
*/
package com.facebook.react.uimanager;
imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/SimpleViewManager.java", "license": "mit", "size": 10... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/Spacing.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import com.fa... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/Spacing.java", "license": "mit", "size": 5700} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/StateWrapper.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/StateWrapper.java", "license": "mit", "size": 867} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ThemedReactContext.java
/*
* 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.
*/
package com.facebook.react.uimanager;
im... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ThemedReactContext.java", "license": "mit", "size": 2... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/TouchTargetHelper.java
/*
* 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.
*/
package com.facebook.react.uimanager;
imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/TouchTargetHelper.java", "license": "mit", "size": 11... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/TransformHelper.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/TransformHelper.java", "license": "mit", "size": 4487... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIBlock.java
/*
* 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.
*/
package com.facebook.react.uimanager;
/** A task to... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIBlock.java", "license": "mit", "size": 402} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIImplementation.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIImplementation.java", "license": "mit", "size": 373... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIImplementationProvider.java
/*
* 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.
*/
package com.facebook.react.uimanage... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIImplementationProvider.java", "license": "mit", "si... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerHelper.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerHelper.java", "license": "mit", "size": 3651... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impor... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java", "license": "mit", "size": 3669... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleConstants.java
/*
* 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.
*/
package com.facebook.react.uimanage... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleConstants.java", "license": "mit", "si... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleConstantsHelper.java
/*
* 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.
*/
package com.facebook.react.ui... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleConstantsHelper.java", "license": "mit... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleListener.java
/*
* 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.
*/
package com.facebook.react.uimanager... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleListener.java", "license": "mit", "siz... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/UIViewOperationQueue.java
/*
* 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.
*/
package com.facebook.react.uimanager;
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/UIViewOperationQueue.java", "license": "mit", "size":... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewAtIndex.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import ja... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewAtIndex.java", "license": "mit", "size": 1103} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewDefaults.java
/*
* 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.
*/
package com.facebook.react.uimanager;
/** Defa... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewDefaults.java", "license": "mit", "size": 500} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewGroupDrawingOrderHelper.java
/*
* 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.
*/
package com.facebook.react.uiman... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewGroupDrawingOrderHelper.java", "license": "mit", ... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewGroupManager.java
/*
* 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.
*/
package com.facebook.react.uimanager;
impo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewGroupManager.java", "license": "mit", "size": 361... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewHierarchyDumper.java
/*
* 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.
*/
package com.facebook.react.uimanager;
i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewHierarchyDumper.java", "license": "mit", "size": ... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManager.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import an... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManager.java", "license": "mit", "size": 11799} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerDelegate.java
/*
* 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.
*/
package com.facebook.react.uimanager;
i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerDelegate.java", "license": "mit", "size": ... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerPropertyUpdater.java
/*
* 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.
*/
package com.facebook.react.uimana... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerPropertyUpdater.java", "license": "mit", "... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerRegistry.java
/*
* 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.
*/
package com.facebook.react.uimanager;
i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerRegistry.java", "license": "mit", "size": ... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagersPropertyCache.java
/*
* 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.
*/
package com.facebook.react.uimanag... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagersPropertyCache.java", "license": "mit", "s... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewProps.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import andr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewProps.java", "license": "mit", "size": 12174} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/YogaNodePool.java
/*
* 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.
*/
package com.facebook.react.uimanager;
import c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/YogaNodePool.java", "license": "mit", "size": 791} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "annotations",
srcs = glob(["*.java"]),
is_androidx = True,
required_for_source_only_abi = True,
visibil... | {"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": "ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/BUCK", "license": "mit", "size": 423} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactProp.java
/*
* 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.
*/
package com.facebook.react.uimanager.a... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactProp.java", "license": "mit", "size"... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java
/*
* 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.
*/
package com.facebook.react.uimana... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java", "license": "mit", "... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropertyHolder.java
/*
* 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.
*/
package com.facebook.react.u... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropertyHolder.java", "license": "mi... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/common/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "common",
srcs = glob(["*.java"]),
is_androidx = True,
provided_deps = [
react_native_dep("third-party/an... | {"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": "ReactAndroid/src/main/java/com/facebook/react/uimanager/common/BUCK", "license": "mit", "size": 812} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/common/UIManagerType.java
/*
* 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.
*/
package com.facebook.react.uimanager.co... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/common/UIManagerType.java", "license": "mit", "size":... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/common/ViewUtil.java
/*
* 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.
*/
package com.facebook.react.uimanager.common;... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/common/ViewUtil.java", "license": "mit", "size": 956} |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/events/BatchEventDispatchedListener.java
/*
* 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.
*/
package com.facebook.rea... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/events/BatchEventDispatchedListener.java", "license":... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/events/ContentSizeChangeEvent.java
/*
* 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.
*/
package com.facebook.react.uim... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/events/ContentSizeChangeEvent.java", "license": "mit"... |
### File: ReactAndroid/src/main/java/com/facebook/react/uimanager/events/Event.java
/*
* 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.
*/
package com.facebook.react.uimanager.events;
i... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/react/uimanager/events/Event.java", "license": "mit", "size": 3035} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.