Home
last modified time | relevance | path

Searched refs:ignore_white_space (Results 1 – 25 of 122) sorted by relevance

12345

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.cpp79 void ignore_white_space() in ignore_white_space() function
223 ignore_white_space(); in skip_token()
381 ignore_white_space(); in skip_to_string()
410 ignore_white_space(); in skip_to_start_of_string()
439 ignore_white_space(); in skip_to_start_of_string_either()
474 ignore_white_space(); in required_string()
496 ignore_white_space(); in check_for_eof()
521 ignore_white_space(); in check_for_string()
543 ignore_white_space(); in optional_string()
558 ignore_white_space(); in optional_string_either()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.cpp199 ignore_white_space(); in skip_token()
361 ignore_white_space(); in skip_to_string()
390 ignore_white_space(); in skip_to_start_of_string()
420 ignore_white_space(); in skip_to_start_of_string_either()
455 ignore_white_space(); in required_string()
483 ignore_white_space(); in check_for_eof()
505 ignore_white_space(); in check_for_string()
527 ignore_white_space(); in optional_string()
539 ignore_white_space(); in optional_string_either()
560 ignore_white_space(); in optional_string_one_of()
[all …]
/dports/textproc/py-pyahocorasick/pyahocorasick-1.4.1/
H A DAutomatonSearchIter.h38 bool ignore_white_space; ///< ignore input string white spaces using iswspace() function member
52 bool ignore_white_space
H A DAutomatonSearchIter.c71 bool ignore_white_space in automaton_search_iter_new() argument
89 iter->ignore_white_space = ignore_white_space; in automaton_search_iter_new()
270 if (iter->ignore_white_space) { in automaton_search_iter_next()
/dports/textproc/py-pyahocorasick/pyahocorasick-1.4.1/docs/
H A Dautomaton_iter.rst1 iter(string, [start, [end]], ignore_white_space=False)
16 The ``ignore_white_space`` optional arguments can be used to ignore white
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/localization/
H A Dlocalize.cpp306 ignore_white_space(); in parse_stringstbl_common()
745 ignore_white_space(&ch); in lcl_ext_localize_sub()
751 ignore_white_space(&ch); in lcl_ext_localize_sub()
769 ignore_white_space(&ch); in lcl_ext_localize_sub()
775 ignore_white_space(&ch); in lcl_ext_localize_sub()
796 ignore_white_space(&ch); in lcl_ext_localize_sub()
914 ignore_white_space(&ch); in lcl_ext_localize_sub()
920 ignore_white_space(&ch); in lcl_ext_localize_sub()
938 ignore_white_space(&ch); in lcl_ext_localize_sub()
944 ignore_white_space(&ch); in lcl_ext_localize_sub()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/databases/xtrabackup/boost_1_59_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/databases/percona57-server/boost_1_59_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/databases/percona57-client/boost_1_59_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/devel/boost-libs/boost_1_72_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/devel/boost-python-libs/boost_1_72_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/devel/hyperscan/boost_1_75_0/libs/xpressive/test/
H A Dtest_dynamic_grammar.cpp29 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar()
65 regex_constants::syntax_option_type x = regex_constants::ignore_white_space; in test_dynamic_grammar2()
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/
H A Dbasic_regex.hpp80 …C_CONSTANT(regex_constants::syntax_option_type, ignore_white_space = regex_constants::ignore_white…
272 …name BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::ignore_white_space; member in boost::xpressive::basic_regex<BidiIter>

12345