Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Utf8/
H A DUnicode.php16 * If $strict is set to true the function returns false if the input
32 * @param boolean $strict Check for invalid sequences?
35 public static function fromUtf8($str, $strict = false)
93 } elseif ($strict) {
131 if ($strict) {
152 } elseif ($strict) {
175 * If $strict is set to true the function returns false if the input
184 * @param boolean $strict Check for invalid sequences?
194 public static function toUtf8($arr, $strict = false)
213 if ($strict) {
36 fromUtf8($str, $strict = false) global() argument
212 toUtf8($arr, $strict = false) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCategory.php145 * @param bool $strict
148 public function get_label($strict = false) argument
150 if ($this->label === null && $strict !== true) {
/dokuwiki/inc/
H A Dutf8.php235 function utf8_to_unicode($str, $strict = false)
238 return Unicode::fromUtf8($str, $strict);
244 function unicode_to_utf8($arr, $strict = false)
247 return Unicode::toUtf8($arr, $strict);
234 utf8_to_unicode($str, $strict = false) global() argument
243 unicode_to_utf8($arr, $strict = false) global() argument
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt29 response (when in strict mode) or to only partially converted strings.
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG500 * Improve the performance of the strict mode tokenizer, making highlighting of languages like
506 * Languages with STRICT_MODE_APPLIES = GESHI_MAYBE default to strict mode now. When no highlightable
534 * Added possibility to define strict blocks using an Regexp (BenBE)
548 * Reduce strict errors & notices for language files (milian)
619 - Optimized generation of code parts in strict mode (Milian Wolff)
870 - Fixed up no </span> in XML and other strict languages (regression from 1.0.7.3 fix: removed
871 unnecessary </span> when using strict mode) (Daniel Ecer, drskrud),
878 - Removed unnecessary </span> when using strict mode (Tim Van Wassenhove)
929 - set_language resets error status and strict mode (Andrew Black)
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md135 * Tests: use strict assertions by @jrfnl in [#692](https://github.com/simplepie/simplepie/pull/692)