Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 58) sorted by relevance

123

/dokuwiki/inc/lang/pl/
H A Dresetpwd.txt
H A Dpwconfirm.txt
H A Dresendpwd.txt
H A Dlogin.txt
H A Dregister.txt
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dsubmitted.txt3 The data has been sent succesfully.
/dokuwiki/lib/exe/
H A Dajax.php24 if ($INPUT->has('call')) {
/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/Action/
H A DLogin.php28 if ($INPUT->server->has('REMOTE_USER')) {
H A DRedirect.php33 if ($INPUT->has('hid')) {
H A DSearch.php41 if ($ID !== $conf['start'] && !$INPUT->has('q')) {
H A DSubscribe.php70 if ($INPUT->has("sub_$param")) {
/dokuwiki/inc/lang/en/
H A Dregistermail.txt1 A new user has registered. Here are the details:
/dokuwiki/inc/Menu/Item/
H A DLogin.php20 if ($INPUT->server->has('REMOTE_USER')) {
/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')) {
H A DSearch.php73 if ($INPUT->has('min')) {
76 if ($INPUT->has('max')) {
79 if ($INPUT->has('srt')) {
415 if ($INPUT->has('max') || $INPUT->has('min')) {
H A DDiff.php98 if ($INPUT->has('rev')) {
/dokuwiki/inc/lang/es/
H A Dconflict.txt3 Existe una versión más reciente del documento que has editado. Esto sucede cuando otro usuario ha modificado el documento mientras lo estabas editando.
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
22 A [Composer](http://getcomposer.org/) file has been added to this repository.
/dokuwiki/inc/Form/
H A DCheckableElement.php35 if (!$INPUT->has($name)) return;
H A DInputElement.php128 if (!$INPUT->has($name)) return;
/dokuwiki/lib/plugins/logviewer/lang/pl/
H A Dintro.txt
/dokuwiki/inc/
H A DAjax.php146 $response['errors'][] = 'Permission to write this page has been denied.';
241 if ($INPUT->has('image')) $image = cleanID($INPUT->str('image'));
261 if ($INPUT->has('image')) $image = cleanID($INPUT->str('image'));
277 } elseif ($INPUT->get->has('qqfile')) {
295 if ($INPUT->get->has('qqfile')) $res = media_upload_xhr($NS, $AUTH);
H A DDraft.php68 * @return bool whether has the draft been saved
77 !$INPUT->post->has('wikitext') &&
/dokuwiki/lib/plugins/authad/
H A Daction.php76 if ($INPUT->has('u')) {

123