/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/cloud/ |
H A D | test_aggregate.py | 26 create_aggregate = self.fake_aggregate.copy() 27 del create_aggregate['metadata'] 28 del create_aggregate['hosts'] 34 json={'aggregate': create_aggregate}, 41 self.cloud.create_aggregate(name=self.aggregate_name) 50 create_aggregate = az_aggregate.copy() 51 del create_aggregate['metadata'] 52 del create_aggregate['hosts'] 58 json={'aggregate': create_aggregate}, 66 self.cloud.create_aggregate(
|
/dports/lang/python310/Python-3.10.1/Lib/sqlite3/test/ |
H A D | userfunctions.py | 377 self.con.create_aggregate("nostep", 1, AggrNoStep) 378 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 379 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 380 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 381 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 382 self.con.create_aggregate("checkType", 2, AggrCheckType) 383 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 384 self.con.create_aggregate("mysum", 1, AggrSum) 385 self.con.create_aggregate("aggtxt", 1, AggrText)
|
/dports/lang/python39/Python-3.9.9/Lib/sqlite3/test/ |
H A D | userfunctions.py | 356 self.con.create_aggregate("nostep", 1, AggrNoStep) 357 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 358 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 359 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 360 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 361 self.con.create_aggregate("checkType", 2, AggrCheckType) 362 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 363 self.con.create_aggregate("mysum", 1, AggrSum) 364 self.con.create_aggregate("aggtxt", 1, AggrText)
|
/dports/lang/python37/Python-3.7.12/Lib/sqlite3/test/ |
H A D | userfunctions.py | 295 self.con.create_aggregate("nostep", 1, AggrNoStep) 296 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 297 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 298 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 299 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 300 self.con.create_aggregate("checkType", 2, AggrCheckType) 301 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 302 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/ |
H A D | sqlite.py | 256 conn.create_aggregate('sortconcat', 2, SortedConcatenate) 257 conn.create_aggregate('sortconcat_bar', 2, SortedConcatenateBar) 258 conn.create_aggregate('sortconcat_amper', 2, SortedConcatenateAmper) 259 conn.create_aggregate('identifiers_concat', 2, IdentifiersConcat) 262 conn.create_aggregate('concat', 1, Concatenate) 263 conn.create_aggregate('aum_sortconcat', 4, AumSortedConcatenate) 400 def create_aggregate(self): member in ConnectionProxy
|
/dports/databases/py-sqlite3/Python-3.8.12/Lib/sqlite3/test/ |
H A D | userfunctions.py | 336 self.con.create_aggregate("nostep", 1, AggrNoStep) 337 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 338 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 339 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 340 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 341 self.con.create_aggregate("checkType", 2, AggrCheckType) 342 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 343 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/databases/py-gdbm/Python-3.8.12/Lib/sqlite3/test/ |
H A D | userfunctions.py | 336 self.con.create_aggregate("nostep", 1, AggrNoStep) 337 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 338 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 339 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 340 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 341 self.con.create_aggregate("checkType", 2, AggrCheckType) 342 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 343 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/lang/python38/Python-3.8.12/Lib/sqlite3/test/ |
H A D | userfunctions.py | 336 self.con.create_aggregate("nostep", 1, AggrNoStep) 337 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 338 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 339 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 340 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 341 self.con.create_aggregate("checkType", 2, AggrCheckType) 342 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 343 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/lang/python-tools/Python-3.8.12/Lib/sqlite3/test/ |
H A D | userfunctions.py | 336 self.con.create_aggregate("nostep", 1, AggrNoStep) 337 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 338 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 339 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 340 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 341 self.con.create_aggregate("checkType", 2, AggrCheckType) 342 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 343 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/sqlite3/test/ |
H A D | userfunctions.py | 336 self.con.create_aggregate("nostep", 1, AggrNoStep) 337 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 338 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 339 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 340 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 341 self.con.create_aggregate("checkType", 2, AggrCheckType) 342 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 343 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/lang/python-legacy/Python-2.7.18/Lib/sqlite3/test/ |
H A D | userfunctions.py | 280 self.con.create_aggregate("nostep", 1, AggrNoStep) 281 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 282 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 283 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 284 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 285 self.con.create_aggregate("checkType", 2, AggrCheckType) 286 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/lang/python27/Python-2.7.18/Lib/sqlite3/test/ |
H A D | userfunctions.py | 280 self.con.create_aggregate("nostep", 1, AggrNoStep) 281 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 282 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 283 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 284 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 285 self.con.create_aggregate("checkType", 2, AggrCheckType) 286 self.con.create_aggregate("mysum", 1, AggrSum)
|
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/t/ |
H A D | 09create_aggregate.t | 78 $dbh->func( "newcount", 0, "count_aggr", "create_aggregate" ); 96 $dbh->func( "defined", 1, 'obj_aggregate', "create_aggregate" ); 111 $dbh->func( "fail_$fail", -1, $aggr, 'create_aggregate' ); 126 $dbh->func( "fail_undef", -1, $aggr, 'create_aggregate' );
|
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_sqlite3/ |
H A D | test_userfunctions.py | 486 self.con.create_aggregate("nostep", 1, AggrNoStep) 487 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize) 488 self.con.create_aggregate("excInit", 1, AggrExceptionInInit) 489 self.con.create_aggregate("excStep", 1, AggrExceptionInStep) 490 self.con.create_aggregate("excFinalize", 1, AggrExceptionInFinalize) 491 self.con.create_aggregate("checkType", 2, AggrCheckType) 492 self.con.create_aggregate("checkTypes", -1, AggrCheckTypes) 493 self.con.create_aggregate("mysum", 1, AggrSum) 494 self.con.create_aggregate("aggtxt", 1, AggrText)
|
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/ |
H A D | 10_create_aggregate.t | 81 …ok($dbh->$call_func( "newcount", 0, "count_aggr", defined $flags ? $flags : (), "create_aggregate"… 98 …bh->$call_func( "defined", 1, 'obj_aggregate', defined $flags ? $flags : (), "create_aggregate" )); 113 … ok($dbh->$call_func( "fail_$fail", -1, $aggr, defined $flags ? $flags : (), 'create_aggregate' )); 128 ok($dbh->$call_func( "fail_undef", -1, $aggr, defined $flags ? $flags : (), 'create_aggregate' ));
|
/dports/lang/python27/Python-2.7.18/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/lang/python-legacy/Python-2.7.18/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/www/serf/serf-1.3.9/buckets/ |
H A D | aggregate_buckets.c | 72 static aggregate_context_t *create_aggregate(serf_bucket_alloc_t *allocator) in create_aggregate() function 93 ctx = create_aggregate(allocator); in serf_bucket_aggregate_create() 136 ctx = create_aggregate(bucket->allocator); in serf_bucket_aggregate_become()
|
/dports/databases/py-sqlite3/Python-3.8.12/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/databases/py-gdbm/Python-3.8.12/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/lang/python310/Python-3.10.1/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/lang/python37/Python-3.7.12/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/lang/python38/Python-3.8.12/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/lang/python-tools/Python-3.8.12/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|
/dports/lang/python39/Python-3.9.9/Doc/includes/sqlite3/ |
H A D | mysumaggr.py | 14 con.create_aggregate("mysum", 1, MySum)
|