Home
last modified time | relevance | path

Searched refs:script (Results 551 – 575 of 762) sorted by relevance

1...<<2122232425262728293031

/plugin/odtplus2dw/
H A DREADME.md32 - If you wish, you can execute the script `installLatestPandoc.sh` (included with this plugin) to install the latest version of pandoc. Or you can install pandoc any other way (check that version installed is not very outdated, or the conversion can fail).
/plugin/projects/
H A Dchangelog42 * use the correct php script on rsv.math.uvic.ca to check for new versions.
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss210 .script { font-weight: bold !important; }
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js662 var interval,scripts,script,scriptPath, variable
688 script = fi.popupWin.document.createElement('script');
689 script.type = 'text/javascript';
690 script.src = scriptPath;
692 script[firebug.lib.env.ie?"onreadystatechange":"onload"] = function(){ function
727 … firebug.internal.popupWin.document.getElementsByTagName('head')[0].appendChild(script);
1538 …var i=0,script = document.getElementsByTagName("script")[_index],uri = script.src||document.locati… variable
1544 source = script.innerHTML;
2567 var script = scriptsIncluded[i], variable
2568 src = getFileName(script.src);
H A Dfirebug-lite-1.2-compressed.js22 …);win.setHeight(env.height);}},newWindow:function(){var interval,scripts,script,scriptPath,fe=fire… variable
23 …riptPath){done=false;script=fi.popupWin.document.createElement('script');script.type='text/javascr… function
24 if(!done){firebug.internal.popupWin.document.getElementsByTagName('head')[0].appendChild(script);fi…
68script=document.getElementsByTagName("script")[_index],uri=script.src||document.location.href,sour… variable
122 …');for(var i=scriptsIncluded.length-1;i>=0;i--){var script=scriptsIncluded[i],src=getFileName(scri… variable
/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>');} function
35 if(!done){firebug.internal.popupWin.document.getElementsByTagName('head')[0].appendChild(script);firebug.el.main.environment.addStyle({"display":"none"});firebug.el.mainiframe.environment.addStyle({"display":"none"});}}else{alert("Unable to detect the following script \""+firebug.internal.liteFilename+"\" ... if the script ha
79 return;d.inspector.enabled=_absoluteValue!=undefined&&!_absoluteValue.clientX?_absoluteValue:!d.inspector.enabled;el.button.inspect.attribute[(d.inspector.enabled?"add":"remove")+" global() variable
133 url+=(url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);this.api.open(this.environment.getType(),url,this.environment.getAsync());if(this.environment.getType()= global() variable
[all...]
H A Dfirebug-lite-1.2.js673 var interval,scripts,script,scriptPath, variable
678 scripts = document.getElementsByTagName('script');
699 script = fi.popupWin.document.createElement('script');
700 script.type = 'text/javascript';
701 script.src = scriptPath;
703 script[firebug.lib.env.ie?"onreadystatechange":"onload"] = function(){ function
738 firebug.internal.popupWin.document.getElementsByTagName('head')[0].appendChild(script);
743 alert("Unable to detect the following script \"" + firebug.internal.liteFilename +
744 "\" ... if the script ha
1549 var i=0,script = document.getElementsByTagName("script")[_index],uri = script.src||document.location.href,source; global() variable
2578 var script = scriptsIncluded[i], global() variable
[all...]
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown28 <script type="text/javascript" src="//cdn.jsdelivr.net/jquery.slick/1.5.9/slick.min.js"></script>
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md36 <script src="amcharts/plugins/responsive/responsive.min.js" type="text/javascript"></script>
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md28 <script src="amcharts/plugins/export/export.min.js"></script>
35 <script src="//cdn.amcharts.com/lib/3/plugins/export/export.min.js"></script>
105 You can also load all those JavaScript libraries by `<script>` tags. Since
1053 * Fix: Enhanced migration script to obtain more settings
1094 * Added: libs.reload: false, script tag crawling to avoid multiple insertions
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp110 // properties and script names for \p{} and \P{}.
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml95 script:
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …is.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(i[0])?this.inRawBlock=!0:this.inRawBlock&&/^<…
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_165255.bak311 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_163658.bak305 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_163718.bak304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_164623.bak304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_164706.bak308 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_165027.bak310 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_165158.bak309 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md65 * Removed database migration script for sabre/dav 1.7. To update from that
282 * #740: Bugs in `migrate20.php` script.
328 * #657: Migration script would break when coming a cross an iCalendar object
534 * #740: Bugs in `migrate20.php` script.
602 * #566: Another issue related to the migration script, which would cause
835 * Fixed: #456: Issue in sqlite migration script.
1047 * Fixed: Typo in 1.7 migration script caused it to fail.
1076 * Changed: Removed phing and went with a custom build script for now.
1205 * Fixed: some bugfixes in postgres sql script.
1221 * Fixed: include path problem in the migration script.
[all …]
/plugin/autotranslation/
H A Dhelper.php290 $action = script();
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css58 .syntaxhighlighter.printing .script{font-weight:bold !important;}
/plugin/file2dw/
H A DREADME.md33 - If you wish, you can execute the script `installLatestPandoc.sh` (included with this plugin in `d…

1...<<2122232425262728293031