Home
last modified time | relevance | path

Searched full:done (Results 1 – 25 of 81) sorted by relevance

1234

/dokuwiki/inc/Action/Exception/
H A DActionAbort.php9 * signal when one action is done and another should take over.
/dokuwiki/_test/tests/Search/
H A DIndexerTest.php189 $this->assertTrue($indexer->addPage('retadd'), 'addPage should report work done');
194 // forcing reindexing always reports work done
195 … $this->assertTrue($indexer->addPage('retadd', true), 'forced addPage should report work done');
210 $this->assertTrue($indexer->deletePage('retdel'), 'deletePage should report work done');
231 …>assertTrue($indexer->renamePage('retrename', 'retrenamed'), 'renamePage should report work done');
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh28 done
38 done
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php218 $done = [];
220 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds));
221 $feeds = array_merge($feeds, $this->search_elements_by_tag('a', $done, $feeds));
222 $feeds = array_merge($feeds, $this->search_elements_by_tag('area', $done, $feeds));
232 * @param string[] $done
236 protected function search_elements_by_tag(string $name, array &$done, array $feeds) argument
262 …if (!in_array($href, $done) && in_array('feed', $rel) || (in_array('alternate', $rel) && !in_array…
275 // Just mark it as done and continue.
278 $done[] = $href;
/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php15 /** @var Lexer $Lexer will be injected on loading FIXME this should be done by setter */
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DEDIPartyName.php34 // setting it to optional gets the job done in any event.
/dokuwiki/.github/workflows/
H A DdeletedFiles.yml35 done
50 done
H A Drelease-preparation.yml99 After this is done, you need to do the following things manually:
H A Drelease-build.yml64 done
/dokuwiki/inc/lang/cy/
H A Djquery.ui.datepicker.js19 closeText: "Done",
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php36 // basic doc block tests. More tests are done in the docblock parser class tests
58 // basic doc block tests. More tests are done in the docblock parser class tests
/dokuwiki/inc/lang/en/
H A Dinstall.html3 …ot capable of setting up directory permissions. That normally needs to be done directly on a comma…
/dokuwiki/conf/
H A Dinterwiki.conf5 # only mandatory encoded is done, urlencoding if the link
/dokuwiki/inc/Search/
H A DLegacyIndexer.php65 * @return bool|string true if work was done, false if there was nothing to do,
81 * @return bool|string true if work was done, false if there was nothing to do,
97 * @return bool|string true if work was done, false if there was nothing to do,
/dokuwiki/inc/Utf8/
H A DSort.php10 * When "intl" extension is available, all sorts are done using a collator.
32 * The initialization is done only once.
/dokuwiki/_test/
H A DREADME7 Before you can use any of the tools you need to install the dependencies. This is done using compos…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md10 2. I simply only noticed the considerable refactoring Marcus had done in the `master` branch after …
/dokuwiki/inc/lang/af/
H A Dlang.php7 * and fixes where done for DokuWiki by the people mentioned in the
/dokuwiki/inc/
H A DTaskRunner.php112 // The trimming is only done once a day.
188 // nothing done
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dmybb.php3 * Configuration for mybb. Password checking is done in SQL
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php93 * the output. How this is done depends on the renderer used (specified
/dokuwiki/inc/Parsing/
H A DParser.php67 $Mode->Lexer = $this->lexer; // FIXME should be done by setter
/dokuwiki/lib/scripts/
H A Dlocktimer.js122 ).done(function dwLocktimerRefreshDoneHandler(data) {
/dokuwiki/inc/Remote/
H A DApiCall.php45 * Important: access/authentication checks need to be done before calling this!
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt228 The text to image conversion is mainly done for smileys. And the text to HTML conversion is used fo…
268 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|…
369 …ins addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
374 …ins addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.

1234