Searched refs:latest (Results 1 – 25 of 202) sorted by relevance
123456789
65 $latest = 0;70 $latest = ($modified > $latest) ? $modified : $latest;73 if(!$cachedate || $latest > (int) $cachedate || isset($_REQUEST['purge'])) {
129 …editor4/latest/api/CKEDITOR_tools.html#method-eventsBuffer) was extracted into [`tools.buffers.eve…130 …editor4/latest/api/CKEDITOR_tools.html#method-throttle) was extracted into [`tools.buffers.throttl…196 …latest/api/CKEDITOR_config.html#cfg-extraPlugins), [`removePlugins`](https://ckeditor.com/docs/cke…683 - [Drag&Drop](https://ckeditor.com/docs/ckeditor4/latest/examples/fileupload.html) support.878 …latest/api/CKEDITOR_editor.html#event-paste) event and a set of new editor events was introduced &…1208 …latest/api/CKEDITOR.plugins.widget.html) to make the handling of styles by widgets fully customiza…1232 * The [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) plugin was updated to the latest versi…1428 …latest/api/CKEDITOR_editor.html#property-enterMode) and [`editor.shiftEnterMode`](https://ckeditor…1439 …r.com/docs/ckeditor4/latest/api/CKEDITOR.htmlParser.node.html) and [`htmlParser.element`](https://…1602 …/ckeditor4/latest/guide/dev_advanced_content_filter.html) and [`CKEDITOR.filter` API documentation…[all …]
20 1. **Download** the latest version from the CKEditor website:22 sure you have the very latest version.
179 $latest = $helper->getLatestUserAcknowledgement($id, $user);180 if ($latest) {182 . wl($id, ['do' => 'diff', 'at' => $latest], false, '&') . '">'183 . sprintf($this->getLang('ackDiff'), dformat($latest))
47 // check if we already have data for the latest revision, or we risk redundant db writes48 $latest = $page->getPageData();50 $latest &&53 (int)$latest['lastrev'] === $event->data['current']['last_change']['date']
41 - **milestones="n"** lists the latest $n$ milestones.42 - **commits="n"** lists the latest $n$ commits.43 - **issues="n"** lists the latest $n$ issues.44 - **pipelines="n"** lists the latest $n$ pipelines.46 For instance, if you want to see the latest 3 milestones, 10 commits, 5 issues, and 10 pipelines, then the syntax will be:
9 Below are shown the differences between the latest revision of the document and11 version right now overwriting the latest revision, edit your version to adapt15 latest revision you'll get again this warning page when saving the edition.
9 * Bump the version number in the file [latest.version](latest.version)
2 Integrate latest Supa Applet (v0.6)8 Adapt to latest (and hopefully later) dokuwiki versions => no source
41 * Chrome (the latest)42 * Firefox (the latest)43 * Safari (the latest)44 * MS Edge (the latest)57 * CKEditor’s How-Tos for SCAYT: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_scayt.h…58 * CKEditor’s example of SCAYT: https://ckeditor.com/docs/ckeditor4/latest/examples/spellchecker.html
18 or you could fetch a list with links to the articles in namespace "news" tagged with "latest", usin…21 {{topic>news?latest}}
14 * control media on your website using a [JavaScript API](http://www.jplayer.org/latest/developer-gu…53 * [Quick Start Guide](http://www.jplayer.org/latest/quick-start-guide/)54 * [Developer Guide and API Reference](http://www.jplayer.org/latest/developer-guide/)
24 https://openlayers.org/en/latest/apidoc/26 https://openlayers.org/en/latest/examples/cluster.html
109 return (int) trim(file_get_contents(DOKU_PLUGIN . 'structpublish/db/latest.version', false));137 * Reset 'latest' flag to 0 for all rows except actually latest ones145 $sql = "SELECT rid, pid, latest, col1, max(col4) FROM $this->table GROUP BY pid, col1";146 $latest = $sqlite->queryAll($sql);147 $rids = array_column($latest, 'rid');149 $sql = "UPDATE $this->table SET latest = 0 WHERE rid NOT IN (" . implode(', ', $rids) . ')';155 * Set 'latest' flag to 0 for all rows except actually latest ones175 $latest [all...]
3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep amd64.deb | cut -d '"' -f 4 | wget
3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep …
6 desc Dokuwiki Plugin to add the latest xkcd comic
6 desc Embeds the latest video from a YouTube Playlist, embed external content from whitelisted dom…
14 Install the latest version with:24 * PHP 5.3.2 is required but using the latest version of PHP is highly recommended.
7 desc Show latest pages as a list if you add ~~LASTPAGES~~.
10 PHP 5.6 is required but using the latest version of PHP is highly recommended.14 …a supported for PHP 5. Version 2.2.1 of Xdebug is required but using the latest version is highly …
432 $latest = $exp + self::CLOCK_SKEW_SECS;437 if ($now > $latest) {439 "Token used too late, $now > $latest: $json_body");
41 public function latest($parent, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersVersionHeaders