Home
last modified time | relevance | path

Searched refs:inside_comment (Results 1 – 25 of 138) sorted by relevance

123456

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/legecy_translators/
H A Dconstants.py89 inside_comment, single_comment = False, False
126 if inside_comment:
129 inside_comment[1] = n
130 comments.append(inside_comment)
131 inside_comment = False
135 inside_comment[1] = n + 1
136 comments.append(inside_comment)
137 inside_comment = False
160 inside_comment = [n - 1, None, 1]
162 inside_comment = [n - 1, None, 1]
[all …]
/dports/www/bluefish/bluefish-2.2.12/data/
H A Dcss_decompressor68 inside_comment = False
80 inside_comment = True
95 elif inside_comment:
98 inside_comment = False
/dports/editors/neovim/neovim-0.6.1/runtime/indent/
H A Djsonc.vim88 if !exists("s:inside_comment")
89 let s:inside_comment = 0
105 if s:inside_comment == 0
109 let s:inside_comment = 1
113 if s:inside_comment == 1
116 let s:inside_comment = 0
/dports/editors/vim/vim-8.2.3745/runtime/indent/
H A Djsonc.vim88 if !exists("s:inside_comment")
89 let s:inside_comment = 0
105 if s:inside_comment == 0
109 let s:inside_comment = 1
113 if s:inside_comment == 1
116 let s:inside_comment = 0
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Import/
H A DImportMediawiki.php83 $inside_comment = false;
144 $inside_comment = true;
146 } elseif ($inside_comment) {
159 $inside_comment = false;
/dports/www/htmlcxx/htmlcxx-0.87/html/
H A Dutils.cc100 bool inside_comment = false; in strip_comments() local
102 if(!inside_comment) { in strip_comments()
105 inside_comment = true; in strip_comments()
111 inside_comment = false; in strip_comments()
117 if(!inside_comment) ret += *ptr; in strip_comments()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Import/
H A DImportMediawiki.php87 $inside_comment = false;
153 $inside_comment = true;
157 if ($inside_comment) {
170 $inside_comment = false;
/dports/devel/xfce4-dev-tools/xfce4-dev-tools-4.16.0/xdt-csource/
H A Dmain.c185 gboolean inside_comment = FALSE; in print_csource() local
216 inside_comment = TRUE; in print_csource()
221 else if (inside_comment) in print_csource()
226 inside_comment = FALSE; in print_csource()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dtokenize.c926 ModuleInfo.inside_comment = *p++;
927 if( strchr( p, ModuleInfo.inside_comment ) )
928 ModuleInfo.inside_comment = NULLC;
959 if( ModuleInfo.inside_comment ) {
960 … DebugMsg1(("COMMENT active, delim is >%c<, line is >%s<\n", ModuleInfo.inside_comment, line));
961 if( strchr( line, ModuleInfo.inside_comment ) != NULL ) {
963 ModuleInfo.inside_comment = NULLC;
1047 … DebugMsg1(("tokenize: COMMENT starting, delim is >%c<\n", ModuleInfo.inside_comment));
/dports/misc/broot/broot-1.7.0/cargo-crates/xml-rs-0.8.4/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/xml-rs-0.8.4/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/xml-rs-0.8.3/src/reader/
H A Dlexer.rs224 inside_comment: bool, field
244 inside_comment: false, in new()
263 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
267 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
400 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
518 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
796 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/xml-rs-0.8.4/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/xml-rs-0.7.0/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/xml-rs-0.8.0/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/xml-rs-0.8.4/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/xml-rs/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/xml-rs-0.8.0/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/xml-rs-0.8.0/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/xml-rs-0.8.4/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/xml-rs-0.8.4/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/xml-rs-0.8.0/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/xml-rs-0.8.0/src/reader/
H A Dlexer.rs222 inside_comment: bool, field
242 inside_comment: false, in new()
261 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
265 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
396 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
504 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
774 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/www/firefox/firefox-99.0/third_party/rust/xml-rs/src/reader/
H A Dlexer.rs225 inside_comment: bool, field
245 inside_comment: false, in new()
264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
268 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
401 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
797 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/xml-rs-0.8.2/src/reader/
H A Dlexer.rs224 inside_comment: bool, field
244 inside_comment: false, in new()
263 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method
267 pub fn outside_comment(&mut self) { self.inside_comment = false; } in outside_comment()
400 if self.skip_errors || (self.inside_comment && chunk != "--") { // FIXME: looks hacky in handle_error()
518 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
796 lex.inside_comment(); in error_in_comment_two_dashes_not_at_end()

123456