/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | SecurityNamespace.asciidoc | 72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for) 139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for) 155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for) 169 $params['refresh'] [all...] |
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | AbstractUpdateAction.php | 322 * @param bool|string $refresh 324 * @phpstan-param bool|Reindex::REFRESH_* $refresh 328 public function setRefresh($refresh = true) argument 330 if (\is_bool($refresh)) { 331 $refresh = $refresh ? Reindex::REFRESH_TRUE : Reindex::REFRESH_FALSE; 334 return $this->setParam(Reindex::REFRESH, $refresh); 344 $refresh = $this->getParam('refresh'); 346 return \in_array($refresh, [Reinde [all...] |
H A D | Task.php | 67 $this->refresh(); 79 $this->refresh(); 94 public function refresh(array $options = []): void 87 public function refresh(array $options = []): void global() function in Elastica\\Task
|
H A D | Status.php | 53 $this->refresh(); 136 $this->refresh(); 161 public function refresh(): void 151 public function refresh(): void global() function in Elastica\\Status
|
H A D | Node.php | 65 $this->refresh(); 121 * This should be called after updating a node to refresh all information 123 public function refresh(): void function in Elastica\\Node
|
H A D | Cluster.php | 48 $this->refresh(); 58 public function refresh(): void 51 public function refresh(): void global() function in Elastica\\Cluster
|
/plugin/repo/ |
H A D | syntax.php | 45 list($base, $refresh) = explode(' ', $base, 2); 47 if (preg_match('/(\d+)([dhm])/', $refresh, $match)) { 50 $refresh = max(600, $match[1] * $period[$match[2]]); 53 $refresh = 14400; 56 return array(trim($base), trim($title), $pos, $refresh); 99 function _directory($url, &$renderer, $path, $refresh) { argument 105 if (($mtime != 0) && !$_REQUEST['purge'] && ($mtime > time() - $refresh)) { 161 function _codefile($url, &$renderer, $refresh) { argument 164 $renderer->doc .= $this->_cached_geshi($url, $refresh); 179 function _cached_geshi($url, $refresh) { argument [all …]
|
/plugin/chat/ |
H A D | script.js | 129 this.refresh = AJAXCHAT_SHORT_INTERVAL; 469 self.refresh = AJAXCHAT_MAXIMUM_INTERVAL; 474 self.refresh = AJAXCHAT_LONG_INTERVAL; 478 if (self.refresh > AJAXCHAT_MIDDLE_INTERVAL) { 480 self.refresh = AJAXCHAT_MIDDLE_INTERVAL; 490 self.refresh = AJAXCHAT_MIDDLE_INTERVAL; 499 Math.round(Math.random()*((self.refresh*1000)/10)); 578 if (ajax_chat.refresh > AJAXCHAT_SHORT_INTERVAL) { 579 ajax_chat.refresh = AJAXCHAT_SHORT_INTERVAL; 595 if (ajax_chat.refresh > AJAXCHAT_SHORT_INTERVAL) { [all …]
|
/plugin/news/scripts/ |
H A D | newsfeed.php | 22 $refresh=false; variable 28 $refresh = true; variable 90 if($time_elapsed >= $ttl || $lib_exe || $refresh) { 96 if(!$lib_exe && ! $refresh) { 101 if($refresh) {
|
/plugin/diagramsnet/lib/plugins/ |
H A D | tooltips.js | 33 function refresh() function 43 graph.addListener(mxEvent.SIZE, refresh); 44 refresh();
|
H A D | number.js | 14 graph.refresh(); 109 graph.refresh(); 128 graph.refresh();
|
/plugin/adminperm/ |
H A D | admin.php | 80 * @param bool $refresh force a reload of the config instead of relying on the static copy 83 public function load($refresh = false) argument 86 if ($config === null || $refresh) {
|
/plugin/news/syntax/ |
H A D | button.php | 73 …alue='refresh' /><input type='hidden' name='feed_ref' value='" . $ID. "' /><input type='submit' va…
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/ |
H A D | Info.php | 65 $this->refresh($params); 133 // Plugin data was not retrieved when refresh() was called last. Get it now. 135 $this->refresh($this->_params); 216 public function refresh(array $params = []): Response 209 public function refresh(array $params = []): Response global() function in Elastica\\Node\\Info
|
H A D | Stats.php | 50 $this->refresh(); 115 public function refresh(): Response 108 public function refresh(): Response global() function in Elastica\\Node\\Stats
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
H A D | Recovery.php | 47 $this->refresh(); 85 public function refresh(): self function in Elastica\\Index\\Recovery
|
H A D | Stats.php | 44 $this->refresh(); 99 public function refresh(): void function in Elastica\\Index\\Stats
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/ |
H A D | Health.php | 33 $this->refresh(); 47 public function refresh(): self 44 public function refresh(): self global() function in Elastica\\Cluster\\Health
|
/plugin/yql/ |
H A D | syntax.php | 119 $refresh = $data['refresh']; 130 min($renderer->meta['date']['valid']['age'],$refresh) : 131 $refresh;
|
/plugin/ckgedit/ |
H A D | locktimer.js | 107 locktimer.refresh(); 127 locktimer.refresh(); 177 ourLockTimerIntervalID = window.setInterval(function () { locktimer.refresh(); }, 30000);
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/ |
H A D | EventFiringWebDriverNavigation.php | 86 public function refresh() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation 89 $this->navigator->refresh();
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverNavigationInterface.php | 29 * This is equivalent to pressing the refresh button in the browser. 33 public function refresh(); function
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 3ae03ba3b56e5e287953094050766738.asciidoc | 5 $response = $client->indices()->refresh();
|
/plugin/fedauth/classes/usr/ |
H A D | fa_filestore.class.php | 299 $refresh = ($type == FEDAUTH_CHANGE_TYPE_REFRESH); 300 …io_saveFile($this->userFN($user, $refresh ? 'activity' : 'changes'), $logline, true); //user data … 302 if (!$refresh) {
|
/plugin/pgn4web/pgn4web/live/ |
H A D | live-offline.pgn | 3 % if the Result tag is set to "*" games will automatically refresh
|