Home
last modified time | relevance | path

Searched +full:updated -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 189) sorted by relevance

12345678

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvbscript.php19 * TODO (updated 2004/11/27)
H A Dprolog.php17 * TODO (updated 2008/10/02)
H A Dz80.php23 * TODO (updated 2007/02/06)
H A Ddart.php17 * TODO (updated 2013/10/25)
H A Dasp.php23 * TODO (updated 2004/11/27)
H A Dgdb.php17 * TODO (updated 2009/06/24)
H A Dkixtart.php17 * TODO (updated 2007/08/31)
H A Dxojo.php17 * TODO (updated 2014/10/19)
H A Dmpasm.php19 * TODO (updated 2005/12/6)
H A Dscl.php19 * TODO (updated <date-of-release>)
H A Ddot.php17 * TODO (updated 2007/05/30)
H A Dlb.php20 * TODO (updated 2010/07/20)
H A Doorexx.php19 * TODO (updated 2012/07/29)
H A Doxygene.php16 * - New keywords & updated languge name
H A Dq.php19 * TODO (updated <1.0.0>)
H A Dcmake.php19 * TODO (updated <date-of-release>)
H A Ddiff.php21 * TODO (updated 2006/02/27)
H A Dpascal.php27 * TODO (updated 2004/11/27)
H A Dpixelbender.php42 * TODO (updated 2008/11/16)
H A Djavascript.php23 * TODO (updated 2004/11/27)
H A Davisynth.php17 * TODO (updated 2008/10/08)
H A Deiffel.php17 * TODO (updated 2005/06/30)
H A Dsql.php31 * TODO (updated 2004/11/27)
/dokuwiki/inc/Cache/
H A DCache.php100 * files - expire cache if any file in this array was updated more recently than the cache
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php639 * Uses `<atom:published>`, `<atom:updated>`, `<atom:issued>`,
661 } elseif ($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'updated')) {
698 * Uses `<atom:updated>`
708 if (!isset($this->data['updated'])) {
709 if ($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'updated')) {
710 $this->data['updated']['raw'] = $return[0]['data'];
713 if (!empty($this->data['updated']['raw'])) {
715 $this->data['updated']['parsed'] = $parser->parse($this->data['updated']['raw']) ?: null;
717 $this->data['updated']
[all...]

12345678