/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | Context.php | 127 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 D | Directory.php | 120 ? $context->getContext() 222 return @rmdir($from, $this->getStreamContext()->getContext()); 274 $context->getContext()
|
H A D | Generic.php | 322 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 D | BailErrorStrategy.php | 47 $context = $recognizer->getContext(); 71 for ($context = $recognizer->getContext(); $context; $context = $context->getParent()) {
|
/plugin/stlviewer/stlviewer/ |
H A D | webgl_detector.js | 4 webgl: ( function () { try { var canvas = document.createElement( 'canvas' ); return !! window.WebGLRenderingContext && ( canvas.getContext( 'webgl' ) || canvas.getContext( 'experimental-webgl' ) ); } catch( e ) { return false; } } )(),
|
/plugin/block/ |
H A D | script.js | 123 return !!document.createElement('canvas').getContext; 128 var context = canvas.getContext("2d");
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriber.php | 63 $context = $event->getContext(); 93 …$newEvent = new PreSerializeEvent($event->getContext(), $object, ['name' => $parentClassName, 'par…
|
H A D | SymfonyValidatorValidatorSubscriber.php | 36 $context = $event->getContext();
|
/plugin/struct/types/ |
H A D | Tag.php | 29 $context = $this->getContext(); 57 $context = $this->getContext();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ChannelConversionPing.php | 41 public function getContext() function in Google\\Service\\YouTube\\ChannelConversionPing
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
H A D | ExtendedSourceContext.php | 39 public function getContext() function in Google\\Service\\CloudDebugger\\ExtendedSourceContext
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/ |
H A D | FetchVerificationOptionsRequest.php | 39 public function getContext() function in Google\\Service\\MyBusinessVerifications\\FetchVerificationOptionsRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | MetricStructuredName.php | 45 public function getContext() function in Google\\Service\\Dataflow\\MetricStructuredName
|
/plugin/oauth/ |
H A D | Exception.php | 32 public function getContext() function in dokuwiki\\plugin\\oauth\\Exception
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Kgsearch/ |
H A D | SearchResponse.php | 50 public function getContext() function in Google\\Service\\Kgsearch\\SearchResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/ |
H A D | Error.php | 43 public function getContext() function in Google\\Service\\WorkflowExecutions\\Error
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
H A D | InputMismatchException.php | 21 $ctx ?? $recognizer->getContext()
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/ |
H A D | Event.php | 38 public function getContext(): Context function in JMS\\Serializer\\EventDispatcher\\Event
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2CryptoDeterministicConfig.php | 39 public function getContext() function in Google\\Service\\DLP\\GooglePrivacyDlpV2CryptoDeterministicConfig
|
H A D | GooglePrivacyDlpV2DateShiftConfig.php | 45 public function getContext() function in Google\\Service\\DLP\\GooglePrivacyDlpV2DateShiftConfig
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/ |
H A D | ErrorEvent.php | 45 public function getContext() function in Google\\Service\\Clouderrorreporting\\ErrorEvent
|
H A D | ReportedErrorEvent.php | 45 public function getContext() function in Google\\Service\\Clouderrorreporting\\ReportedErrorEvent
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | Source.php | 72 public function getContext() function in Google\\Service\\OnDemandScanning\\Source
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | Source.php | 72 public function getContext() function in Google\\Service\\ContainerAnalysis\\Source
|
/plugin/combo/ComboStrap/ |
H A D | HeadingTag.php | 118 $context = $openingTag->getContext(); // for sectioning 131 public static function getContext(CallStack $callStack): string function in ComboStrap\\HeadingTag 501 $context = HeadingTag::getContext($callStack);
|