Home
last modified time | relevance | path

Searched refs:column_change (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/gramps/gramps-5.1.4/gramps/gui/views/treemodels/
H A Dsourcemodel.py64 self.column_change,
123 def column_change(self,data): member in SourceModel
H A Dnotemodel.py66 self.column_change,
131 def column_change(self,data): member in NoteModel
H A Dmediamodel.py68 self.column_change,
151 def column_change(self,data): member in MediaModel
H A Deventmodel.py87 self.column_change,
191 def column_change(self,data): member in EventModel
H A Drepomodel.py72 self.column_change,
235 def column_change(self,data): member in RepositoryModel
H A Dfamilymodel.py71 self.column_change,
203 def column_change(self, data): member in FamilyModel
H A Dplacemodel.py83 self.column_change,
191 def column_change(self, data): member in PlaceBaseModel
H A Dpeoplemodel.py123 self.column_change,
219 def column_change(self, data): member in PeopleBaseModel
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/adapters/mysql/
H A Dconnection.ex632 intersperse_map(columns, ", ", &column_change(table, &1))
635 defp column_change(table, {:add, name, %Reference{} = ref, opts}) do function
640 defp column_change(_table, {:add, name, type, opts}) do function
644 defp column_change(table, {:modify, name, %Reference{} = ref, opts}) do function
649 defp column_change(_table, {:modify, name, type, opts}) do function
653 defp column_change(_table, {:remove, name}), do: ["DROP ", quote_name(name)] function
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/adapters/postgres/
H A Dconnection.ex737 intersperse_map(columns, ", ", &column_change(table, &1))
740 defp column_change(table, {:add, name, %Reference{} = ref, opts}) do function
745 defp column_change(_table, {:add, name, type, opts}) do function
750 defp column_change(table, {:modify, name, %Reference{} = ref, opts}) do function
755 defp column_change(_table, {:modify, name, type, opts}) do function
760 defp column_change(_table, {:remove, name}), do: ["DROP COLUMN ", quote_name(name)] function
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dlto-streamer-in.c134 bool file_change, line_change, column_change; in lto_input_location() local
143 column_change = bp_unpack_value (bp, 1); in lto_input_location()
154 if (column_change) in lto_input_location()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dlto-streamer-in.c134 bool file_change, line_change, column_change; in lto_input_location() local
143 column_change = bp_unpack_value (bp, 1); in lto_input_location()
154 if (column_change) in lto_input_location()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dlto-streamer-in.c156 bool file_change, line_change, column_change; in lto_input_location() local
165 column_change = bp_unpack_value (bp, 1); in lto_input_location()
176 if (column_change) in lto_input_location()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dlto-streamer-in.c240 bool file_change, line_change, column_change; in input_location() local
254 column_change = bp_unpack_value (bp, 1); in input_location()
265 if (column_change) in input_location()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dlto-streamer-in.c240 bool file_change, line_change, column_change; in input_location() local
254 column_change = bp_unpack_value (bp, 1); in input_location()
265 if (column_change) in input_location()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dlto-streamer-in.c241 bool file_change, line_change, column_change; in input_location() local
255 column_change = bp_unpack_value (bp, 1); in input_location()
266 if (column_change) in input_location()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlto-streamer-in.c238 bool file_change, line_change, column_change;
252 column_change = bp_unpack_value (bp, 1);
263 if (column_change)

12