Home
last modified time | relevance | path

Searched full:should (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dokuwiki/inc/Action/Exception/
H A DActionException.php8 * This exception and its subclasses signal that the current action should be
9 * aborted and a different action should be used instead. The new action can
21 /** @var bool should the exception's message be shown to the user? */
30 * @param string|null $newaction the action that should be used next
59 * Should this Exception's message be shown to the user?
H A DActionUserRequiredException.php9 * in but it isn't. You should not use it.
H A DActionAclRequiredException.php9 * enabled but it isn't. You should not use it
H A DActionDisabledException.php9 * config setting. You should probably not use it.
H A DActionAbort.php9 * signal when one action is done and another should take over.
/dokuwiki/_test/data/pages/
H A Dmailinglist.txt7 First you should subscribe to one or several of the mailing lists presented below. After subscribin…
9 …specially the sections 3.1.1 and 3.1.2. Before you ask any questions you should also have a look a…
11 …spective authors have nothing do to with [[DokuWiki]] and in **no case** should you send email to …
/dokuwiki/inc/parser/
H A Dparser.php7 * @todo these should be moved to class constants or a generator method
28 // no other modes should be applied
30 // inside this mode no wiki markup should be applied but lineendings
/dokuwiki/_test/tests/Subscriptions/
H A DBulkSubscriptionsSenderTest.php47 // should trigger a mail
58 // should not trigger a mail, because the subscription time has not been reached, yet
65 // we now should get mails for three changes
89 // should trigger a mail
100 // should not trigger a mail, because the subscription time has not been reached, yet
107 // we now should get a single mail for all three changes
/dokuwiki/lib/plugins/testing/
H A Daction.php10 * This plugin doesn't really do anything and should always be disabled
26 msg('The testing plugin is enabled and should be disabled.', -1);
H A Dplugin.info.txt6 desc Used to test the test framework. Should always be disabled.
/dokuwiki/conf/
H A Dmysql.conf.php.example55 * should be a table with exact one line containing at least the password
73 /* This statement should return a table with exact one row containing
90 * result should be a table containing all groups the given user is
107 /* This statement should return a table containing all user login names
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
157 /* This statement should connect a user to a group (a user become member
168 /* This statement should remove a group fom the database.
176 /* This statement should return the database index of a given user name.
190 /* This statement should remove a user fom the database.
[all …]
H A Dmime.conf3 # file. Mimetypes that should be downloadable and not be opened in the
4 # should be prefixed with a !
59 # You should enable HTML and Text uploads only for restricted Wikis.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DHtmlDescribable.php10 * Indicates whether the description field should be rendered in HTML.
15 * Indicates whether and to how many characters a description should be truncated.
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php26 // before running, no backup should exist
34 // after running, both should exist
37 … $this->assertEquals($old, filesize("$config.bak.php"), 'backup should have size of old file');
/dokuwiki/_test/tests/inc/
H A Dcommon_inlineSVG.test.php6 * embed should succeed with a cleaned up result
21 * embed should fail because of the file size limit
H A Dutf8_correctidx.test.php12 // single byte, should return current index
26 // two byte, should move to boundary, expect even number
44 // three byte, should move to boundary 10 or 13
/dokuwiki/_test/tests/test/
H A Dscope.test.php8 * It should be possible to have two test cases within one test class.
32 * two requests within the same test case should be possible
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php49 * for correct XHTML nesting. Should return one of the following:
70 * Usually you should only need the $match param.
87 * The function should always check for the given output format and return false
106 * There should be no need to override this function
/dokuwiki/inc/Debug/
H A DDebugHelper.php37 * @param string $alternative (optional) The function or method that should be used instead
79 * This marks logs a deprecation warning for a property that should no longer be used
111 * Usually dbgDeprecatedFunction() or dbgDeprecatedProperty() should be used instead.
119 * @param int $callerOffset How many lines should be removed from the beginning of the backtrace
172 $msg .= ' ' . $event->data['alternative'] . ' should be used instead!';
/dokuwiki/vendor/
H A DREADME3 All file within here are manged through composer and should not be
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php8 * Your commandline script should inherit from this class and implement the abstract methods.
31 * Example: Entire website down, database unavailable, etc. This should
56 * Runtime errors that do not require immediate action but should typically
/dokuwiki/bin/
H A Drender.php16 * set up before rendering, but should work for most or even all standard
36 'set up before rendering, but should work for most or even all standard ' .
/dokuwiki/lib/plugins/authad/lang/en/
H A Dsettings.php8 $lang['sso'] = 'Should Single-Sign-On via Kerberos or NTLM be used?';
10 $lang['real_primarygroup'] = 'Should the real primary group be resolved instead of assuming "Domai…
/dokuwiki/inc/lang/en/
H A Dregister.txt3 … a password here, a new one will be sent to that address. The login name should be a valid [[doku>…
/dokuwiki/
H A D.htaccess.dist1 ## You should disable Indexes and MultiViews either here or in the
39 ## If you enable DokuWikis XML-RPC interface, you should consider to

12345678910>>...22