Home
last modified time | relevance | path

Searched refs:pathname (Results 76 – 100 of 100) sorted by last modified time

1234

/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …ase');if(b[0]&&b[0].href)return b[0].href+Q[1];return(document.location.pathname.match(/(.*[\/\\])…
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …ase');if(b[0]&&b[0].href)return b[0].href+Q[1];return(document.location.pathname.match(/(.*[\/\\])…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample03.afp42 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
H A Dsample04.afp47 window.location.href = window.location.pathname + "?Skin=" + skinName ;
H A Dsample02.afp57 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js34 …tocol=='file:'){FCKConfig.BasePath=decodeURIComponent(document.location.pathname.substr(1));FCKCon…
H A Dfckeditorcode_gecko.js33 …tocol=='file:'){FCKConfig.BasePath=decodeURIComponent(document.location.pathname.substr(1));FCKCon…
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04_mx.cfm48 window.location.href = window.location.pathname + "?Skin=" + skinName ;
H A Dsample02_mx.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
H A Dsample03_mx.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
H A Dsample02.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
H A Dsample03.cfm43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
H A Dsample04.cfm48 window.location.href = window.location.pathname + "?Skin=" + skinName ;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso58 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
H A Dsample04.lasso48 window.location.href = window.location.pathname + "?Skin=" + skinName ;
H A Dsample03.lasso43 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp45 window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ;
H A Dsample04.asp50 window.location.href = window.location.pathname + "?Skin=" + skinName ;
H A Dsample02.asp60 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
49 …FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js82 …;if (b[0] && b[0].href) return b[0].href+m[1];return (document.location.pathname.match(/(.*[\/\\])…
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js564 return (document.location.pathname.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
/plugin/livepreview/
H A Dscript.js271 && (document.location.pathname == DOKU_BASE // site's root
273 +document.location.host+document.location.pathname)<0 // is not a cyclic url
/plugin/aimg/
H A Dscript.js155 var pathToImage = unescape(currentLinkNode.pathname);
/plugin/zip/pear/File/Archive/Writer/
H A 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");

1234