Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 25 of 32) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js11427 this.sourcePath = value;
15170 if (options.sourcePath) {
15539 if (this.sourcePath) {
15540 o.sourcePath = this.sourcePath;
15555 if (this.sourcePath) {
15556 o.path = this.sourcePath;
15558 delete o.sourcePath;
16096 if (options.sourcePath) {
16185 if (this.sourcePath) {
16186 o.sourcePath = this.sourcePath;
[all …]
H A Dfabric.min.js6 …s.set(property,!value)}return this},setSourcePath:function(value){this.sourcePath=value;return thi…
8 …arsePath()}this._setPositionDimensions();if(options.sourcePath){this.setSourcePath(options.sourceP…
9sourcePath){o.sourcePath=this.sourcePath}if(this.transformMatrix){o.transformMatrix=this.transform…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementErrorResource.php35 public $sourcePath; variable in Google\\Service\\GKEHub\\ConfigManagementErrorResource
82 public function setSourcePath($sourcePath) argument
84 $this->sourcePath = $sourcePath;
91 return $this->sourcePath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Operation.php47 public $sourcePath; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Operation
146 public function setSourcePath($sourcePath) argument
148 $this->sourcePath = $sourcePath;
155 return $this->sourcePath;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30338 sourcePath = source && graphicsFactory.getShapePath(source),
30342 start = (source && getElementLineIntersection(sourcePath, connectionPath, true)) || start;
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php49 $sourcePath = $result->getMarkupPath()->getPathObject();
54 if (!($sourcePath instanceof WikiPath)) {
56 $sourcePath = WikiPath::createFromPathObject($sourcePath);
77 $dependencies = FetcherMarkup::createXhtmlMarkupFetcherFromPath($sourcePath, $sourcePath)
86 $htmlDataBlock[$sourcePath->toAbsoluteId()][$mode] = $data;
H A DFetcherMarkup.php812 $sourcePath = $this->getSourcePath();
816 return ResourceName::getFromPath($sourcePath);
1088 $sourcePath = $this->getSourcePath();
1093 return FileSystems::getContent($sourcePath);
1095 LogUtility::error("The path ($sourcePath) does not exist, we have set the markup to the empty string during rendering. If you want to delete the cache path, ask it via the cache path function", self::CANONICAL, $e);
H A DFetcherMarkupBuilder.php61 public static function getWikiIdAndLocalFileDokuwikiCompliant(Path $sourcePath): array argument
65 $markuSourceWikiPath = $sourcePath->toWikiPath();
79 $wikiId = $sourcePath->toAbsoluteId();
81 $localFile = $sourcePath->toLocalPath();
83 throw new ExceptionRuntimeInternal("The source path ({$sourcePath}) is not supported as markup source path.", $e);
H A DFetcherPage.php357 $sourcePath = $this->getSourcePath();
358 return ResourceName::getFromPath($sourcePath);
H A DFetcherRawLocalPath.php100 $sourcePath = $this->getSourcePath();
101 return ResourceName::getFromPath($sourcePath);
H A DIFetcherLocalImage.php74 $sourcePath = $this->getSourcePath();
75 return ResourceName::getFromPath($sourcePath);
H A DLazyLoad.php252 $sourcePath = ExecutionContext::getActualOrCreateFromEnv()
255 if(SlotSystem::isMainHeaderSlot($sourcePath)){
H A DSlotSystem.php123 public static function isMainHeaderSlot(Path $sourcePath): bool argument
126 $nameWithoutExtension = $sourcePath->getLastNameWithoutExtension();
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php198 * @param string $sourcePath Full path to source node
202 function moveInto($targetName, $sourcePath, DAV\INode $sourceNode) { argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIMoveTarget.php38 * @param string $sourcePath Full path to source node
42 function moveInto($targetName, $sourcePath, INode $sourceNode); argument
H A DTree.php118 * @param string $sourcePath The source location
122 function copy($sourcePath, $destinationPath) { argument
124 $sourceNode = $this->getNodeForPath($sourcePath);
139 * @param string $sourcePath The path to the file which should be moved
143 function move($sourcePath, $destinationPath) { argument
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
150 $sourceNode = $this->getNodeForPath($sourcePath);
157 $sourceNode = $this->getNodeForPath($sourcePath);
158 $moveSuccess = $newParentNode->moveInto($destinationName, $sourcePath, $sourceNode);
161 $this->copy($sourcePath, $destinationPath);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php46 private $sourcePath; variable in Twig\\Error\\Error
76 $this->sourcePath = $source->getPath();
83 if ($autoGuess && (-1 === $lineno || null === $name || null === $this->sourcePath)) {
158 $this->sourceCode = $this->sourcePath = null;
192 … return $this->filename ? new Source($this->sourceCode, $this->filename, $this->sourcePath) : null;
201 $this->sourceCode = $this->filename = $this->sourcePath = null;
205 $this->sourcePath = $source->getPath();
230 if ($this->sourcePath && $this->lineno > 0) {
231 $this->file = $this->sourcePath;
297 if (null !== $template && null === $this->sourcePath) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php29 private $sourcePath; variable in Assetic\\Asset\\BaseAsset
42 * @param string $sourcePath The asset path
45 …public function __construct($filters = array(), $sourceRoot = null, $sourcePath = null, array $var… argument
49 $this->sourcePath = $sourcePath;
50 if ($sourcePath && $sourceRoot) {
51 $this->sourceDir = dirname("$sourceRoot/$sourcePath");
134 return $this->sourcePath;
169 …n(sprintf('The asset with source path "%s" has no variable named "%s".', $this->sourcePath, $var));
H A DFileAsset.php32 * @param string $sourcePath The source asset path
37 …public function __construct($source, $filters = array(), $sourceRoot = null, $sourcePath = null, a… argument
41 if (null === $sourcePath) {
42 $sourcePath = basename($source);
44 } elseif (null === $sourcePath) {
49 $sourcePath = substr($source, strlen($sourceRoot) + 1);
54 parent::__construct($filters, $sourceRoot, $sourcePath, $vars);
H A DStringAsset.php32 * @param string $sourcePath The source asset path
34 … public function __construct($content, $filters = array(), $sourceRoot = null, $sourcePath = null) argument
38 parent::__construct($filters, $sourceRoot, $sourcePath);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php64 $sourcePath = $asset->getSourcePath();
65 if ($sourceRoot && $sourcePath) {
66 $source = $sourceRoot.'/'.$sourcePath;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php63 $sourcePath = $leaf->getSourcePath();
64 hash_update($hash, $sourcePath ?: $i);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php42 $sourcePath = $asset->getSourcePath();
44 $callback = function ($matches) use ($importFilter, $sourceRoot, $sourcePath) {
63 } elseif (null !== $sourcePath) {
66 if ('.' != $sourceDir = dirname($sourcePath)) {
83 $import->setTargetPath($sourcePath);
H A DCssRewriteFilter.php30 $sourcePath = $asset->getSourcePath();
33 if (null === $sourcePath || null === $targetPath || $sourcePath == $targetPath) {
39 list($scheme, $url) = explode('://', $sourceBase.'/'.$sourcePath, 2);
50 if ('.' == dirname($sourcePath)) {
53 $path = dirname($sourcePath).'/';
56 while (0 !== strpos($sourcePath, $targetDir)) {
66 $path .= ltrim(substr(dirname($sourcePath).'/', strlen($targetDir)), '/');
H A DEmberPrecompileFilter.php43 if ($sourcePath = $asset->getSourcePath()) {
44 $templateName = basename($sourcePath);

12