/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/ |
H A D | Health.php | 28 protected $_data; 41 return $this->_data; 49 $this->_data = $this->_retrieveHealthData(); 59 return $this->_data['cluster_name']; 69 return $this->_data['status']; 77 return $this->_data['timed_out']; 85 return $this->_data['number_of_nodes']; 93 return $this->_data['number_of_data_nodes']; 101 return $this->_data['active_primary_shards']; 109 return $this->_data['active_shard 25 protected $_data; global() variable in Elastica\\Cluster\\Health [all...] |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/ |
H A D | Index.php | 22 protected $_data; variable in Elastica\\Cluster\\Health\\Index 31 $this->_data = $data; 49 return $this->_data['status']; 57 return $this->_data['number_of_shards']; 65 return $this->_data['number_of_replicas']; 73 return $this->_data['active_primary_shards']; 81 return $this->_data['active_shards']; 89 return $this->_data['relocating_shards']; 97 return $this->_data['initializing_shards']; 105 return $this->_data['unassigned_shard [all...] |
H A D | Shard.php | 22 protected $_data; variable in Elastica\\Cluster\\Health\\Shard 31 $this->_data = $data; 49 return $this->_data['status']; 57 return $this->_data['primary_active']; 65 return 1 === $this->_data['active_shards']; 73 return 1 === $this->_data['relocating_shards']; 81 return 1 === $this->_data['initializing_shards']; 89 return 1 === $this->_data['unassigned_shards'];
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/ |
H A D | AbstractDocument.php | 15 protected $_data; variable in Elastica\\Bulk\\Action\\AbstractDocument 30 $this->_data = $document; 48 $this->_data = $script; 83 if (!$this->_data instanceof Document) { 87 return $this->_data; 97 if (!$this->_data instanceof AbstractScript) { 101 return $this->_data; 109 return $this->_data;
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
H A D | Uniform.php | 62 protected $_data = []; variable in Hoa\\Compiler\\Llk\\Sampler\\Uniform 87 $this->_data[$name] = []; 110 $data = &$this->_data[$rule->getName()][$n]; 122 $stat[$c] = $this->_data[$child][$n]['n']; 186 if (isset($this->_data[$ruleName][$n])) { 187 return $this->_data[$ruleName][$n]['n']; 190 $this->_data[$ruleName][$n] = ['n' => 0]; 191 $out = &$this->_data[$ruleName][$n]['n']; 204 $this->_data[$ruleName][$n]['Γ'] = []; 205 $handle = &$this->_data[$ruleName][$n]['Γ']; [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Document.php | 22 protected $_data = []; variable in Elastica\\Document 91 return $this->_data[$key]; 103 if (!\is_array($this->_data)) { 106 $this->_data[$key] = $value; 116 return \is_array($this->_data) && \array_key_exists($key, $this->_data); 129 unset($this->_data[$key]); 193 $this->_data = $data; 205 return $this->_data;
|
H A D | Cluster.php | 40 protected $_data; 61 $this->_data = $this->getResponse()->getData(); 79 return \array_keys($this->_data['metadata']['indices']); 89 return $this->_data; 37 protected $_data; global() variable in Elastica\\Cluster
|
H A D | Task.php | 36 protected $_data; 66 if (null === $this->_data) { 70 return $this->_data; 102 $this->_data = $this->getResponse()->getData(); 33 protected $_data; global() variable in Elastica\\Task
|
H A D | Status.php | 33 protected $_data; 52 if (null === $this->_data) { 56 return $this->_data; 164 $this->_data = $this->getResponse()->getData(); 31 protected $_data; global() variable in Elastica\\Status
|
/plugin/metaeditor/ |
H A D | jstree.js | 135 this._data = { class in AnonymousFunctiona82bfad20500 458 this._data[deco] = {}; 1786 this._data.core.selected = this._data.core.selected.concat(rslt.add); 2799 …this._data.core.last_clicked = this._data.core.last_clicked && this._data.core.last_clicked.id !==… 2800 …if(this._data.core.last_clicked && !this._data.core.last_clicked.state.selected) { this._data.core… 2801 …this._data.core.last_clicked && this._data.core.selected.length) { this._data.core.last_clicked = … 4499 if(this._data.checkbox.uto) { clearTimeout(this._data.checkbox.uto); } 4857 if(this._data.checkbox.uto) { clearTimeout(this._data.checkbox.uto); } 5911 if(ins && ins._data && ins._data.dnd) { 6472 if(this._data.search.som && this._data.search.res.length) { [all …]
|
/plugin/findologicxmlexport/vendor/hoa/event/ |
H A D | Bucket.php | 61 protected $_data = null; variable in Hoa\\Event\\Bucket 121 $old = $this->_data; 122 $this->_data = $data; 134 return $this->_data;
|
/plugin/amazon_heavy/ |
H A D | class.xmlreader.php | 16 var $_data; variable in xmlreader 32 while (!feof ($fp)) $this->_data .= fgets($fp, 4096); 34 $this->_data = trim ($this->_data); 39 if (trim ($this->_data) == "") $this->error ("Data not ready."); 44 xml_parse_into_struct($parser, $this->_data, $vals, $index);
|
/plugin/combo/ComboStrap/ |
H A D | Template.php | 32 protected array $_data = array(); variable in ComboStrap\\Template 55 $this->_data[$key] = $value; 78 if (array_key_exists($variable, $this->_data)) { 79 $value = $this->_data[$variable]; 101 extract($this->_data);
|
/plugin/syntaxhighlightjs/syntax/ |
H A D | sxh.php | 100 * @param array $_data The data from the handler() function 103 public function render($mode, Doku_Renderer $renderer, $_data) { argument 104 if (empty($_data)) return false; 105 list($state, $data) = $_data;
|
/plugin/jquery-syntax/ |
H A D | action.php | 36 '_data' => '', 47 …'_data' => "$noConflict jQuery(document).ready(function($) { $.syntax({blockLayout: 'table'}) })… 53 '_data' => '',
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
H A D | Recovery.php | 30 protected $_data = []; variable in Elastica\\Index\\Recovery 77 return $this->_data; 87 $this->_data = $this->getRecoveryData();
|
H A D | Stats.php | 29 protected $_data = []; variable in Elastica\\Index\\Stats 54 return $this->_data; 102 $this->_data = $this->getResponse()->getData();
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Invocation.php | 61 protected $_data = null; variable in Hoa\\Compiler\\Llk\\Rule\\Invocation 102 $this->_data = $data; 127 return $this->_data;
|
/plugin/codify/ |
H A D | action.php | 63 '_data' => '' 75 '_data' => '' 81 '_data' => ''
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/ |
H A D | Info.php | 33 protected $_data = []; 166 return $this->_data; 192 return $this->_data['name']; 231 $this->_data = \reset($data['nodes']); 30 protected $_data = []; global() variable in Elastica\\Node\\Info
|
H A D | Stats.php | 33 protected $_data = []; 83 return $this->_data; 123 $this->_data = \reset($data['nodes']); 30 protected $_data = []; global() variable in Elastica\\Node\\Stats
|
/plugin/facebook/ |
H A D | action.php | 59 '_data' => '', 63 '_data' => 'FB.init("9ec02de6127d88bbcc6103da6a44a6b0");',
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | TreeNode.php | 84 protected $_data = []; variable in Hoa\\Compiler\\Llk\\TreeNode 317 return $this->_data;
|
/plugin/dokutexit/ |
H A D | texitrender.php | 103 if (!is_array($this->_data[$state])) { 104 $this->_data[$state] = $array; 107 array_push($this->_data[$state], $array);
|
/plugin/yahoomediaplayer/ |
H A D | action.php | 50 '_data' => '',
|