Home
last modified time | relevance | path

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

1234

/dokuwiki/inc/Action/Exception/
H A DActionAbort.php9 * signal when one action is done and another should take over.
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh28 done
38 done
/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/vendor/simplepie/simplepie/src/
H A DLocator.php186 $done = [];
188 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds));
189 $feeds = array_merge($feeds, $this->search_elements_by_tag('a', $done, $feeds));
190 $feeds = array_merge($feeds, $this->search_elements_by_tag('area', $done, $feeds));
199 protected function search_elements_by_tag($name, &$done, $feeds) argument
223 …if (!in_array($href, $done) && in_array('feed', $rel) || (in_array('alternate', $rel) && !in_array…
233 $done[] = $href;
/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/_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/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/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/inc/
H A DTaskRunner.php109 // The trimming is only done once a day.
185 // nothing done
/dokuwiki/inc/lang/af/
H A Dlang.php7 * and fixes where done for DokuWiki by the people mentioned in the
/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/lib/plugins/authpdo/_test/mysql/
H A Dmybb.php3 * Configuration for mybb. Password checking is done in SQL
/dokuwiki/inc/Parsing/
H A DParser.php67 $Mode->Lexer = $this->lexer; // FIXME should be done by setter
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php92 * the output. How this is done depends on the renderer used (specified
/dokuwiki/inc/Remote/
H A DApiCall.php45 * Important: access/authentication checks need to be done before calling this!
/dokuwiki/lib/scripts/
H A Dlocktimer.js122 ).done(function dwLocktimerRefreshDoneHandler(data) {
/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/_test/tests/inc/
H A Dauth_aclcheck_caseinsensitive.test.php90 * whether ACL matching is properly done or not.

1234