Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/styling/
H A Dscript.js4 * Function to reload the preview styles in the main window
73 // reload the main page on close
77 if(window.opener) window.opener.document.location.reload();
82 // don't reload on our own buttons
/dokuwiki/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
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG516 * Added $force_reset param for to force full reload of a language. (milian)