Home
last modified time | relevance | path

Searched refs:active_doc (Results 1 – 16 of 16) sorted by relevance

/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dmain_window_build_tools.vala222 Document active_doc = _main_window.active_document;
223 bool unsaved_doc = active_doc.location == null;
231 string path = active_doc.get_main_file ().get_parse_name ();
355 Document active_doc = _main_window.active_document;
358 return_if_fail (active_doc.location != null);
363 if (active_doc.location == null)
365 bool tmp_location_set = active_doc.set_tmp_location ();
369 int project_id = active_doc.project_id;
372 active_doc.save ();
391 File main_file = active_doc.get_main_file ();
H A Dmain_window_build_tools.c1132 Document* active_doc = NULL; in main_window_build_tools_update_build_tool_sensitivity() local
1202 active_doc = _tmp8_; in main_window_build_tools_update_build_tool_sensitivity()
1204 _tmp9_ = active_doc; in main_window_build_tools_update_build_tool_sensitivity()
1231 _tmp14_ = active_doc; in main_window_build_tools_update_build_tool_sensitivity()
1954 active_doc = _tmp12_; in main_window_build_tools_activate_dynamic_action()
1966 _tmp15_ = active_doc; in main_window_build_tools_activate_dynamic_action()
1990 _tmp20_ = active_doc; in main_window_build_tools_activate_dynamic_action()
2001 _tmp23_ = active_doc; in main_window_build_tools_activate_dynamic_action()
2009 _tmp24_ = active_doc; in main_window_build_tools_activate_dynamic_action()
2021 _tmp27_ = active_doc; in main_window_build_tools_activate_dynamic_action()
[all …]
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/findinfiles/
H A Dplugin.vala51 var active_doc = window.get_active_document ();
58 var location = active_doc.get_file ().get_location ();
74 if (active_doc.get_selection_bounds (out start, out end)) {
75 var selection = active_doc.get_text (start, end, true);
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator.erl20 active_doc/2,
177 -spec active_doc(binary(), binary()) -> {ok, {[_]}} | {error, not_found}.
178 active_doc(DbName, DocId) -> function
217 case active_doc(RepDb, DocId) of
H A Dcouch_replicator_fabric.erl147 case couch_replicator:active_doc(DbName, Id) of
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dproject.c163 setup_bfwin_for_project(Tbfwin * bfwin, Tdocument *active_doc) in setup_bfwin_for_project() argument
166 bfwin->project, bfwin->session, bfwin->current_document, active_doc); in setup_bfwin_for_project()
167 if (active_doc && active_doc->uri) { in setup_bfwin_for_project()
179 bfwin_apply_session(bfwin, active_doc); in setup_bfwin_for_project()
481 Tdocument * active_doc = documentlist_return_document_from_index(prwin->documentlist, doc_index); in project_open_from_file() local
483 setup_bfwin_for_project(prwin, active_doc); in project_open_from_file()
H A Dfilebrowser2.h41 void fb2_update_settings_from_session(Tbfwin *bfwin, Tdocument *active_doc);
H A Dbfwin.h71 void bfwin_apply_session(Tbfwin * bfwin, Tdocument *active_doc);
H A Dfilebrowser2.c2581 fb2_update_settings_from_session(Tbfwin * bfwin, Tdocument *active_doc) in fb2_update_settings_from_session() argument
2591 bfwin, fb2, fb2->filebrowser_viewmode, active_doc); in fb2_update_settings_from_session()
2629 if (!active_doc || !bfwin->session->filebrowser_focus_follow) { in fb2_update_settings_from_session()
H A Dbfwin.c466 bfwin_apply_session(Tbfwin * bfwin, Tdocument *active_doc) in bfwin_apply_session() argument
479 fb2_update_settings_from_session(bfwin, active_doc); in bfwin_apply_session()
H A Ddocument.c218 gint active_doc = in return_arraylist_from_doclist() local
236 if (i == active_doc) { in return_arraylist_from_doclist()
/dports/editors/pluma/pluma-1.26.0/plugins/spell/
H A Dpluma-spell-plugin.c1100 PlumaDocument *active_doc; in set_auto_spell_from_metadata() local
1136 active_doc = pluma_window_get_active_document (window); in set_auto_spell_from_metadata()
1138 if (active_doc == doc && action_group != NULL) in set_auto_spell_from_metadata()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Ddocument.py2104 active_doc = Document.get_active_instance()
2105 if (active_doc is not None) and (active_doc is not self):
2106 return active_doc.mode_flip_action_activated_cb(flip_action)
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs1903 active_doc: &mut RenderedDocument, in render_impl()
1913 let compositor_kind = active_doc.frame.composite_state.compositor_kind; in render_impl()
1982 self.update_debug_overlay(device_size, !active_doc.frame.debug_items.is_empty()); in render_impl()
1985 let frame = &mut active_doc.frame; in render_impl()
1986 let profile = &mut active_doc.profile; in render_impl()
2094 if let Some(stats) = active_doc.frame_stats.take() { in render_impl()
2112 if active_doc.render_reasons.contains(reason_bit) { in render_impl()
2121 active_doc.render_reasons = RenderReasons::empty(); in render_impl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs1864 active_doc: &mut RenderedDocument, in render_impl()
1874 let compositor_kind = active_doc.frame.composite_state.compositor_kind; in render_impl()
1943 self.update_debug_overlay(device_size, !active_doc.frame.debug_items.is_empty()); in render_impl()
1946 let frame = &mut active_doc.frame; in render_impl()
1947 let profile = &mut active_doc.profile; in render_impl()
2054 if let Some(stats) = active_doc.frame_stats.take() { in render_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs1864 active_doc: &mut RenderedDocument, in render_impl()
1874 let compositor_kind = active_doc.frame.composite_state.compositor_kind; in render_impl()
1943 self.update_debug_overlay(device_size, !active_doc.frame.debug_items.is_empty()); in render_impl()
1946 let frame = &mut active_doc.frame; in render_impl()
1947 let profile = &mut active_doc.profile; in render_impl()
2054 if let Some(stats) = active_doc.frame_stats.take() { in render_impl()