Home
last modified time | relevance | path

Searched refs:can_sort (Results 1 – 25 of 95) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/tools/utils_maintenance/
H A Dc_sort_blocks.py66 def can_sort(l): function
82 i_type = can_sort(lines[i])
86 if can_sort(lines[j + 1]) != i_type:
H A Dcmake_sort_filelists.py54 def can_sort(l): function
90 if can_sort(lines[i]):
93 if not can_sort(lines[j + 1]):
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/conjecture/shrinking/
H A Dordering.py87 def can_sort(a, b): function
103 right += find_integer(lambda k: can_sort(left, right + k))
104 find_integer(lambda k: can_sort(left - k, right))
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dcollectrule.class.php52 public $can_sort=TRUE; variable in PluginFusioninventoryCollectRule
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dsort.c447 int i, can_sort = 0; in can_sort_module() local
464 can_sort = 1; in can_sort_module()
468 return can_sort; in can_sort_module()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort; in choose_hashed_setop() local
1031 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1039 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort; in choose_hashed_setop() local
1031 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1039 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort; in choose_hashed_setop() local
1031 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1039 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort; in choose_hashed_setop() local
1031 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1039 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort; in choose_hashed_setop() local
1031 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1039 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c1022 bool can_sort; in choose_hashed_setop() local
1030 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1032 if (can_hash && can_sort) in choose_hashed_setop()
1038 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort; in choose_hashed_setop() local
1031 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1033 if (can_hash && can_sort) in choose_hashed_setop()
1039 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c1023 bool can_sort;
1031 can_sort = grouping_is_sortable(groupClauses);
1033 if (can_hash && can_sort)
1039 else if (can_sort)
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c1022 bool can_sort; in choose_hashed_setop() local
1030 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1032 if (can_hash && can_sort) in choose_hashed_setop()
1038 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort; in choose_hashed_setop() local
1027 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1029 if (can_hash && can_sort) in choose_hashed_setop()
1035 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c1022 bool can_sort; in choose_hashed_setop() local
1030 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1032 if (can_hash && can_sort) in choose_hashed_setop()
1038 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort; in choose_hashed_setop() local
1027 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1029 if (can_hash && can_sort) in choose_hashed_setop()
1035 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c1022 bool can_sort; in choose_hashed_setop() local
1030 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1032 if (can_hash && can_sort) in choose_hashed_setop()
1038 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort; in choose_hashed_setop() local
1027 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1029 if (can_hash && can_sort) in choose_hashed_setop()
1035 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c1022 bool can_sort; in choose_hashed_setop() local
1030 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1032 if (can_hash && can_sort) in choose_hashed_setop()
1038 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort; in choose_hashed_setop() local
1027 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1029 if (can_hash && can_sort) in choose_hashed_setop()
1035 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort; in choose_hashed_setop() local
1027 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1029 if (can_hash && can_sort) in choose_hashed_setop()
1035 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort;
1027 can_sort = grouping_is_sortable(groupClauses);
1029 if (can_hash && can_sort)
1035 else if (can_sort)
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c1019 bool can_sort; in choose_hashed_setop() local
1027 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1029 if (can_hash && can_sort) in choose_hashed_setop()
1035 else if (can_sort) in choose_hashed_setop()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c1022 bool can_sort; in choose_hashed_setop() local
1030 can_sort = grouping_is_sortable(groupClauses); in choose_hashed_setop()
1032 if (can_hash && can_sort) in choose_hashed_setop()
1038 else if (can_sort) in choose_hashed_setop()

1234