Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 17 of 17) sorted by relevance

/plugin/deletepageguard/
H A Daction.php141 * @param string $fullPath Absolute path to the file
145 protected function getRelativeFilePath($fullPath, $dataDir) { argument
147 $fullPath = str_replace('\\', '/', $fullPath);
153 if (strpos($fullPath, $pagesDir) === 0) {
154 return substr($fullPath, strlen($pagesDir));
157 if (strpos($fullPath, $base . '/') === 0) {
158 return substr($fullPath, strlen($base) + 1);
160 return $fullPath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2Container.php25 public $fullPath; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Container
54 public function setFullPath($fullPath) argument
56 $this->fullPath = $fullPath;
63 return $this->fullPath;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
DClassFileNameSniff.php61 $fullPath = basename($phpcsFile->getFilename());
62 $fileName = substr($fullPath, 0, strrpos($fullPath, '.'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
DPlugin.php167 $fullPath = $collectionUrl . '/' . $item;
168 $fullPaths[] = $fullPath;
172 …foreach ($this->server->getPropertiesForMultiplePaths($fullPaths, $properties) as $fullPath => $pr…
176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
186 $fullPath = $collectionUrl . '/' . $item;
187 $responses[] = new DAV\Xml\Element\Response($fullPath, [], 404);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php167 $fullPath = $collectionUrl . '/' . $item;
168 $fullPaths[] = $fullPath;
172 …foreach ($this->server->getPropertiesForMultiplePaths($fullPaths, $properties) as $fullPath => $pr…
176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
186 $fullPath = $collectionUrl . '/' . $item;
187 $responses[] = new DAV\Xml\Element\Response($fullPath, [], 404);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DTree.php273 $fullPath = $parent . '/' . $childNode->getName();
274 $result[$fullPath] = $childNode;
275 $this->cache[$fullPath] = $childNode;
279 $fullPath = $parent . '/' . $child;
280 $result[$fullPath] = $this->getNodeForPath($fullPath);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php271 $fullPath = $parent . '/' . $childNode->getName();
272 $result[$fullPath] = $childNode;
273 $this->cache[$fullPath] = $childNode;
277 $fullPath = $parent . '/' . $child;
278 $result[$fullPath] = $this->getNodeForPath($fullPath);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dendpoint-closure.asciidoc22 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;
24 return new $fullPath($transport, $serializer);
26 return new $fullPath($transport);
/plugin/deletepageguard/tests/
H A Dplugin_test_adapter.php144 public function getRelativeFilePath($fullPath, $dataDir) { argument
145 return parent::getRelativeFilePath($fullPath, $dataDir);
/plugin/parserfunctions/
Dhelper.php159 $fullPath = DOKU_INC . $relativePath;
160 if (file_exists($fullPath)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);
290 $subNodes[$subPath]['fullPath'] = $fullPath;
455 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
456 $html .= '<a href="' . $fullPath . '" class="btn">⇤ Go to parent</a>';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DPlugin.php286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);
290 $subNodes[$subPath]['fullPath'] = $fullPath;
458 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
459 $html .= '<a href="' . $fullPath . '" class="btn">⇤ Go to parent</a>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
DClientBuilder.php673 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;
675 $reflection = new ReflectionClass($fullPath);
679 return new $fullPath($serializer);
681 return new $fullPath();
/plugin/diagramsnet/lib/WEB-INF/lib/
Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/asciidocjs/node_modules/pug-load/
Dindex.js23 file.fullPath = path;
DREADME.md3 …sponsible for loading the depenendencies of a given pug file. It adds `fullPath` and `str` proper…
/plugin/asciidocjs/node_modules/pug-filters/lib/
Dhandle-filters.js24 var filename = attrs.filename = node.file.fullPath;