Home
last modified time | relevance | path

Searched refs:from_ (Results 1 – 25 of 1722) sorted by relevance

12345678910>>...69

/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dcte_cycle.result50 SELECT depth+1, t1.from_, t1.to_
52 ) CYCLE from_, to_ RESTRICT
54 depth from_ to_
64 SELECT depth+1, t1.from_, t1.to_
66 ) CYCLE from_, to_ RESTRICT
72 depth from_ to_
82 depth from_ to_
111 ) CYCLE from_, to_ RESTRICT
113 depth from_ to_
133 depth from_ to_ load_
[all …]
H A Dcte_cycle.test53 create table t1 (from_ int, to_ int);
56 WITH RECURSIVE cte (depth, from_, to_) as (
59 SELECT depth+1, t1.from_, t1.to_
60 FROM t1, cte WHERE t1.from_ = cte.to_
61 ) CYCLE from_, to_ RESTRICT
67 SELECT depth+1, t1.from_, t1.to_
69 ) CYCLE from_, to_ RESTRICT
112 SELECT depth+1, t1.from_, t1.to_
114 ) CYCLE from_, to_ RESTRICT
130 ) CYCLE from_, to_, load_ RESTRICT
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dcte_cycle.result50 SELECT depth+1, t1.from_, t1.to_
52 ) CYCLE from_, to_ RESTRICT
54 depth from_ to_
64 SELECT depth+1, t1.from_, t1.to_
66 ) CYCLE from_, to_ RESTRICT
72 depth from_ to_
82 depth from_ to_
111 ) CYCLE from_, to_ RESTRICT
113 depth from_ to_
133 depth from_ to_ load_
[all …]
H A Dcte_cycle.test53 create table t1 (from_ int, to_ int);
56 WITH RECURSIVE cte (depth, from_, to_) as (
59 SELECT depth+1, t1.from_, t1.to_
60 FROM t1, cte WHERE t1.from_ = cte.to_
61 ) CYCLE from_, to_ RESTRICT
67 SELECT depth+1, t1.from_, t1.to_
69 ) CYCLE from_, to_ RESTRICT
112 SELECT depth+1, t1.from_, t1.to_
114 ) CYCLE from_, to_ RESTRICT
130 ) CYCLE from_, to_, load_ RESTRICT
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/view/
H A Diota.hpp185 From from_ = From(); member
209 ++from_; in next()
221 return that.from_ == from_ && that.done_ == done_; in equal()
232 --from_; in prev()
257 return static_cast<D>(detail::iota_distance_(from_, that.from_)) + in distance_to()
341 From from_ = From(); member
364 From from_; member
372 ++from_; in next()
384 return that.from_ == from_; in equal()
392 --from_; in prev()
[all …]
H A Dlinear_distribute.hpp43 T from_, to_; member
48 return from_; in read()
60 RANGES_EXPECT(!eq || from_ == other.from_); in equal()
70 from_ = to_; in next()
74 from_ += (to_ - from_) / T(n_); in next()
81 : from_(from) in linear_distribute_view()
86 RANGES_EXPECT(to_ >= from_); in linear_distribute_view()
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/view/
H A Diota.hpp185 From from_ = From(); member
209 ++from_; in next()
221 return that.from_ == from_ && that.done_ == done_; in equal()
232 --from_; in prev()
257 return static_cast<D>(detail::iota_distance_(from_, that.from_)) + in distance_to()
341 From from_ = From(); member
364 From from_; member
372 ++from_; in next()
384 return that.from_ == from_; in equal()
392 --from_; in prev()
[all …]
H A Dlinear_distribute.hpp43 T from_, to_; member
48 return from_; in read()
60 RANGES_EXPECT(!eq || from_ == other.from_); in equal()
70 from_ = to_; in next()
74 from_ += (to_ - from_) / T(n_); in next()
81 : from_(from) in linear_distribute_view()
86 RANGES_EXPECT(to_ >= from_); in linear_distribute_view()
/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/sqlalchemy_utils/relationships/
H A Dchained_join.py8 from_ = property_.secondary.join(
13 from_ = property_.mapper.class_.__table__
17 from_ = from_.join(
22 from_ = from_.join(
27 from_ = from_.join(
31 return from_
/dports/audio/jamulus/jamulus-r3_8_1/tools/
H A Dget_release_contributors.py118 def main(from_, to): argument
122 print_code_contributors(from_, to)
123 print_app_translators(from_, to)
126 print_website_contributors(from_, to)
132 def print_code_contributors(from_, to): argument
136 def print_app_translators(from_, to): argument
140 def print_website_contributors(from_, to): argument
141 return print_contributors('Website contributors/translators', ['.'], from_, to)
144 def print_contributors(title, git_log_selector, from_, to): argument
150 def find_contributors(git_log_selector, from_, to): argument
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/
H A Dpubsub.py7 def make_pubsub_event(from_, node, *contents): argument
8 return elem('message', from_=from_)(
20 message = elem('message', from_='bob@foo.com')(
29 message = elem('message', from_='bob@foo.com')(
47 message = elem('message', from_='aaaa')(
56 message = elem('message', from_='bob@foo.com')(
61 message = elem('message', from_='bob@foo.com')(
67 message = elem('message', from_='bob@foo.com')(
74 message = elem('message', from_='bob@foo.com')(
83 message = elem('message', from_='bob@foo.com')(
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dgradient.c33 rep_DECLARE2(from_, COLORP);
42 from[0] = VCOLOR(from_)->red / 256;
43 from[1] = VCOLOR(from_)->green / 256;
44 from[2] = VCOLOR(from_)->blue / 256;
75 rep_DECLARE2(from_, COLORP);
84 from[0] = VCOLOR(from_)->red / 256;
85 from[1] = VCOLOR(from_)->green / 256;
86 from[2] = VCOLOR(from_)->blue / 256;
117 rep_DECLARE2(from_, COLORP);
126 from[0] = VCOLOR(from_)->red / 256;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dunicode_range_set.h41 UnicodeRange(UChar32 from, UChar32 to) : from_(from), to_(to) {} in UnicodeRange()
43 UChar32 From() const { return from_; } in From()
45 bool Contains(UChar32 c) const { return from_ <= c && c <= to_; } in Contains()
47 return from_ < other.from_;
51 return other.from_ == from_ && other.to_ == to_;
55 UChar32 from_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dunicode_range_set.h41 UnicodeRange(UChar32 from, UChar32 to) : from_(from), to_(to) {} in UnicodeRange()
43 UChar32 From() const { return from_; } in From()
45 bool Contains(UChar32 c) const { return from_ <= c && c <= to_; } in Contains()
47 return from_ < other.from_;
51 return other.from_ == from_ && other.to_ == to_;
55 UChar32 from_;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/detail/
H A Denum_maker.hpp98 explicit enum_maker(From& from): from_(from) {} in enum_maker()
99 enum_maker(enum_maker<From> const& rhs): from_(rhs.from_) {} in enum_maker()
103 from_.add_static_constant(val.name_, val.val_); in operator []()
104 return from_; in operator []()
111 from_.add_static_constant(i->name_, i->val_); in operator []()
114 return from_; in operator []()
117 From& from_; member
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept :
32 from{ from_ } {
36 context * from_) noexcept :
38 from{ from_ } {
42 context * from_) noexcept :
44 from{ from_ } {
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept : in data_t()
32 from{ from_ } { in data_t()
36 context * from_) noexcept : in data_t()
38 from{ from_ } {
42 context * from_) noexcept : in data_t()
44 from{ from_ } {
/dports/devel/boost-libs/boost_1_72_0/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept : in data_t()
32 from{ from_ } { in data_t()
36 context * from_) noexcept : in data_t()
38 from{ from_ } {
42 context * from_) noexcept : in data_t()
44 from{ from_ } {
/dports/devel/boost-python-libs/boost_1_72_0/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept : in data_t()
32 from{ from_ } { in data_t()
36 context * from_) noexcept : in data_t()
38 from{ from_ } {
42 context * from_) noexcept : in data_t()
44 from{ from_ } {
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept : in data_t()
32 from{ from_ } { in data_t()
36 context * from_) noexcept : in data_t()
38 from{ from_ } {
42 context * from_) noexcept : in data_t()
44 from{ from_ } {
/dports/devel/hyperscan/boost_1_75_0/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept : in data_t()
32 from{ from_ } { in data_t()
36 context * from_) noexcept : in data_t()
38 from{ from_ } {
42 context * from_) noexcept : in data_t()
44 from{ from_ } {
/dports/devel/boost-docs/boost_1_72_0/boost/fiber/detail/
H A Ddata.hpp31 explicit data_t( context * from_) noexcept : in data_t()
32 from{ from_ } { in data_t()
36 context * from_) noexcept : in data_t()
38 from{ from_ } {
42 context * from_) noexcept : in data_t()
44 from{ from_ } {
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fiber/detail/
H A Ddata.hpp47 explicit data_t( context * from_) noexcept :
48 from{ from_ } {
52 context * from_) noexcept :
54 from{ from_ } {
58 context * from_) noexcept :
60 from{ from_ } {
/dports/devel/py-fastimport/fastimport-0.9.14/fastimport/processors/
H A Dfilter_processor.py116 cmd.from_ = self._find_interesting_from(cmd.from_)
122 if cmd.from_ and cmd.merges:
123 parents = [cmd.from_] + cmd.merges
124 elif cmd.from_:
125 parents = [cmd.from_]
133 if cmd.from_ is None:
139 cmd.from_ = self._find_interesting_from(cmd.from_)
140 self.keep = cmd.from_ is not None
145 cmd.from_ = self._find_interesting_from(cmd.from_)
146 self.keep = cmd.from_ is not None
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_unicode_range_value.cc34 if (from_ == to_) in CustomCSSText()
35 return String::Format("U+%X", from_); in CustomCSSText()
36 return String::Format("U+%X-%X", from_, to_); in CustomCSSText()
40 return from_ == other.from_ && to_ == other.to_; in Equals()

12345678910>>...69