Home
last modified time | relevance | path

Searched defs:context (Results 22351 – 22375 of 184551) sorted by relevance

1...<<891892893894895896897898899900>>...7383

/dports/www/drupal9/drupal-9.2.10/core/modules/serialization/src/Normalizer/
H A DEntityReferenceFieldItemNormalizer.php42 public function normalize($field_item, $format = NULL, array $context = []) {
73 protected function constructValue($data, $context) {
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DCamera2Capturer.java20 private final Context context; field in Camera2Capturer
23 public Camera2Capturer(Context context, String cameraName, CameraEventsHandler eventsHandler) { in Camera2Capturer()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dlogging.h35 extern struct lcb_logprocs_st *lcb_console_logprocs; in ModFileWriter()
70 #define LCB_LOGS(settings, subsys, severity, msg) \
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DCategoryVerb.cs31 …public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object val… in ConvertFrom()
50 …public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value… in ConvertTo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/6457284/
H A DT6457284.java55 Context context = new Context(); in main() local
72 static void preRegister(Context context) { in preRegister()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/Extensions/src/org/jtregext/
H A DGuiTestListener.java65 public void onStart(ITestContext context) { in onStart()
69 public void onFinish(ITestContext context) { in onFinish()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/census-instrumentation/opencensus-proto/gen-python/opencensus/proto/agent/trace/v1/
H A Dtrace_service_pb2_grpc.py39 def Config(self, request_iterator, context): argument
48 def Export(self, request_iterator, context): argument
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/
H A DConditionMatcher.php34 protected $context; variable in TYPO3\\CMS\\Backend\\Configuration\\TypoScript\\ConditionMatching\\ConditionMatcher
36 public function __construct(Context $context = null, int $pageId = null, array $rootLine = null)
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Communications/
H A DNodeFailedToLaunchException.cs55 protected NodeFailedToLaunchException(SerializationInfo info, StreamingContext context) in NodeFailedToLaunchException()
87 override public void GetObjectData(SerializationInfo info, StreamingContext context) in GetObjectData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DEarlyReadEliminationPhase.java50 protected void run(StructuredGraph graph, CoreProviders context) { in run()
57 …protected Closure<?> createEffectsClosure(CoreProviders context, ScheduleResult schedule, ControlF… in createEffectsClosure()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DEarlyReadEliminationPhase.java77 protected void run(StructuredGraph graph, CoreProviders context) { in run()
84 …protected Closure<?> createEffectsClosure(CoreProviders context, ScheduleResult schedule, ControlF… in createEffectsClosure()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/tests/
H A Dtest_ini_parser.c14 static int iniAnnotationFuncExpressCalc(IniContext *context, in iniAnnotationFuncExpressCalc()
44 IniContext context; in main() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DCamera2Capturer.java19 private final Context context; field in Camera2Capturer
22 public Camera2Capturer(Context context, String cameraName, CameraEventsHandler eventsHandler) { in Camera2Capturer()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/xpath/
H A DCountFunction.java68 public Object evaluate(Node context, int pos, int len) in evaluate()
74 public Expr clone(Object context) in clone()
H A DNameFunction.java81 public Object evaluate(Node context, int pos, int len) in evaluate()
91 public Expr clone(Object context) in clone()
H A DStringFunction.java97 public Object evaluate(Node context, int pos, int len) in evaluate()
103 public Expr clone(Object context) in clone()
H A DBooleanFunction.java74 public Object evaluate(Node context, int pos, int len) in evaluate()
80 public Expr clone(Object context) in clone()
H A DLocalNameFunction.java73 public Object evaluate(Node context, int pos, int len) in evaluate()
82 public Expr clone(Object context) in clone()
H A DNamespaceUriFunction.java73 public Object evaluate(Node context, int pos, int len) in evaluate()
82 public Expr clone(Object context) in clone()
H A DNotFunction.java67 public Object evaluate(Node context, int pos, int len) in evaluate()
73 public Expr clone(Object context) in clone()
H A DNumberFunction.java82 public Object evaluate(Node context, int pos, int len) in evaluate()
88 public Expr clone(Object context) in clone()
H A DParenthesizedExpr.java64 public Object evaluate(Node context, int pos, int len) in evaluate()
80 public Expr clone(Object context) in clone()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java49 RenderContext mapRenderContext(int i, RenderContext context, in mapRenderContext()
51 RenderedImage create(RenderContext context, ParameterBlock block); in create()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/java2d/opengl/
H A DWGLGraphicsConfig.h47 OGLContext *context; member
66 HGLRC context; member
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/6457284/
H A DT6457284.java55 Context context = new Context(); in main() local
72 static void preRegister(Context context) { in preRegister()

1...<<891892893894895896897898899900>>...7383