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 path

123

/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/inc/Action/
H A DEdit.php75 $SUM = $lang['created'];
H A DShow.php4 * Created by IntelliJ IDEA.
/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
H A DRevisionInfo.php280 // when a page just created anyway, it is natural to expect no older revisions
/dokuwiki/inc/
H A DDifferenceEngine.php1268 $r .= ' <span '.HTMLDiff::css('diff-addedline').'>'.$lang['created'].'</span>';
H A Dauth.php366 * if no such file is found a random key is created and
448 compatible to ciphertext that was created using a "normal" IV.
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
H A Dcommon.php62 * Please note: when you pass uninitialized variables, they will implicitly be created
1071 * @param string $id the id of the page to be created
1082 'id' => $id, // the id of the page to be created
1132 * @var string $id the id of the page to be created
H A Dhttputils.php191 * (samepath/samefilename.sameext.gz) created after the uncompressed file
299 201 => 'Created',
H A Dinfoutils.php296 msg('The current page can be created by the webserver', 1);
H A Dinit.php413 * will be used to change the permission of a newly created dir or
H A Dmedia.php470 // because a temp file was created already
579 addMediaLogEntry($new, $id, DOKU_CHANGE_TYPE_CREATE, $lang['created'], '', null, $sizechange);
611 addMediaLogEntry($date, $id, DOKU_CHANGE_TYPE_CREATE, $lang['created'], '', null, $sizechange);
H A Dpageutils.php599 * The needed directory is created by this function!
H A Dparserutils.php162 $parsed .= "\n<!-- no cachefile used, but created {$cache->cache} -->\n";
242 * separate hierarchies by " " like "date created"
/dokuwiki/inc/Extension/
H A DAdminPlugin.php120 * Return array with ToC items. Items can be created with the html_mktocitem()
H A DAuthPlugin.php24 'addUser' => false, // can Users be created?
H A DSyntaxPlugin.php96 * created
100 * @param array $data data created by handler()
/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/Input/
H A DInput.php137 * This avoids copying data in memory, when the parameter is not set it will be created
/dokuwiki/inc/Remote/
H A DApiCore.php646 * Saves the given wiki text to the given page. If the page does not exist, it will be created.
685 $summary = $lang['created'];
708 * If the page does not exist, it will be created. If a page template for the non-existant
/dokuwiki/inc/Ui/
H A DRecent.php167 // externally created and edited not updated because sorting by date is not worth so much changes
/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/inc/parser/
H A Dmetadata.php72 if (!isset($this->persistent['date']['created']) || !$this->persistent['date']['created']) {
73 $this->persistent['date']['created'] = filectime(wikiFN($ID));
H A Drenderer.php24 * The renderer transforms the syntax instructions created by the parser and handler into the

123