Home
last modified time | relevance | path

Searched refs:first (Results 18351 – 18375 of 737728) sorted by relevance

1...<<731732733734735736737738739740>>...29510

/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/x3/nonterminal/
H A Drule.hpp32 , Iterator& first, Iterator const& last in parse_rule() argument
37 return get<ID>(context).parse(first, last, context, unused, attr); in parse_rule()
60 bool parse(Iterator& first, Iterator const& last in parse()
65 rhs, name, first, last in parse()
113 bool parse(Iterator& first, Iterator const& last in parse()
116 return parse_rule(*this, first, last, context, attr); in parse()
148 , Iterator& first, Iterator const& last \
160 , Iterator& first, Iterator const& last \
165 return def_.parse(first, last, context, unused, attr); \
176 , Iterator& first, Iterator const& last \
/dports/japanese/plan/plan-1.10.1/holiday/
H A Dholiday_australia19 small "Melbourne Cup" green on first tuesday in november
22 small "Labour Day" weekend on first monday in october
26 small "ACT - Bank holiday" weekend on first monday in august
31 small "Melbourne Cup" weekend on first tuesday in november
43 small "WA - Labour Day" weekend on first monday in march
44 small "WA - Foundation Day" weekend first monday in june
48 small "NT - May Day" on weekend first monday in may
49 small "Alice Springs Show Day" weekend on first friday in july
53 small "NT - Picnic Day" weekend on first monday in august
56 small "QLD - Labour Day" weekend on first monday in may
/dports/graphics/gource/gource-0.51/src/core/
H A Dbounds.h38 bool first; variable
59 first = true; in reset()
95 if(first) { in update()
98 first=false; in update()
109 if(first) return false; in contains()
142 bool first; variable
147 first = true; in reset()
181 if(first) { in update()
184 first = false; in update()
197 if(first) return false; in contains()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/x3/nonterminal/
H A Drule.hpp32 , Iterator& first, Iterator const& last in parse_rule() argument
37 return get<ID>(context).parse(first, last, context, unused, attr); in parse_rule()
60 bool parse(Iterator& first, Iterator const& last in parse()
65 rhs, name, first, last in parse()
113 bool parse(Iterator& first, Iterator const& last in parse()
116 return parse_rule(*this, first, last, context, attr); in parse()
148 , Iterator& first, Iterator const& last \
160 , Iterator& first, Iterator const& last \
165 return def_.parse(first, last, context, unused, attr); \
176 , Iterator& first, Iterator const& last \
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/qi/detail/
H A Dalternative_function.hpp61 : first(first_), last(last_), context(context_), skipper(skipper_), in alternative_function()
70 return component.parse(first, last, context, skipper, attr); in call()
89 if (component.parse(first, last, context, skipper, val)) in call_optional_or_variant()
109 if (component.parse(first, last, context, skipper, val)) in call_variant()
123 return component.parse(first, last, context, skipper, attr); in call_variant()
159 return component.parse(first, last, context, skipper, unused); in call_unused()
173 Iterator& first; member
190 : first(first_), last(last_), context(context_), skipper(skipper_) in alternative_function()
198 return component.parse(first, last, context, skipper, in operator ()()
202 Iterator& first; member
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/lex/qi/
H A Dplain_token.hpp94 bool parse(Iterator& first, Iterator const& last in parse()
98 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
100 if (first != last) { in parse()
109 token_type const& t = *first; in parse()
112 ++first; in parse()
146 bool parse(Iterator& first, Iterator const& last in parse()
150 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
152 if (first != last) { in parse()
161 token_type const& t = *first; in parse()
165 ++first; in parse()
H A Dplain_tokenid.hpp96 bool parse(Iterator& first, Iterator const& last in parse()
100 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
102 if (first != last) { in parse()
111 token_type const& t = *first; in parse()
114 ++first; in parse()
147 bool parse(Iterator& first, Iterator const& last in parse()
151 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
153 if (first != last) { in parse()
162 token_type const& t = *first; in parse()
166 ++first; in parse()
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Dreachiter.cc43 const state* ptr = s->first; in ~twa_reachable_iterator()
65 if (si->first()) in run()
83 process_link(t, tn, s->first, s->second, si); in run()
162 const state* ptr = s->first; in ~twa_reachable_iterator_depth_first()
175 si->first(); in push()
213 if (res.first->second == 0) in run()
218 dst = res.first->first; in run()
223 res.first->second = 0; in run()
232 int dst_n = res.first->second; in run()
/dports/security/py-xmlsec/xmlsec-1.3.12/tests/
H A Dbase.py110 def assertXmlEqual(self, first, second, msg=None): argument
113 if first.tag != second.tag:
114 self.fail('Tags do not match: %s and %s. %s' % (first.tag, second.tag, msg))
115 for name, value in first.attrib.items():
119 if name not in first.attrib:
121 if not xml_text_compare(first.text, second.text):
122 self.fail('text: %r != %r. %s' % (first.text, second.text, msg))
123 if not xml_text_compare(first.tail, second.tail):
124 self.fail('tail: %r != %r. %s' % (first.tail, second.tail, msg))
125 cl1 = sorted(first.getchildren(), key=lambda x: x.tag)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/bitrate_controller/
H A Dbitrate_allocator.cc45 kv.first->OnNetworkChanged(kv.second, last_fraction_loss_, last_rtt_); in OnNetworkChanged()
108 kv.first->OnNetworkChanged(kv.second, last_fraction_loss_, last_rtt_); in AddBitrateObserver()
109 if (kv.first == observer) in AddBitrateObserver()
142 if (it->first == observer) in FindObserverConfigurationPair()
164 ObserverConfiguration(observer.first, observer.second.min_bitrate_))); in NormalRateAllocation()
172 if (max_it->first < observer_allowance) { in NormalRateAllocation()
175 uint32_t remainder = observer_allowance - max_it->first; in NormalRateAllocation()
179 allocation[max_it->second.observer_] = max_it->first; in NormalRateAllocation()
196 allocation[observer.first] = observer.second.min_bitrate_; in LowRateAllocation()
204 allocation[observer.first] = allocated_bitrate; in LowRateAllocation()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/lex/qi/
H A Dplain_token.hpp94 bool parse(Iterator& first, Iterator const& last in parse()
98 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
100 if (first != last) { in parse()
109 token_type const& t = *first; in parse()
112 ++first; in parse()
146 bool parse(Iterator& first, Iterator const& last in parse()
150 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
152 if (first != last) { in parse()
161 token_type const& t = *first; in parse()
165 ++first; in parse()
H A Dplain_tokenid.hpp96 bool parse(Iterator& first, Iterator const& last in parse()
100 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
102 if (first != last) { in parse()
111 token_type const& t = *first; in parse()
114 ++first; in parse()
147 bool parse(Iterator& first, Iterator const& last in parse()
151 qi::skip_over(first, last, skipper); // always do a pre-skip in parse()
153 if (first != last) { in parse()
162 token_type const& t = *first; in parse()
166 ++first; in parse()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/qi/detail/
H A Dalternative_function.hpp61 : first(first_), last(last_), context(context_), skipper(skipper_), in alternative_function()
70 return component.parse(first, last, context, skipper, attr); in call()
89 if (component.parse(first, last, context, skipper, val)) in call_optional_or_variant()
109 if (component.parse(first, last, context, skipper, val)) in call_variant()
123 return component.parse(first, last, context, skipper, attr); in call_variant()
159 return component.parse(first, last, context, skipper, unused); in call_unused()
173 Iterator& first; member
190 : first(first_), last(last_), context(context_), skipper(skipper_) in alternative_function()
198 return component.parse(first, last, context, skipper, in operator ()()
202 Iterator& first; member
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dconstruct_c++2a.cc152 val.first.second = 2; in test06()
153 val.second.first = 3; in test06()
155 X& x = v.back().first.first; in test06()
156 VERIFY( x.mr != val.first.first.mr ); in test06()
164 VERIFY( v.back().first.second == val.first.second ); in test06()
165 VERIFY( v.back().second.first == val.second.first ); in test06()
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Dreachiter.cc43 const state* ptr = s->first; in ~twa_reachable_iterator()
65 if (si->first()) in run()
83 process_link(t, tn, s->first, s->second, si); in run()
162 const state* ptr = s->first; in ~twa_reachable_iterator_depth_first()
175 si->first(); in push()
213 if (res.first->second == 0) in run()
218 dst = res.first->first; in run()
223 res.first->second = 0; in run()
232 int dst_n = res.first->second; in run()
/dports/devel/p5-List-AllUtils/List-AllUtils-0.19/t/
H A Dbasic.t27 ok( !Foo->can('first'), 'no exports by default' );
32 use List::AllUtils qw( first any apply rev_sort_by );
35 return first { $_ > 1 } @_;
47 ok( Bar->can('first'), 'explicitly import first' );
76 return first { $_ > 1 } @_;
84 ok( Baz->can('first'), 'imported everything, got first' );
104 ( List::AllUtils::first { $_ > 5 } ( 1, 2, 5, 22, 7 ) ),
106 'explicitly calling List::AllUtils::first produces the correct result'
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dbounds.h38 bool first; variable
59 first = true; in reset()
95 if(first) { in update()
98 first=false; in update()
109 if(first) return false; in contains()
142 bool first; variable
147 first = true; in reset()
181 if(first) { in update()
184 first = false; in update()
197 if(first) return false; in contains()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dconstruct_c++2a.cc152 val.first.second = 2; in test06()
153 val.second.first = 3; in test06()
155 X& x = v.back().first.first; in test06()
156 VERIFY( x.mr != val.first.first.mr ); in test06()
164 VERIFY( v.back().first.second == val.first.second ); in test06()
165 VERIFY( v.back().second.first == val.second.first ); in test06()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Modules/
H A Dodr_hash.cl7 // Build first header file
8 // RUN: echo "#define FIRST" >> %t/Inputs/first.h
9 // RUN: cat %s >> %t/Inputs/first.h
16 // RUN: %clang_cc1 -fsyntax-only -x c++ %t/Inputs/first.h -cl-std=CL2.0
21 // RUN: echo " header \"first.h\"" >> %t/Inputs/module.map
31 #include "first.h"
63 …ent definitions in different modules; definition in module 'SecondModule' first difference is func…
64 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
66 …ent definitions in different modules; definition in module 'SecondModule' first difference is func…
67 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Modules/
H A Dodr_hash.cl7 // Build first header file
8 // RUN: echo "#define FIRST" >> %t/Inputs/first.h
9 // RUN: cat %s >> %t/Inputs/first.h
16 // RUN: %clang_cc1 -fsyntax-only -x c++ %t/Inputs/first.h -cl-std=CL2.0
21 // RUN: echo " header \"first.h\"" >> %t/Inputs/module.map
31 #include "first.h"
63 …ent definitions in different modules; definition in module 'SecondModule' first difference is func…
64 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
66 …ent definitions in different modules; definition in module 'SecondModule' first difference is func…
67 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Modules/
H A Dodr_hash.cl7 // Build first header file
8 // RUN: echo "#define FIRST" >> %t/Inputs/first.h
9 // RUN: cat %s >> %t/Inputs/first.h
16 // RUN: %clang_cc1 -fsyntax-only -x c++ %t/Inputs/first.h -cl-std=CL2.0
21 // RUN: echo " header \"first.h\"" >> %t/Inputs/module.map
31 #include "first.h"
63 …ent definitions in different modules; definition in module 'SecondModule' first difference is func…
64 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
66 …ent definitions in different modules; definition in module 'SecondModule' first difference is func…
67 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/plugins/wolf-shaper/Libs/DSPFilters/include/DspFilters/
H A DBiquad.h106 setOnePole (pair.poles.first, pair.zeros.first);
108 setTwoPole (pair.poles.first, pair.zeros.first,
190 complex_t dp0 = (z.poles.first - zPrev.poles.first) * t;
192 complex_t dz0 = (z.zeros.first - zPrev.zeros.first) * t;
198 zPrev.poles.first += dp0;
200 zPrev.zeros.first += dz0;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/config/
H A DsfViewConfigHandler.class.php43 $first = true;
51 $data[] = ($first ? '' : 'else ')."if (\$this->actionName.\$this->viewName == '$viewName')\n".
56 $first = false;
60 $data[] = ($first ? '' : "else\n{")."\n";
62 $data[] = ($first ? '' : "}")."\n\n";
65 $first = true;
73 $data[] = ($first ? '' : 'else ')."if (\$templateName.\$this->viewName == '$viewName')\n".
85 $first = false;
89 $data[] = ($first ? '' : "else\n{")."\n";
97 $data[] = ($first ? '' : "}")."\n";
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Contrib/dic/gerodic/
H A Dg-jinmei.u383 �ޤ��Ҥ� �� ��̾ 7 # My first name
459 �������� �̰� ��̾ 6 # ̾, male first name
629 ���Ĥ� ���� ��̾ 5 # male first name
704 ���Ĥ� ��� ��̾ 5 # ̾, female first name
1061 ���礦���� ��¢ ��̾ 4 # male first name
1073 ������ ���� ��̾ 4 # My mother's first name
1239 �Ҥ��� ���� ��̾ 4 # My brother's first name
1282 �ޤ��� ��ͺ ��̾ 4 # male first name
1294 �ޤ��� ���� ��̾ 4 # My father's first name
1402 ��ߤ� ��߻� ��̾ 4 # My wife's first name
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Contrib/dic/gerodic/
H A Dg-jinmei.u383 �ޤ��Ҥ� �� ��̾ 7 # My first name
459 �������� �̰� ��̾ 6 # ̾, male first name
629 ���Ĥ� ���� ��̾ 5 # male first name
704 ���Ĥ� ��� ��̾ 5 # ̾, female first name
1061 ���礦���� ��¢ ��̾ 4 # male first name
1073 ������ ���� ��̾ 4 # My mother's first name
1239 �Ҥ��� ���� ��̾ 4 # My brother's first name
1282 �ޤ��� ��ͺ ��̾ 4 # male first name
1294 �ޤ��� ���� ��̾ 4 # My father's first name
1402 ��ߤ� ��߻� ��̾ 4 # My wife's first name

1...<<731732733734735736737738739740>>...29510