Home
last modified time | relevance | path

Searched full:updated (Results 1 – 25 of 247) sorted by relevance

12345678910

/dokuwiki/lib/plugins/extension/_test/
H A DManagerTest.php43 $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 DCHANGELOG29 * 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 DManager.php43 $this->data['updated'] = date('r');
83 $date = $this->data['updated'] ?? $this->data['installed'] ?? '';
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator10.php49 $feed .= " <updated>".htmlspecialchars($now->iso8601())."</updated>\n";
82 $feed .= " <updated>".htmlspecialchars($itemDate->iso8601())."</updated>\n";
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dreg.php16 * - 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 Dnsis.php15 * - 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 Dtext.php22 * TODO (updated 04/27/2006)
H A Dobjc.php20 * - 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 Dpycon.php23 * TODO (updated 2004/11/27)
H A Ddos.php19 * TODO (updated 2005/07/05)
27 * KNOWN ISSUES (updated 2005/07/07)
H A Doracle11.php7 * - Updated for 11i by Simon Redhead
21 * TODO (updated 2004/11/27)
H A Dvedit.php17 * TODO (updated 2009/12/16)
H A Dpike.php17 * TODO (updated 2009/12/25)
H A Dcfdg.php17 * TODO (updated 2006/03/11)
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a n…
/dokuwiki/lib/plugins/config/lang/is/
H A Dlang.php14 $lang['updated'] = 'Stillingum breitt';
/dokuwiki/inc/Cache/
H A DCacheRenderer.php34 // - 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 DREADME.md28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **ver…
/dokuwiki/bin/
H A Dindexer.php96 $this->info("$id index not updated.");
/dokuwiki/lib/plugins/config/lang/en/
H A Dlang.php15 $lang['error'] = 'Settings not updated due to an invalid value, please review your changes and…
17 $lang['updated'] = 'Settings updated successfully.';
19 $lang['locked'] = 'The settings file can not be updated, if this is unintentional, <br />
/dokuwiki/inc/Ui/
H A DRecent.php166 … // 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 Drelease-preparation.yml82 With accepting this PR, the stable branch will be updated and the whole release and
/dokuwiki/lib/scripts/
H A Dlocktimer.js64 * is updated. This method can be used to add further callbacks to be executed at that moment.
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dlang.php45 $lang['update_ok'] = 'User updated successfully';
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md258 * Updated `SimplePie_Locator` to respect cURL options specified. [#561](https://github.com/simplepi…
264 * Updated favicon URL in `get_favicon()`. [#525](https://github.com/simplepie/simplepie/pull/525)
267 * Removed and updated feed URLs in the demo. [#535](https://github.com/simplepie/simplepie/pull/535)
292 * Updated the readme file. [#486](https://github.com/simplepie/simplepie/pull/486)
336 * The feed URL is now updated based on the URL returned by cURL. [#348](https://github.com/simplepi…
339 * `rss:pubDate` is now used over `atom:updated` when determining the posting date. [#288](https://g…
344 * Fixed a bug where the updated date was not fetched correctly. [#239](https://github.com/simplepie…

12345678910