Home
last modified time | relevance | path

Searched refs:posint (Results 51 – 75 of 486) sorted by relevance

12345678910>>...20

/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Ddomain.sql229 create domain posint as int check (value > 0); domain
231 create table pitable (f1 posint[]);
249 create domain dposinta as posint[];
267 drop domain posint cascade;
563 create domain posint as int4; domain
566 create type ddtest1 as (f1 posint);
569 alter domain posint add constraint c1 check(value >= 0); domain
575 alter domain posint add constraint c1 check(value >= 0); domain
595 create type rposint as range (subtype = posint);
604 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Ddomain.sql229 create domain posint as int check (value > 0); domain
231 create table pitable (f1 posint[]);
249 create domain dposinta as posint[];
267 drop domain posint cascade;
563 create domain posint as int4; domain
566 create type ddtest1 as (f1 posint);
569 alter domain posint add constraint c1 check(value >= 0); domain
575 alter domain posint add constraint c1 check(value >= 0); domain
595 create type rposint as range (subtype = posint);
604 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Ddomain.sql229 create domain posint as int check (value > 0); domain
231 create table pitable (f1 posint[]);
249 create domain dposinta as posint[];
267 drop domain posint cascade;
563 create domain posint as int4; domain
566 create type ddtest1 as (f1 posint);
569 alter domain posint add constraint c1 check(value >= 0); domain
575 alter domain posint add constraint c1 check(value >= 0); domain
595 create type rposint as range (subtype = posint);
604 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0);
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4;
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0);
576 alter domain posint add constraint c1 check(value >= 0);
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/sql/
H A Ddomain.sql230 create domain posint as int check (value > 0); domain
232 create table pitable (f1 posint[]);
250 create domain dposinta as posint[];
268 drop domain posint cascade;
564 create domain posint as int4; domain
567 create type ddtest1 as (f1 posint);
570 alter domain posint add constraint c1 check(value >= 0); domain
576 alter domain posint add constraint c1 check(value >= 0); domain
596 create type rposint as range (subtype = posint);
605 create domain posint2 as posint check (value % 2 = 0);
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/hp/
H A Dhp.tcl36 -validate posint
43 var nq1 -label "nq1:" -widget spinint -validate posint
44 var nq2 -label "nq2:" -widget spinint -validate posint
45 var nq3 -label "nq3:" -widget spinint -validate posint
112 -validate posint
127 -validate posint
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/pp/
H A Dpp.tcl92 -validate posint
99 -validate posint
148 -validate posint
246 var nx -label "nx:" -validate posint -widget spinint
247 var ny -label "ny:" -validate posint -widget spinint
248 var nz -label "nz:" -validate posint -widget spinint
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/ph/
H A Dph.tcl427 -validate posint
431 -validate posint
450 -validate posint
454 -validate posint
463 -validate posint
493 -validate posint
578 var nk1 -label "nk1:" -widget spinint -validate posint
579 var nk2 -label "nk2:" -widget spinint -validate posint
580 var nk3 -label "nk3:" -widget spinint -validate posint
593 var nq1 -label "nq1:" -widget spinint -validate posint
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/pw/
H A Dpw.tcl50 -validate posint
154 -validate posint
202 -validate posint
248 -validate posint
336 -validate posint
344 -validate posint
366 -validate posint
587 -validate posint
829 -validate posint
1028 -validate posint
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DYATESGEN.DP46 let posint = tagz(jz5)
47 . print "from yategen.dp jz5,posint = ^jz5 ^posint ^jz5"
49 let digitv = digits posint
63 . print "jz5 posint np nm = ^jz5 ^posint ^np ^nm"
93 let posint = tagz(jz5)
95 let digitv = digits posint
/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/sql/
H A Ddomain.sql445 create domain posint as int4; domain
448 create type ddtest1 as (f1 posint);
451 alter domain posint add constraint c1 check(value >= 0); domain
457 alter domain posint add constraint c1 check(value >= 0); domain
464 alter domain posint add constraint c1 check(value >= 0); domain
469 create type rposint as range (subtype = posint);
472 alter domain posint add constraint c1 check(value >= 0); domain
476 alter domain posint add constraint c1 check(value >= 0); domain
478 create domain posint2 as posint check (value % 2 = 0);
485 alter domain posint add constraint c2 check(value > 0); -- OK domain
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/regress/sql/
H A Ddomain.sql445 create domain posint as int4; domain
448 create type ddtest1 as (f1 posint);
451 alter domain posint add constraint c1 check(value >= 0); domain
457 alter domain posint add constraint c1 check(value >= 0); domain
464 alter domain posint add constraint c1 check(value >= 0); domain
469 create type rposint as range (subtype = posint);
472 alter domain posint add constraint c1 check(value >= 0); domain
476 alter domain posint add constraint c1 check(value >= 0); domain
478 create domain posint2 as posint check (value % 2 = 0);
485 alter domain posint add constraint c2 check(value > 0); -- OK domain
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/test/regress/sql/
H A Ddomain.sql445 create domain posint as int4; domain
448 create type ddtest1 as (f1 posint);
451 alter domain posint add constraint c1 check(value >= 0); domain
457 alter domain posint add constraint c1 check(value >= 0); domain
464 alter domain posint add constraint c1 check(value >= 0); domain
469 create type rposint as range (subtype = posint);
472 alter domain posint add constraint c1 check(value >= 0); domain
476 alter domain posint add constraint c1 check(value >= 0); domain
478 create domain posint2 as posint check (value % 2 = 0);
485 alter domain posint add constraint c2 check(value > 0); -- OK domain
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/test/regress/sql/
H A Ddomain.sql445 create domain posint as int4; domain
448 create type ddtest1 as (f1 posint);
451 alter domain posint add constraint c1 check(value >= 0); domain
457 alter domain posint add constraint c1 check(value >= 0); domain
464 alter domain posint add constraint c1 check(value >= 0); domain
469 create type rposint as range (subtype = posint);
472 alter domain posint add constraint c1 check(value >= 0); domain
476 alter domain posint add constraint c1 check(value >= 0); domain
478 create domain posint2 as posint check (value % 2 = 0);
485 alter domain posint add constraint c2 check(value > 0); -- OK domain
[all …]

12345678910>>...20