Home
last modified time | relevance | path

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

123

/dokuwiki/
H A DCOPYING217 such claims; this section has the sole purpose of protecting the
H A Ddoku.php53 if ($INPUT->post->has('wikitext')) {
109 //send 404 for missing pages if configured or ID has special meaning to bots
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
/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/
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') &&
H A DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];
H A Dauth.php151 if (!$INPUT->server->has('REMOTE_USER')) continue;
188 // see if header has token
316 // he has session, cookie and browser right - let him in
553 if (!$INPUT->server->has('REMOTE_USER')) {
677 * Returns the maximum rights a user has for the given ID or its namespace
H A Dcommon.php175 if ($INPUT->server->has('REMOTE_USER')) {
848 if ($INPUT->server->has('HTTP_X_WAP_PROFILE')) return true;
852 if (!$INPUT->server->has('HTTP_USER_AGENT')) return false;
1269 * changelog. If so, we assume it has been an external edit and we create an
1392 if (!$INPUT->server->has('HTTP_REFERER')) {
1864 $INPUT->server->has('SERVER_SOFTWARE') && $INPUT->server->has('GATEWAY_INTERFACE') &&
H A Dhttputils.php34 // See if the client has provided the required headers
51 // Nothing has changed since their last request - serve a 304 and exit
109 if (!$INPUT->server->has('HTTP_RANGE')) {
/dokuwiki/inc/Cache/
H A DCache.php148 if ($INPUT->has('purge')) {
/dokuwiki/inc/Form/
H A DCheckableElement.php35 if (!$INPUT->has($name)) return;
H A DInputElement.php128 if (!$INPUT->has($name)) return;
/dokuwiki/inc/Input/
H A DInput.php79 public function has($name)
192 * Access a request parameter and make sure it is has a valid value
80 public function has($name) global() function in dokuwiki\\Input\\Input
/dokuwiki/inc/Menu/Item/
H A DLogin.php20 if ($INPUT->server->has('REMOTE_USER')) {
/dokuwiki/inc/Ui/
H A DDiff.php98 if ($INPUT->has('rev')) {
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 DMediaDiff.php67 if ($INPUT->has('difftype')) {
203 // adjust image width, right side (newer) has priority
H A DPageDiff.php56 * when it has been externally edited
110 if ($INPUT->has('difftype')) {
120 if (!$INPUT->has('rev') && !$INPUT->has('rev2')) {
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')) {
/dokuwiki/inc/lang/en/
H A Dregistermail.txt1 A new user has registered. Here are the details:
/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.

123