Lines Matching defs:in
73 * @param $in
77 function blank(&$in, $trim = false)
79 if (is_null($in)) return true;
80 if (is_array($in)) return $in === [];
81 if ($in === "\0") return true;
82 if ($trim && trim($in) === '') return true;
83 if (strlen($in) > 0) return false;
84 return empty($in);
117 // CSRF checks are only for logged in users - do not generate for anonymous
132 if (!$INPUT->server->str('REMOTE_USER')) return true; // no logged in user, no need for a check
275 // cache most recent changelog line in metadata if missing and still valid
294 // Use $INFO['meta']['last_change']['type']===DOKU_CHANGE_TYPE_MINOR_EDIT in place of $info['minor'].
707 * [user] - username (if logged in)
708 * [mail] - mail address (if logged in)
709 * [name] - real name (if logged in)
742 // read file in chunks of 200 - this should work around the
743 // MAX_PATTERN_SIZE in modern PCRE
775 * The IP is sourced from, in order of preference:
797 // Return the first IP in single mode, or all the IPs.
982 // but might actually fix the problem in many cases
989 * Prepares text for print in Webforms by encoding special chars.
1006 * Returns the specified local text in raw format
1169 * Returns the raw Wiki Text in three slices.
1172 * and gives the range of the section in bytes - no
1176 * @param string $range in form "from-to"
1208 * @param string $text text in the middle
1236 * Checks if the current page version is newer than the last entry in the page's
1241 * wiki, triggered in @param string $id the page ID
1477 * @param int $int_date current date in UNIX timestamp
1493 * return an obfuscated email address in line with $conf['mailguard'] setting
1577 * You can give the string in two parts, the first part $keep
1579 * in the middle to shorten but only if at least $min chars are
1604 * in page footer and recent changes pages
1606 * @param string|null $username or null when currently logged-in user should be used
1620 * @param string|null $username or null when currently logged-in user should be used
1772 * @param int $mem Size of memory you want to allocate in bytes
1819 //are there any undisplayed messages? keep them in session for display
1858 * This function checks whether a specified value is set and in the array