Home
last modified time | relevance | path

Searched refs:special_chars (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/www/nextcloud-forms/forms/vendor/league/csv/src/
H A DEscapeFormula.php44 protected $special_chars = []; variable in League\\Csv\\EscapeFormula
57 * @param string[] $special_chars additional spreadsheet formula starting characters
60 public function __construct(string $escape = "\t", array $special_chars = []) argument
63 if ([] !== $special_chars) {
64 $special_chars = $this->filterSpecialCharacters(...$special_chars);
67 $chars = array_merge(self::FORMULA_STARTING_CHARS, $special_chars);
69 $this->special_chars = array_fill_keys($chars, 1);
99 return array_keys($this->special_chars);
138 if (isset($str_cell[0], $this->special_chars[$str_cell[0]])) {
/dports/irc/anope/anope-2.0.9/modules/
H A Dm_xmlrpc.cpp13 static struct special_chars struct
21 special_chars("&", "&"),
22 special_chars("\"", """),
23 special_chars("<", "&lt;"),
24 special_chars(">", "&qt;"),
25 special_chars("'", "&#39;"),
26 special_chars("\n", "&#xA;"),
27 special_chars("\002", ""), // bold
28 special_chars("\003", ""), // color
29 special_chars("\035", ""), // italics
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Ducstables.c413 } special_chars[] = { variable
505 for (i = 0; i != NOF_ELEMENTS(special_chars); i++) { in utf8_to_local_encoding()
506 if (strncmp(string + off, special_chars[i].utf, in utf8_to_local_encoding()
507 special_chars[i].len) != 0) in utf8_to_local_encoding()
527 *cur_pos = special_chars[i].local; in utf8_to_local_encoding()
529 prev_off = off + special_chars[i].len; in utf8_to_local_encoding()
616 for (i = 0; i != NOF_ELEMENTS(special_chars); i++) { in utf8_from_local_encoding()
617 if (string[off] != special_chars[i].local) in utf8_from_local_encoding()
639 strcat((*result) + cur_off, special_chars[i].utf); in utf8_from_local_encoding()
641 cur_off += special_chars[i].len; in utf8_from_local_encoding()
/dports/www/wikicalc/wikicalc/
H A DWKCPageCommands.pm523 $fullname = special_chars($fullname);
1022 my $longname = special_chars($siteinfo->{longname});
1025 my $htmlpath = special_chars($siteinfo->{htmlpath});
1026 my $htmlurl = special_chars($siteinfo->{htmlurl});
1027 my $editurl = special_chars($siteinfo->{editurl});
1031 my $rsslink = special_chars($siteinfo->{rsslink});
1167 my $sitehtmlurl = special_chars($siteinfo->{htmlurl});
1168 my $siteediturl = special_chars($siteinfo->{editurl});
1173 my $sitersslink = special_chars($siteinfo->{rsslink});
1539 my $url = special_chars($hosthash->{url});
[all …]
H A DWKCToolsCommands.pm274 my $fullname = special_chars($headerdata->{fullname});
275 my $templatetext = special_chars($headerdata->{templatetext}
597 my $fullname = special_chars($headerdata->{fullname});
716 my $fullname = special_chars($headerdata->{fullname});
797 my $fullname = special_chars($headerdata->{fullname});
877 my $fullname = special_chars($headerdata->{fullname});
931 $savetext .= special_chars("$strnl\n");
944 $savetext .= special_chars("$cr:$datavalues->{$cr}\n");
950 $savetext .= special_chars("$cr:$str\n");
960 $savetext .= special_chars($str);
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dhelperfuncs.cpp149 static struct special_chars in ProcessColors() struct
153 special_chars(const std::string& c, const std::string& r) in ProcessColors() argument
159 special_chars("\\b", "\x02"), // Bold in ProcessColors()
160 special_chars("\\c", "\x03"), // Color in ProcessColors()
161 special_chars("\\i", "\x1D"), // Italic in ProcessColors()
162 special_chars("\\m", "\x11"), // Monospace in ProcessColors()
163 special_chars("\\r", "\x16"), // Reverse in ProcessColors()
164 special_chars("\\s", "\x1E"), // Strikethrough in ProcessColors()
165 special_chars("\\u", "\x1F"), // Underline in ProcessColors()
166 special_chars("\\x", "\x0F"), // Reset in ProcessColors()
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/IncludeDirectories/
H A DCMakeLists.txt79 set(special_chars "~@&{}()!'") variable
82 string(APPEND special_chars "%")
86 string(APPEND special_chars "#=[]")
90 string(APPEND special_chars "$")
94 string(APPEND special_chars "^")
98 string(APPEND special_chars ",")
101 string(APPEND special_chars "*?<>")
103 set(special_dir "${CMAKE_CURRENT_BINARY_DIR}/special-${special_chars}-include")
109 set(special_space_dir "${CMAKE_CURRENT_BINARY_DIR}/special-space ${special_chars}-include")
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/Security/
H A DPasswordGeneratorServiceIntegrationTest.php181 $special_chars = $generator->getParameter(RequirementPasswordGenerator::PARAMETER_SYMBOLS);
182 $special_chars = str_replace(']', '\\]', $special_chars);
183 $special_chars = str_replace('-', '\\-', $special_chars);
187 $expected .= '(?!.*[' . $special_chars . '])';
189 $expected .= '(?=' . str_repeat('.*[' . $special_chars . ']', $special) . ')';
/dports/net-im/biboumi/biboumi-9.0/src/xmpp/
H A Djid.cpp99 std::set<char> special_chars{'-', '.'}; in jidprep() local
100 …domain_end = std::unique(begin(domain), domain + ::strlen(domain), [&special_chars](const char& a,… in jidprep()
102 return special_chars.count(a) && special_chars.count(b); in jidprep()
105 if (domain_end != domain && special_chars.count(*(domain_end - 1))) in jidprep()
107 if (domain_end != domain && special_chars.count(domain[0])) in jidprep()
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Emitter/Rule/
H A DParsec.pm149 use vars qw( %special_chars );
151 %special_chars = (
165 while(my ($k, $v) = each %special_chars){
168 exists $special_chars{uc $k} or
172 $special_chars{uc $k} = "noneOf \"$chars\"";
177 return to_genparser_string($special_chars{$char})
178 if exists $special_chars{$char};
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Security/
H A DPasswordGeneratorService.php155 $special_chars = $generator->getParameter(RequirementPasswordGenerator::PARAMETER_SYMBOLS);
156 $special_chars = str_replace(']', '\\]', $special_chars);
157 $special_chars = str_replace('-', '\\-', $special_chars);
161 $regex .= '(?!.*[' . $special_chars . '])';
163 $regex .= '(?=' . str_repeat('.*[' . $special_chars . ']', $special) . ')';
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DInsertEdit.php648 $special_chars, argument
762 $special_chars,
784 $special_chars,
1313 $special_chars, argument
1372 $special_chars,
1426 $special_chars, argument
1583 $special_chars, argument
1619 $special_chars,
2039 $special_chars,
2087 $special_chars
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DInsertEdit.php712 $special_chars, argument
827 $special_chars,
849 $special_chars,
1393 $special_chars, argument
1452 $special_chars,
1506 $special_chars, argument
1670 $special_chars, argument
1706 $special_chars,
2128 $special_chars,
2176 $special_chars
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/lookup/
H A Drandom_string.py165 special_chars = string.punctuation
187 special_chars = override_special
196 available_chars_set += special_chars
202 "min_special": special_chars,
/dports/mail/pear-Mail_Mime/Mail_Mime-1.10.11/tests/
H A Dqp_encoding_test.phpt16 * @param bool $special_chars Convert character such as linebreaks
21 function debug_print($text, $begin=False, $end=False, $special_chars=True, $break=76) {
29 if ($special_chars) {
39 if ($j + 1 < count($lines) && $special_chars) {
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
124 special_chars = optarg; in main()
172 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
121 special_chars = optarg; in main()
169 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
121 special_chars = optarg; in main()
169 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
124 special_chars = optarg; in main()
172 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
121 special_chars = optarg; in main()
169 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
121 special_chars = optarg; in main()
169 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dffescape.c66 char *special_chars = NULL; in main() local
121 special_chars = optarg; in main()
169 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/dports/textproc/R-cran-commonmark/commonmark/src/extensions/
H A Dstrikethrough.c146 cmark_llist *special_chars = NULL; in create_strikethrough_extension() local
161 special_chars = cmark_llist_append(mem, special_chars, (void *)'~'); in create_strikethrough_extension()
162 cmark_syntax_extension_set_special_inline_chars(ext, special_chars); in create_strikethrough_extension()
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/extensions/
H A Dstrikethrough.c146 cmark_llist *special_chars = NULL; in create_strikethrough_extension() local
161 special_chars = cmark_llist_append(mem, special_chars, (void *)'~'); in create_strikethrough_extension()
162 cmark_syntax_extension_set_special_inline_chars(ext, special_chars); in create_strikethrough_extension()
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/extensions/
H A Dstrikethrough.c146 cmark_llist *special_chars = NULL; in create_strikethrough_extension() local
161 special_chars = cmark_llist_append(mem, special_chars, (void *)'~'); in create_strikethrough_extension()
162 cmark_syntax_extension_set_special_inline_chars(ext, special_chars); in create_strikethrough_extension()

12345678910>>...15