Home
last modified time | relevance | path

Searched refs:order_clause (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsize_regulator.cpp36 const char* order_clause = ""; variable
56 retval = result.make_unsent(app, i, n, order_clause, nchanged); in do_pass()
89 order_clause = " order by random "; in main()
91 order_clause = " order by priority asc "; in main()
93 order_clause = " order by priority desc "; in main()
95 order_clause = " order by priority desc, workunitid "; in main()
H A Dfeeder.cpp142 const char* order_clause=""; variable
263 retval = wi.enumerate(enum_size, select_clause, order_clause); in get_job_from_db()
744 order_clause = "order by r1.random "; in main()
746 order_clause = "order by rand(sysdate()) "; in main()
750 order_clause = "order by r1.priority asc "; in main()
752 order_clause = "order by r1.priority desc "; in main()
754 order_clause = "order by r1.priority desc, r1.workunitid"; in main()
768 order_clause = order_buf; in main()
927 if (using_hr && strlen(order_clause)) { in main()
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMTree.php77 $order_clause = "";
81 $order_clause = "ORDER BY " . $a_order . " " . $a_direction;
83 $order_clause = "ORDER BY " . $this->table_tree . ".lft";
94 $order_clause,
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMTree.php77 $order_clause = "";
81 $order_clause = "ORDER BY " . $a_order . " " . $a_direction;
83 $order_clause = "ORDER BY " . $this->table_tree . ".lft";
94 $order_clause,
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Duser_search.php112 $order_clause = "id desc";
114 $order_clause ="expavg_credit desc";
116 $order_clause ="total_credit desc";
120 $users = BoincUser::enum_fields($fields, $where, "order by $order_clause limit 100");
H A Dresults.php78 $order_clause = "order by name"; variable
80 $order_clause = "order by sent_time desc"; variable
82 $query = "$clause2 $order_clause limit $offset,".($results_per_page+1);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Dboinc_db.inc215 static function enum($where_clause, $order_clause=null) {
217 return $db->enum('user', 'BoincUser', $where_clause, $order_clause);
222 'user', 'BoincUser', $fields, $where_clause, $order_clause
268 static function enum($where_clause, $order_clause=null) {
296 'team', 'BoincTeam', $fields, $where_clause, $order_clause
325 static function enum($where_clause, $order_clause=null) {
332 'host', 'BoincHost', $fields, $where_clause, $order_clause
361 static function enum_fields($fields, $where_clause, $order_clause) {
500 static function enum($where_clause=null, $order_clause=null) {
758 static function get_list($where_clause, $order_clause, $limit) {
[all …]
H A Ddb_conn.inc95 …e1, $table2, $joinfield1, $joinfield2, $classname, $fields, $where_clause, $order_clause, $limit) {
96 …table2 b on a.$joinfield1=b.$joinfield2 where $where_clause order by $order_clause desc limit $lim…
158 $table, $classname, $fields, $where_clause, $order_clause
164 $query = "select $fields from DBNAME.$table $where_clause $order_clause";
168 function enum($table, $classname, $where_clause=null, $order_clause=null) {
170 $table, $classname, '*', $where_clause, $order_clause
/dports/devel/rth/rth/
H A Dtest_csv_export.php34 $order_clause = ' ORDER BY ' . $s_test_table_display_options['order_by'] . ' ' . $s_test_table_disp… variable
41 $q = $q . $where_clause . $order_clause;
H A Dtest_workflow_csv_export.php37 $order_clause = ' ORDER BY ' . $s_test_workflow_table_display_options['order_by'] . ' ' . $s_test_w… variable
44 $q = $q . $where_clause . $order_clause;
/dports/devel/rth/rth/api/
H A Dfilter_api.php96 $order_clause = " ORDER BY $orderby $order_dir";
97 $q = $q.$where_clause.$order_clause;
/dports/devel/truc/truc_0.12.0/api/
H A Dfilter_api.php95 $order_clause = " ORDER BY $orderby $order_dir";
96 $q = $q.$where_clause.$order_clause;
/dports/audio/beets/beets-1.4.9/beets/dbcore/
H A Dquery.py772 def order_clause(self): member in Sort
816 if not sort.order_clause() is None:
823 def order_clause(self): member in MultipleSort
826 order = sort.order_clause()
843 elif sort.order_clause() is None:
907 def order_clause(self): member in FixedFieldSort
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/SQL/
H A DNano.pm112 $self->{order_clause} = $self->parse_order_clause($2);
466 if ( $self->{order_clause} )
468 my ( $sort_col, $desc ) = each %{ $self->{order_clause} };
/dports/www/ilias/ILIAS-5.4.25/Services/Tree/classes/
H A Dclass.ilTree.php533 $order_clause = "";
537 $order_clause = "ORDER BY " . $a_order . " " . $a_direction;
539 $order_clause = "ORDER BY " . $this->table_tree . ".lft";
548 $order_clause,
697 $order_clause = "ORDER BY " . $a_order . " " . $a_direction;
699 $order_clause = "ORDER BY " . $this->table_tree . ".lft";
707 $order_clause;
/dports/www/ilias6/ILIAS-6.14/Services/Tree/classes/
H A Dclass.ilTree.php557 $order_clause = "";
561 $order_clause = "ORDER BY " . $a_order . " " . $a_direction;
563 $order_clause = "ORDER BY " . $this->table_tree . ".lft";
572 $order_clause,
721 $order_clause = "ORDER BY " . $a_order . " " . $a_direction;
723 $order_clause = "ORDER BY " . $this->table_tree . ".lft";
731 $order_clause;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/query_builder/
H A Dmod.rs26 mod order_clause; module
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/query_builder/
H A Dmod.rs26 mod order_clause; module
/dports/databases/p5-SQL-Statement/SQL-Statement-1.414/lib/SQL/
H A DParser.pm480 my ( $from_clause, $where_clause, $order_clause, $groupby_clause, $limit_clause );
483 if ( $str =~ s/^(.+) ORDER BY (.+)$/$1/i ) { $order_clause = $2; }
504 if ($order_clause)
506 return undef unless ( $self->SORT_SPEC_LIST($order_clause) );
1490 my ( $self, $order_clause ) = @_;
1491 return 1 if !$order_clause;
1493 my @order_columns = split ',', $order_clause;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/db/
H A Dboinc_db.h189 APP&, int size_class, int n, const char* order_clause, int& nchanged
295 int limit, const char* select_clause, const char* order_clause
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/mvc/model/query/
H A Dparser.php7.lemon138 …::= select_clause(S) where_clause(W) group_clause(G) having_clause(H) order_clause(O) select_limit…
508 %destructor order_clause {
512 order_clause(R) ::= ORDER BY order_list(O) . {
516 order_clause(R) ::= . {
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/model/query/
H A Dparser.php5.lemon147 …::= select_clause(S) where_clause(W) group_clause(G) having_clause(H) order_clause(O) select_limit…
517 %destructor order_clause {
521 order_clause(R) ::= ORDER BY order_list(O) . {
525 order_clause(R) ::= . {
H A Dparser.php7.lemon147 …::= select_clause(S) where_clause(W) group_clause(G) having_clause(H) order_clause(O) select_limit…
517 %destructor order_clause {
521 order_clause(R) ::= ORDER BY order_list(O) . {
525 order_clause(R) ::= . {
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dflwor_rules.cpp558 else if (clause->get_kind() == flwor_clause::order_clause) in RULE_REWRITE_PRE()
817 case flwor_clause::order_clause: in safe_to_fold_single_use()
1183 case flwor_clause::order_clause: in var_in_try_or_loop()
1840 c->get_kind() == flwor_clause::order_clause) in RULE_REWRITE_PRE()
1854 c->get_kind() == flwor_clause::order_clause) in RULE_REWRITE_PRE()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp799 ((clauseVarMap->theClause->get_kind() == flwor_clause::order_clause && in general_var_codegen()
981 v.get_clause(i-1)->get_kind() != flwor_clause::order_clause && in begin_visit()
1017 case flwor_clause::order_clause: in begin_visit()
1032 lastClause->get_kind() != flwor_clause::order_clause && in begin_visit()
1115 case flwor_clause::order_clause: in begin_visit()
1256 case flwor_clause::order_clause: in visit_flwor_clause()
1600 else if (c.get_kind() == flwor_clause::order_clause) in gflwor_codegen()
1782 case flwor_clause::order_clause: in flwor_codegen()

1234