Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DUnicode.php32 * @param boolean $strict Check for invalid sequences?
35 public static function fromUtf8($str, $strict = false) argument
93 } elseif ($strict) {
131 if ($strict) {
152 } elseif ($strict) {
184 * @param boolean $strict Check for invalid sequences?
194 public static function toUtf8($arr, $strict = false) argument
213 if ($strict) {
232 } elseif ($strict) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCategory.php104 * @param bool $strict
107 public function get_label(bool $strict = false) argument
109 if ($this->label === null && $strict !== true) {
/dokuwiki/inc/
H A Dutf8.php235 function utf8_to_unicode($str, $strict = false) argument
238 return Unicode::fromUtf8($str, $strict);
244 function unicode_to_utf8($arr, $strict = false) argument
247 return Unicode::toUtf8($arr, $strict);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG502 * Improve the performance of the strict mode tokenizer, making highlighting of languages like
508 …* Languages with STRICT_MODE_APPLIES = GESHI_MAYBE default to strict mode now. When no highlightab…
536 * Added possibility to define strict blocks using an Regexp (BenBE)
550 * Reduce strict errors & notices for language files (milian)
621 - Optimized generation of code parts in strict mode (Milian Wolff)
872 - Fixed up no </span> in XML and other strict languages (regression from 1.0.7.3 fix: removed
873 unnecessary </span> when using strict mode) (Daniel Ecer, drskrud),
880 - Removed unnecessary </span> when using strict mode (Tim Van Wassenhove)
931 - set_language resets error status and strict mode (Andrew Black)
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md202 * Tests: use strict assertions (by @jrfnl in [#692](https://github.com/simplepie/simplepie/pull/692…