Home
last modified time | relevance | path

Searched +defs:operators +defs:table (Results 1 – 25 of 51) sorted by relevance

123

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DOperatorExpression.java60 int[] operators = new int[]{AND,AND_AND,DIVIDE,GREATER,GREATER_EQUAL, in generateTableTestCase() local
180 int[] table = new int[16*16]; in get_AND() local
374 int[] table = new int[16*16]; in get_AND_AND() local
580 int[] table = new int[16*16]; in get_EQUAL_EQUAL() local
804 int[] table = new int[16*16]; in get_LEFT_SHIFT() local
998 int[] table = new int[16*16]; in get_LESS() local
1203 int[] table = get_PLUS().clone(); in get_MINUS() local
1277 int[] table = new int[16*16]; in get_PLUS() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DOperatorExpression.java55 int[] operators = new int[]{AND,AND_AND,DIVIDE,GREATER,GREATER_EQUAL, in generateTableTestCase() local
175 int[] table = new int[16*16]; in get_AND() local
369 int[] table = new int[16*16]; in get_AND_AND() local
575 int[] table = new int[16*16]; in get_EQUAL_EQUAL() local
799 int[] table = new int[16*16]; in get_LEFT_SHIFT() local
993 int[] table = new int[16*16]; in get_LESS() local
1198 int[] table = new int[16*16]; in get_MINUS() local
1274 int[] table = new int[16*16]; in get_PLUS() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DOperatorExpression.java63 int[] operators = new int[]{AND,AND_AND,DIVIDE,GREATER,GREATER_EQUAL, in generateTableTestCase() local
183 int[] table = new int[16*16]; in get_AND() local
377 int[] table = new int[16*16]; in get_AND_AND() local
583 int[] table = new int[16*16]; in get_EQUAL_EQUAL() local
807 int[] table = new int[16*16]; in get_LEFT_SHIFT() local
1001 int[] table = new int[16*16]; in get_LESS() local
1206 int[] table = get_PLUS().clone(); in get_MINUS() local
1280 int[] table = new int[16*16]; in get_PLUS() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DOperatorExpression.java59 int[] operators = new int[] { AND, AND_AND, DIVIDE, GREATER, in generateTableTestCase() local
245 int[] table = new int[16 * 16]; in get_AND() local
465 int[] table = new int[16 * 16]; in get_AND_AND() local
671 int[] table = new int[16 * 16]; in get_EQUAL_EQUAL() local
955 int[] table = new int[16 * 16]; in get_LEFT_SHIFT() local
1173 int[] table = new int[16 * 16]; in get_LESS() local
1427 int[] table = new int[16 * 16]; in get_MINUS() local
1502 int[] table = new int[16 * 16]; in get_PLUS() local
/dports/www/hs-postgrest/postgrest-8.0.0/src/PostgREST/Query/
H A DSqlFragment.hs76 operators = HM.union (HM.fromList [ function
189 pgFmtColumn table "*" = fromQi table <> ".*" function
190 pgFmtColumn table c = fromQi table <> "." <> pgFmtIdent c function
193 pgFmtField table (c, jp) = H.sql (pgFmtColumn table c) <> pgFmtJsonPath jp function
196 pgFmtSelectItem table (f@(fName, jp), Nothing, alias, _) = pgFmtField table f <> H.sql (pgFmtAs fNa… function
200 pgFmtSelectItem table (f@(fName, jp), Just cast, alias, _) = "CAST (" <> pgFmtField table f <> " AS… function
210 pgFmtFilter table (Filter fld (OpExpr hasNot oper)) = notOp <> " " <> case oper of function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Query/Grammars/
H A DMySqlGrammar.php16 protected $operators = ['sounds like']; variable in Illuminate\\Database\\Query\\Grammars\\MySqlGrammar
262 protected function compileDeleteWithoutJoins($query, $table, $where)
288 protected function compileDeleteWithJoins($query, $table, $where)
H A DSqlServerGrammar.php15 protected $operators = [ variable in Illuminate\\Database\\Query\\Grammars\\SqlServerGrammar
77 protected function compileFrom(Builder $query, $table)
322 protected function compileDeleteWithJoins(Builder $query, $table, $where)
388 protected function parseUpdateTable($table)
488 public function wrapTable($table)
503 protected function wrapTableValuedFunction($table)
H A DPostgresGrammar.php35 protected $operators = [ variable in Illuminate\\Database\\Query\\Grammars\\PostgresGrammar
405 protected function compileDeleteWithJoins($query, $table)
H A DGrammar.php19 protected $operators = []; variable in Illuminate\\Database\\Query\\Grammars\\Grammar
147 protected function compileFrom(Builder $query, $table)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Query/Grammars/
H A DSqlServerGrammar.php16 protected $operators = [ variable in Illuminate\\Database\\Query\\Grammars\\SqlServerGrammar
78 protected function compileFrom(Builder $query, $table)
244 protected function compileDeleteWithoutJoins(Builder $query, $table, $where)
335 protected function compileUpdateWithJoins(Builder $query, $table, $columns, $where)
475 public function wrapTable($table)
490 protected function wrapTableValuedFunction($table)
H A DMySqlGrammar.php15 protected $operators = ['sounds like']; variable in Illuminate\\Database\\Query\\Grammars\\MySqlGrammar
208 protected function compileUpdateWithoutJoins(Builder $query, $table, $columns, $where)
251 protected function compileDeleteWithoutJoins(Builder $query, $table, $where)
H A DGrammar.php19 protected $operators = []; variable in Illuminate\\Database\\Query\\Grammars\\Grammar
153 protected function compileFrom(Builder $query, $table)
977 protected function compileUpdateWithoutJoins(Builder $query, $table, $columns, $where)
991 protected function compileUpdateWithJoins(Builder $query, $table, $columns, $where)
1057 protected function compileDeleteWithoutJoins(Builder $query, $table, $where)
1070 protected function compileDeleteWithJoins(Builder $query, $table, $where)
/dports/x11/pixman/pixman-0.40.0/demos/
H A Dcomposite-test.c16 static const operator_t operators[] = { variable
93 GtkWidget *table; in main() local
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/controller/
H A Dsqlitedb.py39 operators = { variable
106 table = Unicode("ipython-tasks", config=True, variable in SQLiteDB
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A Dcolumn.R66 operators <- list( list
279 function(x, table) { argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dname-lookup.c117 binding_table_construct (binding_table table, size_t chain_count) in binding_table_construct()
128 binding_table_free (binding_table table) in binding_table_free()
155 binding_table table = ggc_alloc (sizeof (struct binding_table_s)); in binding_table_new() local
164 binding_table_expand (binding_table table) in binding_table_expand()
192 binding_table_insert (binding_table table, tree name, tree type) in binding_table_insert()
209 binding_table_find (binding_table table, tree name) in binding_table_find()
223 binding_table_find_anon_type (binding_table table, tree name) in binding_table_find_anon_type()
238 binding_table_reverse_maybe_remap (binding_table table, tree type, tree name) in binding_table_reverse_maybe_remap()
274 binding_table_remove_anonymous_types (binding_table table) in binding_table_remove_anonymous_types()
1542 cxx_remember_type_decls (binding_table table) in cxx_remember_type_decls()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dname-lookup.c117 binding_table_construct (binding_table table, size_t chain_count) in binding_table_construct()
128 binding_table_free (binding_table table) in binding_table_free()
155 binding_table table = ggc_alloc (sizeof (struct binding_table_s)); in binding_table_new() local
164 binding_table_expand (binding_table table) in binding_table_expand()
192 binding_table_insert (binding_table table, tree name, tree type) in binding_table_insert()
209 binding_table_find (binding_table table, tree name) in binding_table_find()
223 binding_table_find_anon_type (binding_table table, tree name) in binding_table_find_anon_type()
238 binding_table_reverse_maybe_remap (binding_table table, tree type, tree name) in binding_table_reverse_maybe_remap()
274 binding_table_remove_anonymous_types (binding_table table) in binding_table_remove_anonymous_types()
1542 cxx_remember_type_decls (binding_table table) in cxx_remember_type_decls()
[all …]
/dports/graphics/mapyrus/mapyrus-1.802/userdoc/
H A Dreference.tex212 \label{operators} label
3046 \subsubsection{table} subsubsection
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Query/
H A DBuilder.php188 public $operators = [ variable in Illuminate\\Database\\Query\\Builder
425 public function from($table, $as = null)
447 …public function join($table, $first, $operator = null, $second = null, $type = 'inner', $where = f…
486 public function joinWhere($table, $first, $operator, $second, $type = 'inner')
525 public function leftJoin($table, $first, $operator = null, $second = null)
539 public function leftJoinWhere($table, $first, $operator, $second)
568 public function rightJoin($table, $first, $operator = null, $second = null)
582 public function rightJoinWhere($table, $first, $operator, $second)
611 public function crossJoin($table, $first = null, $operator = null, $second = null)
650 protected function newJoinClause(self $parentQuery, $type, $table)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Query/
H A DBuilder.php181 public $operators = [ variable in Illuminate\\Database\\Query\\Builder
365 public function from($table)
383 …public function join($table, $first, $operator = null, $second = null, $type = 'inner', $where = f…
422 public function joinWhere($table, $first, $operator, $second, $type = 'inner')
461 public function leftJoin($table, $first, $operator = null, $second = null)
475 public function leftJoinWhere($table, $first, $operator, $second)
504 public function rightJoin($table, $first, $operator = null, $second = null)
518 public function rightJoinWhere($table, $first, $operator, $second)
547 public function crossJoin($table, $first = null, $operator = null, $second = null)
566 protected function newJoinClause(self $parentQuery, $type, $table)
/dports/databases/phpliteadmin/
H A Dphpliteadmin.php1039 $table = $_POST['single_table']; variable
1042 $table = basename($_FILES["file"]["name"],".csv"); variable
1051 $table = $table.$i; variable
2523 …$operators = array('=', '>', '>=', '<', '<=', "= ''", "!= ''", '!=', 'LIKE', 'LIKE%','NOT LIKE', '… variable
4654 public function getTypeOfTable($table)
4660 public function getTableInfo($table)
4983 public function alterTable($table, $alterdefs)
5435 public function hasPrimaryKey($table)
5452 public function getPrimaryKey($table)
5478 public function wherePK($table, $pk)
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/cffLib/
H A D__init__.py316 def add(self, table): argument
1025 def buildOperatorDict(table): argument
1032 def buildOpcodeDict(table): argument
1043 def buildOrder(table): argument
1050 def buildDefaults(table): argument
1058 def buildConverters(table): argument
1950 def addConverters(table): argument
1973 operators = buildOperatorDict(topDictOperators) variable in TopDictDecompiler
1977 operators = buildOperatorDict(privateDictOperators) variable in PrivateDictDecompiler
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/cffLib/
H A D__init__.py487 def add(self, table): argument
1281 def buildOperatorDict(table): argument
1288 def buildOpcodeDict(table): argument
1299 def buildOrder(table): argument
1306 def buildDefaults(table): argument
1314 def buildConverters(table): argument
2222 def addConverters(table): argument
2245 operators = buildOperatorDict(topDictOperators) variable in TopDictDecompiler
2249 operators = buildOperatorDict(privateDictOperators) variable in PrivateDictDecompiler
/dports/devel/py-tables/tables-3.6.1/tables/tests/
H A Dtest_queries.py194 def fill_table(table, shape, nrows): argument
318 operators = [ variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dname-lookup.c146 binding_table_construct (binding_table table, size_t chain_count) in binding_table_construct()
184 binding_table table = ggc_alloc_binding_table_s (); in binding_table_new() local
193 binding_table_expand (binding_table table) in binding_table_expand()
221 binding_table_insert (binding_table table, tree name, tree type) in binding_table_insert()
238 binding_table_find (binding_table table, tree name) in binding_table_find()
252 binding_table_foreach (binding_table table, bt_foreach_proc proc, void *data) in binding_table_foreach()
4773 tree operators; in lookup_name_real_1() local

123