Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSecurityNamespace.asciidoc72refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operatio…
139refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation…
155refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this opera…
169refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation…
183refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation…
197refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operatio…
211refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operatio…
225refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operatio…
345refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation…
398refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation…
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DAbstractUpdateAction.php322 * @param bool|string $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, [Reindex::REFRESH_TRUE, Reindex::REFRESH_FALSE], true)
347 ? Reindex::REFRESH_TRUE === $refresh
348 : $refresh;
DTask.php67 $this->refresh();
79 $this->refresh();
94 public function refresh(array $options = []): void function in Elastica\\Task
DStatus.php53 $this->refresh();
136 $this->refresh();
161 public function refresh(): void function in Elastica\\Status
DNode.php65 $this->refresh();
123 public function refresh(): void function in Elastica\\Node
DCluster.php48 $this->refresh();
58 public function refresh(): void function in Elastica\\Cluster
/plugin/repo/
Dsyntax.php45 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/
Dscript.js129 this.refresh = AJAXCHAT_SHORT_INTERVAL;
240 self.updateInfo('ajaxRefreshInterval', this.refresh+'sec');
469 self.refresh = AJAXCHAT_MAXIMUM_INTERVAL;
470 self.updateInfo('ajaxRefreshInterval',self.refresh+'sec');
474 self.refresh = AJAXCHAT_LONG_INTERVAL;
475 self.updateInfo('ajaxRefreshInterval',self.refresh+'sec');
478 if (self.refresh > AJAXCHAT_MIDDLE_INTERVAL) {
480 self.refresh = AJAXCHAT_MIDDLE_INTERVAL;
482 self.updateInfo('ajaxRefreshInterval',self.refresh+'sec');
490 self.refresh = AJAXCHAT_MIDDLE_INTERVAL;
[all …]
/plugin/news/scripts/
Dnewsfeed.php22 $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/
Dtooltips.js33 function refresh() function
43 graph.addListener(mxEvent.SIZE, refresh);
44 refresh();
Dnumber.js14 graph.refresh();
109 graph.refresh();
128 graph.refresh();
/plugin/adminperm/
Dadmin.php80 * @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/
Dbutton.php73 …alue='refresh' /><input type='hidden' name='feed_ref' value='" . $ID. "' /><input type='submit' va…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
DInfo.php65 $this->refresh($params);
135 $this->refresh($this->_params);
216 public function refresh(array $params = []): Response function in Elastica\\Node\\Info
DStats.php50 $this->refresh();
115 public function refresh(): Response function in Elastica\\Node\\Stats
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
DRecovery.php47 $this->refresh();
85 public function refresh(): self function in Elastica\\Index\\Recovery
DStats.php44 $this->refresh();
99 public function refresh(): void function in Elastica\\Index\\Stats
/plugin/fulldisplay/
Dscript.js12 if (JSINFO.fulldisplay.refresh) {
21 }, JSINFO.fulldisplay.refresh * 1000);
/plugin/yql/
Dsyntax.php119 $refresh = $data['refresh'];
130 min($renderer->meta['date']['valid']['age'],$refresh) :
131 $refresh;
/plugin/ckgedit/
Dlocktimer.js107 locktimer.refresh();
127 locktimer.refresh();
177 ourLockTimerIntervalID = window.setInterval(function () { locktimer.refresh(); }, 30000);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
DHealth.php33 $this->refresh();
47 public function refresh(): self function in Elastica\\Cluster\\Health
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriverNavigation.php86 public function refresh() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation
89 $this->navigator->refresh();
/plugin/fedauth/classes/usr/
Dfa_filestore.class.php299 $refresh = ($type == FEDAUTH_CHANGE_TYPE_REFRESH);
300 …io_saveFile($this->userFN($user, $refresh ? 'activity' : 'changes'), $logline, true); //user data …
302 if (!$refresh) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverNavigationInterface.php33 public function refresh(); function
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D3ae03ba3b56e5e287953094050766738.asciidoc5 $response = $client->indices()->refresh();

12345678910>>...12