Home
last modified time | relevance | path

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

1234

/dokuwiki/inc/Action/Exception/
H A DActionAbort.php9 * signal when one action is done and another should take over.
/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php15 /** @var Lexer $Lexer will be injected on loading FIXME this should be done by setter */
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh28 done
38 done
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DEDIPartyName.php34 // setting it to optional gets the job done in any event.
/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/.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/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/_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/conf/
H A Dinterwiki.conf5 # only mandatory encoded is done, urlencoding if the link
/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/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/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.php109 // The trimming is only done once a day.
185 // nothing done
/dokuwiki/inc/Parsing/
H A DParser.php67 $Mode->Lexer = $this->lexer; // FIXME should be done by setter
/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.php92 * the output. How this is done depends on the renderer used (specified
/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.
/dokuwiki/_test/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.
/dokuwiki/inc/lang/ms/
H A Dlang.php7 * and fixes where done for DokuWiki by the people mentioned in the

1234