Home
last modified time | relevance | path

Searched refs:getNamespace (Results 1 – 25 of 36) sorted by relevance

12

/plugin/refnotes/
Dcore.php203 public function getNamespace($name) { function in refnotes_core
241 $namespace = $this->getNamespace($namespaceName);
244 $source = $this->getNamespace($style['inherit']);
273 $parent = $this->getNamespace($parentName);
291 $scope = $this->getNamespace($namespaceName)->getActiveScope();
295 $scope = $this->getNamespace($this->mapping[$namespaceName])->getActiveScope();
421 $this->getNamespace($namespaceName)->markScopeStart($callIndex);
428 $this->getNamespace($namespaceName)->markScopeEnd($callIndex);
435 $this->styleStash->add($this->getNamespace($namespaceName), $style);
449 $this->mappingStash->add($this->getNamespace($namespaceName), $map);
Dnamespace.php73 public function getNamespace() { function in refnotes_namespace_data
134 $namespace[] = $style->getNamespace();
170 $target[$i] = $derived[$i]->getNamespace();
/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DNodeExtension.php126 if ($node->getNamespace()) {
127 $name = sprintf('%s:%s', $node->getNamespace(), $name);
128 $safe = $safe && $this->isSafeName($node->getNamespace());
171 if ($node->getNamespace()) {
172 $element = sprintf('%s:%s', $node->getNamespace(), $element);
173 $safe = $safe && $this->isSafeName($node->getNamespace());
/plugin/tag/syntax/
Dtag.php118 … $resolver = new dokuwiki\File\PageResolver($helper->getNamespace() . ':something');
122 resolve_pageid($helper->getNamespace(), $tag, $exists);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DEntityKey.php55 public function getNamespace() function in Google\\Service\\CloudIdentity\\EntityKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
DNamespacedName.php55 public function getNamespace() function in Google\\Service\\BackupforGKE\\NamespacedName
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DDatastoreIODetails.php41 public function getNamespace() function in Google\\Service\\Dataflow\\DatastoreIODetails
DDisplayData.php179 public function getNamespace() function in Google\\Service\\Dataflow\\DisplayData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
DManagedZoneServiceDirectoryConfig.php53 public function getNamespace() function in Google\\Service\\Dns\\ManagedZoneServiceDirectoryConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
DGameServerClusterConnectionInfo.php53 public function getNamespace() function in Google\\Service\\GameServices\\GameServerClusterConnectionInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DGuestAttributesEntry.php59 public function getNamespace() function in Google\\Service\\Compute\\GuestAttributesEntry
DForwardingRuleServiceDirectoryRegistration.php45 public function getNamespace() function in Google\\Service\\Compute\\ForwardingRuleServiceDirectoryRegistration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
DWorkflowOperationMetadata.php45 public function getNamespace() function in Google\\Service\\CloudSupport\\WorkflowOperationMetadata
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
DContext.php69 public function getNamespace() function in phpDocumentor\\Reflection\\Types\\Context
/plugin/scrape/vendor/symfony/css-selector/Node/
DElementNode.php35 public function getNamespace(): ?string function in Symfony\\Component\\CssSelector\\Node\\ElementNode
DAttributeNode.php46 public function getNamespace(): ?string function in Symfony\\Component\\CssSelector\\Node\\AttributeNode
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
DGKE.php81 public function getNamespace() function in Google\\Service\\Eventarc\\GKE
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
DFirebaseAppInfo.php95 public function getNamespace() function in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
/plugin/diagrams/script/
DDiagramsMediaManager.js79 const namespace = this.#getNamespace();
124 #getNamespace() {
/plugin/slacknotifier/event/
DPageSaveEvent.php35 public function getNamespace(): string function in dokuwiki\\plugin\\slacknotifier\\event\\PageSaveEvent
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
DFqsenResolver.php65 $namespace = $context->getNamespace();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDocumentOccurrence.php93 public function getNamespace() function in Google\\Service\\ContainerAnalysis\\DocumentOccurrence
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
DToken.php164 public function getNamespace() function in Hoa\\Compiler\\Llk\\Rule\\Token
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DObjectMeta.php232 public function getNamespace() function in Google\\Service\\CloudRun\\ObjectMeta
/plugin/batchedit/
Drequest.php76 public function getNamespace() { function in BatcheditRequest

12