Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 25 of 124) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DSplFileInfo.php55 ->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 …]
DFileSystem.php65 foreach ($iterator as $pathname => $file) {
70 $result[basename($pathname)] = $file->getFilename();
/plugin/zip/pear/File/Archive/Writer/
DFiles.php70 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/
Dpreloader.php176 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/
DHTMLTest.php37 $pathname = $fileInfo->getPathname();
38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckconfig.js34 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/
Dtest-ui.js142 …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/
Dhistory.js6 var m_curBaseUrl = document.location.pathname;
92 var path = document.location.pathname;
/plugin/openlayersmap/
DStaticMap.php491 * @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/
Dbuttons.print.min.js5 … n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.
Dbuttons.print.js91 if (linkHost.indexOf('/') === -1 && _link.pathname.indexOf('/') !== 0) {
95 return _link.protocol + '//' + linkHost + _link.pathname + _link.search;
/plugin/instantpage/lib/
D5.1.0.js2 …ocol)&&(s||!t.search||"instant"in t.dataset)&&!(t.hash&&t.pathname+t.search==location.pathname+loc…
/plugin/livepreview/
Dscript.js271 && (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/
Dlg-hash.min.js4 …=this.oldHash:history.pushState?history.pushState("",c.title,b.location.pathname+b.location.search…
Dlg-hash.js78 … history.pushState('', document.title, window.location.pathname + window.location.search);
/plugin/virtualkeyboard/vk/
Dvk_popup.js82 …;if (b[0] && b[0].href) return b[0].href+m[1];return (document.location.pathname.match(/(.*[\/\\])…
/plugin/revealjs/plugin/notes/
Dnotes.js48 …url: window.location.protocol + '//' + window.location.host + window.location.pathname + window.lo…
/plugin/socialshareprivacy2/JC/
DREADME.md85 This means one cannot set a path using `path: window.location.pathname` in case such pathname conta…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
DLinks.svelte108 url = `${window.location.pathname.split('#')[0]}#/view/${b64Code}`;
111 …](${window.location.protocol}//${window.location.host}${window.location.pathname}#/edit/${b64Code}…
/plugin/interwikipaste/
Dscript.js61 const path = url.pathname.concat(url.hash);
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckconfig.js34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
Dgeshi.js1 …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/
Dsample03.lasso43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
/plugin/grensladawritezor/fckeditor/_samples/lasso/
Dsample03.lasso43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample03.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;

12345