Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 7 of 7) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php190 case constant('XMLReader::END_ELEMENT'):
198 case constant('XMLReader::ELEMENT'):
219 case constant('XMLReader::TEXT'):
221 case constant('XMLReader::CDATA'):
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1798 $data = pack('CNa*', constant($clientKexInitMessage), strlen($ourPublicBytes), $ourPublicBytes);
1819 if ($type != constant($serverKexReplyMessage)) {
4443 * @param int $constant
4453 protected function append_log_helper($constant, $message_number, $message, array &$message_number_log, array &$message_log, &$log_size, &$realtime_log_file, &$realtime_log_wrap, &$realtime_log_size)
4460 switch ($constant) {
4650 * named constants from it, using the value as the name of the constant and the index as the value of the constant.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE60 Finally, software patents pose a constant threat to the existence of
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php308 'constant' => $tag,
337 'constant' => $tag,
529 if (isset($decoded['constant']) || !array_key_exists($intype, self::ANY_MAP) || (ord(self::$encoded[$decoded['start']]) & 0x20)) {
540 case isset($option['constant']) && $option['constant'] == $decoded['constant']:
541 case !isset($option['constant']) && $option['type'] == $decoded['type']:
544 case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE:
603 // Get the mapping and input class & constant.
605 $constant
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md66 - New method `SimplePie\Misc::get_default_useragent()` as a replacement for constant `SIMPLEPIE_USERAGENT`
86 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead
87 - The constant `SIMPLEPIE_USERAGENT` is deprecated, use `SimplePie\Misc::get_default_useragent()` instead
118 - Fix/708 version bump for constant `SIMPLEPIE_VERSION` for 1.5.8 release by @faisal-alvi in [#710](https://github.com/simplepie/simplepie/pull/710)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE59 Finally, software patents pose a constant threat to the existence of
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG737 - Removed GESHI_DIR_SEPARATOR constant usage, it's unnecessary (Aleksey Zapparov)
879 - Fixed warning in dos.php about undefined constant (Tim Van Wassenhove)