Home
last modified time | relevance | path

Searched +full:created -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 55) sorted by relevance

123

/dokuwiki/inc/File/
H A DPageFile.php186 // save file (namespace dir is created in io_writeWikiPage)
305 (empty($oldmeta['date']['created']) || $oldmeta['date']['created'] === $createdDate)
307 // newly created
308 $meta['date']['created'] = $createdDate;
313 } elseif (($wasCreated || $wasReverted) && !empty($oldmeta['date']['created'])) {
314 // re-created / restored
315 $meta['date']['created'] = $oldmeta['date']['created'];
/dokuwiki/inc/Action/
H A DShow.php4 * Created by IntelliJ IDEA.
H A DEdit.php75 $SUM = $lang['created'];
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php74 * If $file is empty, the archive file will be created in memory
107 * Returns the created in-memory archive data
114 * Save the created in-memory archive data
H A DTar.php227 * If $file is empty, the tar file will be created in memory
390 * Returns the created in-memory archive data
413 * Save the created in-memory archive data
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php11 * other link content types than text/html. Some of them may be created with
70 $feed .= " <created>".htmlspecialchars($itemDate->iso8601())."</created>\n";
H A DPIECreator01.php39 $feed .= " <created>".htmlspecialchars($itemDate->iso8601())."</created>\n";
H A DFeedCreator.php251 * header may be sent to redirect the user to the newly created file.
258 * automatically redirected to the created file.
H A DAtomCreator10.php11 * other link content types than text/html. Some of them may be created with
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php96 * created
100 * @param array $data data created by handler()
H A DAdminPlugin.php120 * Return array with ToC items. Items can be created with the html_mktocitem()
/dokuwiki/inc/Utf8/
H A DSort.php13 * The collator is created using the locale given in $conf['lang'].
35 * @return \Collator Returns a configured collator or null if the collator cannot be created.
55 'Collator created with locale "' . $lc . '": numeric collation on, ' .
/dokuwiki/lib/styles/
H A Dfeed.css12 generator, content, created, issued, modified, subject, id, format, creator, selector
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtext.php16 * - Syntax File Created
H A Dspark.php12 * Created by modifying Ada file version 1.0.2
H A Dteraterm.php13 * This version of teraterm.php was created for Tera Term 4.62 and LogMeTT 2.9.4.
H A Dreg.php18 * - Syntax File Created
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
49 Internal links are created by using square brackets. You can either just give
392 Those blocks were created by this source:
468 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
/dokuwiki/lib/scripts/
H A Dedit.js65 * windows are appended to the body and created invisible.
70 * @return DOMobject the created picker
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php126 * header may be sent to redirect the use to the newly created file.
/dokuwiki/inc/
H A Dhttputils.php191 * (samepath/samefilename.sameext.gz) created after the uncompressed file
299 201 => 'Created',
H A Dchangelog.php157 * RECENTS_ONLY_CREATION - only include new created pages and media
260 * RECENTS_ONLY_CREATION - only include new created pages and media
/dokuwiki/inc/parser/
H A Dmetadata.php72 if (!isset($this->persistent['date']['created']) || !$this->persistent['date']['created']) {
73 $this->persistent['date']['created'] = filectime(wikiFN($ID));
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php82 * has modified, created or deleted outside of DokuWiki.
654 $sum = $lang['created'] . ' - ' . $lang['external_edit'];
668 // externally created or edited
/dokuwiki/inc/Ui/
H A DRecent.php167 // externally created and edited not updated because sorting by date is not worth so much changes

123