Home
last modified time | relevance | path

Searched refs:refresh (Results 26 – 50 of 250) sorted by relevance

12345678910

/plugin/pgn4web/pgn4web/live/
H A Dlive-no-event.pgn3 % if the Result tag is set to "*" games will automatically refresh
H A Dlive-placeholder.pgn3 % if the Result tag is set to "*" games will automatically refresh
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverNavigation.php31 public function refresh() function in Facebook\\WebDriver\\WebDriverNavigation
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js13 …his._markers.refresh(t)},gantt._getMarkers=function(){return this._markers.getItems()},gantt.rende…
/plugin/autologoff/
H A Dscript.js61 {call: 'autologoff', refresh: 1},
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js230 this._markers.refresh(id);
238 this._markers.refresh();
/plugin/odt/helper/
H A Dconfig.php546 protected function loadIntern(&$warning, $refresh) { argument
556 if ( !$refresh || $this->isRefreshable($name) ) {
660 public function refresh() { function in helper_plugin_odt_config
/plugin/prosemirror/
H A Drenderer.php407 if ($params['refresh'] % 86400 === 0) {
408 $refresh = $params['refresh']/86400 . 'd';
409 } else if ($params['refresh'] % 3600 === 0) {
410 $refresh = $params['refresh']/3600 . 'h';
412 $refresh = $params['refresh']/60 . 'm';
415 $node->attr('refresh', trim($refresh));
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DParrotFlowerPower.php112 * Parrot use a different endpoint for refresh a token
133 new Uri($this->baseApiUri.'user/v1/refresh'),
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js88 this.editorUiRefresh = editorUi.refresh;
90 editorUi.refresh = function(minor)
555 this.ui.refresh = this.editorUiRefresh;
581 this.editorUiRefresh = editorUi.refresh;
668 this.ui.refresh = this.editorUiRefresh;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc108 $params['refresh'] = (enum) If `true` 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` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
189 $params['refresh'] = (enum) If `true` 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` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
212 $params['refresh'] = (enum) If `true` 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` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
296 $params['refresh']
[all...]
/plugin/elasticsearch/action/
H A Dindexing.php160 $index->refresh();
194 $index->refresh();
/plugin/odt/renderer/
H A Dbook.php73 $this->config->refresh();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java269 graph.refresh(); in actionPerformed()
1051 boolean refresh) { in TogglePropertyItem() argument
1052 this(target, name, fieldname, refresh, null); in TogglePropertyItem()
1059 final String fieldname, final boolean refresh, in TogglePropertyItem() argument
1076 execute(target, fieldname, refresh); in TogglePropertyItem()
1127 public void execute(Object target, String fieldname, boolean refresh) { in execute() argument
1141 if (refresh) { in execute()
1150 graph.refresh(); in execute()
H A DEditorActions.java.bak269 graph.refresh();
1051 boolean refresh) {
1052 this(target, name, fieldname, refresh, null);
1059 final String fieldname, final boolean refresh,
1076 execute(target, fieldname, refresh);
1127 public void execute(Object target, String fieldname, boolean refresh) {
1141 if (refresh) {
1150 graph.refresh();
/plugin/textinsert/lang/en/
H A Dintro.txt13 The macro list will not refresh until after you have submitted your edits, additions, or deletions
/plugin/snow/
H A Dsnowstorm.js389 this.refresh = function() { method in snowStorm.SnowFlake
431 s.refresh();
515 s.refresh();
521 this.refresh();
/plugin/metaeditor/
H A Dscript.js55 jQuery('#metaTree').jstree(true).refresh();
229 jQuery('#metaTree').jstree(true).refresh();
/plugin/diagramsnet/lib/plugins/
H A Dtags.js222 graph.refresh();
240 graph.refresh();
/plugin/tagfilter/
H A Dscript.js15 function tagfilter_cleanform(id,refresh){ argument
19 if(refresh) $elements[0].onchange();
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput (…) method in f
H A Ddatepair.js89 this.refresh();
125 refresh: function() method in Datepair
/plugin/advanced/lang/en/config/
H A Duserscript.txt10 …to cache the file, so when you are developing new JavaScript, be sure to refresh your browser cach…
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md50 You may need to shift+refresh the page after changing this file.
/plugin/authgoogle/google/
H A DGoogle_Client.php318 * @param string|null $token The token (access token or a refresh token) that should be revoked.

12345678910