Home
last modified time | relevance | path

Searched refs:open (Results 726 – 750 of 1091) sorted by last modified time

1...<<21222324252627282930>>...44

/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js5 !function(){function a(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function b(a,b,c){var d,e=0,f=a.length,g=void 0===f||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function c(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return I[a]}):a}function d(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(encodeURIComponent(c)+"="+encodeURIComponent(a[c]));return b.join("&")},d=function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):d>127&&2048>d?(b+=String.fromCharCode(192|d>>6),b+=String.fromCharCode(128|63&d)):(b+=String.fromCharCode(224|d>>12),b+=String.fromCharCode(128|63&d>>6),b+=String.fromCharCode(128|63&d))}return b},e=function(a){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a=d(a);var c,e,f,g,h,i,j,k="",l=0;do c=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=c>>2,h=(3&c)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j),c=e=f="",g=h=i=j="";while(l<a.length);return k},f=function(){for(var a=arguments[0],b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)c.hasOwnProperty(d)&&(a[d]=c[d])}return a},g=function(a,d,e,h){"function"==typeof e&&(h=e,e={}),e.cache=e.cache||!1,e.data=e.data||{},e.headers=e.headers||{},e.jsonp=e.jsonp||!1,e.async=void 0===e.async?!0:e.async;var i,j=f({accept:"*/*","content-type":"application/x-www-form-urlencoded;charset=UTF-8"},g.headers,e.headers);if(i="application/json"===j["content-type"]?JSON.stringify(e.data):c(e.data),"GET"===a){var k=[];if(i&&(k.push(i),i=null),e.cache||k.push("_="+(new Date).getTime()),e.jsonp&&(k.push("callback="+e.jsonp),k.push("jsonp="+e.jsonp)),k=k.join("&"),k.length>1&&(d+=d.indexOf("?")>-1?"&"+k:"?"+k),e.jsonp){var l=document.getElementsByTagName("head")[0],m=document.createElement("script");return m.type="text/javascript",m.src=d,l.appendChild(m),void 0}}b(function(b,c){if(b)return h(b);c.open(a,d,e.async);for(var f in j)j.hasOwnProperty(f)&&c.setRequestHeader(f,j[f]);c.onreadystatechange=f (…)
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown34 *Please note that while Slick is open source, this is still my baby, and by submitting a pull reque…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2105 open(id: string|number): void; method
H A Ddhtmlxgantt.js13open(a.getAttribute(this.$config.item_attribute)),!1},this),this.$grid)},_clearLayers:function(t){…
H A Ddhtmlxgantt.js.map1open","select_task","isSelectedTask","drag_id","drag_mode","touch_drag","link_source_id","link_tar…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13open(this.taskId)},"shift+up":function(){t.hasChild(this.taskId)&&t.getTask(this.taskId).$open&&t.…
H A Ddhtmlxgantt_keyboard_navigation.js.map1open","open","shift+up","close","shift+right","isReadonly","prevId","getPrevSibling","moveTask","u…
/plugin/yuriigantt/_test/
H A Dtest_page.txt24 "open": true,
35 "open": true,
46 "open": true,
57 "open": true,
68 "open": true,
79 "open": true,
90 "open": true,
101 "open": true,
112 "open": true,
123 "open": true,
/plugin/yuriigantt/src/
H A DJsonRequest.php79 $this->driver->open($this->payload->pageId);
/plugin/yuriigantt/src/Entities/
H A DTask.php40 public $open; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
63 $this->open = (bool)(isset($data->open) ? $data->open : true);
/plugin/yuriigantt/src/Driver/
H A DDriverInterface.php33 public function open($pageId); function
H A DEmbedded.php49 public function open($pageId) function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6359 t.open(method, url, async);
10257 if (originalTask && !utils.defined(task.open)) {
10598 var open = true;
10600 open = open && parent.$open && (canOpenSplitTasks || !this._isSplitItem(parent));
10602 return !!open;
10625 item.$open = utils.defined(item.open) ? item.open : this.$openInitially();
11016 open: function(id){
11505 open: function (id) {
11506 this.$data.tasksStore.open(id);
14605 ev.open = 1;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1538 gantt.open(this.taskId);
1586 gantt.open(this.taskId);
/plugin/strreplace/
H A DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/plugin/codeprettify/code-prettify/src/
H A Dlang-kotlin.js38 …/^\b(package|public|protected|private|open|abstract|constructor|final|override|import|for|while|as…
H A Dlang-vhdl.js39 …bel|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|packa…
H A Dprettify.css30 /* punctuation, lisp open bracket, lisp close bracket */
H A Dlang-swift.js51 …in|iOS|iOSApplicationExtension|is|lazy|left|let|mutating|none|nonmutating|open|operator|optional|O…
/plugin/codeprettify/code-prettify/
H A DREADME.md138 causes end quotes to not match up with open quotes.
/plugin/icons/assets/typicons/
H A Dtypicons.css408 .typcn-folder-open:before {
522 .typcn-lock-open-outline:before {
525 .typcn-lock-open:before {
H A Dtypicons.min.css1open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e…
/plugin/icons/assets/
H A DLICENSE.md38 Font-logos is an icon font containing logos of popular linux distributions and other open source so…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1open::before{content:"\F0033"}.mdi-block-helper::before{content:"\F0AD"}.mdi-blogger::before{conte…

1...<<21222324252627282930>>...44