Home
last modified time | relevance | path

Searched refs:default_index (Results 201 – 225 of 902) sorted by relevance

12345678910>>...37

/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql14-client/postgresql-14.1/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-server/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-client/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/partitioning/
H A Dpartbounds.h77 int default_index; /* Index of the default partition; -1 if there member
83 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/math/py-pandas/pandas-1.2.5/pandas/core/internals/
H A Dconstruction.py110 index = ibase.default_index(len(data))
417 index = ibase.default_index(lengths[0])
439 return ibase.default_index(len(data))
459 index = ibase.default_index(N)
464 columns = ibase.default_index(K)
539 columns = ibase.default_index(len(data))
592 index = ibase.default_index(len(s))
682 columns = ibase.default_index(len(content))
/dports/games/libretro-snes9x/snes9x-73aa348/libretro/
H A Dlibretro_core_options.h816 size_t default_index = 0; in libretro_set_core_options() local
838 default_index = num_values; in libretro_set_core_options()
863 strcat(values_buf[i], values[default_index].value); in libretro_set_core_options()
868 if (j != default_index) in libretro_set_core_options()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/
H A Dlibretro_core_options.h674 size_t default_index = 0; in libretro_set_core_options() local
690 default_index = num_values; in libretro_set_core_options()
715 strcat(values_buf[i], values[default_index].value); in libretro_set_core_options()
720 if (j != default_index) in libretro_set_core_options()
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/libretro/
H A Dlibretro_core_options.h717 size_t default_index = 0; in libretro_set_core_options() local
738 default_index = num_values; in libretro_set_core_options()
763 strcat(values_buf[i], values[default_index].value); in libretro_set_core_options()
768 if (j != default_index) in libretro_set_core_options()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/
H A Dlibretro_core_options.h711 size_t default_index = 0; in libretro_set_core_options() local
727 default_index = num_values; in libretro_set_core_options()
752 strcat(values_buf[i], values[default_index].value); in libretro_set_core_options()
757 if (j != default_index) in libretro_set_core_options()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/
H A Dlibretro_core_options.h764 size_t default_index = 0; in libretro_set_core_options() local
785 default_index = num_values; in libretro_set_core_options()
810 strcat(values_buf[i], values[default_index].value); in libretro_set_core_options()
815 if (j != default_index) in libretro_set_core_options()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/
H A Dtxc395 default_index = getattr(self, "default_" + index_t)
396 return len(index) == len(default_index)
400 default_index = getattr(self, "default_" + index_t)
415 default_index = getattr(self, "default_" + index_t)
424 if i in default_index:
427 matches = [m for m in default_index if m.startswith(i)]
437 setattr(self, index_t, default_index[:])
457 default_index = getattr(self, "default_" + index_t)
458 if default_index[-1] == element:
459 setattr(self, index_t, [default_index[0]])
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)
/dports/databases/postgresql11-server/postgresql-11.14/src/include/partitioning/
H A Dpartbounds.h76 int default_index; /* Index of the default partition; -1 if there member
82 #define partition_bound_has_default(bi) ((bi)->default_index != -1)

12345678910>>...37