Home
last modified time | relevance | path

Searched refs:is_ordered (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/resultset/
H A Dis_ordered.t11 ok !$rs->is_ordered, 'vanilla resultset is not ordered';
16 ok $ordered->is_ordered, 'Simple column ordering detected by is_ordered';
22 ok $ordered->is_ordered, 'resultset with order direction is_ordered';
28 ok $ordered->is_ordered, 'resultset with literal SQL is_ordered';
45 ok $ordered->is_ordered, 'more complicated resultset ordering is_ordered';
51 ok !$ordered->is_ordered, 'ordering with empty arrayref is not ordered';
57 ok !$ordered->is_ordered, 'ordering with [{}] is not ordered';
63 ok $ordered->is_ordered, 'resultset with ordering applied works..';
78 ok !$joined->is_ordered, 'join but no order_by is not ordered';
82 ok !$grouped->is_ordered, 'group_by but no order_by is not ordered';
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/err/
H A Dis_ordered_test.cpp8 using stan::math::is_ordered; in TEST()
10 EXPECT_TRUE(is_ordered(y)); in TEST()
13 EXPECT_TRUE(is_ordered(y)); in TEST()
16 EXPECT_TRUE(is_ordered(y)); in TEST()
20 EXPECT_TRUE(is_ordered(y)); in TEST()
23 EXPECT_FALSE(is_ordered(y)); in TEST()
27 EXPECT_FALSE(is_ordered(y)); in TEST()
31 using stan::math::is_ordered; in TEST()
37 EXPECT_FALSE(is_ordered(y)); in TEST()
43 EXPECT_FALSE(is_ordered(y)); in TEST()
/dports/www/phpbb3/phpBB3/phpbb/di/
H A Dordered_service_collection.php26 protected $is_ordered; variable in phpbb\\di\\ordered_service_collection
40 $this->is_ordered = false;
51 if (!$this->is_ordered)
64 if (!$this->is_ordered)
77 if (!$this->is_ordered)
95 $this->is_ordered = false;
100 if ($this->is_ordered)
115 $this->is_ordered = true;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/gtfwriter_test_cases/
H A Drw-836-2.entry.gtf9 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "1"…
10 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "2"…
11 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "3"…
12 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "4"…
13 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "5"…
14 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "6"…
15 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "7"…
16 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "8"…
18 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "10…
19 …cript_id ""; gbkey "Gene"; gene "LMP2"; gene_biotype "protein_coding"; is_ordered "true"; part "11…
[all …]
/dports/math/oink/oink-c1259fe/src/
H A Dgame.cpp44 is_ordered = true; in Game()
105 is_ordered = true; in Game()
147 is_ordered = other.is_ordered; in Game()
269 if (is_ordered) { in set_priority()
506 is_ordered = true; in parse_pgsolver()
621 if (is_ordered) { in sort()
662 is_ordered = true; in permute()
720 assert(is_ordered); in inflate()
741 assert(is_ordered); in compress()
761 assert(is_ordered); in renumber()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/types/
H A Dcompare.h279 return v.is_ordered() && v.value_ == 0;
283 return !v.is_ordered() || v.value_ != 0;
287 return v.is_ordered() && v.value_ < 0;
291 return v.is_ordered() && v.value_ <= 0;
295 return v.is_ordered() && v.value_ > 0;
299 return v.is_ordered() && v.value_ >= 0;
303 return v.is_ordered() && 0 == v.value_;
311 return v.is_ordered() && 0 < v.value_;
315 return v.is_ordered() && 0 <= v.value_;
319 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/types/
H A Dcompare.h281 return v.is_ordered() && v.value_ == 0;
285 return !v.is_ordered() || v.value_ != 0;
289 return v.is_ordered() && v.value_ < 0;
293 return v.is_ordered() && v.value_ <= 0;
297 return v.is_ordered() && v.value_ > 0;
301 return v.is_ordered() && v.value_ >= 0;
305 return v.is_ordered() && 0 == v.value_;
313 return v.is_ordered() && 0 < v.value_;
317 return v.is_ordered() && 0 <= v.value_;
321 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/graphics/R-cran-s2/s2/src/absl/types/
H A Dcompare.h281 return v.is_ordered() && v.value_ == 0;
285 return !v.is_ordered() || v.value_ != 0;
289 return v.is_ordered() && v.value_ < 0;
293 return v.is_ordered() && v.value_ <= 0;
297 return v.is_ordered() && v.value_ > 0;
301 return v.is_ordered() && v.value_ >= 0;
305 return v.is_ordered() && 0 == v.value_;
313 return v.is_ordered() && 0 < v.value_;
317 return v.is_ordered() && 0 <= v.value_;
321 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/types/
H A Dcompare.h281 return v.is_ordered() && v.value_ == 0;
285 return !v.is_ordered() || v.value_ != 0;
289 return v.is_ordered() && v.value_ < 0;
293 return v.is_ordered() && v.value_ <= 0;
297 return v.is_ordered() && v.value_ > 0;
301 return v.is_ordered() && v.value_ >= 0;
305 return v.is_ordered() && 0 == v.value_;
313 return v.is_ordered() && 0 < v.value_;
317 return v.is_ordered() && 0 <= v.value_;
321 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/types/
H A Dcompare.h279 return v.is_ordered() && v.value_ == 0;
283 return !v.is_ordered() || v.value_ != 0;
287 return v.is_ordered() && v.value_ < 0;
291 return v.is_ordered() && v.value_ <= 0;
295 return v.is_ordered() && v.value_ > 0;
299 return v.is_ordered() && v.value_ >= 0;
303 return v.is_ordered() && 0 == v.value_;
311 return v.is_ordered() && 0 < v.value_;
315 return v.is_ordered() && 0 <= v.value_;
319 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/types/
H A Dcompare.h281 return v.is_ordered() && v.value_ == 0;
285 return !v.is_ordered() || v.value_ != 0;
289 return v.is_ordered() && v.value_ < 0;
293 return v.is_ordered() && v.value_ <= 0;
297 return v.is_ordered() && v.value_ > 0;
301 return v.is_ordered() && v.value_ >= 0;
305 return v.is_ordered() && 0 == v.value_;
313 return v.is_ordered() && 0 < v.value_;
317 return v.is_ordered() && 0 <= v.value_;
321 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/types/
H A Dcompare.h281 return v.is_ordered() && v.value_ == 0;
285 return !v.is_ordered() || v.value_ != 0;
289 return v.is_ordered() && v.value_ < 0;
293 return v.is_ordered() && v.value_ <= 0;
297 return v.is_ordered() && v.value_ > 0;
301 return v.is_ordered() && v.value_ >= 0;
305 return v.is_ordered() && 0 == v.value_;
313 return v.is_ordered() && 0 < v.value_;
317 return v.is_ordered() && 0 <= v.value_;
321 return v.is_ordered() && 0 > v.value_;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dmock_storage_service.cpp62 const bool is_ordered = !ws_meta.seqno().is_undefined(); in commit() local
63 if (is_ordered) in commit()
71 if (!is_ordered) in commit()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dmock_storage_service.cpp62 const bool is_ordered = !ws_meta.seqno().is_undefined(); in commit() local
63 if (is_ordered) in commit()
71 if (!is_ordered) in commit()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dmock_storage_service.cpp62 const bool is_ordered = !ws_meta.seqno().is_undefined(); in commit() local
63 if (is_ordered) in commit()
71 if (!is_ordered) in commit()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Dmock_storage_service.cpp62 const bool is_ordered = !ws_meta.seqno().is_undefined(); in commit() local
63 if (is_ordered) in commit()
71 if (!is_ordered) in commit()
/dports/www/p5-RPC-ExtDirect/RPC-ExtDirect-3.24/lib/RPC/ExtDirect/API/
H A DMethod.pm35 my $is_ordered
39 = !$pollHandler && !$formHandler && !$is_ordered;
43 : $is_ordered ? 'ordered'
51 is_ordered => $is_ordered,
113 elsif ( $self->is_ordered ) {
781 if ( $self->is_ordered ) {
/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dworldrmi.cc102 if (!is_ordered(attr) || count==recv_counters[src]) { in process_some()
107 " ordered=", is_ordered(attr), in process_some()
110 if (is_ordered(attr)) ++(recv_counters[src]); in process_some()
118 " ordered=", is_ordered(attr), in process_some()
146 " ordered=", is_ordered(q[m].attr), in process_some()
159 " ordered=", is_ordered(q[m].attr), in process_some()
476 " ordered=", is_ordered(attr), in isend()
486 if (is_ordered(attr)) { in isend()
/dports/textproc/py-misaka/misaka-2.1.1/tests/
H A Dtest_renderer.py210 def list(self, content, is_ordered, is_block): argument
211 ordered = 'true' if is_ordered else 'false'
215 def listitem(self, content, is_ordered, is_block): argument
216 ordered = 'true' if is_ordered else 'false'
/dports/devel/boost-docs/boost_1_72_0/boost/multi_index/detail/
H A Dindex_matcher.hpp175 bool is_ordered(void * node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm_base
223 bool is_ordered(Node* node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm
225 return super::is_ordered(node); in is_ordered()
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/detail/
H A Dindex_matcher.hpp175 bool is_ordered(void * node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm_base
223 bool is_ordered(Node* node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm
225 return super::is_ordered(node); in is_ordered()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/multi_index/detail/
H A Dindex_matcher.hpp175 bool is_ordered(void * node)const in is_ordered() function in pdalboost::multi_index::detail::index_matcher::algorithm_base
223 bool is_ordered(Node* node)const in is_ordered() function in pdalboost::multi_index::detail::index_matcher::algorithm
225 return super::is_ordered(node); in is_ordered()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/detail/
H A Dindex_matcher.hpp175 bool is_ordered(void * node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm_base
223 bool is_ordered(Node* node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm
225 return super::is_ordered(node); in is_ordered()
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/detail/
H A Dindex_matcher.hpp175 bool is_ordered(void * node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm_base
223 bool is_ordered(Node* node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm
225 return super::is_ordered(node); in is_ordered()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/multi_index/detail/
H A Dindex_matcher.hpp174 bool is_ordered(void * node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm_base
222 bool is_ordered(Node* node)const in is_ordered() function in boost::multi_index::detail::index_matcher::algorithm
224 return super::is_ordered(node); in is_ordered()

12345678910>>...13