Searched +full:updated -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 194) sorted by relevance
12345678
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | ManagerTest.php | 43 $updated = $manager->getLastUpdate(); 46 $this->assertInstanceOf(\DateTime::class, $updated); 48 $this->assertEquals($updated, $installed); 54 $updated = $manager->getLastUpdate(); 57 $this->assertInstanceOf(\DateTime::class, $updated); 59 $this->assertNotEquals($updated, $installed);
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 29 * Haskell: Updated doc links and types from Prelude (Jeremy Singer) 33 * MySQL: Updated documentation links (splitbrain) 97 - Updated COPYING to use updated version of GPL 2.0 (BenBE) 99 * Updated Documentation Link for LaTeX (Johannes Ähling) 107 * Updated LSL2 language file (BenBE, Sei Lisa) 110 * Updated PARI/GP language file (Charles R Greathouse IV, BenBE) 111 * Updated Cobol language file (Edward Hart, BenBE) 112 * Updated Verilog language file (Tony Carrillo, BenBE) 113 * Updated Lisp language file (Edward Hart, BenBE) 114 * Updated list of Debian and Ubuntu releases (BenBE) [all …]
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Manager.php | 43 $this->data['updated'] = date('r'); 83 $date = $this->data['updated'] ?? $this->data['installed'] ?? '';
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | AtomCreator10.php | 49 $feed .= " <updated>".htmlspecialchars($now->iso8601())."</updated>\n"; 82 $feed .= " <updated>".htmlspecialchars($itemDate->iso8601())."</updated>\n";
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | reg.php | 16 * - Updated and optimized most regular expressions 23 * - Updated a few coloring settings 25 * TODO (updated 4/27/2006) 31 * KNOWN ISSUES (updated 4/27/2006)
|
| H A D | nsis.php | 15 * - Updated to NSIS 3.0a2 18 * - Updated to NSIS 2.11. 20 * - Updated to NSIS 2.07b0. 22 * - Updated to NSIS 2.06. 30 * TODO (updated 2004/11/27)
|
| H A D | text.php | 22 * TODO (updated 04/27/2006)
|
| H A D | objc.php | 20 * - Updated API for AppKit and Foundation; added CoreData classes. 21 * - Updated URLs for AppKit and Foundation; split classes and protocols. 27 * TODO (updated 2004/11/27)
|
| H A D | pycon.php | 23 * TODO (updated 2004/11/27)
|
| H A D | dos.php | 19 * TODO (updated 2005/07/05) 27 * KNOWN ISSUES (updated 2005/07/07)
|
| H A D | oracle11.php | 7 * - Updated for 11i by Simon Redhead 21 * TODO (updated 2004/11/27)
|
| H A D | vedit.php | 17 * TODO (updated 2009/12/16)
|
| H A D | pike.php | 17 * TODO (updated 2009/12/25)
|
| H A D | cfdg.php | 17 * TODO (updated 2006/03/11)
|
| H A D | parasail.php | 19 * TODO (updated 2012/08/02)
|
| H A D | caddcl.php | 21 * TODO (updated 2004/11/27)
|
| H A D | ini.php | 22 * TODO (updated 2005/03/27)
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | README.md | 17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a n…
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheRenderer.php | 34 // - if the cache is more recent than the purgefile we know no links can have been updated
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **ver…
|
| /dokuwiki/bin/ |
| H A D | indexer.php | 96 $this->info("$id index not updated.");
|
| /dokuwiki/inc/Ui/ |
| H A D | Recent.php | 166 … // the page or media file was externally deleted, updated info because the link is already red 167 … // externally created and edited not updated because sorting by date is not worth so much changes
|
| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 82 With accepting this PR, the stable branch will be updated and the whole release and
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 206 * Updated `SimplePie_Locator` to respect cURL options specified. [#561](https://github.com/simplepi… 212 * Updated favicon URL in `get_favicon()`. [#525](https://github.com/simplepie/simplepie/pull/525) 215 * Removed and updated feed URLs in the demo. [#535](https://github.com/simplepie/simplepie/pull/535) 240 * Updated the readme file. [#486](https://github.com/simplepie/simplepie/pull/486) 284 * The feed URL is now updated based on the URL returned by cURL. [#348](https://github.com/simplepi… 287 * `rss:pubDate` is now used over `atom:updated` when determining the posting date. [#288](https://g… 292 * Fixed a bug where the updated date was not fetched correctly. [#239](https://github.com/simplepie…
|
| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 64 * is updated. This method can be used to add further callbacks to be executed at that moment.
|
12345678