/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | SplFileInfo.php | 69 * @param string $relativePath Relative path. 71 public function __construct($filename, $relativePath = null) argument 79 $this->_relativePath = $relativePath; 111 * @param string $relativePath Relative path. 114 public function setRelativePath($relativePath) argument 117 $this->_relativePath = $relativePath;
|
H A D | Directory.php | 108 * @param string $relativePath Relative path.
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | UriResolver.php | 199 $relativePath = str_repeat('../', count($sourceSegments)) . implode('/', $targetSegments); 204 if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) { 205 $relativePath = "./$relativePath"; 206 } elseif ('/' === $relativePath[0]) { 209 $relativePath = ".$relativePath"; 211 $relativePath = "./$relativePath"; 215 return $relativePath;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/ |
H A D | PolyFile.php | 29 public $relativePath; variable in Google\\Service\\PolyService\\PolyFile 52 public function setRelativePath($relativePath) argument 54 $this->relativePath = $relativePath; 61 return $this->relativePath;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2Container.php | 33 public $relativePath; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Container 82 public function setRelativePath($relativePath) argument 84 $this->relativePath = $relativePath; 91 return $this->relativePath;
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | SplFileInfo.php | 80 $relativePath = 'hoa://Test/Vfs/A/B/', 82 $pathname = $relativePath . $relativePathname 84 ->when($result = new LUT\SplFileInfo($pathname . '?type=file', $relativePath)) 93 ->isEqualTo($relativePath)
|
/plugin/combo/ComboStrap/ |
H A D | LocalPath.php | 112 [$this->host, $relativePath] = explode("/", $pathWithoutNetworkShare, 2); 113 $this->path = "/$relativePath"; 281 $relativePath = substr($actualPath->toAbsoluteId(), strlen($localPath->toAbsoluteId()) + $sepCharacter); 282 $relativePath = str_replace($this->getDirectorySeparator(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $relativePath); 283 return LocalPath::createFromPathString($relativePath);
|
H A D | WikiPath.php | 532 * @param string $relativePath 536 static function toDokuWikiSeparator(string $relativePath): string argument 538 return preg_replace('/[\\\\\/]/', ":", $relativePath); 614 $relativePath = $path->relativize($drivePath); 625 $relativePath = $path->relativize($drivePath); 631 $wikiId = $relativePath->toAbsoluteId();
|
H A D | BrandTag.php | 247 $relativePath = str_replace(":", "/", $page->getWikiId()); 249 ->setProperty("path", $relativePath)
|
/plugin/netlogo/inc/ |
H A D | support.php | 11 function relativePath($from, $to, $ps = '/') function
|
/plugin/combo/admin/ |
H A D | pagerules.php | 163 $relativePath = 'admin/' . $this->getPluginComponent() . '_intro'; 164 echo $this->locale_xhtml($relativePath);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 1672 $relativePath = $path; 1675 $relativePath = substr($path, (strlen($basedir) + 1)); 1706 $testPath = $relativePath;
|
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 987 zip.forEach(function (relativePath, file) { argument 995 name : relativePath, 1519 var filename, relativePath, file; 1524 relativePath = filename.slice(this.root.length, filename.length); 1540 this.forEach(function (relativePath, entry) { argument 1541 if (search(relativePath, entry)) { // the file matches the function 1562 return this.filter(function(relativePath, file) { argument 1563 return !file.dir && regexp.test(relativePath); 1593 return this.filter(function(relativePath, file) { argument 1594 return file.dir && arg.test(relativePath); [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/ |
H A D | jszip.js | 1257 filename, relativePath, file, fileClone; 1265 relativePath = filename.slice(this.root.length, filename.length); 1267 search(relativePath, fileClone)) { // and the file matches the function 1287 return this.filter(function(relativePath, file) { argument 1288 return !file.dir && regexp.test(relativePath); 1292 return this.filter(function(relativePath, file) { argument 1293 return !file.dir && relativePath === name; 1315 return this.filter(function(relativePath, file) { argument 1316 return file.dir && arg.test(relativePath); 1351 var kids = this.filter(function(relativePath, file) { argument
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 51711 zip.forEach(function (relativePath, file) { 51719 name: relativePath, 52263 var filename, relativePath, file; 52271 relativePath = filename.slice(this.root.length, filename.length); 52289 this.forEach(function (relativePath, entry) { 52290 if (search(relativePath, entry)) { 52311 return this.filter(function (relativePath, file) { 52312 return !file.dir && regexp.test(relativePath); 52344 return this.filter(function (relativePath, file) { 52345 return file.dir && arg.test(relativePath); [all …]
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | mathjax-sre.js | 78 …ded=function(){},goog.Dependency=function(a,b,c,d,e){this.path=a;this.relativePath=b;this.provides… 83 …use default debug loader outside of HTML documents."),"deps.js"==this.relativePath?(goog.logToCons…
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 306 zip.forEach(function (relativePath, zipEntry)
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | json.worker.js.map | 1 …relativePath, resource) {\n var base = resource.substr(0, resource.lastIndexOf(…
|
H A D | bundle.js.map | 1 …relativePath } from './resources.js';\n/**\n * @deprecated use LabelService instead\n */\nexport f…
|