Home
last modified time | relevance | path

Searched refs:getSourcePath (Results 1 – 25 of 47) sorted by relevance

12

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php42 return file_exists($this->getSourcePath($resource));
53 $path = $this->getSourcePath($resource);
77 $path = $this->getSourcePath($resource);
95 $path = $this->getSourcePath($resource);
117 private function getSourcePath($resource) function in Assetic\\Cache\\ConfigCache
/plugin/combo/ComboStrap/
H A DFetcherRawLocalPath.php78 return $this->getSourcePath()->toLocalPath();
88 return FileSystems::getCacheBuster($this->getSourcePath());
100 $sourcePath = $this->getSourcePath();
H A DFetcherRaster.php146 if (!FileSystems::exists($this->getSourcePath())) {
149 LogUtility::warning("The path ({$this->getSourcePath()}) does not exists");
161 $path = $this->getSourcePath()->toLocalPath();
318 return $this->getSourcePath()->__toString();
H A DIFetcherLocalImage.php64 return FileSystems::getCacheBuster($this->getSourcePath());
74 $sourcePath = $this->getSourcePath();
H A DFetcherMarkup.php293 $wikiPath = $this->getSourcePath()->toWikiPath();
797 if ($this->getSourcePath()->toWikiPath()->getDrive() !== WikiPath::MARKUP_DRIVE) {
812 $sourcePath = $this->getSourcePath();
829 public function getSourcePath(): Path function in ComboStrap\\FetcherMarkup
844 return $this->getSourcePath();
853 return $this->getSourcePath();
902 $slotId = $this->getSourcePath()->toWikiPath()->getWikiId();
1088 $sourcePath = $this->getSourcePath();
1419 return $this->getSourcePath()->toUriString();
H A DIFetcherSource.php11 public function getSourcePath(): Path; function
H A DFetcherPage.php263 $this->fetcherCache->addFileDependency($templateSlot->getMarkupFetcher()->getSourcePath());
273 return $this->getSourcePath();
357 $sourcePath = $this->getSourcePath();
H A DFetcherSystem.php47 $dokuPath = $fetchDoku->getSourcePath();
H A DOutlineVisitor.php147 $path = $fetcher->getSourcePath()->toAbsoluteId();
151 $path = $fetcher->getSourcePath()->toAbsoluteId();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php90 public function getSourcePath() function in Assetic\\Asset\\AssetCache
92 return $this->asset->getSourcePath();
155 $cacheKey .= $asset->getSourcePath();
H A DAssetInterface.php113 public function getSourcePath(); function
H A DAssetReference.php92 public function getSourcePath() function in Assetic\\Asset\\AssetReference
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementErrorResource.php89 public function getSourcePath() function in Google\\Service\\GKEHub\\ConfigManagementErrorResource
/plugin/combo/action/
H A Dmetafacebook.php166 $path = $facebookImage->getSourcePath();
207 $firstImagePath = $page->getFirstImage()->getSourcePath();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php64 $sourcePath = $asset->getSourcePath();
H A DAssetCollectionIterator.php67 …$name = sprintf('%s_%d', pathinfo($asset->getSourcePath(), PATHINFO_FILENAME) ?: 'part', $this->ke…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DEnsureFilterWorker.php54 …RCE === (self::CHECK_SOURCE & $this->flags) && preg_match($this->pattern, $asset->getSourcePath()))
H A DCacheBustingWorker.php63 $sourcePath = $leaf->getSourcePath();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DTypeScriptFilter.php41 if ($sourcePath = $asset->getSourcePath()) {
H A DEmberPrecompileFilter.php43 if ($sourcePath = $asset->getSourcePath()) {
H A DStylusFilter.php87 $parserOptions['filename'] = basename($asset->getSourcePath());
H A DHandlebarsFilter.php54 if ($sourcePath = $asset->getSourcePath()) {
H A DCssRewriteFilter.php30 $sourcePath = $asset->getSourcePath();
/plugin/combo/ComboStrap/Meta/Field/
H A DSocialCardImage.php80 return Site::getLogoAsRasterImage()->getSourcePath();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Operation.php153 public function getSourcePath() function in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Operation

12