/plugin/refnotes/ |
H A D | core.php | 203 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( [all...] |
H A D | namespace.php | 73 public function getNamespace() { function in refnotes_namespace_data 134 $namespace[] = $style->getNamespace(); 170 $target[$i] = $derived[$i]->getNamespace();
|
H A D | action.php | 294 $this->calls->insert($index, new $instruction($data->getNamespace(), $data->getData()));
|
/plugin/tag/syntax/ |
H A D | tag.php | 118 $resolver = new dokuwiki\File\PageResolver($helper->getNamespace() . ':something'); 122 resolve_pageid($helper->getNamespace(), $tag, $exists);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
H A D | EntityKey.php | 55 public function getNamespace() function in Google\\Service\\CloudIdentity\\EntityKey
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/ |
H A D | NamespacedName.php | 55 public function getNamespace() function in Google\\Service\\BackupforGKE\\NamespacedName
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | DatastoreIODetails.php | 41 public function getNamespace() function in Google\\Service\\Dataflow\\DatastoreIODetails
|
H A D | DisplayData.php | 179 public function getNamespace() function in Google\\Service\\Dataflow\\DisplayData
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/ |
H A D | GameServerClusterConnectionInfo.php | 53 public function getNamespace() function in Google\\Service\\GameServices\\GameServerClusterConnectionInfo
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/ |
H A D | ManagedZoneServiceDirectoryConfig.php | 53 public function getNamespace() function in Google\\Service\\Dns\\ManagedZoneServiceDirectoryConfig
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | ForwardingRuleServiceDirectoryRegistration.php | 45 public function getNamespace() function in Google\\Service\\Compute\\ForwardingRuleServiceDirectoryRegistration
|
H A D | GuestAttributesEntry.php | 59 public function getNamespace() function in Google\\Service\\Compute\\GuestAttributesEntry
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/ |
H A D | WorkflowOperationMetadata.php | 45 public function getNamespace() function in Google\\Service\\CloudSupport\\WorkflowOperationMetadata
|
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/ |
H A D | Context.php | 69 public function getNamespace() function in phpDocumentor\\Reflection\\Types\\Context
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/ |
H A D | FirebaseAppInfo.php | 95 public function getNamespace() function in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/ |
H A D | GKE.php | 81 public function getNamespace() function in Google\\Service\\Eventarc\\GKE
|
/plugin/diagrams/script/ |
H A D | DiagramsMediaManager.js | 79 const namespace = this.#getNamespace(); 124 #getNamespace() { method in DiagramsMediaManager
|
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/ |
H A D | FqsenResolver.php | 65 $namespace = $context->getNamespace();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | DocumentOccurrence.php | 93 public function getNamespace() function in Google\\Service\\ContainerAnalysis\\DocumentOccurrence
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Token.php | 164 public function getNamespace() function in Hoa\\Compiler\\Llk\\Rule\\Token
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
H A D | ObjectMeta.php | 232 public function getNamespace() function in Google\\Service\\CloudRun\\ObjectMeta
|
/plugin/batchedit/ |
H A D | request.php | 76 public function getNamespace() { function in BatcheditRequest
|
H A D | admin.php | 136 $engine->findMatches($request->getNamespace(), $request->getRegexp(), $request->getReplacement(),
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/ |
H A D | Token.php | 154 ->when($result = $token->getNamespace())
|
/plugin/cloud/ |
H A D | syntax.php | 120 … $ns = method_exists($tag, 'getNamespace') ? $tag->getNamespace() : $tag->namespace;
|