Home
last modified time | relevance | path

Searched refs:latest (Results 176 – 200 of 202) sorted by last modified time

123456789

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php432 $latest = $exp + self::CLOCK_SKEW_SECS;
437 if ($now > $latest) {
439 "Token used too late, $now > $latest: $json_body");
/plugin/amcharts/
H A DREADME.md8 The latest ZIP package of this plugin can be downloaded [here](https://github.com/35niavlys/dokuwik…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md315 * Fixed the latest version of Stock Chart not resetting to default pre-defined period
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md9 * Updated to the latest windows timezone data mappings.
266 * Updated windows timezone mappings to latest unicode version.
419 * Minor tweak to make the unittests run with the latest hhvm on travis.
432 * Updated: Windows timezone mapping to latest version from unicode.org
/plugin/selfmeasurement/
H A Ddescription.txt24 …ugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plu…
/plugin/datatemplate/syntax/inc/
H A Dcache.php65 $latest = 0;
70 $latest = ($modified > $latest) ? $modified : $latest;
73 if(!$cachedate || $latest > (int) $cachedate || isset($_REQUEST['purge'])) {
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1533 "pgnrd**.exe"; the latest at this writing is "PGNRD130.EXE". Suggestions and
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt49 URL above, which points to latest version of the plugin. Refer to [[:Plugins]]
/plugin/zotero/
H A DREADME.md19 automatically download your latest Zotero entries and add them to the
/plugin/twcheckliste/
H A DREADME.md10 1. Install the plugin using the Plugin Manager and the download URL above, which points to latest v…
/plugin/flexpaper/
H A DREADME.md6 Please go to Flexpaper site http://flexpaper.devaldi.com/, download latest version of flexpaper.
/plugin/sphinxsearch/
H A DINSTALL34 See the latest plugin info on this page:
/plugin/flowplayer/player/
H A DREADME.txt13 - Updated to automatically load the latest controls and audio plugins
15 - #628 opera browsers do not return filesize correctly for latest flash players so require to use l…
444 - player now loads the latest controls SWF version, right now the latest SWF is called 'flowplayer.…
/plugin/supa/
H A Dchangelog.txt2 Integrate latest Supa Applet (v0.6)
8 Adapt to latest (and hopefully later) dokuwiki versions => no source
/plugin/tline/
H A DCHANGES.txt5 * Added tags/latest, a copy of the latest tagged release. Will be used for
45 NOTE: fixes don't work unless latest Simile-Ajax library is used. Will be
/plugin/dokugitviewer/
H A DREADME25 And it will build you a list of your latest commits
/plugin/processing/
H A Dscript.js5575 latest;
5577 while ((latest = regexp.exec(aString)) !== null) {
5578 results.push(latest);
5579 if (latest[0].length === 0) {
11130 latest, regexp = new RegExp(needle, "g");
11131 latest = results[i] = regexp.exec(hay);
11132 while (latest) {
11134 latest = results[i] = regexp.exec(hay);
/plugin/farm/
H A Dinfos.animal.class.php231 private function latest($f) { function in dokuwiki_farm_animal_infos
363 $lt = $this->latest($fi);
/plugin/conflictmerger/
H A Daction.php112 * the revision to check conflicts against is updated to the latest revision
/plugin/jmol2/jmol/
H A DCHANGES.txt5207 # based on the VERY latest version (not released yet), which includes
/plugin/conflictmerger/lang/en/
H A Dconflict-solved.txt9 Below are shown the differences between the latest revision of the document and
H A Dconflict-unsolved.txt9 Below are shown the differences between the latest revision of the document and
11 version right now overwriting the latest revision, edit your version to adapt
15 latest revision you'll get again this warning page when saving the edition.
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js213 function latest(j) { function
270 $.getJSON($url, 'callback=?', latest);
/plugin/picasawebalbum/
H A Djquery.pwi.js213 function latest(j) { function
270 $.getJSON($url, 'callback=?', latest);
/plugin/flowplay2/flowplayer/
H A DREADME.txt17 FlowPlayer Version history (latest release on top)
132 by the latest Flash player 3 update codenamed "Moviestar"

123456789