Home
last modified time | relevance | path

Searched refs:Storage (Results 151 – 171 of 171) sorted by relevance

1234567

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3094 Element.Storage = { class in Element
3107 element._prototypeUID = [Element.Storage.UID++];
3111 if (!Element.Storage[uid])
3112 Element.Storage[uid] = $H();
3114 return Element.Storage[uid];
/plugin/issuetracker/
H A Dprototype.js1914 delete Element.Storage[uid];
3102 Element.Storage = { class in Element
3115 element._prototypeUID = Element.Storage.UID++;
3119 if (!Element.Storage[uid])
3120 Element.Storage[uid] = $H();
3122 return Element.Storage[uid];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php35 class Storage extends \Google\Service class
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md16 For Google Cloud Platform APIs such as [Datastore][cloud-datastore], [Cloud Storage][cloud-storage]…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1466 if(typeof(Storage) !== "undefined"){
1484 if(typeof(Storage) !== "undefined"){
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2Storage){var e=localStorage.getItem(o);return JSON.parse(e||"{}")}i.throwError(new n.default(r.def…
H A DOneDrive.js6Storage){var e=localStorage.getItem(o);return JSON.parse(e||"{}")}i.throwError(new n.default(r.def…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js397 if (mode == null && typeof(Storage) != 'undefined')
2625 else if (typeof(Storage) != 'undefined')
2760 else if (typeof(Storage) != 'undefined')
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js103 Editor.useLocalStorage = typeof(Storage) != 'undefined' && mxClient.IS_IOS;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1Storage for fixed/extended native methods\n var fixed = {};\n // Storage for regexes cached …
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4541 this.Storage=domplate(Firebug.Rep,{tag:OBJECTBOX({onclick:"$show"},OBJECTLINK("$object|summarize"))…
4543 },className:"Storage",supportsObject:function(object,type){return(object instanceof Storage)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js17169 this.Storage = domplate(Firebug.Rep,
17187 return (object instanceof Storage);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4552 this.Storage=domplate(Firebug.Rep,{tag:OBJECTBOX({onclick:"$show"},OBJECTLINK("$object|summarize")),summarize:function(storage){return storage.length+" items in Storage"
4554 },className:"Storage",supportsObject:function(object,type){return(object instanceof Storage)
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt155 DSD Storage Facility (DSF) file format
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2049 …olor Emoji", "Segoe UI Emoji"';Editor.useLocalStorage="undefined"!=typeof Storage&&mxClient.IS_IOS;
11545 …orage&&(b=localStorage.getItem(".mode"));if(null==b&&"undefined"!=typeof Storage){for(var e=docume…
11622 …LocalStorage)localStorage.setItem(".mode",e);else if("undefined"!=typeof Storage){var g=new Date;g…
11626 …ocalStorage)localStorage.removeItem(".mode");else if("undefined"!=typeof Storage){var b=new Date;b…
H A Dviewer.min.js2015 …olor Emoji", "Segoe UI Emoji"';Editor.useLocalStorage="undefined"!=typeof Storage&&mxClient.IS_IOS;
H A Dviewer-static.min.js2015 …olor Emoji", "Segoe UI Emoji"';Editor.useLocalStorage="undefined"!=typeof Storage&&mxClient.IS_IOS;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …e resource request access to the parent's storage capabilities with the [Storage Access API](https…
H A Dbundle.js.map1 …S_OUT: 'focusout',\n BLUR: 'blur',\n INPUT: 'input',\n // Local Storage\n STORAGE: 'st…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …,\n\n\taddCalendar: function (calendar) { // puts new calendar to Global Storage - gantt.calendarM…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … Number of names Record\n string16(namesRecordCount * 12 + 6); // Storage\n\n // Build t…

1234567