/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 8cd00a3aba7c3c158277bc032aac2830.asciidoc | 10 '_index' => 'index1', 22 '_index' => 'index1', 41 '_index' => 'index1', 54 '_index' => 'index1', 66 '_index' => 'index1',
|
H A D | ae9ccfaa146731ab9176df90670db1c2.asciidoc | 9 '_index' => 'test', 18 '_index' => 'test', 24 '_index' => 'test', 34 '_index' => 'test',
|
H A D | 973a3ff47fc4ce036ecd9bd363fef9f7.asciidoc | 15 'source' => 'ctx._index = \'metricbeat-\' + (ctx._index.substring(\'metricbeat-\'.length(), ctx._index.length())) + \'-1\'',
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.collections.min.js | 1 …_index:0,_version:0,_current:Bridge.getDefaultValue(n),config:{alias:["dispose","System$IDisposabl…
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
H A D | Recovery.php | 37 protected $_index; variable in Elastica\\Index\\Recovery 46 $this->_index = $index; 57 return $this->_index;
|
H A D | Stats.php | 36 protected $_index; variable in Elastica\\Index\\Stats 43 $this->_index = $index; 83 return $this->_index;
|
H A D | Settings.php | 52 protected $_index; 61 $this->_index = $index; 347 $this->_index->close(); 349 $this->_index->open(); 397 return $this->_index; 50 protected $_index; global() variable in Elastica\\Index\\Settings
|
/plugin/sphinxsearch-was/ |
H A D | SphinxSearch.php | 11 private $_index = null; variable in SphinxSearch 29 $this->_index = $index; 84 $this->_result = $this->_sphinx->Query($this->_query, $this->_index); 207 $this->_index,
|
/plugin/sphinxsearch/ |
H A D | SphinxSearch.php | 11 private $_index = null; variable in SphinxSearch 29 $this->_index = $index; 83 $this->_result = $this->_sphinx->Query($this->_query, $this->_index); 204 return $this->_sphinx->BuildExcerpts($data, $this->_index, $query,
|
/plugin/emoji/script/ |
H A D | jquery.textcomplete.js | 543 this._index = 0; 597 _index: null, 699 if (this._index === 0) { 700 this._index = this.data.length - 1; 702 this._index -= 1; 709 if (this._index === this.data.length - 1) { 710 this._index = 0; 712 this._index += 1; 733 this._index = target; 747 this._index = target; [all …]
|
/plugin/linksuggest/vendor/ |
H A D | jquery.textcomplete.min.js | 2 !function(a){if("function"==typeof define&&define.amd)define(["jquery"],a);else if("object"==typeof module&&module.exports){var b=require("jquery");module.exports=a(b)}else a(jQuery)}(function(a){if("undefined"==typeof a)throw new Error("jQuery.textcomplete requires jQuery");return+function(a){"use strict";var b=function(a){console.warn&&console.warn(a)},c=1;a.fn.textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function(){var g=this,h=a(this),i=h.data("textComplete");if(i||(e||(e={}),e._oid=c++,i=new a.fn.textcomplete.Completer(this,e),h.data("textComplete",i)),"string"==typeof d){if(!i)return;f.shift(),i[d].apply(i,f),"destroy"===d&&h.removeData("textComplete")}else a.each(d,function(c){a.each(["header","footer","placement","maxCount"],function(a){c[a]&&(i.option[a]=c[a],b(a+"as a strategy param is deprecated. Use option."),delete c[a])})}),i.register(a.fn.textcomplete.Strategy.parse(d,{el:g,$el:h}))})}}(a),+function(a){"use strict";function b(c,d){if(this.$el=a(c),this.id="textcomplete"+e++,this.strategies=[],this.views=[],this.option=a.extend({},b.defaults,d),!(this.$el.is("input[type=text]")||this.$el.is("input[type=search]")||this.$el.is("textarea")||c.isContentEditable||"true"==c.contentEditable))throw new Error("textcomplete must be called on a Textarea or a ContentEditable.");if(c===c.ownerDocument.activeElement)this.initialize();else{var g=this;this.$el.one("focus."+this.id,function(){g.initialize()}),this.option.adapter&&"CKEditor"!=this.option.adapter||"undefined"==typeof CKEDITOR||!this.$el.is("textarea")||CKEDITOR.on("instanceReady",function(b){-1==a.inArray(b.editor.id,f)&&(f.push(b.editor.id),b.editor.on("focus",function(c){g.$el=a(b.editor.editable().$),g.option.adapter||(g.option.adapter=a.fn.textcomplete.CKEditor),g.option.ckeditor_instance=b.editor,g.initialize()}))})}}var c=function(a){var b,c;return function(){var d=Array.prototype.slice.call(arguments);if(b)return void(c=d);b=!0;var e=this;d.unshift(function f(){if(c){var d=c;c=void 0,d.unshift(f),a.apply(e,d)}else b=!1}),a.apply(this,d)}},d=function(a){return"[object String]"===Object.prototype.toString.call(a)},e=0,f=[];b.defaults={appendTo:"body",className:"",dropdownClassName:"dropdown-menu textcomplete-dropdown",maxCount:10,zIndex:"100",rightEdgeOffset:30},a.extend(b.prototype,{id:null,option:null,strategies:null,adapter:null,dropdown:null,$el:null,$iframe:null,initialize:function(){var b=this.$el.get(0);if(this.$el.prop("ownerDocument")!==document&&window.frames.length)for(var c=0;c<window.frames.length;c++)if(this.$el.prop("ownerDocument")===window.frames[c].document){this.$iframe=a(window.frames[c].frameElement);break}this.dropdown=new a.fn.textcomplete.Dropdown(b,this,this.option);var d,e;this.option.adapter?d=this.option.adapter:(e=this.$el.is("textarea")||this.$el.is("input[type=text]")||this.$el.is("input[type=search]")?"number"==typeof b.selectionEnd?"Textarea":"IETextarea":"ContentEditable",d=a.fn.textcomplete[e]),this.adapter=new d(b,this,this.option)},destroy:function(){this.$el.off("."+this.id),this.adapter&&this.adapter.destroy(),this.dropdown&&this.dropdown.destroy(),this.$el=this.adapter=this.dropdown=null},deactivate:function(){this.dropdown&&this.dropdown.deactivate()},trigger:function(a,b){this.dropdown||this.initialize(),null!=a||(a=this.adapter.getTextFromHeadToCaret());var c=this._extractSearchQuery(a);if(c.length){var d=c[1];if(b&&this._term===d&&""!==d)return;this._term=d,this._search.apply(this,c)}else this._term=null,this.dropdown.deactivate()},fire:function(a){var b=Array.prototype.slice.call(arguments,1);return this.$el.trigger(a,b),this},register:function(a){Array.prototype.push.apply(this.strategies,a)},select:function(a,b,c){this._term=null,this.adapter.select(a,b,c),this.fire("change").fire("textComplete:select",a,b),this.adapter.focus()},_clearAtNext:!0,_term:null,_extractSearchQuery:function(b){for(var c=0;c<this.strategies.length;c++){var e=this.strategies[c],f=e.context(b);if(f||""===f){var g=a.isFunction(e.match)?e.match(b):e.match;d(f)&&(b=f);var h=b.match(g);if(h)return[e,h[e.index],h]}}return[]},_search:c(function(a,b,c,d){var e=this;b.search(c,function(d,f){e.dropdown.shown||e.dropdown.activate(),e._clearAtNext&&(e.dropdown.clear(),e._clearAtNext=!1),e.dropdown.setPosition(e.adapter.getCaretPosition()),e.dropdown.render(e._zip(d,b,c)),f||(a(),e._clearAtNext=!0)},d)}),_zip:function(b,c,d){return a.map(b,function(a){return{value:a,strategy:c,term:d}})}}),a.fn.textcomplete.Completer=b}(a),+function(a){"use strict";function b(c,d,f){this.$el=b.createElement(f),this.completer=d,this.id=d.id+"dropdown",this._data=[],this.$inputEl=a(c),this.option=f,f.listPosition&&(this.setPosition=f.listPosition),f.height&&this.$el.height(f.height);var g=this;a.each(["maxCount","placement","footer","header","noResultsMessage","className"],function(a,b){null!=f[b]&&(g[b]=f[b])}),this._bindEvents(c),e[this.id]=this}var c=a(window),d=function(a,b){var c,d,e=b.strategy.idProperty;for(c=0;c<a.length;c++)if(d=a[c],d.strategy===b.strategy)if(e){if(d.value[e]===b.value[e])return!0}else if(d.value===b.value)return!0;return!1},e={};a(document).on("click",function(b){var c=b.originalEvent&&b.originalEvent.keepTextCompleteDropdown;a.each(e,function(a,b){a!==c&&b.deactivate()})});var f={SKIP_DEFAULT:0,KEY_UP:1,KEY_DOWN:2,KEY_ENTER:3,KEY_PAGEUP:4,KEY_PAGEDOWN:5,KEY_ESCAPE:6};a.extend(b,{createElement:function(b){var c=b.appendTo;c instanceof a||(c=a(c));var d=a("<ul></ul>").addClass(b.dropdownClassName).attr("id","textcomplete-dropdown-"+b._oid).css({display:"none",left:0,position:"absolute",zIndex:b.zIndex}).appendTo(c);return d}}),a.extend(b.prototype,{$el:null,$inputEl:null,completer:null,footer:null,header:null,id:null,maxCount:null,placement:"",shown:!1,data:[],className:"",destroy:function(){this.deactivate(),this.$el.off("."+this.id),this.$inputEl.off("."+this.id),this.clear(),this.$el.remove(),this.$el=this.$inputEl=this.completer=null,delete e[this.id]},render:function(b){var c=this._buildContents(b),d=a.map(b,function(a){return a.value});if(b.length){var e=b[0].strategy;e.id?this.$el.attr("data-strategy",e.id):this.$el.removeAttr("data-strategy"),this._renderHeader(d),this._renderFooter(d),c&&(this._renderContents(c),this._fitToBottom(),this._fitToRight(),this._activateIndexedItem()),this._setScroll()}else this.noResultsMessage?this._renderNoResultsMessage(d):this.shown&&this.deactivate()},setPosition:function(b){var d="absolute";return this.$inputEl.add(this.$inputEl.parents()).each(function(){return"absolute"===a(this).css("position")?!1:"fixed"===a(this).css("position")?(b.top-=c.scrollTop(),b.left-=c.scrollLeft(),d="fixed",!1):void 0}),this.$el.css(this._applyPlacement(b)),this.$el.css({position:d}),this},clear:function(){this.$el.html(""),this.data=[],this._index=0,this._$header=this._$footer=this._$noResultsMessage=null},activate:function(){return this.shown||(this.clear(),this.$el.show(),this.className&&this.$el.addClass(this.className),this.completer.fire("textComplete:show"),this.shown=!0),this},deactivate:function(){return this.shown&&(this.$el.hide(),this.className&&this.$el.removeClass(this.className),this.completer.fire("textComplete:hide"),this.shown=!1),this},isUp:function(a){return 38===a.keyCode||a.ctrlKey&&80===a.keyCode},isDown:function(a){return 40===a.keyCode||a.ctrlKey&&78===a.keyCode},isEnter:function(a){var b=a.ctrlKey||a.altKey||a.metaKey||a.shiftKey;return!b&&(13===a.keyCode||9===a.keyCode||this.option.completeOnSpace===!0&&32===a.keyCode)},isPageup:function(a){return 33===a.keyCode},isPagedown:function(a){return 34===a.keyCode},isEscape:function(a){return 27===a.keyCode},_data:null,_index:null,_$header:null,_$noResultsMessage:null,_$footer:null,_bindEvents:function(){this.$el.on("mousedown."+this.id,".textcomplete-item",a.proxy(this._onClick,this)),this.$el.on("touchstart."+this.id,".textcomplete-item",a.proxy(this._onClick,this)),this.$el.on("mouseover."+this.id,".textcomplete-item",a.proxy(this._onMouseover,this)),this.$inputEl.on("keydown."+this.id,a.proxy(this._onKeydown,this))},_onClick:function(b){var c=a(b.target);b.preventDefault(),b.originalEvent.keepTextCompleteDropdown=this.id,c.hasClass("textcomplete-item")||(c=c.closest(".textcomplete-item"));var d=this.data[parseInt(c.data("index"),10)];this.completer.select(d.value,d.strategy,b);var e=this;setTimeout(function(){e.deactivate(),"touchstart"===b.type&&e.$inputEl.focus()},0)},_onMouseover:function(b){var c=a(b.target);b.preventDefault(),c.hasClass("textcomplete-item")||(c=c.closest(".textcomplete-item")),this._index=parseInt(c.data("index"),10),this._activateIndexedItem()},_onKeydown:function(b){if(this.shown){var c;switch(a.isFunction(this.option.onKeydown)&&(c=this.option.onKeydown(b,f)),null==c&&(c=this._defaultKeydown(b)),c){case f.KEY_UP:b.preventDefault(),this._up();break;case f.KEY_DOWN:b.preventDefault(),this._down();break;case f.KEY_ENTER:b.preventDefault(),this._enter(b);break;case f.KEY_PAGEUP:b.preventDefault(),this._pageup();break;case f.KEY_PAGEDOWN:b.preventDefault(),this._pagedown();break;case f.KEY_ESCAPE:b.preventDefault(),this.deactivate()}}},_defaultKeydown:function(a){return this.isUp(a)?f.KEY_UP:this.isDown(a)?f.KEY_DOWN:this.isEnter(a)?f.KEY_ENTER:this.isPageup(a)?f.KEY_PAGEUP:this.isPagedown(a)?f.KEY_PAGEDOWN:this.isEscape(a)?f.KEY_ESCAPE:void 0},_up:function(){0===this._index?this._index=this.data.length-1:this._index-=1,this._activateIndexedItem(),this._setScroll()},_down:function(){this._index===this.data.length-1?this._index=0:this._index+=1,this._activateIndexedItem(),this._setScroll()},_enter:function(a){var b=this.data[parseInt(this._getActiveElement().data("index"),10)];this.completer.select(b.value,b.strategy,a),this.deactivate()},_pageup:function(){var b=0,c=this._getActiveElement().position().top-this.$el.innerHeight();this.$el.children().each(function(d){return a(this).position().top+a(this).outerHeight()>c?(b=d,!1):void 0}),this._index [all...] |
/plugin/repo/ |
H A D | syntax.php | 109 $items = $this->_index($url, $path); 122 function _index($url, $path, $base = '', $lvl = 0) { function in syntax_plugin_repo 143 $items = array_merge($items, $this->_index($url, $path, $base.$result, $lvl));
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Bulk.php | 34 protected $_index; 68 $this->_index = (string) $index; 78 return $this->_index; 32 protected $_index; global() variable in Elastica\\Bulk
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 902 openObject:function(_index){ 1080 open:function(_index){ 1363 navigate:function(_index,_element){ 1367 d.html.nIndex = _index; 1534 open:function(_index){ 1536 d.scripts.index = _index; 1660 navigate:function(_index){ 1682 d.navigateRightColumn(_index); 1696 d.navigateRightColumn(_index); 1931 _source[_index] = pi.util.Array.clone(_source[_index]); [all …]
|
H A D | firebug-lite-1.2-compressed.js | 28 …}},history:[],historyIndex:0,openObject:function(_index){with(firebug){d.dom.open(d.console.cache[… 32 …]);}}}},css:{index:-1,open:function(_index){with(firebug){var item=internal.targetWindow.document.… 60 …_index,_element){with(firebug){el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");… 68 …tion(_index){with(firebug){d.scripts.index=_index;el.left.scripts.container.update("");var i=0,scr… 73 …_index,_open){with(firebug){el.left.container.environment.addStyle({"width":_open?"70%":"100%"});e… 75 …;switch(open){case"console":d.navigateRightColumn(_index);break;case"html":d.navigateRightColumn(_… 76 …lumn(_index,true);d.css.refresh();break;case"scripts":d.navigateRightColumn(_index);d.scripts.refr… 77 break;case"xhr":d.navigateRightColumn(_index);d.xhr.open();break;}}}},getFileName:function(_path){v… 88 …rototype.push.apply(tmp,_array);pi.util.Array.forEach(tmp,function(_item,_index,_source){if(_item … argument 89 _source[_index]=pi.util.Array.clone(_source[_index]);});return tmp;},count:function(_array,_value){… [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.2-compressed.js | 39 return content.join(" ");}},history:[],historyIndex:0,openObject:function(_index){with(firebug){d.dom.open(d.console.cache[_index],el.left.dom.container,lib.env.ie);d.navigate("dom");}},print:function(_cmd,_text){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);d.console.addLine().update(d.highlight(_text,false,false,true));d.console.scroll();}},printException:function(_exception){with(firebug){var message=_exception.description||_exception.message||_exception;if(_exception.fileName){message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';} 43 d.console.countMap[_name]=0;d.console.countMap[_name]++;d.console.cmd.log.apply(window,[_name,d.console.countMap[_name]]);}},group:function(){with(firebug){d.console.cmd.log.apply(this,["console.group is not supported"]);}},groupEnd:function(){with(firebug){d.console.cmd.log.apply(this,["console.groupEnd is not supported"]);}},profile:function(){with(firebug){d.console.cmd.log.apply(this,["console.profile is not supported"]);}},profileEnd:function(){with(firebug){d.console.cmd.log.apply(this,["console.profileEnd is not supported"]);}}}},css:{index:-1,open:function(_index){with(firebug){var item=internal.targetWindow.document.styleSheets[_index],uri=item.href;try{var rules=item[lib.env.ie?"rules":"cssRules"],str="";for(var i=0;i<rules.length;i++){var item=rules[i];var selector=item.selectorText;var cssText=lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];str+=d.css.printRule(selector,cssText.split(";"),el.left.css.container);}}catch(e){str="<em>Access to restricted URI denied</em>";} 71 parentLayer=d.html.openHtmlTree(map[t],parentLayer,map[t+1]);}}},navigate:function(_index,_element){with(firebug){el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");el.right.html.nav[_index].attribute.addClass("Selected");d.html.nIndex=_index;d.html.openProperties();}},openHtmlTree:function(_element,_parent,_returnParentElementByElement,_event){with(firebug){var element=_element||internal.targetWindow.document.documentElement,parent=_parent||el.left.html.container,returnParentEl=_returnParentElementByElement||null,returnParentVal=null,len=element.childNodes.length,nodeLink;if(!window.Node){window.Node={TEXT_NODE:3,COMMENT_NODE:8};} 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],ur 99 AnonymousFunctione3fe90030400(_item,_index,_source) global() argument 103 remove(_array,_index) global() argument [all...] |
H A D | firebug-lite-1.2.js | 913 openObject:function(_index){ 915 d.dom.open(d.console.cache[_index], el.left.dom.container, lib.env.ie); 1091 open:function(_index){ 1093 var item = internal.targetWindow.document.styleSheets[_index], 1374 navigate:function(_index,_element){ 1377 el.right.html.nav[_index].attribute.addClass("Selected"); 1378 d.html.nIndex = _index; 1545 open:function(_index){ 1547 d.scripts.index = _index; 1549 var i=0,script = document.getElementsByTagName("script")[_index],ur 1940 AnonymousFunction4bea48610400(_item,_index,_source) global() argument 1976 remove(_array,_index) global() argument [all...] |
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | connecting.asciidoc | 267 [_index] => my_index 301 [_index] => my_index 364 [_index] => my_index 404 [_index] => my_index
|
H A D | per-request-configuration.asciidoc | 66 > {"_index":"test_missing","_type":"_doc","_id":"1","found":false} 149 [_index] => test 239 [_index] => test
|
H A D | crud.asciidoc | 86 '_index' => 'my_index', 111 '_index' => 'my_index',
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | README.md | 190 [_index] => my_index 227 [_index] => my_index 313 [_index] => my_index 351 [_index] => my_index
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 4304 var _index = -1; 4309 while (++_index < _length) { 4310 if (!localHandlers[_index] || localHandlers[_index].skip) { 4320 if (localHandlers[_index] && localHandlers[_index].runOnce) { 36252 var _index = __webpack_require__(297); 47367 var _index = __webpack_require__(6); 47463 var _index = __webpack_require__(6); 47814 var _index = __webpack_require__(6); 47852 var _index = __webpack_require__(6); 47911 var _index = __webpack_require__(6); [all …]
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.js | 7 this._index=C; 104 Timeline._Band.prototype.getIndex=function(){return this._index; 294 if(!this._timeline.shiftOK(this._index,A)){return ;
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.js | 7 this._index=C; 104 Timeline._Band.prototype.getIndex=function(){return this._index; 294 if(!this._timeline.shiftOK(this._index,A)){return ;
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | CHANGELOG.md | 665 - `\Elastica\Query\Indices`: search on the `_index` field instead
|