Home
last modified time | relevance | path

Searched refs:is_edited (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/language/
H A Dvisitor.py66 is_edited = is_leaving and edits
72 if is_edited:
145 if result is None and is_edited:
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/language/
H A Dvisitor.py263 is_edited = is_leaving and edits
268 if is_edited:
335 if result is None and is_edited:
/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DArmatureExporter.cpp53 bool is_edited = armature->edbo != NULL; in add_armature_bones() local
55 if (!is_edited) { in add_armature_bones()
63 if (!is_edited) { in add_armature_bones()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-properties-dialog.c240 photos_properties_dialog_modified_updated (PhotosPropertiesDialog *self, gboolean is_edited) in photos_properties_dialog_modified_updated() argument
244 if (is_edited) in photos_properties_dialog_modified_updated()
287 gboolean is_edited; in photos_properties_dialog_pipeline_is_edited() local
292 is_edited = photos_base_item_pipeline_is_edited_finish (item, res, &error); in photos_properties_dialog_pipeline_is_edited()
303 photos_properties_dialog_modified_updated (self, is_edited); in photos_properties_dialog_pipeline_is_edited()
H A Dphotos-base-item.c1851 gboolean is_edited; in photos_base_item_pipeline_is_edited_load_pipeline() local
1864 is_edited = photos_pipeline_is_edited (pipeline); in photos_base_item_pipeline_is_edited_load_pipeline()
1865 g_task_return_boolean (task, is_edited); in photos_base_item_pipeline_is_edited_load_pipeline()
1868 g_return_if_fail (!is_edited); in photos_base_item_pipeline_is_edited_load_pipeline()
/dports/www/py-django-treebeard/django-treebeard-4.4/docs/source/
H A Dadmin.rst64 list_display = ('title', 'body', 'is_edited', 'timestamp', '_position', '_ref_node_id',)
/dports/www/py-dj32-django-treebeard/django-treebeard-4.4/docs/source/
H A Dadmin.rst64 list_display = ('title', 'body', 'is_edited', 'timestamp', '_position', '_ref_node_id',)
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_prt.c601 static int print_buf (int prt_unit_num, bool isBCD, bool is_edited, int slew, word36 * buffer, uint… in print_buf() argument
667 sim_printf ("%s %s %d %u\n", isBCD ? "BCD" : "ASCII", is_edited ? "edited" : "nonedited", slew, tal… in print_buf()
728 if (! is_edited) in print_buf()
836 if (! is_edited) in print_buf()
1007 static int print_cmd (uint iom_unit_idx, uint chan, int prt_unit_num, bool isBCD, bool is_edited, i… in print_cmd() argument
1079 int rc = print_buf (prt_unit_num, isBCD, is_edited, slew, buffer, tally); in print_cmd()
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/language/
H A Dtest_visitor.py27 def check_visitor_fn_args(ast, node, key, parent, path, ancestors, is_edited=False): argument
32 if not is_edited:
54 if not is_edited:
78 check_visitor_fn_args_edited = partial(check_visitor_fn_args, is_edited=True)
/dports/devel/py-pymisp/pymisp-2.4.128/pymisp/
H A Dabstract.py181 is_edited = self.edited
191 if not self.__force_timestamps and is_edited:
/dports/deskutils/gnome-photos/gnome-photos-40.0/tests/unit/
H A Dphotos-test-pipeline.c97 gboolean is_edited; in photos_test_pipeline_check_empty() local
122 is_edited = photos_pipeline_is_edited (pipeline); in photos_test_pipeline_check_empty()
123 g_assert_false (is_edited); in photos_test_pipeline_check_empty()
136 gboolean is_edited; in photos_test_pipeline_check_full() local
214 is_edited = photos_pipeline_is_edited (pipeline); in photos_test_pipeline_check_full()
215 g_assert_true (is_edited); in photos_test_pipeline_check_full()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSWindow.h297 unsigned is_edited:1; member
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dproperties_particle.py42 …return (psys.point_cache.is_baked is False) and (not psys.is_edited) and (not context.particle_sys…
226 if psys is not None and psys.is_edited:
234 if psys is not None and psys.is_edited:
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dobject.h619 bool is_edited() const;
H A Dobject.cpp1706 bool Object::is_edited() const { in is_edited() function in Object
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dobject.h619 bool is_edited() const;
H A Dobject.cpp1706 bool Object::is_edited() const { in is_edited() function in Object
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.contacts_sql.inc.php4453 $is_edited = false;
4468 $is_edited = true;
4474 if($is_edited == false)
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_audio_buses.cpp1083 bool edited = AudioServer::get_singleton()->is_edited(); in _notification()
1087 if (effect->is_edited()) { in _notification()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_audio_buses.cpp1083 bool edited = AudioServer::get_singleton()->is_edited(); in _notification()
1087 if (effect->is_edited()) { in _notification()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dobject.h707 bool is_edited() const;
H A Dobject.cpp1922 bool Object::is_edited() const { in is_edited() function in Object
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dobject.h707 bool is_edited() const;
H A Dobject.cpp1922 bool Object::is_edited() const { in is_edited() function in Object
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSWindow.m931 [_wv setDocumentEdited: _f.is_edited];
3171 return _f.is_edited;
3396 if (_f.is_edited != flag)
3398 _f.is_edited = flag;
5879 // _f.is_edited = NO;

12