Searched refs:pathname (Results 1 – 25 of 124) sorted by relevance
12345
| /plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
| D | SplFileInfo.php | 55 ->given($pathname = 'hoa://Test/Vfs/Foo.bar?type=file') 56 ->when($result = new LUT\SplFileInfo($pathname)) 67 ->given($pathname = 'hoa://Test/Vfs/Foo?type=directory') 68 ->when($result = new LUT\SplFileInfo($pathname)) 82 $pathname = $relativePath . $relativePathname 84 ->when($result = new LUT\SplFileInfo($pathname . '?type=file', $relativePath)) 99 ->isEqualTo($pathname . '?type=file'); 113 $pathname = 122 ->when($result = new LUT\SplFileInfo($pathname)) 135 ->given($pathname = 'hoa://Test/Vfs/Fo.bar?type=file&permissions=0744') [all …]
|
| D | FileSystem.php | 65 foreach ($iterator as $pathname => $file) { 70 $result[basename($pathname)] = $file->getFilename();
|
| /plugin/zip/pear/File/Archive/Writer/ |
| D | Files.php | 70 function mkdirr($pathname) argument 73 if (is_dir($pathname) || empty($pathname)) { 78 if (is_file($pathname)) { 80 "File $pathname exists, unable to create directory" 86 $pathname, 87 0, strrpos($pathname, "/")); 92 if (!@mkdir($pathname)) { 93 return PEAR::raiseError("Unable to create directory $pathname");
|
| /plugin/inlinejs/syntax/ |
| D | preloader.php | 176 list($pathname, $comment) = explode('#', $entry, 2); 177 $pathname = trim($pathname); 180 $entrytype = strtolower(pathinfo($pathname, PATHINFO_EXTENSION)); 183 $this->_add_entry($tag, $pathname);
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
| D | HTMLTest.php | 37 $pathname = $fileInfo->getPathname(); 38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname);
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckconfig.js | 34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ; 49 …FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
|
| /plugin/sequencediagram/bower_components/lodash/test/asset/ |
| D | test-ui.js | 142 …ui.isModularize = /\b(?:amd|commonjs|es|node|npm|(index|main)\.js)\b/.test([location.pathname, loc… 148 ui.isStrict = /\bes\b/.test([location.pathname, location.search]);
|
| /plugin/fastwiki/ |
| D | history.js | 6 var m_curBaseUrl = document.location.pathname; 92 var path = document.location.pathname;
|
| /plugin/openlayersmap/ |
| D | StaticMap.php | 491 * @param string $pathname 496 public function mkdirRecursive(string $pathname, int $mode): bool argument 498 if (!is_dir(dirname($pathname))) { 499 $this->mkdirRecursive(dirname($pathname), $mode); 501 return is_dir($pathname) || mkdir($pathname, $mode) || is_dir($pathname);
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.print.min.js | 5 … n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.…
|
| D | buttons.print.js | 91 if (linkHost.indexOf('/') === -1 && _link.pathname.indexOf('/') !== 0) { 95 return _link.protocol + '//' + linkHost + _link.pathname + _link.search;
|
| /plugin/instantpage/lib/ |
| D | 5.1.0.js | 2 …ocol)&&(s||!t.search||"instant"in t.dataset)&&!(t.hash&&t.pathname+t.search==location.pathname+loc…
|
| /plugin/livepreview/ |
| D | script.js | 271 && (document.location.pathname == DOKU_BASE // site's root 273 +document.location.host+document.location.pathname)<0 // is not a cyclic url
|
| /plugin/photogallery/lightGallery/js/ |
| D | lg-hash.min.js | 4 …=this.oldHash:history.pushState?history.pushState("",c.title,b.location.pathname+b.location.search…
|
| D | lg-hash.js | 78 … history.pushState('', document.title, window.location.pathname + window.location.search);
|
| /plugin/virtualkeyboard/vk/ |
| D | vk_popup.js | 82 …;if (b[0] && b[0].href) return b[0].href+m[1];return (document.location.pathname.match(/(.*[\/\\])…
|
| /plugin/revealjs/plugin/notes/ |
| D | notes.js | 48 …url: window.location.protocol + '//' + window.location.host + window.location.pathname + window.lo…
|
| /plugin/socialshareprivacy2/JC/ |
| D | README.md | 85 This means one cannot set a path using `path: window.location.pathname` in case such pathname conta…
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | Links.svelte | 108 url = `${window.location.pathname.split('#')[0]}#/view/${b64Code}`; 111 …](${window.location.protocol}//${window.location.host}${window.location.pathname}#/edit/${b64Code}…
|
| /plugin/interwikipaste/ |
| D | script.js | 61 const path = url.pathname.concat(url.hash);
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckconfig.js | 34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
|
| /plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js | 1 …ar e,n=new Array();var b,c,f,m,j;var a=function(){var p=window.location.pathname;var i=window.loca…
|
| /plugin/wysiwyg/fckeditor/_samples/lasso/ |
| D | sample03.lasso | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
|
| /plugin/grensladawritezor/fckeditor/_samples/lasso/ |
| D | sample03.lasso | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
|
| /plugin/wysiwyg/fckeditor/_samples/cfm/ |
| D | sample03.cfm | 43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
|
12345