Home
last modified time | relevance | path

Searched refs:has (Results 26 – 50 of 58) sorted by relevance

123

/dokuwiki/lib/plugins/revert/
H A Dadmin.php62 } elseif ($INPUT->has('filter')) {
/dokuwiki/
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/vendor/aziraphale/email-address-validator/
H A DREADME.md34 Due to the aforementioned changes, the way of using this class has completely changed. However it has such a small and simple interface that these changes shouldn't be problematic.
/dokuwiki/inc/Cache/
H A DCache.php148 if ($INPUT->has('purge')) {
/dokuwiki/inc/Ui/
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 DMediaDiff.php67 if ($INPUT->has('difftype')) {
203 // adjust image width, right side (newer) has priority
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md5 It was originally ported to PHP in 2006 as part of the [DokuWiki](http://www.dokuwiki.org) wiki engine. It has received several improvements over the years and is now available as a standalone library.
/dokuwiki/lib/plugins/extension/
H A Dadmin.php71 if ($INPUT->post->has('fn') && checkSecurityToken()) {
/dokuwiki/inc/
H A DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];
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')) {
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 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 Dmedia.php323 if ($INPUT->server->has('CONTENT_LENGTH') && ($realSize != $INPUT->server->int('CONTENT_LENGTH'))) {
852 if ($INPUT->has('q')) {
915 * @param array $values allowed values, where default value has index key 'default'
1513 if ($INPUT->has($x)) $gets[$x] = $INPUT->str($x);
1764 // TODO: only deliver an image if it actually has a subtree...
1898 ($cache != -1 && $mtime < time() - $cache) // 'recache' and cache has expired
/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/lib/tpl/dokuwiki/css/
H A Dpagetools.less31 /* on same vertical level as first headline, because .page has 2em padding */
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php12 * This version of the user manager has been modified to only work with
651 if ($INPUT->has('usernotify')) {
696 if ($INPUT->has('usernotify') && $pass) {
745 * Edit user (a user has been selected for editing)
770 * Modify user in the auth backend (modified user data has been recieved)
811 } elseif ($INPUT->has('usernotify')) {
830 if ($INPUT->has('usernotify') && !empty($changes['pass'])) {
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php33 * (If this file doesn't exist, the data has never been sent)
76 * Compute the last time the data was sent. If it has never been sent, we return 0.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/dokuwiki/lib/plugins/acl/
H A Dadmin.php107 if ($INPUT->has('cmd') && checkSecurityToken()) {
121 if ($cmd == 'save' && $scope && $this->who && $INPUT->has('acl')) {
319 // the file has to come after the deeper level or directory
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts only. It has no readline or similar support.
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown73 This means that feature requests may not be fulfilled straight away, as time has
H A DCHANGELOG.md189 * Removed unnecessary `else`s when a value has already been returned. [#566](https://github.com/simplepie/simplepie/pull/566)
203 * Update the registry if the Sanitize class has been changed. [#532](https://github.com/simplepie/simplepie/pull/532)
219 * Fixed the error message shown when a feed has an empty body. [#487](https://github.com/simplepie/simplepie/pull/487)
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE107 linked with the Library has the freedom and the wherewithal to run
131 which has been distributed under these terms. A "work based on the
186 (For example, a function in a library to compute square roots has
219 ordinary GNU General Public License has appeared, then you can specify
320 e) Verify that the user has already received a copy of these
400 such claims; this section has the sole purpose of protecting the
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE106 linked with the Library has the freedom and the wherewithal to run
129 which has been distributed under these terms. A "work based on the
183 (For example, a function in a library to compute square roots has
216 ordinary GNU General Public License has appeared, then you can specify
315 e) Verify that the user has already received a copy of these
393 such claims; this section has the sole purpose of protecting the

123