Home
last modified time | relevance | path

Searched refs:is_begin (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DLang.cpp41 Vector<Point> GetLineString(const wchar *wline, bool& is_begin, bool& is_end) in GetLineString() argument
47 is_begin = (*p == '\"'); in GetLineString()
84 bool is_begin, is_end; //@@@@@@ in GetStringRange() local
85 Vector<Point> list = GetLineString(GetWLine(cl), is_begin, is_end); in GetStringRange()
93 while(is_begin && bl > 0) in GetStringRange()
95 list = GetLineString(GetWLine(bl - 1), is_begin, is_end); in GetStringRange()
103 list = GetLineString(GetWLine(el + 1), is_begin, is_end); in GetStringRange()
104 if(list.IsEmpty() || !is_begin) in GetStringRange()
124 bool is_begin, is_end; in FindString() local
125 Vector<Point> list = GetLineString(GetWLine(l), is_begin, is_end); in FindString()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dsxstubs.cpp103 stub_adjust_test_control(sc_int *control, sc_bool is_begin) { in stub_adjust_test_control() argument
104 *control += is_begin ? 1 : (*control > 0 ? -1 : 0); in stub_adjust_test_control()
110 sc_bool is_begin; in stub_catch_test_control() local
113 is_begin = !(argument[0] == '/'); in stub_catch_test_control()
114 name = is_begin ? argument : argument + 1; in stub_catch_test_control()
117 stub_adjust_test_control(&stub_show_resources, is_begin); in stub_catch_test_control()
120 stub_adjust_test_control(&stub_show_tags, is_begin); in stub_catch_test_control()
/dports/games/scare/scare-1.3.10/source/
H A Dsxstubs.c103 stub_adjust_test_control (sc_int *control, sc_bool is_begin) in stub_adjust_test_control() argument
105 *control += is_begin ? 1 : (*control > 0 ? -1 : 0); in stub_adjust_test_control()
113 sc_bool is_begin; in stub_catch_test_control() local
116 is_begin = !(argument[0] == '/'); in stub_catch_test_control()
117 name = is_begin ? argument : argument + 1; in stub_catch_test_control()
121 stub_adjust_test_control (&stub_show_resources, is_begin); in stub_catch_test_control()
126 stub_adjust_test_control (&stub_show_tags, is_begin); in stub_catch_test_control()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/overscroll/
H A Dscroll_input_handler.cc18 cc::ScrollState CreateScrollState(const ScrollEvent& scroll, bool is_begin) { in CreateScrollState() argument
22 if (is_begin) { in CreateScrollState()
33 scroll_state_data.is_beginning = is_begin; in CreateScrollState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/overscroll/
H A Dscroll_input_handler.cc18 cc::ScrollState CreateScrollState(const ScrollEvent& scroll, bool is_begin) { in CreateScrollState() argument
22 if (is_begin) { in CreateScrollState()
33 scroll_state_data.is_beginning = is_begin; in CreateScrollState()
/dports/devel/arcanist/arcanist-b2e715f/src/serviceprofiler/
H A DPhutilServiceProfiler.php85 $is_begin = false;
90 $is_begin = true;
105 if ($is_begin) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/serviceprofiler/
H A DPhutilServiceProfiler.php85 $is_begin = false;
90 $is_begin = true;
105 if ($is_begin) {
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/tokenizer/
H A Dbasic.cpp31 || (is_begin(*cur) && is_word(cur[1])))) in advance()
42 if (is_begin(*cur) && is_word(cur[1])) in advance()
/dports/textproc/aspell/aspell-0.60.8/modules/tokenizer/
H A Dbasic.cpp31 || (is_begin(*cur) && is_word(cur[1])))) in advance()
42 if (is_begin(*cur) && is_word(cur[1])) in advance()
/dports/graphics/blender/blender-2.91.0/release/scripts/freestyle/modules/freestyle/
H A Dutils.py153 if it.at_last and it.is_begin:
159 elif it.is_begin:
347 if (_it.is_begin):
359 if not _it.is_begin:
361 while not (_it.is_end or _it.is_begin):
499 if (it.is_begin or it.is_end):
H A Dchainingiterators.py382 if _cit.is_begin:
444 if _cit.is_begin:
517 if _cit.is_begin:
588 if _cit.is_begin:
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dtokenizers.c483 grn_bool is_begin; member
522 tokenizer->is_begin = GRN_TRUE; in regexp_init()
554 grn_bool is_begin = tokenizer->is_begin; in regexp_next() local
560 tokenizer->is_begin = GRN_FALSE; in regexp_next()
568 if (is_begin) { in regexp_next()
603 if (is_begin && in regexp_next()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dtokenizers.c483 grn_bool is_begin; member
522 tokenizer->is_begin = GRN_TRUE; in regexp_init()
554 grn_bool is_begin = tokenizer->is_begin; in regexp_next() local
560 tokenizer->is_begin = GRN_FALSE; in regexp_next()
568 if (is_begin) { in regexp_next()
603 if (is_begin && in regexp_next()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dtokenizers.c483 grn_bool is_begin; member
522 tokenizer->is_begin = GRN_TRUE; in regexp_init()
554 grn_bool is_begin = tokenizer->is_begin; in regexp_next() local
560 tokenizer->is_begin = GRN_FALSE; in regexp_next()
568 if (is_begin) { in regexp_next()
603 if (is_begin && in regexp_next()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dtokenizers.c483 grn_bool is_begin; member
522 tokenizer->is_begin = GRN_TRUE; in regexp_init()
554 grn_bool is_begin = tokenizer->is_begin; in regexp_next() local
560 tokenizer->is_begin = GRN_FALSE; in regexp_next()
568 if (is_begin) { in regexp_next()
603 if (is_begin && in regexp_next()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dtokenizers.c483 grn_bool is_begin; member
522 tokenizer->is_begin = GRN_TRUE; in regexp_init()
554 grn_bool is_begin = tokenizer->is_begin; in regexp_next() local
560 tokenizer->is_begin = GRN_FALSE; in regexp_next()
568 if (is_begin) { in regexp_next()
603 if (is_begin && in regexp_next()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dtokenizers.c483 grn_bool is_begin; member
522 tokenizer->is_begin = GRN_TRUE; in regexp_init()
554 grn_bool is_begin = tokenizer->is_begin; in regexp_next() local
560 tokenizer->is_begin = GRN_FALSE; in regexp_next()
568 if (is_begin) { in regexp_next()
603 if (is_begin && in regexp_next()
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Dtokenizer.hpp41 bool is_begin(unsigned char c) const in is_begin() function in acommon::Tokenizer
/dports/textproc/aspell/aspell-0.60.8/common/
H A Dtokenizer.hpp41 bool is_begin(unsigned char c) const in is_begin() function in acommon::Tokenizer
/dports/devel/boost-docs/boost_1_72_0/boost/locale/boundary/
H A Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()
/dports/devel/hyperscan/boost_1_75_0/boost/locale/boundary/
H A Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()
/dports/devel/R-cran-BH/BH/inst/include/boost/locale/boundary/
H A Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/locale/boundary/
H A Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/locale/boundary/
H A Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/locale/boundary/
H A Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()

12345678