Home
last modified time | relevance | path

Searched refs:remove_exception (Results 1 – 25 of 45) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/hyphenation-0.8.4/src/
H A Dhyphenator.rs109 fn remove_exception(&mut self, word : &str) -> Option<Vec<Self::Exact>>; in remove_exception() method
201 fn remove_exception(&mut self, w : &str) -> Option<Vec<usize>> { self.exceptions.0.remove(w) } in remove_exception() method
265 fn remove_exception(&mut self, w : &str) -> Option<Vec<Self::Exact>> { in remove_exception() method
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dray_cast.cpp185 void RayCast::remove_exception(const Object *p_object) { in remove_exception() function in RayCast
219 ObjectTypeDB::bind_method(_MD("remove_exception", "node"), &RayCast::remove_exception); in _bind_methods()
H A Dray_cast.h81 void remove_exception(const Object *p_object);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dray_cast.cpp185 void RayCast::remove_exception(const Object *p_object) { in remove_exception() function in RayCast
219 ObjectTypeDB::bind_method(_MD("remove_exception", "node"), &RayCast::remove_exception); in _bind_methods()
H A Dray_cast.h81 void remove_exception(const Object *p_object);
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_certificate_exceptions.h44 void remove_exception(const QUrl &url);
H A Ddooble_certificate_exceptions_menu_widget.cc271 dooble::s_certificate_exceptions->remove_exception(m_url); in slot_remove_exception()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dray_cast_2d.cpp209 void RayCast2D::remove_exception(const Object *p_object) { in remove_exception() function in RayCast2D
243 ObjectTypeDB::bind_method(_MD("remove_exception", "node"), &RayCast2D::remove_exception); in _bind_methods()
H A Dray_cast_2d.h80 void remove_exception(const Object *p_object);
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dray_cast_2d.cpp209 void RayCast2D::remove_exception(const Object *p_object) { in remove_exception() function in RayCast2D
243 ObjectTypeDB::bind_method(_MD("remove_exception", "node"), &RayCast2D::remove_exception); in _bind_methods()
H A Dray_cast_2d.h80 void remove_exception(const Object *p_object);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dray_cast_2d.h93 void remove_exception(const Object *p_object);
H A Dray_cast_2d.cpp256 void RayCast2D::remove_exception(const Object *p_object) { in remove_exception() function in RayCast2D
310 ClassDB::bind_method(D_METHOD("remove_exception", "node"), &RayCast2D::remove_exception); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dray_cast_2d.h93 void remove_exception(const Object *p_object);
H A Dray_cast_2d.cpp256 void RayCast2D::remove_exception(const Object *p_object) { in remove_exception() function in RayCast2D
310 ClassDB::bind_method(D_METHOD("remove_exception", "node"), &RayCast2D::remove_exception); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dray_cast.h100 void remove_exception(const Object *p_object);
H A Dray_cast.cpp250 void RayCast::remove_exception(const Object *p_object) { in remove_exception() function in RayCast
304 ClassDB::bind_method(D_METHOD("remove_exception", "node"), &RayCast::remove_exception); in _bind_methods()
H A Dcamera.h232 void remove_exception(const Object *p_object);
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dray_cast.h100 void remove_exception(const Object *p_object);
H A Dray_cast.cpp250 void RayCast::remove_exception(const Object *p_object) { in remove_exception() function in RayCast
304 ClassDB::bind_method(D_METHOD("remove_exception", "node"), &RayCast::remove_exception); in _bind_methods()
H A Dcamera.h232 void remove_exception(const Object *p_object);
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_banlist.h89 bool remove_exception(size_t index);
H A Dsv_banlist.cpp418 bool Banlist::remove_exception(size_t index) in remove_exception() function in Banlist
782 if (!banlist.remove_exception(bid - 1)) in BEGIN_COMMAND()
/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dprefs.cc278 Gtk::Button *bbutton, *add_exception, *remove_exception, *add_extra, *edit_extra, *remove_extra; in Prefs() local
281 widgets->get_widget("button_remove_exception", remove_exception); in Prefs()
310 remove_exception->signal_clicked().connect(sigc::mem_fun(*this, &Prefs::on_remove)); in Prefs()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/hyphenation-0.8.4/
H A DCHANGELOG.md41 - Exceptions can now be removed from dictionaries with `Hyphenator::remove_exception()`

12