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 77) sorted by relevance

1234

/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/Remote/Response/
H A DApiResponse.php8 * They are transmitted as associative arrays automatically created by
/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
/dokuwiki/_test/tests/inc/
H A Dauth_encryption.test.php16 * Try to decode a known secret. This one has been created with phpseclib Version 2
H A Dcache_stalecheck.test.php13 saveWikiText($ID, 'Fresh', 'Created');
H A Dindexer_rename.test.php16 … saveWikiText($this->old_id, 'Old test content', 'Created old test page for indexer rename test');
36 saveWikiText($newid, 'Existing content', 'Created page for move_to_existing_page');
H A Dcache_use.test.php24 saveWikiText($ID, 'Content', 'Created');
H A Dcommon_pageinfo.test.php91 'sum' => 'created - external edit',
124 'sum' => 'created - external edit',
192 'sum' => 'created - external edit',
/dokuwiki/inc/Action/
H A DShow.php4 * Created by IntelliJ IDEA.
H A DEdit.php75 $SUM = $lang['created'];
/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 DJSONCreator.php21 $data['user_comment'] = 'Created by ' . FEEDCREATOR_VERSION;
H A DFeedCreator.php251 * header may be sent to redirect the user to the newly created file.
258 * automatically redirected to the created file.
/dokuwiki/_test/tests/Feed/
H A DFeedMediaProcessorTest.php21 'sum' => 'created',
29 'created', // summary
/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/plugins/usermanager/
H A Dremote.php19 * If no password is provided, a password is auto generated. If the user can't be created
31 * @return bool Wether the user was successfully created
/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/_test/tests/inc/parser/
H A Drenderer_metadata.test.php28 $this->R->persistent['date']['created'] = $now;
/dokuwiki/lib/styles/
H A Dfeed.css12 generator, content, created, issued, modified, subject, id, format, creator, selector
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use…
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/_test/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use…
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/vendor/geshi/geshi/src/geshi/
H A Dtext.php16 * - Syntax File Created
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml93 … - [ ] All tests pass on the `master` branch (tests are not executed on PRs created in workflows)

1234