Home
last modified time | relevance | path

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

1234567

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

1234567