Searched refs:fullPath (Results 1 – 17 of 17) sorted by relevance
141 * @param string $fullPath Absolute path to the file145 protected function getRelativeFilePath($fullPath, $dataDir) { argument147 $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;
25 public $fullPath; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Container54 public function setFullPath($fullPath) argument56 $this->fullPath = $fullPath;63 return $this->fullPath;
61 $fullPath = basename($phpcsFile->getFilename());62 $fileName = substr($fullPath, 0, strrpos($fullPath, '.'));
167 $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);
273 $fullPath = $parent . '/' . $childNode->getName();274 $result[$fullPath] = $childNode;275 $this->cache[$fullPath] = $childNode;279 $fullPath = $parent . '/' . $child;280 $result[$fullPath] = $this->getNodeForPath($fullPath);
271 $fullPath = $parent . '/' . $childNode->getName();272 $result[$fullPath] = $childNode;273 $this->cache[$fullPath] = $childNode;277 $fullPath = $parent . '/' . $child;278 $result[$fullPath] = $this->getNodeForPath($fullPath);
22 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;24 return new $fullPath($transport, $serializer);26 return new $fullPath($transport);
144 public function getRelativeFilePath($fullPath, $dataDir) { argument145 return parent::getRelativeFilePath($fullPath, $dataDir);
159 $fullPath = DOKU_INC . $relativePath;160 if (file_exists($fullPath)) {
286 $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>';
286 $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>';
673 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;675 $reflection = new ReflectionClass($fullPath);679 return new $fullPath($serializer);681 return new $fullPath();
META-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
23 file.fullPath = path;
3 …sponsible for loading the depenendencies of a given pug file. It adds `fullPath` and `str` proper…
24 var filename = attrs.filename = node.file.fullPath;