Home
last modified time | relevance | path

Searched full:has (Results 1 – 25 of 208) sorted by relevance

123456789

/dokuwiki/_test/tests/inc/
H A Dchangelog_hasrevisions.test.php6 * Tests for if a page has revisions with hasRevisions()
14 * test page has revisions
25 * test page has no revisions
H A Dhttpclient_https.test.php10 // skip tests when this PHP has no SSL support
H A Dhttpclient_https_proxy.test.php10 // skip tests when this PHP has no SSL support
H A Dauth_encryption.test.php16 * Try to decode a known secret. This one has been created with phpseclib Version 2
/dokuwiki/lib/plugins/acl/lang/la/
H A Dlang.php14 $lang['p_user_id'] = 'Sodalis <b class="acluser">%s</b> nunc has facultates paginae "<b…
15 $lang['p_user_ns'] = 'Sodalis <b class="acluser">%s</b> nunc has facultates generis "<b…
16 $lang['p_group_id'] = 'Socius\a gregis <b class="aclgroup">%s</b> nunc has facultates pa…
17 $lang['p_group_ns'] = 'Socius\a gregis <b class="aclgroup">%s</b> nunc has facultates ge…
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 …e library includes a wide variety of additional XML-RPC specifications and has all the features re…
17 …ncutio for a number of projects the company was working on at the time. It has become fairly dated…
22 A [Composer](http://getcomposer.org/) file has been added to this repository.
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md3 …/lessphp). The original has been abandoned in 2014. The fork by [@MarcusSchwarz](https://github.co…
7 …branch of `MarcusSchwarz/lesserphp`, not the much modernized `master` branch. This has two reasons:
20 Don't. You really wouldn't want to start a new project using LESS. It simply seems that SASS has wo…
/dokuwiki/lib/plugins/acl/lang/en/
H A Dlang.php20 $lang['p_user_id'] = 'User <b class="acluser">%s</b> currently has the following permissions on …
21 $lang['p_user_ns'] = 'User <b class="acluser">%s</b> currently has the following permissions in …
30 $lang['p_isadmin'] = 'Note: The selected group or user has always full permissions because it is…
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dsubmitted.txt3 The data has been sent succesfully.
H A Dlang.php9 $lang['lastSent'] = 'The data has been sent';
/dokuwiki/inc/lang/es/
H A Deditrev.txt1 **¡Has cargado una revisión antigua del documento!** Si la guardas, crearás una versión nueva con e…
H A Dnewpage.txt3 Has seguido un enlace a un tema que no existe todavía. Puedes crearlo usando el botón **Crea esta p…
H A Donceexisted.txt3 Has seguido un enlace a una página que ya no está disponible. Se puede averiguar el listado de **re…
H A Dconflict.txt3 Existe una versión más reciente del documento que has editado. Esto sucede cuando otro usuario ha m…
/dokuwiki/lib/exe/
H A Dopenapi.php9 if ($INPUT->has('spec')) {
62 if ($code['code'] === $last && !$INPUT->has('debug')) continue;
73 if ($INPUT->server->has('REMOTE_USER')) {
H A Dmanifest.php12 http_status(404, 'Manifest has been disabled in DokuWiki configuration.');
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php60 if ($INPUT->has('data')) {
67 $this->enableAutosubmit($INPUT->has('autosubmit'));
91 if (! $INPUT->has('data')) {
122 * @param string $data The popularity data, if it has already been computed. NULL otherwise.
/dokuwiki/inc/lang/en/
H A Dregistermail.txt1 A new user has registered. Here are the details:
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php71 // a PKCS1 DSA public key only has y. to verify a signature with a PKCS1 DSA public key
74 // that has that requirement so building it in for PKCS1 DSA public keys seems excessive.
80 // included. eg. \phpseclib3\File\ASN1\Maps\SubjectPublicKeyInfo has "algorithm" and
81 // "subjectPublicKey" and "algorithm", in turn, has "algorithm" and "parameters". y
/dokuwiki/vendor/simplepie/simplepie/
H A Dphpstan.dist.neon23 - '(Constructor of class SimplePie\\Enclosure has an unused parameter \$javascript\.)'
51 …meter \$parser of method SimplePie\\Parser::(tag_open|cdata|tag_close)\(\) has invalid type XMLPar…
/dokuwiki/inc/Action/Exception/
H A DActionDisabledException.php8 * Thrown when the requested action has been disabled. Eg. through the 'disableactions'
/dokuwiki/inc/Ui/
H A DEditor.php41 if ($INPUT->has('changecheck')) {
44 // $TEXT has been loaded from page template
79 'target' => ($INPUT->has('target') && $wr) ? $INPUT->str('target') : 'section',
93 if ($INPUT->has('hid')) {
96 if ($INPUT->has('codeblockOffset')) {
/dokuwiki/inc/Parsing/Handler/
H A DCallWriterInterface.php23 * (probably because document end has been reached)
/dokuwiki/
H A Dfeed.php51 // check cacheage and deliver if nothing has changed since last
52 // time or the update interval has not passed, also handles conditional requests
/dokuwiki/inc/TreeBuilder/Node/
H A DTop.php8 * This node has no parents or siblings. It is used to represent the root of the tree.

123456789