Home
last modified time | relevance | path

Searched refs:getContext (Results 1 – 25 of 130) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DContext.php127 return stream_context_set_option($this->getContext(), $options);
139 return stream_context_set_params($this->getContext(), $parameters);
149 return stream_context_get_options($this->getContext());
159 return stream_context_get_params($this->getContext());
167 public function getContext() function in Hoa\\Stream\\Context
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php120 ? $context->getContext()
222 return @rmdir($from, $this->getStreamContext()->getContext());
274 $context->getContext()
H A DGeneric.php322 return @copy($from, $to, $this->getStreamContext()->getContext());
361 return @rename($from, $name, $this->getStreamContext()->getContext());
377 $this->getStreamContext()->getContext()
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php47 $context = $recognizer->getContext();
71 for ($context = $recognizer->getContext(); $context; $context = $context->getParent()) {
/plugin/stlviewer/stlviewer/
H A Dwebgl_detector.js4 … ); return !! window.WebGLRenderingContext && ( canvas.getContext( 'webgl' ) || canvas.getContext(…
/plugin/block/
H A Dscript.js123 return !!document.createElement('canvas').getContext;
128 var context = canvas.getContext("2d");
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php63 $context = $event->getContext();
93 …$newEvent = new PreSerializeEvent($event->getContext(), $object, ['name' => $parentClassName, 'par…
H A DSymfonyValidatorValidatorSubscriber.php36 $context = $event->getContext();
/plugin/struct/types/
H A DTag.php29 $context = $this->getContext();
57 $context = $this->getContext();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelConversionPing.php41 public function getContext() function in Google\\Service\\YouTube\\ChannelConversionPing
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DExtendedSourceContext.php39 public function getContext() function in Google\\Service\\CloudDebugger\\ExtendedSourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DFetchVerificationOptionsRequest.php39 public function getContext() function in Google\\Service\\MyBusinessVerifications\\FetchVerificationOptionsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMetricStructuredName.php45 public function getContext() function in Google\\Service\\Dataflow\\MetricStructuredName
/plugin/oauth/
H A DException.php32 public function getContext() function in dokuwiki\\plugin\\oauth\\Exception
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Kgsearch/
H A DSearchResponse.php50 public function getContext() function in Google\\Service\\Kgsearch\\SearchResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DError.php43 public function getContext() function in Google\\Service\\WorkflowExecutions\\Error
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php21 $ctx ?? $recognizer->getContext()
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEvent.php38 public function getContext(): Context function in JMS\\Serializer\\EventDispatcher\\Event
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CryptoDeterministicConfig.php39 public function getContext() function in Google\\Service\\DLP\\GooglePrivacyDlpV2CryptoDeterministicConfig
H A DGooglePrivacyDlpV2DateShiftConfig.php45 public function getContext() function in Google\\Service\\DLP\\GooglePrivacyDlpV2DateShiftConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorEvent.php45 public function getContext() function in Google\\Service\\Clouderrorreporting\\ErrorEvent
H A DReportedErrorEvent.php45 public function getContext() function in Google\\Service\\Clouderrorreporting\\ReportedErrorEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DSource.php72 public function getContext() function in Google\\Service\\OnDemandScanning\\Source
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DSource.php72 public function getContext() function in Google\\Service\\ContainerAnalysis\\Source
/plugin/combo/ComboStrap/
H A DHeadingTag.php118 $context = $openingTag->getContext(); // for sectioning
131 public static function getContext(CallStack $callStack): string function in ComboStrap\\HeadingTag
501 $context = HeadingTag::getContext($callStack);

123456