Home
last modified time | relevance | path

Searched refs:specialchars (Results 1 – 25 of 148) sorted by relevance

123456

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/libparser/
H A Dparser.c54 gettoken_ext (const char *p, char *tok, const char *specialchars) { in gettoken_ext() argument
81 if (strchr (specialchars, *p)) { in gettoken_ext()
87 while (n > 0 && *c > ' ' && !strchr (specialchars, *c)) { in gettoken_ext()
97 char specialchars[] = "{}();"; in gettoken() local
98 return gettoken_ext (p, tok, specialchars); in gettoken()
103 char specialchars[] = "{}();="; in gettoken_keyvalue() local
104 p = gettoken_ext (p, key, specialchars); in gettoken_keyvalue()
108 p = gettoken_ext (p, val, specialchars); in gettoken_keyvalue()
112 return gettoken_ext (p, val, specialchars); in gettoken_keyvalue()
/dports/www/moodle310/moodle/lib/
H A Dldaplib.php394 static $specialchars = null;
396 if ($specialchars !== null) {
397 return $specialchars;
400 $specialchars = array (
406 $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA]));
407 $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA_REGEX] = $alpharegex;
409 return $specialchars;
438 $specialchars = ldap_get_dn_special_chars();
447 …$quoted = '/(\\\\[0-9A-Fa-f]{2}|' . $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA_REGEX] . ')/';
449 function ($match) use ($specialchars) {
[all …]
/dports/www/moodle311/moodle/lib/
H A Dldaplib.php394 static $specialchars = null;
396 if ($specialchars !== null) {
397 return $specialchars;
400 $specialchars = array (
406 $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA]));
407 $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA_REGEX] = $alpharegex;
409 return $specialchars;
438 $specialchars = ldap_get_dn_special_chars();
447 …$quoted = '/(\\\\[0-9A-Fa-f]{2}|' . $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA_REGEX] . ')/';
449 function ($match) use ($specialchars) {
[all …]
/dports/www/moodle39/moodle/lib/
H A Dldaplib.php394 static $specialchars = null;
396 if ($specialchars !== null) {
397 return $specialchars;
400 $specialchars = array (
406 $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA]));
407 $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA_REGEX] = $alpharegex;
409 return $specialchars;
438 $specialchars = ldap_get_dn_special_chars();
447 …$quoted = '/(\\\\[0-9A-Fa-f]{2}|' . $specialchars[LDAP_DN_SPECIAL_CHARS_QUOTED_ALPHA_REGEX] . ')/';
449 function ($match) use ($specialchars) {
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/Render/
H A DHtmlEscapedTextTest.php47 $specialchars = $this->prophesize(MarkupInterface::class);
48 $specialchars->__toString()->willReturn('<>&"\'');
49 $specialchars = $specialchars->reveal();
50 …$tests[] = [$specialchars, '&lt;&gt;&amp;&quot;&#039;', 'Escapes reserved HTML characters even ins…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/Render/
H A DHtmlEscapedTextTest.php47 $specialchars = $this->prophesize(MarkupInterface::class);
48 $specialchars->__toString()->willReturn('<>&"\'');
49 $specialchars = $specialchars->reveal();
50 …$tests[] = [$specialchars, '&lt;&gt;&amp;&quot;&#039;', 'Escapes reserved HTML characters even ins…
/dports/www/mod_php81/php-8.1.1/ext/json/tests/
H A Dbug53946.phpt5 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
6 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
11 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
12 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/lang/php81/php-8.1.1/ext/json/tests/
H A Dbug53946.phpt5 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
6 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
11 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
12 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/lang/php80/php-8.0.15/ext/json/tests/
H A Dbug53946.phpt5 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
6 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
11 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
12 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/www/mod_php80/php-8.0.15/ext/json/tests/
H A Dbug53946.phpt5 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
6 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
11 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
12 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/lang/php73/php-7.3.33/ext/json/tests/
H A Dbug53946.phpt7 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
8 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
13 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
14 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/lang/php74/php-7.4.27/ext/json/tests/
H A Dbug53946.phpt7 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
8 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
13 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
14 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/devel/php73-json/php-7.3.33/ext/json/tests/
H A Dbug53946.phpt7 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
8 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
13 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
14 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/www/mod_php73/php-7.3.33/ext/json/tests/
H A Dbug53946.phpt7 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
8 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
13 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
14 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/devel/php74-json/php-7.4.27/ext/json/tests/
H A Dbug53946.phpt7 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
8 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
13 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
14 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/www/mod_php74/php-7.4.27/ext/json/tests/
H A Dbug53946.phpt7 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
8 var_dump(json_encode("latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11…
13 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
14 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/devel/pecl-jsond/jsond-1.4.0/tests/
H A Dbug53946.phpt10 "latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11E >��<"));
12 "latin 1234 -/ russian мама мыла раму specialchars \x02 \x08 \n U+1D11E >��<",
18 …\u0430\u043c\u0430 \u043c\u044b\u043b\u0430 \u0440\u0430\u043c\u0443 specialchars \u0002 \b \n …
19 string(100) ""latin 1234 -\/ russian мама мыла раму specialchars \u0002 \b \n U+1D11E >��<""
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dencode_rfc2047.c553 int asciichars, specialchars, eightbitchars, reformat = 0, errflag = 0; in field_encode_address() local
601 &specialchars)) { in field_encode_address()
607 encoding = pref_encoding(asciichars, specialchars, in field_encode_address()
628 eightbitchars + specialchars, 1)) { in field_encode_address()
671 &specialchars)) { in field_encode_address()
677 encoding = pref_encoding(asciichars, specialchars, in field_encode_address()
691 eightbitchars + specialchars, 1)) { in field_encode_address()
813 int *specialchars) in scanstring() argument
817 *specialchars = 0; in scanstring()
828 (*specialchars)++; in scanstring()
/dports/mail/mmh/mmh-0.4/sbr/
H A Dencode_rfc2047.c379 int asciichars, specialchars, eightbitchars; in field_encode_address() local
429 &specialchars)) { in field_encode_address()
443 eightbitchars + specialchars, 1)) { in field_encode_address()
480 &specialchars)) { in field_encode_address()
487 eightbitchars + specialchars, 1)) { in field_encode_address()
608 int *specialchars) in scanstring() argument
612 *specialchars = 0; in scanstring()
624 (*specialchars)++; in scanstring()
/dports/textproc/p5-Text-WikiCreole/Text-WikiCreole-0.07/
H A DMANIFEST19 t/specialchars.html
20 t/specialchars.markup
21 t/specialchars.t
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dseo_zenphoto.php53 private static $specialchars = array( variable in zenphoto_seo
1073 $string = strtr($string, zenphoto_seo::$specialchars);
1084 foreach (zenphoto_seo::$specialchars as $from => $to) {
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/views/kohana/
H A Dtemplate.php8 <title><?php echo html::specialchars($title) ?></title>
27 <h1><?php echo html::specialchars($title) ?></h1>
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/views/kohana/
H A Dtemplate.php8 <title><?php echo html::specialchars($title) ?></title>
27 <h1><?php echo html::specialchars($title) ?></h1>
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dstrtools.cc179 int escape_special_str(char *result, int resultmaxlen, const char *s, const char *specialchars, boo… in escape_special_str() argument
181 return escape_special(result, resultmaxlen, s, strlen(s), specialchars, bit7); in escape_special_str()
184 int escape_special(char *result, int resultmaxlen, const void *S, int len, const char *specialchars in escape_special() argument
190 if (!specialchars) specialchars=""; in escape_special()
192 if (*s && strchr(specialchars, *s)) { in escape_special()
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/share/pnp/application/views/
H A Dstatus_box.php9 html::specialchars(pnp::shorten($host))."<br>");?>
14 html::specialchars(pnp::shorten($service))."<br>");?>

123456