Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
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/
DCategory.php144 * @param bool $strict
147 public function get_label($strict = false) argument
149 if ($this->label === null && $strict !== true) {
/dokuwiki/inc/
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/simplepie/simplepie/idn/
DReadMe.txt29 response (when in strict mode) or to only partially converted strings.
/dokuwiki/vendor/geshi/geshi/
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/
DCHANGELOG.md150 * Tests: use strict assertions by @jrfnl in [#692](https://github.com/simplepie/simplepie/pull/692)