Home
last modified time | relevance | path

Searched refs:getResource (Results 1 – 25 of 134) sorted by last modified time

123456

/plugin/bibtex4dw/syntax/
H A Dbibtex.php78 $bibtexrenderer = bibtexrender_plugin_bibtex4dw::getResource($ID);
H A Dcite.php57 $bibtexrenderer = bibtexrender_plugin_bibtex4dw::getResource($ID);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php121 public static function getResource($id = NULL) {
120 public function getResource($id = NULL) { global() function in bibtexrender_plugin_bibtex4dw
/plugin/combo/ComboStrap/
H A DLdJson.php184 $resourceCombo = $this->getResource();
236 $page = $this->getResource();
H A DLead.php60 if ($this->getResource()->isRootHomePage()) {
H A DLocale.php45 $page = $this->getResource();
H A DLowQualityCalculatedIndicator.php45 $resource = $this->getResource();
H A DCacheExpirationDate.php39 $resourceCombo = $this->getResource();
88 $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
H A DCanonical.php93 $resourceCombo = $this->getResource();
110 $namesOriginal = $this->getResource()->getPathObject()->getNamesWithoutExtension();
H A DCreationDate.php39 $path = $this->getResource()->getPathObject();
H A DMetadataFormDataStore.php27 $this->checkResource($metadata->getResource());
H A DMetadataFrontmatterStore.php47 $resourceCombo = $this->getResource();
457 $resourceCombo = $this->getResource();
H A DMetadataSingleArrayStore.php46 $this->checkResource($metadata->getResource());
52 $this->checkResource($metadata->getResource());
128 $this->checkResource($metadata->getResource());
H A DModificationDate.php34 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPathObject());
102 return FileSystems::getModifiedTime($this->getResource()->getPathObject());
104 return CreationDate::createForPage($this->getResource())->getValue();
H A DPageDescription.php118 return PageTitle::createForMarkup($this->getResource())
258 $resourceCombo = $this->getResource();
H A DPageId.php102 $resource = $this->getResource();
104 LogUtility::msg("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}");
284 throw new ExceptionCompile("A page id can not be set with a null value (Page: {$this->getResource()})", $this->getCanonical());
287 throw new ExceptionCompile("The page id value to set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->getCanonical());
297 throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already an id ($actualId}) that has not the same value ($value})", $this->getCanonical());
300 throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already an id ($actualId})", $this->getCanonical());
H A DPagePublicationDate.php125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension();
138 ->setResource($this->getResource())
H A DLabel.php59 return PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
H A DCacheExpirationFrequency.php56 $cacheExpirationDate = CacheExpirationDate::createForPage($this->getResource());
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php182 ->setResource($this->getResource());
279 return $this->getResource()->getReadStoreOrDefault();
282 $this->readStore = MetadataStoreAbs::toMetadataStore($this->readStore, $this->getResource());
363 public function getResource(): ?ResourceCombo function in ComboStrap\\Meta\\Api\\Metadata
369 return $this->parent->getResource();
640 MetadataMutation::notifyMetadataMutation($attribute, $oldValue, $actualValue, $this->getResource()->getPathObject());
775 $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource());
788 ->setResource($this->getResource());
H A DMetadataStore.php28 * Set the {@link Metadata::getValue()} for a {@link Metadata::getResource()}
36 * Return the {@link Metadata::getValue()} for a {@link Metadata::getResource()}
43 public function getResource(): ResourceCombo; function
H A DMetadataStoreAbs.php63 public function getResource(): ResourceCombo function in ComboStrap\\Meta\\Api\\MetadataStoreAbs
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue());
98 $aliases[] = Alias::create($this->getResource(), $path)
110 $aliases[] = Alias::create($this->getResource(), $path);
166 $canonicalOrDefault = $this->getResource()->getCanonicalOrDefault();
190 $deprecatedAliases[$alias] = Alias::create($this->getResource(), $alias)
293 $alias = Alias::create($this->getResource(), $path->getValue());
H A DFeaturedImage.php66 $contextPage = $this->getResource();
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1197 this.getResource=function(aURL){try{var channel=ioService.newChannel(aURL,null,null); function
1200 }catch(e){if(FBTrace.DBG_ERRORS){FBTrace.sysout("lib.getResource FAILS for "+aURL,e)
5973 var theFirebugConsoleScript=getResource("chrome://firebug/content/consoleInjected.js");

123456