Home
last modified time | relevance | path

Searched refs:update_pattern (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimp-user-install.c724 const gchar *update_pattern, in user_install_dir_copy() argument
775 update_pattern, in user_install_dir_copy()
786 update_pattern, update_callback); in user_install_dir_copy()
881 const gchar *update_pattern = NULL; in user_install_migrate_files() local
902 update_pattern = MENURC_OVER20_UPDATE_PATTERN; in user_install_migrate_files()
909 update_pattern = CONTROLLERRC_UPDATE_PATTERN; in user_install_migrate_files()
914 update_pattern = GIMPRC_UPDATE_PATTERN; in user_install_migrate_files()
920 update_pattern = CONTEXTRC_UPDATE_PATTERN; in user_install_migrate_files()
932 const gchar *update_pattern = NULL; in user_install_migrate_files() local
945 update_pattern = GIMPRESSIONIST_UPDATE_PATTERN; in user_install_migrate_files()
[all …]
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/entities/
H A Dtile.cpp106 update_pattern(); in notify_field_changed()
115 void Tile::update_pattern() { in update_pattern() function in SolarusEditor::Tile
202 update_pattern(); in notify_tileset_changed()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/t/
H A Drpl_partition_id_check.test152 --let $update_pattern= # Table_map # Update_rows
155 --let $event_sequence = $gtid_event # !Begin $insert_pattern $update_pattern $delete_pattern # !Co…
164 --let $event_sequence = $gtid_event # !Begin $insert_pattern # Write_rows $update_pattern # Update…
177 …gtid_event # !Begin $insert_pattern $insert_pattern $update_pattern # Update_rows $update_pattern
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/entities/
H A Dtile.h50 void update_pattern();
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/scolib/
H A DDockingPS.h65 void update_pattern( DoubleVector& prev_iter, DoubleVector& curr_iter,
H A DPatternSearch.h231 virtual void update_pattern( DoubleVector& /*prev_iter*/, in update_pattern() function
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Durldispatch.py111 def update_pattern(matchobj): function
131 route = old_route_re.sub(update_pattern, route)
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dflt-player.c324 int update_pattern = FALSE; in sync_pattern_data() local
344 update_pattern = (pp->pattern && pp->pattern[0])? in sync_pattern_data()
357 if (mode != pp->mode || update_comment || update_pattern) { in sync_pattern_data()
364 if (update_pattern) { in sync_pattern_data()
374 if (pp->mode != mode || update_pattern) { in sync_pattern_data()
387 if (!update_pattern) in sync_pattern_data()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/browsers/
H A D_base.py306 def update_pattern(cls, pattern_text): member in DisplayPatternMixin
395 browser.update_pattern(edit.text)
/dports/databases/grass7/grass-7.8.6/raster/r.geomorphon/
H A Dlocal_proto.h174 int update_pattern(int k, int i,
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-scale.c414 update_pattern (GstyleColorScale *self) in update_pattern() function
565 update_pattern (self); in gstyle_color_scale_draw()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/libs/
H A DDockingPS.cpp203 void DockingPS::update_pattern(DoubleVector& prev_iter, in update_pattern() function in scolib::DockingPS
H A DPatternSearch.cpp702 update_pattern(best_curr,x,false); in optimize()
711 update_pattern(best_curr,x,true); in optimize()
/dports/devel/py-oci/oci-2.53.1/src/oci/data_catalog/
H A Ddata_catalog_client_composite_operations.py2056 …operation_result = self.client.update_pattern(catalog_id, pattern_key, update_pattern_details, **o…
H A Ddata_catalog_client.py16142 def update_pattern(self, catalog_id, pattern_key, update_pattern_details, **kwargs): member in DataCatalogClient