Home
last modified time | relevance | path

Searched refs:location (Results 826 – 850 of 981) sorted by relevance

1...<<31323334353637383940

/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js2001 }try{SimileAjax.History._iframe.contentWindow.location.search="?"+SimileAjax.History._currentIndex;
2009 …._handleIFrameOnLoad=function(){try{var B=SimileAjax.History._iframe.contentWindow.location.search;
2014 SimileAjax.History._iframe.contentWindow.location.search="?"+F;
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js2001 }try{SimileAjax.History._iframe.contentWindow.location.search="?"+SimileAjax.History._currentIndex;
2009 …._handleIFrameOnLoad=function(){try{var B=SimileAjax.History._iframe.contentWindow.location.search;
2014 SimileAjax.History._iframe.contentWindow.location.search="?"+F;
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js242 /.*\.diagrams\.net$/.test(window.location.hostname) ||
243 /.*\.draw\.io$/.test(window.location.hostname));
2621 if (url.substring(0, window.location.origin.length) == window.location.origin)
3015 var path = window.location.pathname;
3042 … url = (base != null) ? base + url : (window.location.protocol + '//' + window.location.hostname +
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1location lock locks mapjoin materialized minus msck no_drop nocompress not of offline on option or…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js488 location.reload(true);
724 …l.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.href+'</title></h…
1538 … = document.getElementsByTagName("script")[_index],uri = script.src||document.location.href,source;
1540 if(uri!=document.location.href){
H A Dfirebug-lite-1.2-compressed.js20 …me()-1);document.cookie='FBLiteSettings=;expires='+exdate.toGMTString();location.reload(true);},re…
23 …l.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.href+'</title></h…
68 …TagName("script")[_index],uri=script.src||document.location.href,source;try{if(uri!=document.locat…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js31 with(firebug){settings.writeCookie();settings.hide();win.refreshDOM();d.html.openHtmlTree();if(internal.isPopup){with(opener.firebug){win.refreshDOM();d.html.openHtmlTree();}}}},reset:function(){var exdate=new Date();exdate.setTime(exdate.getTime()-1);document.cookie='FBLiteSettings=;expires='+exdate.toGMTString();location.reload(true);},readCookie:function(){var i,cookieArr,valueArr,item,value;with(firebug.env){if(firebug.internal.targetWindow.document.cookie.length>0){cookieArr=firebug.internal.targetWindow.document.cookie.split('; ');for(i=0;i<cookieArr.length;i++){if(cookieArr[i].split('=')[0]=='FBLiteSettings'){valueArr=cookieArr[i].split('=')[1].split(',');}}
33 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;}}
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>');}
79 return;d.inspector.enabled=_absoluteValue!=undefined&&!_absoluteValue.clientX?_absoluteValue:!d.inspector.enabled;el.button.inspect.attribute[(d.inspector.enabled?"add":"remove")+"Class"]("Enabled");if(d.inspector.enabled==false){el.borderInspector.environment.addStyle({"display":"none"});d.inspector.el=null;}else if(lib.env.dIndex!="html"){if(internal.popupWin){internal.popupWin.firebug.d.navigate("html");}else{d.navigate("html");}}}}},scripts:{index:-1,lineNumbers:false,open:function(_index){with(firebug){d.scripts.index=_index;el.left.scripts.container.update("");var i=0,script=document.getElementsByTagName("script")[_index],uri=script.src||document.location.href,source;try{if(uri!=document.location.href){source=internal.cache[uri]||lib.xhr.get(uri).responseText;internal.cache[uri]=source;}else{source=script.innerHTML;}
H A Dfirebug-lite-1.2.js499 location.reload(true);
683 "toolbar=0,location=0,directories=0,dialog=0");
735 firebug.internal.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.href+'</title></head><body></body></html>');
1549 var i=0,script = document.getElementsByTagName("script")[_index],uri = script.src||document.location.href,source;
1551 if(uri!=document.location.href){
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1650 // First DIFAT sector location
15399 if(val.location) val.Target += "#"+unescapexml(val.location);
24406 if (deps[1].location == deps[newsheetref].location)
24429 if (deps[drawables[0]].location == deps[newsheetref].location)
24482 if (deps[tiaref].location == deps[tmaref].location)
24567 if (deps[oldref].location == deps[tmaref].location)
24571 if (deps[newref].location == deps[oldref].location)
24630 if (deps[oldref].location == deps[tmaref].location) {
24634 if (deps[newref].location == deps[oldref].location)
24865 location: "",
[all …]
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jquery/
H A Djquery-1.4.2.min.js122 …:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
123 …w-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:…
126 …t.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host…
130 …xError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js456 …dateBaseUrl=function(){this.baseDomain=location.protocol+"//"+location.host;this.baseUrl=this.base…
2634location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseU…
10023location.protocol+"//"+window.location.host+"/"+this.ui.getSearch("create title mode url drive spl…
11547location.hash.substring(0,2)?mxscript("https://apis.google.com/js/api.js"):"0"!=urlParams.chrome||…
11556 …nKey,JSON.stringify(l)),window.location.hash="",window.location.reload())}window.location.hash=""}…
11597location.hostname||"www.draw.io"==window.location.hostname||"drive.draw.io"==window.location.hostn…
11639location.hash||1>=window.location.hash.length)&&null!=urlParams.url)this.loadFile("U"+urlParams.ur…
11646location.hash||1>=window.location.hash.length)&&null!=urlParams.state&&null!=this.stateArg&&"open"…
11737 window.location.hash=e:0<window.location.hash.length&&(window.location.hash=""))}this.updateUi();nu…
11792 …window.location.hostname||"test.draw.io"==window.location.hostname||"drive.draw.io"==window.locati…
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1323 protocol: location.protocol,
1325 port: location.port ? ':' + location.port : ''
3472 if (action.blank()) action = window.location.href;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css340 .oi[data-glyph=location]:before { content:'\e089'; }
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css340 .oi[data-glyph=location]:before { content:'\e089'; }
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js166 var _hash = window.location.hash;
H A Dlightgallery.min.js4 …b.s.preload>b.$items.length&&(b.s.preload=b.$items.length);var c=window.location.hash;c.indexOf("l…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js320 function create(location, message) {
322 location: location,
332 … return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
1137 location: { uri: uri, range: range } class in AnonymousFunction410cd55f0100.create.result
32745 location: null property in AnonymousFunction410cd55f1f600.entry
32783 …entry.location = _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_0__["Location"].create(document.uri…
37450 function toLocation(location) { argument
37452 uri: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_1__["Uri"].parse(location.uri),
37453 range: toRange(location.range)
37599 range: toRange(item.location.range),
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1519 protocol: location.protocol,
1521 port: location.port ? ':' + location.port : ''
4019 if (action.blank()) action = window.location.href;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak514 // Installs a mouse motion listener to display the mouse location
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js38 var base = location.href;
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …r)};t.Request=p,v.getXHR=function(){if(!(!h.XMLHttpRequest||h.location&&"file:"==h.location.protoc…
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js324 Editor.prototype.editBlankUrl = window.location.protocol + '//' + window.location.host + '/';
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt363 file, then You may include the notice in a location (such as a LICENSE
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js47 var base = location.href;

1...<<31323334353637383940