Searched refs:_stats (Results 1 – 10 of 10) sorted by relevance
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Node.php | 39 protected $_stats; variable in Elastica\\Node 97 if (!$this->_stats) { 98 $this->_stats = new Stats($this); 101 return $this->_stats; 125 $this->_stats = null;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | namespaces.asciidoc | 21 namespaces work, let's look at the `_stats` output: 29 // Corresponds to curl -XGET localhost:9200/_stats 53 // Corresponds to curl -XGET localhost:9200/my_index/_stats 57 // Corresponds to curl -XGET localhost:9200/my_index1,my_index2/_stats
|
/plugin/botbouncer/admin/ |
H A D | statistics.php | 51 $this->_stats(); 55 function _stats() { function in admin_plugin_botbouncer_statistics
|
/plugin/badbehaviour/ |
H A D | admin.php | 51 $this->_stats(); 57 function _stats(){ function in admin_plugin_badbehaviour
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 10463 this._stats = pdfBug ? new _display_utils.StatTimer() : _display_utils.DummyStatTimer; 10532 var stats = this._stats; 10660 this._stats.time('Page Request'); 10774 if (resetStats && this._stats instanceof _display_utils.StatTimer) { 10775 this._stats = new _display_utils.StatTimer(); 10839 return this._stats instanceof _display_utils.StatTimer ? this._stats : null; 11489 page._stats.timeEnd('Page Request');
|
H A D | pdf.js.map | 1 …_stats = (pdfBug ? new StatTimer() : DummyStatTimer);\n this._pdfBug = pdfBug;\n this.common…
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | CHANGELOG.md | 851 - `Elastica\Status` will lazy load the `_stats` at when it is needed. https://github.com/ruflin/Elastica/pull/1058
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 396 …_stats}_ensureCachedState(){0!==this._refilterKind&&this._createCachedState()}_createCachedState()… 426 …erChanged.event,_o._debouncer,0),this._data=new po,this._stats=new mo(this)}dispose(){this._stats.…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js | 396 …_stats}_ensureCachedState(){0!==this._refilterKind&&this._createCachedState()}_createCachedState()… 426 …erChanged.event,_o._debouncer,0),this._data=new po,this._stats=new mo(this)}dispose(){this._stats.…
|
H A D | bundle.js.map | 1 …_stats;\n }\n _ensureCachedState() {\n if (this._refilterKind !== 0 /* Nothing */) {\…
|