Home
last modified time | relevance | path

Searched refs:reload (Results 1 – 25 of 92) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php124 * @param bool $reload force reload the RootDSE
136 public function getRootDse(bool $reload = false): Entry
138 return $this->protocolHandler->fetchRootDse($reload);
113 getRootDse(bool $reload = false) global() argument
/plugin/struct/meta/
H A DColumn.php183 * @param bool $reload forces reloading the types
186 public static function allTypes($reload = false) argument
189 if (!is_null($map) && !$reload) return $map;
/plugin/refnotes/
H A Dadmin.js57 this.reload = function (values) {
295 function reload(settings) {
319 reload,
625 function reload(settings) {
637 setCurrent(list.reload(namespaces));
668 reload,
902 function reload(settings) {
914 setCurrent(list.reload(notes));
946 reload,
970 general.reload(setting
[all...]
/plugin/labeled/
H A Dhelper.php201 * @param boolean $reload on true force a reload
203 public function getAllLabels($reload = false) { argument
204 if ($this->labels !== null && !$reload) return $this->labels;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DTestSuiteLoader.php29 public function reload(ReflectionClass $aClass); function
H A DStandardTestSuiteLoader.php112 public function reload(ReflectionClass $aClass) function in PHPUnit_Runner_StandardTestSuiteLoader
/plugin/diagrams/script/
H A Dembed-editbutton.js20 // replace instead of reload to avoid accidentally re-submitting forms
H A Dmediafile-editbutton.js34 // replace instead of reload to avoid accidentally re-submitting forms
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php98 * @param bool $reload
110 public function fetchRootDse(bool $reload = false): Entry
112 if ($reload === false && $this->rootDse !== null) {
96 fetchRootDse(bool $reload = false) global() argument
/plugin/structpublish/meta/
H A DAssignments.php29 * @param bool $forcereload create a new instance to reload the assignment data
78 // reload patterns
116 // reload patterns
137 public function updatePageAssignments($pid, $reload = false) argument
139 if ($reload) {
173 // reload patterns
/plugin/autologoff/
H A Dscript.js28 window.location.reload();
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php233 public static function reload($data) function in Composer\\InstalledVersions
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1reload&&(g.timeout&&clearTimeout(g.timeout),g.timeout=setTimeout(e,1e3*g.reload,b,d,g),g.reloading…
H A Dreadme.md105 reload | 0 | Reload data every X seconds
181 ## Manually triggering a reload of all data
183 Once chart is initialized, you can trigger the reload of all data manually by
343 * Added `chart.dataLoader.loadData()` function which can be used to manually trigger all data reload
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php428 public static function reload($data) function in Composer\\InstalledVersions
/plugin/combo/vendor/composer/
H A DInstalledVersions.php391 public static function reload($data) function in Composer\\InstalledVersions
/plugin/favoris/
H A Dfavoris.js118 window.location.reload();
/plugin/git/syntax/
H A Dlocalstatus.php111 …een commited. In order to see all changes to the workspace, commit them and reload this page.</p>';
/plugin/tagging/script/
H A Dadmin.js16 * @param callback Function to call on success, reload page by default
21 location.reload();
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js842 this.reload(success, error, abort);
889 this.reload(success, error, abort);
924 this.reload(success, error, abort);
1021 this.reload(success, error, abort);
1047 DrawioFileSync.prototype.reload = function(success, error, abort, shadow) method in DrawioFileSync
/plugin/davcard/
H A Dscript.js209 location.reload();
224 location.reload();
309 location.reload();
/plugin/stale/
H A DREADME.md34 … 2](https://github.com/ComboStrap/stale/issues/2), Make the cache stale, reload the page and shows…
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php291 * Lets you reload the static array from another file
298 * the data it needs from this class, then call reload() with
308 public static function reload($data)
293 public static function reload($data) global() function in Composer\\InstalledVersions
/plugin/commonmark/vendor/composer/
H A DInstalledVersions.php291 * Lets you reload the static array from another file
298 * the data it needs from this class, then call reload() with
308 public static function reload($data)
293 public static function reload($data) global() function in Composer\\InstalledVersions
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php291 * Lets you reload the static array from another file
298 * the data it needs from this class, then call reload() with
308 public static function reload($data) function in Composer\\InstalledVersions

1234