Home
last modified time | relevance | path

Searched refs:case (Results 1 – 18 of 18) sorted by path

/dokuwiki/
H A DCOPYING234 countries not thus excluded. In such case, this License incorporates
/dokuwiki/conf/
H A Dmysql.conf.php.example109 * case dependent by the plugin. At the end a sort expression will be added.
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php29 /** @var bool case sensitive? */ variable in dokuwiki\\Parsing\\Lexer\\Lexer
30 protected $case;
33 * Sets up the lexer in case insensitive matching by default.
37 * @param boolean $case True for case sensitive.
39 public function __construct($handler, $start = "accept", $case = false)
41 $this->case = $case;
60 $this->regexes[$mode] = new ParallelRegex($this->case);
77 $this->regexes[$mode] = new ParallelRegex($this->case);
38 __construct($handler, $start = 'accept', $case = false) global() argument
[all...]
H A DParallelRegex.php26 /** @var bool case sensitive matching? */ variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex
27 protected $case;
32 * @param boolean $case True for case sensitive, false
35 public function __construct($case)
37 $this->case = $case;
107 case PREG_BACKTRACK_LIMIT_ERROR:
110 case PREG_RECURSION_LIMIT_ERROR:
113 case PREG_BAD_UTF8_ERRO
34 __construct($case) global() argument
[all...]
/dokuwiki/inc/Utf8/
H A DClean.php142 * Use the optional parameter to just deaccent lower ($case = -1) or upper ($case = 1)
143 * letters. Default is to deaccent both cases ($case = 0)
148 * @param int $case
151 public static function deaccent($string, $case = 0) argument
153 if ($case <= 0) {
156 if ($case >= 0) {
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt94 case
/dokuwiki/inc/
H A Dutf8.php181 function utf8_deaccent($str, $case = 0)
184 return Clean::deaccent($str, $case);
180 utf8_deaccent($str, $case = 0) global() argument
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css67 /* in case of toc list jumping one level
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md51 with a couple of additional methods in case they're helpful:
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG148 - detect extensions case-insensitive (SF#3514714, murkymark, BenBE)
329 * Fixed case-insensitively duplicate keywords (BenBE)
384 * keywords for C-based languages are case-sensitive (BenBE)
499 * Properly set comments to be case insensitive where appropriate to increase performance (milian)
658 - Compare comments case insensitively (fixes AutoIT comments somewhat)
677 - Fixed handling of URLs when output case differs from URL case (SF #1815504, Tom Samstag, BenBE)
781 - Changed LANG_NAME for many languages to be more sensible/correct case
783 - Added case-sensitivity indices to python
838 - Keyword case o
[all...]
H A DLICENSE234 countries not thus excluded. In such case, this License incorporates
H A DTHANKS38 - M. Uli Kusterer - Thanks for the idea about URL case conversion
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php97 /** Leave keywords found as the case that they are */
1315 * Sets whether a set of keywords are checked for in a case sensitive manner
1317 * @param int $key The key of the keyword group to change the case sensitivity of
1318 * @param boolean $case Whether to check in a case sensitive manner or not
1321 public function set_case_sensitivity($key, $case) { argument
1322 $this->language_data['CASE_SENSITIVE'][$key] = ($case) ? true : false;
1326 * Sets the case that keywords should use when found. Use the constants:
1332 * @param int $case A constant specifying what to do with matched keywords
1335 public function set_case_keywords($case) { argument
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE25 strategy to use in any particular case, based on the explanations below.
93 allowed to use the library. A more frequent case is that a free
95 case, there is little to gain by limiting the free library to free
417 excluded. In such case, this License incorporates the limitation as if
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md37 - Fix case of multiple RSS2.0 enclosures by @Alkarex in [#769](https://github.com/simplepie/simplepie/pull/769)
176 * Preemptively changed `is_writeable()` calls to `is_writable()` in case the former is deprecated in PHP. [#604](https://github.com/simplepie/simplepie/pull/604)
267 * Charsets are now compared without case sensitivity to avoid duplicates. [#352](https://github.com/simplepie/simplepie/pull/352)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE25 strategy to use in any particular case, based on the explanations below.
92 allowed to use the library. A more frequent case is that a free
94 case, there is little to gain by limiting the free library to free
410 excluded. In such case, this License incorporates the limitation as if
H A DReadMe.txt118 In case of errors, bugs, questions, wishes, please don't hesitate to contact us