Home
last modified time | relevance | path

Searched refs:CloseParenthesis (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DBTextCtrl.cpp85 CloseParenthesis(wxT("("), wxT(")"), true); in MatchParenthesis()
89 CloseParenthesis(wxT("("), wxT(")"), false); in MatchParenthesis()
93 CloseParenthesis(wxT("["), wxT("]"), true); in MatchParenthesis()
97 CloseParenthesis(wxT("["), wxT("]"), false); in MatchParenthesis()
101 CloseParenthesis(wxT("{"), wxT("}"), true); in MatchParenthesis()
105 CloseParenthesis(wxT("{"), wxT("}"), false); in MatchParenthesis()
109 CloseParenthesis(wxT("\""), wxT("\""), true); in MatchParenthesis()
123 void BTextCtrl::CloseParenthesis(wxString open, wxString close, bool fromOpen) in CloseParenthesis() function in BTextCtrl
H A DBTextCtrl.h54 void CloseParenthesis(wxString open, wxString close, bool fromOpen);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/unicode-linebreak-0.1.2/src/
H A Dshared.rs43 CloseParenthesis, enumerator
100 CarriageReturn as CR, CloseParenthesis as CP, ClosePunctuation as CL, CombiningMark as CM,
/dports/lang/gleam/gleam-0.18.2/cargo-crates/unicode-linebreak-0.1.2/src/
H A Dshared.rs43 CloseParenthesis, enumerator
100 CarriageReturn as CR, CloseParenthesis as CP, ClosePunctuation as CL, CombiningMark as CM,
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/unicode-linebreak-0.1.2/src/
H A Dshared.rs43 CloseParenthesis, enumerator
100 CarriageReturn as CR, CloseParenthesis as CP, ClosePunctuation as CL, CombiningMark as CM,
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonpath_lib/src/parser/
H A Dtokenizer.rs49 CloseParenthesis(usize), enumerator
77 Token::CloseParenthesis(_) => matches!(other, Token::CloseParenthesis(_)), in is_match_token_type()
280 CH_RPAREN => Ok(Token::CloseParenthesis(pos)), in next_token()
H A Dmod.rs420 Self::close_token(ret, Token::CloseParenthesis(DUMMY), tokenizer) in filter()
435 Self::close_token(ret, Token::CloseParenthesis(DUMMY), tokenizer)? in exprs()
1404 Token::CloseParenthesis(15), in token()
1424 Token::CloseParenthesis(12), in token()
1443 Token::CloseParenthesis(9), in token()
/dports/databases/redisjson/jsonpath-198043336123efdb71172af9f5aef18ef5ec2d6b/src/parser/
H A Dtokenizer.rs49 CloseParenthesis(usize), enumerator
77 Token::CloseParenthesis(_) => matches!(other, Token::CloseParenthesis(_)), in is_match_token_type()
286 CH_RPAREN => Ok(Token::CloseParenthesis(pos)), in next_token()
H A Dmod.rs425 Self::close_token(ret, Token::CloseParenthesis(DUMMY), tokenizer) in filter()
440 Self::close_token(ret, Token::CloseParenthesis(DUMMY), tokenizer)? in exprs()
1410 Token::CloseParenthesis(15), in token()
1430 Token::CloseParenthesis(12), in token()
1449 Token::CloseParenthesis(9), in token()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dcustom_properties.rs374 Token::CloseParenthesis => { in parse_declaration_value_block()
402 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
407 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
902 last_token_type = Token::CloseParenthesis.serialization_type();
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dcustom_properties.rs384 Token::CloseParenthesis => { in parse_declaration_value_block()
412 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
417 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
1013 last_token_type = Token::CloseParenthesis.serialization_type();
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cssparser/src/
H A Dparser.rs224 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
295 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
954 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
H A Dserializer.rs138 Token::CloseParenthesis => dest.write_str(")")?, in to_css()
461 Token::CloseParenthesis | Token::CloseSquareBracket | Token::CloseCurlyBracket |
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dcustom_properties.rs384 Token::CloseParenthesis => { in parse_declaration_value_block()
412 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
417 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
1013 last_token_type = Token::CloseParenthesis.serialization_type();
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dcustom_properties.rs383 Token::CloseParenthesis => { in parse_declaration_value_block()
411 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
416 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
1027 last_token_type = Token::CloseParenthesis.serialization_type();
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cssparser/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1033 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
H A Dserializer.rs157 Token::CloseParenthesis => dest.write_str(")")?, in to_css()
537 | Token::CloseParenthesis
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cssparser-0.25.9/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1038 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
/dports/www/firefox/firefox-99.0/third_party/rust/cssparser/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1033 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dcustom_properties.rs457 Token::CloseParenthesis => { in parse_declaration_value_block()
485 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
490 Token::CloseParenthesis.serialization_type() in parse_declaration_value_block()
1086 last_token_type = Token::CloseParenthesis.serialization_type();
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cssparser/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1033 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cssparser/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1033 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cssparser/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1033 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/cssparser-0.27.2/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1035 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()
/dports/www/monolith/monolith-2.6.1/cargo-crates/cssparser-0.28.1/src/
H A Dparser.rs225 Token::CloseParenthesis => Some(BlockType::Parenthesis), in closing()
268 pub const CloseParenthesis: Delimiters = Delimiters { bits: 1 << 7 }; const
297 Some(b')') => ClosingDelimiter::CloseParenthesis, in from_byte()
1033 BlockType::Parenthesis => ClosingDelimiter::CloseParenthesis, in parse_nested_block()

123