Home
last modified time | relevance | path

Searched refs:relativePath (Results 1 – 20 of 20) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1257 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/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Container.php33 public $relativePath; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Container
82 public function setRelativePath($relativePath) argument
84 $this->relativePath = $relativePath;
91 return $this->relativePath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DPolyFile.php29 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/guzzlehttp/psr7/src/
H A DUriResolver.php199 $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/combo/ComboStrap/
H A DBrandTag.php247 $relativePath = str_replace(":", "/", $page->getWikiId());
249 ->setProperty("path", $relativePath)
H A DLocalPath.php112 [$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 DWikiPath.php532 * @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();
/plugin/combo/admin/
H A Dpagerules.php163 $relativePath = 'admin/' . $this->getPluginComponent() . '_intro';
164 echo $this->locale_xhtml($relativePath);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js306 zip.forEach(function (relativePath, zipEntry)
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js78 …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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1relativePath } from './resources.js';\n/**\n * @deprecated use LabelService instead\n */\nexport f…
H A Djson.worker.js.map1relativePath, resource) {\n var base = resource.substr(0, resource.lastIndexOf(…
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DDirectory.php108 * @param string $relativePath Relative path.
H A DSplFileInfo.php69 * @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;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php80 $relativePath = 'hoa://Test/Vfs/A/B/',
82 $pathname = $relativePath . $relativePathname
84 ->when($result = new LUT\SplFileInfo($pathname . '?type=file', $relativePath))
93 ->isEqualTo($relativePath)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1672 $relativePath = $path;
1675 $relativePath = substr($path, (strlen($basedir) + 1));
1706 $testPath = $relativePath;
/plugin/netlogo/inc/
H A Dsupport.php11 function relativePath($from, $to, $ps = '/') function
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51711 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/xlsx2dw/packages/jszip/
H A Djszip.js987 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 …]