Home
last modified time | relevance | path

Searched refs:PART_NONE (Results 1 – 25 of 32) sorted by relevance

12

/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/host/hackrf-tools/src/
H A Dhackrf_debug.c335 PART_NONE = 0, enumerator
422 uint8_t part = PART_NONE; in main()
457 if(part != PART_NONE) { in main()
465 if(part != PART_NONE) { in main()
473 if(part != PART_NONE) { in main()
526 if(part == PART_NONE && !set_ui) { in main()
/dports/deskutils/horde-kronolith/kronolith-4.2.29/test/Kronolith/Integration/
H A DToIcalendarTest.php136 array('attendance' => Kronolith::PART_NONE,
140 array('attendance' => Kronolith::PART_NONE,
/dports/deskutils/horde-kronolith/kronolith-4.2.29/templates/attendees/
H A Dattendees.inc65PART_NONE ?>"<?php if ($status['attendance'] == Kronolith::PART_NONE) echo ' selected="selected"'…
102PART_NONE ?>"<?php if ($resource['attendance'] == Kronolith::PART_NONE) echo ' selected="selected…
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Event/
H A DKolab.php164 $role = Kronolith::PART_NONE;
283 case Kronolith::PART_NONE:
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A DparseSpec.c97 return (p->token ? p->part : PART_NONE); in isPart()
586 nextPart = PART_NONE; in parseLines()
601 nextPart = PART_NONE; in parseLines()
857 nextPart = PART_NONE; in parseEmpty()
872 nextPart = PART_NONE; in parseEmpty()
915 while (parsePart != PART_NONE) { in parseSpec()
990 case PART_NONE: /* XXX avoid gcc whining */ in parseSpec()
H A Drpmbuild_internal.h208 PART_NONE = 0+PART_BASE, /*!< */ enumerator
/dports/games/augustus/augustus-3.1.0/src/assets/
H A Dlayer.h21 PART_NONE = 0, enumerator
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dborders.h20 PART_NONE = 0x0, enumerator
H A Dborders.c447 changed_parts = PART_NONE; in border_get_changed_border_parts()
575 draw_parts = PART_NONE; in border_get_tb_parts_to_draw()
627 if ((draw_parts & PART_TITLE) == PART_NONE && in border_get_tb_parts_to_draw()
649 if ((draw_parts & PART_TITLE) == PART_NONE && in border_get_tb_parts_to_draw()
4366 if ((draw_parts & PART_TITLE) != PART_NONE || in border_draw_titlebar()
4372 if ((draw_parts & PART_TITLE) != PART_NONE) in border_draw_titlebar()
4447 pressed_parts = PART_NONE; in border_draw_border_parts()
4454 if ((draw_parts & PART_FRAME) != PART_NONE) in border_draw_border_parts()
4579 return PART_NONE; in border_context_to_parts()
4709 force_parts = PART_NONE; in border_draw_decorations()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dborders.h18 PART_NONE = 0x0, enumerator
H A Dborders.c447 changed_parts = PART_NONE; in border_get_changed_border_parts()
575 draw_parts = PART_NONE; in border_get_tb_parts_to_draw()
627 if ((draw_parts & PART_TITLE) == PART_NONE && in border_get_tb_parts_to_draw()
649 if ((draw_parts & PART_TITLE) == PART_NONE && in border_get_tb_parts_to_draw()
4367 if ((draw_parts & PART_TITLE) != PART_NONE || in border_draw_titlebar()
4373 if ((draw_parts & PART_TITLE) != PART_NONE) in border_draw_titlebar()
4448 pressed_parts = PART_NONE; in border_draw_border_parts()
4455 if ((draw_parts & PART_FRAME) != PART_NONE) in border_draw_border_parts()
4580 return PART_NONE; in border_context_to_parts()
4710 force_parts = PART_NONE; in border_draw_decorations()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */ enumerator
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
4133 if (partition_method != PART_NONE) in initCreateTables()
4588 partition_method = PART_NONE; in GetTableInfo()
4605 partition_method = PART_NONE; in GetTableInfo()
5587 if (partition_method != PART_NONE) in printResults()
6268 if (partitions == 0 && partition_method != PART_NONE) in main()
6275 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */ enumerator
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
4133 if (partition_method != PART_NONE) in initCreateTables()
4588 partition_method = PART_NONE; in GetTableInfo()
4605 partition_method = PART_NONE; in GetTableInfo()
5587 if (partition_method != PART_NONE) in printResults()
6268 if (partitions == 0 && partition_method != PART_NONE) in main()
6275 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */ enumerator
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
4133 if (partition_method != PART_NONE) in initCreateTables()
4588 partition_method = PART_NONE; in GetTableInfo()
4605 partition_method = PART_NONE; in GetTableInfo()
5587 if (partition_method != PART_NONE) in printResults()
6268 if (partitions == 0 && partition_method != PART_NONE) in main()
6275 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */ enumerator
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
4133 if (partition_method != PART_NONE) in initCreateTables()
4588 partition_method = PART_NONE; in GetTableInfo()
4605 partition_method = PART_NONE; in GetTableInfo()
5587 if (partition_method != PART_NONE) in printResults()
6268 if (partitions == 0 && partition_method != PART_NONE) in main()
6275 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */ enumerator
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
4133 if (partition_method != PART_NONE) in initCreateTables()
4588 partition_method = PART_NONE; in GetTableInfo()
4605 partition_method = PART_NONE; in GetTableInfo()
5587 if (partition_method != PART_NONE) in printResults()
6268 if (partitions == 0 && partition_method != PART_NONE) in main()
6275 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0)
4133 if (partition_method != PART_NONE)
4588 partition_method = PART_NONE;
4605 partition_method = PART_NONE;
5587 if (partition_method != PART_NONE)
6268 if (partitions == 0 && partition_method != PART_NONE)
6275 if (partitions > 0 && partition_method == PART_NONE)
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/bin/pgbench/
H A Dpgbench.c200 PART_NONE, /* no partitioning */ enumerator
205 static partition_method_t partition_method = PART_NONE;
3777 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
3804 if (partition_method != PART_NONE) in initCreateTables()
4276 partition_method = PART_NONE; in GetTableInfo()
4293 partition_method = PART_NONE; in GetTableInfo()
5230 if (partition_method != PART_NONE) in printResults()
5895 if (partitions == 0 && partition_method != PART_NONE) in main()
5902 if (partitions > 0 && partition_method == PART_NONE) in main()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pgbench/
H A Dpgbench.c237 PART_NONE, /* no partitioning */ enumerator
242 static partition_method_t partition_method = PART_NONE;
4110 if (partition_method != PART_NONE && strcmp(ddl->table, "pgbench_accounts") == 0) in initCreateTables()
4133 if (partition_method != PART_NONE) in initCreateTables()
4588 partition_method = PART_NONE; in GetTableInfo()
4605 partition_method = PART_NONE; in GetTableInfo()
5587 if (partition_method != PART_NONE) in printResults()
6268 if (partitions == 0 && partition_method != PART_NONE) in main()
6275 if (partitions > 0 && partition_method == PART_NONE) in main()

12