Home
last modified time | relevance | path

Searched refs:is_expanded (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Input/Container/Filter/
H A DFilter.php71 protected $is_expanded; variable in ILIAS\\UI\\Implementation\\Component\\Input\\Container\\Filter\\Filter
108 * @param bool $is_expanded
122 $is_expanded argument
150 $this->checkBoolArg("is_expanded", $is_expanded);
151 $this->is_expanded = $is_expanded;
313 return $this->is_expanded;
322 $clone->is_expanded = true;
332 $clone->is_expanded = false;
/dports/devel/py-vsts/vsts-0.1.25/vsts/build/v4_1/models/
H A Dbuild_option_group_definition.py29 def __init__(self, display_name=None, is_expanded=None, name=None): argument
32 self.is_expanded = is_expanded
/dports/devel/py-vsts/vsts-0.1.25/vsts/build/v4_0/models/
H A Dbuild_option_group_definition.py29 def __init__(self, display_name=None, is_expanded=None, name=None): argument
32 self.is_expanded = is_expanded
/dports/games/julius/julius-1.7.0/src/scenario/
H A Dempire.c15 return scenario.empire.is_expanded; in scenario_empire_is_expanded()
20 if (scenario.empire.is_expanded || scenario.empire.expansion_year <= 0) { in scenario_empire_process_expansion()
29 scenario.empire.is_expanded = 1; in scenario_empire_process_expansion()
/dports/games/augustus/augustus-3.1.0/src/scenario/
H A Dempire.c15 return scenario.empire.is_expanded; in scenario_empire_is_expanded()
20 if (scenario.empire.is_expanded || scenario.empire.expansion_year <= 0) { in scenario_empire_process_expansion()
29 scenario.empire.is_expanded = 1; in scenario_empire_process_expansion()
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_0/models/
H A Dtask_group_definition.py35 … def __init__(self, display_name=None, is_expanded=None, name=None, tags=None, visible_rule=None): argument
38 self.is_expanded = is_expanded
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_1/models/
H A Dtask_group_definition.py35 … def __init__(self, display_name=None, is_expanded=None, name=None, tags=None, visible_rule=None): argument
38 self.is_expanded = is_expanded
/dports/textproc/mdbook/mdBook-0.4.13/src/renderer/html_handlebars/helpers/
H A Dtoc.rs75 let is_expanded = in call() localVariable
91 write_li_open_tag(out, is_expanded, false)?; in call()
98 write_li_open_tag(out, is_expanded, false)?; in call()
100 write_li_open_tag(out, is_expanded, item.get("section").is_none())?; in call()
195 is_expanded: bool, in write_li_open_tag()
199 if is_expanded { in write_li_open_tag()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/mdbook-0.4.13/src/renderer/html_handlebars/helpers/
H A Dtoc.rs75 let is_expanded = in call() localVariable
91 write_li_open_tag(out, is_expanded, false)?; in call()
98 write_li_open_tag(out, is_expanded, false)?; in call()
100 write_li_open_tag(out, is_expanded, item.get("section").is_none())?; in call()
195 is_expanded: bool, in write_li_open_tag()
199 if is_expanded { in write_li_open_tag()
/dports/lang/rust/rustc-1.58.1-src/vendor/mdbook/src/renderer/html_handlebars/helpers/
H A Dtoc.rs75 let is_expanded = in call() localVariable
91 write_li_open_tag(out, is_expanded, false)?; in call()
98 write_li_open_tag(out, is_expanded, false)?; in call()
100 write_li_open_tag(out, is_expanded, item.get("section").is_none())?; in call()
195 is_expanded: bool, in write_li_open_tag()
199 if is_expanded { in write_li_open_tag()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_renderer_spinner.rs55 is_expanded: Option<bool>, field
77 is_expanded: None, in new()
113 if let Some(ref is_expanded) = self.is_expanded { in build()
114 properties.push(("is-expanded", is_expanded)); in build()
184 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
185 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/www/yarr/yarr-2.2/src/storage/
H A Dfolder.go17 insert into folders (title, is_expanded) values (?, ?)
39 …err = s.db.QueryRow(`select id, is_expanded from folders where title=?`, title).Scan(&id, &expande…
62 _, err := s.db.Exec(`update folders set is_expanded = ? where id = ?`, isExpanded, folderId)
69 select id, title, is_expanded
/dports/devel/py-vsts/vsts-0.1.25/vsts/work/v4_0/models/
H A Dtimeline_team_data.py62 …def __init__(self, backlog=None, field_reference_names=None, id=None, is_expanded=None, iterations… argument
67 self.is_expanded = is_expanded
/dports/devel/py-vsts/vsts-0.1.25/vsts/work/v4_1/models/
H A Dtimeline_team_data.py62 …def __init__(self, backlog=None, field_reference_names=None, id=None, is_expanded=None, iterations… argument
67 self.is_expanded = is_expanded
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcell_renderer_spinner.rs63 is_expanded: Option<bool>, field
107 if let Some(ref is_expanded) = self.is_expanded { in build()
108 properties.push(("is-expanded", is_expanded)); in build()
176 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
177 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_renderer_spinner.rs63 is_expanded: Option<bool>, field
107 if let Some(ref is_expanded) = self.is_expanded { in build()
108 properties.push(("is-expanded", is_expanded)); in build()
176 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
177 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_renderer_spinner.rs56 is_expanded: Option<bool>, field
96 if let Some(ref is_expanded) = self.is_expanded { in build()
97 properties.push(("is-expanded", is_expanded)); in build()
167 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
168 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_renderer_spinner.rs56 is_expanded: Option<bool>, field
96 if let Some(ref is_expanded) = self.is_expanded { in build()
97 properties.push(("is-expanded", is_expanded)); in build()
167 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
168 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_renderer_spinner.rs63 is_expanded: Option<bool>, field
107 if let Some(ref is_expanded) = self.is_expanded { in build()
108 properties.push(("is-expanded", is_expanded)); in build()
176 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
177 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_renderer_spinner.rs63 is_expanded: Option<bool>, field
107 if let Some(ref is_expanded) = self.is_expanded { in build()
108 properties.push(("is-expanded", is_expanded)); in build()
176 pub fn is_expanded(mut self, is_expanded: bool) -> Self { in is_expanded() method
177 self.is_expanded = Some(is_expanded); in is_expanded()
/dports/graphics/clutter/clutter-1.26.4/tests/interactive/
H A Dtest-animation.c5 static gboolean is_expanded = FALSE; variable
10 is_expanded = !is_expanded; in on_rect_transitions_completed()
35 if (!is_expanded) in on_clicked()
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/interactive/
H A Dtest-animation.c7 static gboolean is_expanded = FALSE; variable
18 is_expanded = !is_expanded; in on_rect_transitions_completed()
42 if (!is_expanded) in on_clicked()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/interactive/
H A Dtest-animation.c5 static gboolean is_expanded = FALSE; variable
10 is_expanded = !is_expanded; in on_rect_transitions_completed()
35 if (!is_expanded) in on_clicked()
/dports/www/ilias6/ILIAS-6.14/Services/UI/classes/
H A Dclass.ilUIFilterService.php68 * @param bool $is_expanded
77 $is_expanded = false argument
89 $is_expanded = $this->session->isExpanded($filter_id, $is_expanded);
120 $is_expanded
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhttree.cc69 s[p+2] = (is_expanded(node)) ? Chars[6]: Chars[5]; in create_graph()
91 if (!is_expanded(node)) return 0; in count_children()
133 if (has_children(node) && is_expanded(node)) { in draw_r()
193 if (has_children(node) && is_expanded(node)) { in get_node_r()
254 if (is_expanded(n)) { in handlemsg()
276 adjust(n, !is_expanded(n)); in handlemsg()
340 if (has_children(node) && is_expanded(node)) { in update_r()
480 bool ht_static_treeview::is_expanded(void *node) in is_expanded() function in ht_static_treeview

12345678910>>...19