Searched refs:has (Results 1 – 25 of 63) sorted by relevance
123
| /dokuwiki/lib/exe/ |
| H A D | openapi.php | 9 if ($INPUT->has('spec')) { 62 if ($code['code'] === $last && !$INPUT->has('debug')) continue; 73 if ($INPUT->server->has('REMOTE_USER')) {
|
| H A D | ajax.php | 24 if ($INPUT->has('call')) {
|
| /dokuwiki/inc/lang/pl/ |
| H A D | resetpwd.txt | 1 ====== Ustalenie nowego hasła ====== 3 Podaj, proszę, nowe hasło do Twojego konta w tym wiki.
|
| H A D | pwconfirm.txt | 3 Potwierdzenie prośby o nowe hasło dla konta @TITLE@ w wiki @DOKUWIKIURL@ 5 Jeśli to nie Ty prosiłeś(aś) o nowe hasło, zignoruj ten list. 7 Aby potwierdzić prośbę o hasło, przejdź na następującą stronę.
|
| H A D | resendpwd.txt | 1 ====== Przesyłanie nowego hasła ====== 3 Aby otrzymać nowe hasło, podaj nazwę Twojego konta w tym wiki. Prośba o potwierdzenie w postaci odn…
|
| H A D | login.txt | 3 Wprowadź nazwę użytkownika i hasło aby się zalogować. Twoja przeglądarka musi mieć włączoną obsługę…
|
| H A D | register.txt | 3 … w tym wiki. Pamiętaj, żeby podać **poprawny adres e-mail**, ponieważ nowe hasło może zostać do Ci…
|
| /dokuwiki/lib/plugins/popularity/lang/en/ |
| H A D | submitted.txt | 3 The data has been sent succesfully.
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | admin.php | 60 if ($INPUT->has('data')) { 67 $this->enableAutosubmit($INPUT->has('autosubmit')); 91 if (! $INPUT->has('data')) {
|
| /dokuwiki/inc/Action/ |
| H A D | Login.php | 28 if ($INPUT->server->has('REMOTE_USER')) {
|
| H A D | Redirect.php | 33 if ($INPUT->has('hid')) {
|
| /dokuwiki/inc/Ui/ |
| H A D | Editor.php | 41 if ($INPUT->has('changecheck')) { 79 'target' => ($INPUT->has('target') && $wr) ? $INPUT->str('target') : 'section', 93 if ($INPUT->has('hid')) { 96 if ($INPUT->has('codeblockOffset')) {
|
| H A D | Search.php | 73 if ($INPUT->has('min')) { 76 if ($INPUT->has('max')) { 79 if ($INPUT->has('srt')) { 415 if ($INPUT->has('max') || $INPUT->has('min')) {
|
| /dokuwiki/inc/lang/en/ |
| H A D | registermail.txt | 1 A new user has registered. Here are the details:
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Login.php | 20 if ($INPUT->server->has('REMOTE_USER')) {
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | README.md | 13 …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/inc/lang/es/ |
| H A D | conflict.txt | 3 Existe una versión más reciente del documento que has editado. Esto sucede cuando otro usuario ha m…
|
| /dokuwiki/_test/tests/TreeBuilder/cp/ |
| H A D | complex.txt | 3 It has all kinds of [[:content]]. But also Links.
|
| /dokuwiki/inc/Form/ |
| H A D | CheckableElement.php | 35 if (!$INPUT->has($name)) return;
|
| H A D | InputElement.php | 128 if (!$INPUT->has($name)) return;
|
| /dokuwiki/lib/plugins/logviewer/lang/pl/ |
| H A D | intro.txt | 5 Należy pamiętać, że **pliki dziennika mogą zawierać poufne informacje**, takie jak hasła, ścieżki l…
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | README.md | 3 …/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/inc/ |
| H A D | Ajax.php | 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 D | Draft.php | 77 !$INPUT->post->has('wikitext') &&
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | action.php | 76 if ($INPUT->has('u')) {
|
123