Home
last modified time | relevance | path

Searched refs:special_char (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/audio/picard-plugins/picard-plugins-d859757/plugins/classical_extras/
H A Dsuffixtree.py106 def append_string(self, input_string, special_char): argument
114 input_string += special_char + str(current_string_index)
204 def find_longest_common_substrings(self, special_char): argument
239 if special_char in common_substring:
240 common_substring = common_substring[:common_substring.index(special_char)]
269 special_char = None
273 special_char = char
275 if special_char:
282 suffix_tree.append_string(s_copy, special_char)
283 lcs = suffix_tree.find_longest_common_substrings(special_char)
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Grammar/
H A DRule2.pm85 token special_char {
88 { return { special_char => '\\' ~ $0 ~ $1 , } }
92 { return { special_char => '\\' ~ $/ , } }
95 { return { special_char => '\\' ~ $0 ~ $1 , } }
99 { return { special_char => '\\' ~ $/ , } }
102 { return { special_char => '\\' ~ $0 ~ $1 , } }
106 { return { special_char => '\\' ~ $/ , } }
111 | \\ <special_char>
363 <special_char>
364 { return $$<special_char> }
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/examples/
H A DGrammar.grammar73 token special_char {
80 { return { special_char => '\\' . $/, _pos => [$/->from - 1, $/->to] }; }
87 { return { special_char => '\\' . $/, _pos => [$/->from - 1, $/->to] }; }
99 | \\ <special_char>
106 | \\ <special_char>
114 | \\ <special_char>
125 | \\ <special_char>
138 | \\ <special_char>
224 | \\ <special_char>
424 <special_char>
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dreadline_highlighters.cc172 int special_char = ( in readline_regex_highlighter_int() local
205 special_char); in readline_regex_highlighter_int()
237 special_char); in readline_regex_highlighter_int()
274 special_char)); in readline_regex_highlighter_int()
313 special_char)); in readline_regex_highlighter_int()
320 special_char)); in readline_regex_highlighter_int()
341 special_char); in readline_regex_highlighter_int()
550 int special_char = ( in readline_shlex_highlighter() local
573 special_char)); in readline_shlex_highlighter()
596 special_char)); in readline_shlex_highlighter()
[all …]
/dports/devel/py-behave/behave-1.2.6/issue.features/
H A Dissue0510.feature33 And a file named "features/special_char.feature" with:
39 When I run "behave --junit features/special_char.feature"
44 When I run "xmllint reports/TESTS-special_char.xml"
49 reports/TESTS-special_char.xml:12: parser error : PCDATA invalid Char value 4
H A Dissue0226.feature44 RuntimeError: FAIL:<special_char>;
49 | format | char_code | special_char | comment! |
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/backends/
H A Dmarkdown.py104 for special_char in SPECIAL_CHARS:
105 text = text.replace(special_char, u'\\' + special_char)
/dports/textproc/bibtex2html/bibtex2html-1.99/
H A Dcondition_lexer.mll35 let special_char = ['$' '^' '.' '*' '+' '?' '[' ']' 'b' '|' '(' ')' '\\']
84 | '\\' special_char
114 | '\\' special_char
/dports/textproc/py-citeproc-py/citeproc-py-0.6.0/citeproc/source/bibtex/
H A Dbibtex.py333 special_char = False
335 if (brace_level == 0 or special_char) and char.isalpha():
340 special_char = True
344 special_char = False
/dports/lang/seed7/seed7/lib/
H A Dchartype.s7i34 const set of char: special_char is
38 const set of char: extended_special_char is special_char | { '"', '#', ''' };
41 const set of char: special_html_char is special_char - left_angle_bracket;
47 const set of char: special_sql_char is special_char - hyphen_char - slash_char;
/dports/devel/hpx/hpx-1.2.1/cmake/
H A DHPX_GeneratePackage.cmake102 foreach(special_char ${special_chars})
103 string(REPLACE "${special_char}" "\\${special_char}" binarydir_escaped ${binarydir_escaped})
104 string(REPLACE "${special_char}" "\\${special_char}" sourcedir_escaped ${sourcedir_escaped})
/dports/textproc/gtk-doc/gtk-doc-1.33.2/gtkdoc/
H A Dmd_to_db.py510 special_char = ''
512 special_char = text[1]
513 if special_char in MD_ESCAPABLE_CHARS or special_char in MD_GTK_ESCAPABLE_CHARS:
514 markup += special_char
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pom/examples/
H A Djson.rs31 let special_char = sym(b'\\') | sym(b'/') | sym(b'"') in string() localVariable
34 let escape_sequence = sym(b'\\') * special_char; in string()
H A Djson_char.rs34 let special_char = sym('\\') in string() localVariable
42 let escape_sequence = sym('\\') * special_char; in string()
H A Djson_file.rs33 let special_char = sym(b'\\') | sym(b'/') | sym(b'"') in string() localVariable
36 let escape_sequence = sym(b'\\') * special_char; in string()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/pom-3.0.2/examples/
H A Djson.rs31 let special_char = sym(b'\\') | sym(b'/') | sym(b'"') in string() localVariable
34 let escape_sequence = sym(b'\\') * special_char; in string()
H A Djson_char.rs34 let special_char = sym('\\') in string() localVariable
42 let escape_sequence = sym('\\') * special_char; in string()
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/pom-1.1.0/examples/
H A Djson.rs33 let special_char = sym(b'\\') | sym(b'/') | sym(b'"') in string() localVariable
36 let escape_sequence = sym(b'\\') * special_char; in string()
H A Djson_char.rs33 let special_char = sym('\\') | sym('/') | sym('"') in string() localVariable
36 let escape_sequence = sym('\\') * special_char; in string()
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Emitter/Rule/
H A DPerl5.pm296 sub special_char { subroutine
310 return special_char( sprintf("\\x%X", oct($data) ) )
312 return special_char( sprintf("\\X%X", oct($data) ) )
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/localization/
H A Dlocalize.cpp202 ubyte special_char; in parse_stringstbl_quick() local
203 stuff_ubyte(&special_char); in parse_stringstbl_quick()
206 language.special_char_indexes.push_back(special_char); in parse_stringstbl_quick()
209 language.special_char_indexes[0] = special_char; in parse_stringstbl_quick()
216 special_char = 176; in parse_stringstbl_quick()
218 special_char = 0; in parse_stringstbl_quick()
223 language.special_char_indexes[i] = special_char; in parse_stringstbl_quick()
225 language.special_char_indexes.push_back(special_char); in parse_stringstbl_quick()
/dports/archivers/unzip/unzip60/human68k/
H A Dhuman68k.c48 static char multi_period, special_char; variable
255 special_char = TRUE;
347 if (!special_char)
353 if (pp == pathcomp && !special_char)
367 if (!special_char)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_imp.py143 special_char = b'a\xcc\x88'
145 special_char = known_locales.get(fs_encoding)
147 if not special_char:
150 decoded_char = special_char.decode(fs_encoding)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_imp.py143 special_char = b'a\xcc\x88'
145 special_char = known_locales.get(fs_encoding)
147 if not special_char:
150 decoded_char = special_char.decode(fs_encoding)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_imp.py145 special_char = b'a\xcc\x88'
147 special_char = known_locales.get(fs_encoding)
149 if not special_char:
152 decoded_char = special_char.decode(fs_encoding)

1234567