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 D | PageFile.php | 186 // 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 D | ApiResponse.php | 8 * They are transmitted as associative arrays automatically created by
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 74 * 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 D | auth_encryption.test.php | 16 * Try to decode a known secret. This one has been created with phpseclib Version 2
|
| H A D | cache_stalecheck.test.php | 13 saveWikiText($ID, 'Fresh', 'Created');
|
| H A D | indexer_rename.test.php | 16 … 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 D | cache_use.test.php | 24 saveWikiText($ID, 'Content', 'Created');
|
| H A D | common_pageinfo.test.php | 91 'sum' => 'created - external edit', 124 'sum' => 'created - external edit', 192 'sum' => 'created - external edit',
|
| /dokuwiki/inc/Action/ |
| H A D | Show.php | 4 * Created by IntelliJ IDEA.
|
| H A D | Edit.php | 75 $SUM = $lang['created'];
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | AtomCreator03.php | 11 * other link content types than text/html. Some of them may be created with 70 $feed .= " <created>".htmlspecialchars($itemDate->iso8601())."</created>\n";
|
| H A D | PIECreator01.php | 39 $feed .= " <created>".htmlspecialchars($itemDate->iso8601())."</created>\n";
|
| H A D | JSONCreator.php | 21 $data['user_comment'] = 'Created by ' . FEEDCREATOR_VERSION;
|
| H A D | FeedCreator.php | 251 * 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 D | FeedMediaProcessorTest.php | 21 'sum' => 'created', 29 'created', // summary
|
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 13 * 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 D | remote.php | 19 * 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 D | SyntaxPlugin.php | 96 * created 100 * @param array $data data created by handler()
|
| H A D | AdminPlugin.php | 120 * Return array with ToC items. Items can be created with the html_mktocitem()
|
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | renderer_metadata.test.php | 28 $this->R->persistent['date']['created'] = $now;
|
| /dokuwiki/lib/styles/ |
| H A D | feed.css | 12 generator, content, created, issued, modified, subject, id, format, creator, selector
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 20 **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 D | syntax.txt | 20 **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 D | text.php | 16 * - Syntax File Created
|
| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 93 … - [ ] All tests pass on the `master` branch (tests are not executed on PRs created in workflows)
|
1234