Home
last modified time | relevance | path

Searched refs:has (Results 26 – 50 of 58) sorted by last modified time

123

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php686 * options directly into the constructor. This has been removed as of 1.3 as
1536 // The default sanitize class gets set in the constructor, check if it has
1610 // First check to see if input has been overridden.
1760 // Check if the cache has been updated
1811 // If we don't already have the file (it'll only exist if we've opened it to check if the cache has been modified), open it.
1824 // If the file connection has an error, set SimplePie::error to that and quit
1870 // We need to unset this so that if SimplePie::set_file() has
1879 // We need to unset this so that if SimplePie::set_file() has been called that object is untouched
1965 * This won't work properly if any content or whitespace has already been
2134 * namespace and tag name. Each element has `attrib
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/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/inc/Ui/
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/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/
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/inc/Action/
H A DLogin.php28 if ($INPUT->server->has('REMOTE_USER')) {
H A DSubscribe.php70 if ($INPUT->has("sub_$param")) {
H A DRedirect.php33 if ($INPUT->has('hid')) {
/dokuwiki/inc/
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 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 DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];
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/lib/plugins/popularity/lang/en/
H A Dsubmitted.txt3 The data has been sent succesfully.
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less31 /* on same vertical level as first headline, because .page has 2em padding */
/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/vendor/simplepie/simplepie/
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)
H A DREADME.markdown73 This means that feature requests may not be fulfilled straight away, as time has
/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
/dokuwiki/inc/lang/pl/
H A Dlogin.txt
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG844 has occurred (several people)
970 has a URL associated with it, the keyword will not be lowercased
/dokuwiki/inc/Cache/
H A DCache.php148 if ($INPUT->has('purge')) {

123