Home
last modified time | relevance | path

Searched refs:scriptPath (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DScriptHandler.php25 public $scriptPath; variable in Google\\Service\\Appengine\\ScriptHandler
30 public function setScriptPath($scriptPath) argument
32 $this->scriptPath = $scriptPath;
39 return $this->scriptPath;
H A DApiEndpointHandler.php25 public $scriptPath; variable in Google\\Service\\Appengine\\ApiEndpointHandler
30 public function setScriptPath($scriptPath) argument
32 $this->scriptPath = $scriptPath;
39 return $this->scriptPath;
/plugin/webcomponent/action/
H A Djs.php87 foreach ($event->data as $scriptPath) {
88 $posPluginPath = strpos($scriptPath, $dokuPluginPath);
91 $scriptsToKeep[] = $scriptPath;
96 $posShowPage = strpos($scriptPath, $showPageScript);
99 $scriptsToKeep[] = $scriptPath;
/plugin/combo/action/
H A Djs.php106 foreach ($event->data as $scriptPath) {
107 $posPluginPath = strpos($scriptPath, $dokuPluginPath);
110 $scriptsToKeep[] = $scriptPath;
115 $posShowPage = strpos($scriptPath, $showPageScript);
118 $scriptsToKeep[] = $scriptPath;
/plugin/combo/ComboStrap/
H A DPluginUtility.php468 $scriptPath = null;
474 $scriptPath = $_SERVER["DOCUMENT_URI"];
476 if ($scriptPath == null && array_key_exists("SCRIPT_NAME", $_SERVER)) {
477 $scriptPath = $_SERVER["SCRIPT_NAME"];
479 if ($scriptPath == null) {
482 $path_parts = pathinfo($scriptPath);
/plugin/form/
H A Dsyntax.php65 var $scriptPath; variable in syntax_plugin_formular
/plugin/searchtablejs/
H A Dtablefilter.js985 function importScript(scriptName,scriptPath) argument
992 if(scripts[i].src.match(scriptPath))
1005 ["src",scriptPath] );
1199 var scriptPath = bindScript["path"];
1214 catch(e){ alert(scriptPath + " script may not be loaded"); }
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js985 function importScript(scriptName,scriptPath) argument
992 if(scripts[i].src.match(scriptPath))
1005 ["src",scriptPath] );
1199 var scriptPath = bindScript["path"];
1214 catch(e){ alert(scriptPath + " script may not be loaded"); }
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js662 var interval,scripts,script,scriptPath, variable
681 scriptPath = scripts[i].src;
686 if (scriptPath) {
690 script.src = scriptPath;
H A Dfirebug-lite-1.2-compressed.js22scriptPath,fe=firebug.env,fi=firebug.internal;if(!fi.popupWin){scripts=document.getElementsByTagNa… variable
23 if(scriptPath){done=false;script=fi.popupWin.document.createElement('script');script.type='text/jav…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js33 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);firebug.internal.targetWindow.document.cookie='FBLiteSettings='+values+';expires='+exdate.toGMTString();}},refreshForm:function(){var fe=firebug.env,elSet=firebug.el.settings;elSet.cbxDebug.element.checked=fe.debug;elSet.cbxDetectFirebug.element.checked=fe.detectFirebug;elSet.cbxHideDOMFunctions.element.checked=fe.hideDOMFunctions;elSet.cbxOverride.element.checked=fe.override;elSet.cbxShowIcon.element.checked=fe.showIconWhenHidden;elSet.cbxOpenInPopup.element.checked=fe.openInPopup;elSet.textNodeChars.element.value=fe.textNodeChars;}},win:{hide:function(){with(firebug){el.main.environment.addStyle({"display":"none"});el.mainiframe.environment.addStyle({"display":"none"});if(env.showIconWhenHidden){el.firebugIcon.environment.addStyle({"display":"block"});}}},show:function(){with(firebug){el.main.environment.addStyle({"display":"block"});el.mainiframe.environment.addStyle({"display":"block"});if(env.showIconWhenHidden){el.firebugIcon.environment.addStyle({"display":"none"});}}},iconClicked:function(_event){with(firebug){if(_event.ctrlKey==true||_event.metaKey==true){el.firebugIcon.environment.addStyle({"display":"none"});env.showIconWhenHidden=false;}else{win.show();}}},minimize:function(){with(firebug){internal.minimized=true;el.main.environment.addStyle({"height":"35px"});el.mainiframe.environment.addStyle({"height":"35px"});el.button.maximize.environment.addStyle({"display":"block"});el.button.minimize.environment.addStyle({"display":"none"});win.refreshSize();}},maximize:function(){with(firebug){internal.minimized=false;el.button.minimize.environment.addStyle({"display":"block"});el.button.maximize.environment.addStyle({"display":"none"});win.setHeight(env.height);}},newWindow:function(){var interval,scripts,script,scriptPath,fe=firebug.env,fi=firebug.internal;if(!fi.popupWin){scripts=document.getElementsByTagName('script');fi.popupWin=window.open("","_firebug","status=0,menubar=0,resizable=1,top="+fe.popupTop+",left="+fe.popupLeft+",width="+fe.popupWidth+",height="+fe.popupHeight+",scrollbars=0,addressbar=0,outerWidth="+fe.popupWidth+",outerHeight="+fe.popupHeight+"toolbar=0,location=0,directories=0,dialog=0");if(!fi.popupWin){alert("Firebug Lite could not open a pop-up window, most likely because of a popup blocker.\nPlease enable popups for this domain");}else{firebug.settings.hide();for(i=0,len=scripts.length;i<len;i++){if(scripts[i].src.indexOf(fi.liteFilename)>-1){scriptPath=scripts[i].src;break;}} variable
34 if(scriptPath){done=false;script=fi.popupWin.document.createElement('script');script.type='text/javascript';script.src=scriptPath;script[firebug.lib.env.ie?"onreadystatechange":"onload"]=function(){if(!done&&(!firebug.lib.env.ie||this.readyState=="complete"||this.readyState=="loaded")){done=true;if(fi.popupWin.firebug){with(fi.popupWin.firebug){internal.isPopup=true;env.css=fe.css;init();el.button.dock.environment.addStyle({"display":"block"});el.button.newWindow.environment.addStyle({"display":"none"});}}}};if(!done&&firebug.lib.env.webkit){interval=setInterval(function(){if(firebug.internal.popupWin.firebug){clearInterval(interval);done=true;with(firebug.internal.popupWin.firebug){internal.isPopup=true;env.css=fe.css;init();el.button.dock.environment.addStyle({"display":"block"});el.button.newWindow.environment.addStyle({"display":"none"});}}},10);};if(!firebug.lib.env.ie){firebug.internal.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.href+'</title></head><body></body></html>');}
H A Dfirebug-lite-1.2.js673 var interval,scripts,script,scriptPath, variable
692 scriptPath = scripts[i].src;
697 if (scriptPath) {
701 script.src = scriptPath;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1scriptPath: string, label: string, forceDataUri: boolean = false): string {\n// \tif (forceDataUri…