Home
last modified time | relevance | path

Searched +refs:visible +refs:tags (Results 1 – 25 of 21405) sorted by relevance

12345678910>>...857

/dports/devel/gitui/gitui-0.10.1/src/tabs/
H A Drevlog.rs37 visible: bool, field
65 visible: false, in new()
80 if self.visible { in update()
116 if self.visible { in update_git()
122 self.list.set_tags(tags); in update_git()
158 let tags = self.list.tags(); in selected_commit_tags() localVariable
161 tags.and_then(|tags| tags.get(&commit).cloned()) in selected_commit_tags()
196 if self.visible { in event()
258 self.visible, in commands()
286 self.visible in is_visible()
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupMassupdateTrigger.php88 $visible = $this->getInput('visible', []);
98 unset($tags[$key]);
104 unset($tags[$key]);
107 unset($tags[$key]['type']);
125 if (array_key_exists('tags', $visible)) {
134 foreach ($tags as $tag) {
154 if (array_key_exists('priority', $visible)) {
158 if (array_key_exists('dependencies', $visible)) {
162 if (array_key_exists('tags', $visible)) {
173 $trigger['tags'] = $tags;
[all …]
H A DCControllerPopupMassupdateTemplate.php85 $visible = $this->getInput('visible', []);
93 $tags = array_filter($this->getInput('tags', []),
109 if (array_key_exists('groups', $visible)) {
119 if (array_key_exists('tags', $visible)) {
128 foreach ($tags as $tag) {
132 $tags = array_values($unique_tags);
237 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
240 foreach (array_merge($template['tags'], $tags) as $tag) {
247 $template['tags'] = $tags;
249 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
H A DCControllerPopupMassupdateHost.php100 $visible = $this->getInput('visible', []);
108 $tags = array_filter($this->getInput('tags', []),
126 if (array_key_exists('groups', $visible)) {
136 if (array_key_exists('tags', $visible)) {
145 foreach ($tags as $tag) {
149 $tags = array_values($unique_tags);
305 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
308 foreach (array_merge($host['tags'], $tags) as $tag) {
315 $host['tags'] = $tags;
317 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupMassupdateTrigger.php88 $visible = $this->getInput('visible', []);
98 unset($tags[$key]);
104 unset($tags[$key]);
107 unset($tags[$key]['type']);
125 if (array_key_exists('tags', $visible)) {
134 foreach ($tags as $tag) {
154 if (array_key_exists('priority', $visible)) {
158 if (array_key_exists('dependencies', $visible)) {
162 if (array_key_exists('tags', $visible)) {
173 $trigger['tags'] = $tags;
[all …]
H A DCControllerPopupMassupdateTemplate.php85 $visible = $this->getInput('visible', []);
93 $tags = array_filter($this->getInput('tags', []),
109 if (array_key_exists('groups', $visible)) {
119 if (array_key_exists('tags', $visible)) {
128 foreach ($tags as $tag) {
132 $tags = array_values($unique_tags);
237 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
240 foreach (array_merge($template['tags'], $tags) as $tag) {
247 $template['tags'] = $tags;
249 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
H A DCControllerPopupMassupdateHost.php100 $visible = $this->getInput('visible', []);
108 $tags = array_filter($this->getInput('tags', []),
126 if (array_key_exists('groups', $visible)) {
136 if (array_key_exists('tags', $visible)) {
145 foreach ($tags as $tag) {
149 $tags = array_values($unique_tags);
305 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
308 foreach (array_merge($host['tags'], $tags) as $tag) {
315 $host['tags'] = $tags;
317 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupMassupdateTrigger.php88 $visible = $this->getInput('visible', []);
98 unset($tags[$key]);
104 unset($tags[$key]);
107 unset($tags[$key]['type']);
125 if (array_key_exists('tags', $visible)) {
134 foreach ($tags as $tag) {
154 if (array_key_exists('priority', $visible)) {
158 if (array_key_exists('dependencies', $visible)) {
162 if (array_key_exists('tags', $visible)) {
173 $trigger['tags'] = $tags;
[all …]
H A DCControllerPopupMassupdateTemplate.php85 $visible = $this->getInput('visible', []);
93 $tags = array_filter($this->getInput('tags', []),
109 if (array_key_exists('groups', $visible)) {
119 if (array_key_exists('tags', $visible)) {
128 foreach ($tags as $tag) {
132 $tags = array_values($unique_tags);
237 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
240 foreach (array_merge($template['tags'], $tags) as $tag) {
247 $template['tags'] = $tags;
249 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
H A DCControllerPopupMassupdateHost.php100 $visible = $this->getInput('visible', []);
108 $tags = array_filter($this->getInput('tags', []),
126 if (array_key_exists('groups', $visible)) {
136 if (array_key_exists('tags', $visible)) {
145 foreach ($tags as $tag) {
149 $tags = array_values($unique_tags);
305 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
308 foreach (array_merge($host['tags'], $tags) as $tag) {
315 $host['tags'] = $tags;
317 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupMassupdateTrigger.php88 $visible = $this->getInput('visible', []);
98 unset($tags[$key]);
104 unset($tags[$key]);
107 unset($tags[$key]['type']);
125 if (array_key_exists('tags', $visible)) {
134 foreach ($tags as $tag) {
154 if (array_key_exists('priority', $visible)) {
158 if (array_key_exists('dependencies', $visible)) {
162 if (array_key_exists('tags', $visible)) {
173 $trigger['tags'] = $tags;
[all …]
H A DCControllerPopupMassupdateTemplate.php85 $visible = $this->getInput('visible', []);
93 $tags = array_filter($this->getInput('tags', []),
109 if (array_key_exists('groups', $visible)) {
119 if (array_key_exists('tags', $visible)) {
128 foreach ($tags as $tag) {
132 $tags = array_values($unique_tags);
237 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
240 foreach (array_merge($template['tags'], $tags) as $tag) {
247 $template['tags'] = $tags;
249 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
H A DCControllerPopupMassupdateHost.php100 $visible = $this->getInput('visible', []);
108 $tags = array_filter($this->getInput('tags', []),
126 if (array_key_exists('groups', $visible)) {
136 if (array_key_exists('tags', $visible)) {
145 foreach ($tags as $tag) {
149 $tags = array_values($unique_tags);
305 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
308 foreach (array_merge($host['tags'], $tags) as $tag) {
315 $host['tags'] = $tags;
317 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupMassupdateTrigger.php88 $visible = $this->getInput('visible', []);
98 unset($tags[$key]);
104 unset($tags[$key]);
107 unset($tags[$key]['type']);
125 if (array_key_exists('tags', $visible)) {
134 foreach ($tags as $tag) {
154 if (array_key_exists('priority', $visible)) {
158 if (array_key_exists('dependencies', $visible)) {
162 if (array_key_exists('tags', $visible)) {
173 $trigger['tags'] = $tags;
[all …]
H A DCControllerPopupMassupdateTemplate.php85 $visible = $this->getInput('visible', []);
93 $tags = array_filter($this->getInput('tags', []),
109 if (array_key_exists('groups', $visible)) {
119 if (array_key_exists('tags', $visible)) {
128 foreach ($tags as $tag) {
132 $tags = array_values($unique_tags);
237 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
240 foreach (array_merge($template['tags'], $tags) as $tag) {
247 $template['tags'] = $tags;
249 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
H A DCControllerPopupMassupdateHost.php100 $visible = $this->getInput('visible', []);
108 $tags = array_filter($this->getInput('tags', []),
126 if (array_key_exists('groups', $visible)) {
136 if (array_key_exists('tags', $visible)) {
145 foreach ($tags as $tag) {
149 $tags = array_values($unique_tags);
305 if ($tags && $mass_update_tags == ZBX_ACTION_ADD) {
308 foreach (array_merge($host['tags'], $tags) as $tag) {
315 $host['tags'] = $tags;
317 elseif ($tags && $mass_update_tags == ZBX_ACTION_REMOVE) {
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/models/
H A Ddto.rs7 pub tags: Vec<String>, field
30 pub visible: bool, field
52 let visible: Vec<String> = m.viewports.iter().flat_map(|vp| vp.tags.clone()).collect(); in from() localVariable
61 &visible, in from()
78 visible: &[String], in viewport_into_display_workspace()
90 visible: visible.contains(t), in viewport_into_display_workspace()
96 tags, in viewport_into_display_workspace()
111 .tags in from()
119 .tags in from()
136 .tags in from()
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-obsolete-tag-cache.t45 Trigger tags cache population by doing something that accesses tags info
47 $ hg tags
53 $ cat .hg/cache/tags2-visible
65 $ hg tags
70 $ cat .hg/cache/tags2-visible
78 …0 bob @2942a772f72a444bef4bef13874d515f50fa27b6 (5000)> writing .hg/cache/tags2-visible with 2 tags
91 $ hg tags
95 $ cat .hg/cache/tags2-visible
102 …0 bob @2942a772f72a444bef4bef13874d515f50fa27b6 (5000)> writing .hg/cache/tags2-visible with 1 tags
106 Resolving tags on an unfiltered repo writes a separate tags cache
[all …]
H A Dtest-tags.t152 …0 bob @b9154636be938d3d431e75a7c906504a079bfe07 (5000)> writing .hg/cache/tags2-visible with 1 tags
166 …0 bob @b9154636be938d3d431e75a7c906504a079bfe07 (5000)> writing .hg/cache/tags2-visible with 1 tags
370 …0 bob @8dbfe60eff306a54259cfe007db9e330e7ecf866 (5000)> writing .hg/cache/tags2-visible with 1 tags
421 tags2-visible is missing, `hg tags` aborts. Corrupting the leading 4 bytes of
480 …0 bob @b968051b5cf3f624b771779c6d5f84f1d4c3fb5d (5000)> writing .hg/cache/tags2-visible with 1 tags
495 …0 bob @b968051b5cf3f624b771779c6d5f84f1d4c3fb5d (5000)> writing .hg/cache/tags2-visible with 1 tags
523 …0 bob @0c192d7d5e6b78a714de54a2e9627952a877e25a (5000)> writing .hg/cache/tags2-visible with 1 tags
541 …0 bob @035f65efb448350f4772141702a81ab1df48c465 (5000)> writing .hg/cache/tags2-visible with 1 tags
798 branch2-visible
836 tags2-visible
[all …]
/dports/lang/asn1c/asn1c-0.9.27/tests/
H A D95-choice-per-order-OK.asn1.-Pgen-PER80 .per_constraints = 0, /* No PER visible constraints */
89 .per_constraints = 0, /* No PER visible constraints */
126 0, /* No tags (count) */
139 .per_constraints = 0, /* No PER visible constraints */
148 .per_constraints = 0, /* No PER visible constraints */
157 .per_constraints = 0, /* No PER visible constraints */
166 .per_constraints = 0, /* No PER visible constraints */
205 0, /* No tags (count) */
260 .per_constraints = 0, /* No PER visible constraints */
269 .per_constraints = 0, /* No PER visible constraints */
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/wireless/
H A Dcanopy-generic.inc.php25 $tags = compact('rrd_def'); variable
37 $tags = compact('rrd_def'); variable
55 $tags = compact('rrd_def'); variable
80 $tags = compact('rrd_def'); variable
97 $tags = compact('rrd_def'); variable
109 $tags = compact('rrd_def'); variable
125 $tags = compact('rrd_def'); variable
153 … $visible = str_replace('"', '', snmp_get($device, '.1.3.6.1.4.1.161.19.3.4.4.7.0', '-Ovqn', '')); variable
155 if (is_numeric($visible) && is_numeric($tracked)) {
160 'visible' => floatval($visible),
[all …]
H A Dcambium-generic.inc.php24 $tags = compact('rrd_def'); variable
36 $tags = compact('rrd_def'); variable
54 $tags = compact('rrd_def'); variable
66 $tags = compact('rrd_def'); variable
78 $tags = compact('rrd_def'); variable
94 $tags = compact('rrd_def'); variable
149 … $visible = str_replace('"', '', snmp_get($device, '.1.3.6.1.4.1.161.19.3.4.4.7.0', '-Ovqn', '')); variable
151 if (is_numeric($visible) && is_numeric($tracked)) {
156 'visible' => floatval($visible),
162 unset($rrd_filename, $visible, $tracked);
[all …]
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Dinspect_commit.rs26 tags: Option<CommitTags>, field
30 visible: bool, field
136 self.visible in is_visible()
139 self.visible = false; in hide()
142 self.visible = true; in show()
175 tags: None, in new()
177 visible: false, in new()
186 tags: Option<CommitTags>, in open()
189 self.tags = tags; in open()
249 self.details.set_commit(self.commit_id, self.tags.clone())?; in update()
/dports/deskutils/kalendar/kalendar-0.4.0/src/contents/ui/
H A DFilterHeader.qml22 "tags": [],
28 visible: todoMode || filter.tags.length > 0 || filter.collectionId > -1
29 height: visible ? implicitHeight : 0
41 …text: !headerLayout.todoMode ? i18n("Filtering by tags") : headerLayout.filterCollectionDetails &&…
52 visible: headerLayout.todoMode && headerLayout.filter.collectionId > -1
67 visible: headerLayout.filter.tags.length > 0
71 model: headerLayout.filter ? headerLayout.filter.tags : {}
118 visible: headerLayout.todoMode
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DTagValidator.java81 fScanTags = tags; in TagValidator()
122 List<TagElement> tags = node.tags(); in visit() local
136 if (tags.isEmpty()) { in validateTags()
158 } else if (!item.visible) { in validateTags()
189 } else if (!item.visible) { in validateTags()
253 } else if (!item.visible) { in processTypeNode()
259 } else if (!item.visible) { in processTypeNode()
432 if (tags.length > 0) { in getSupportedTagNames()
534 } else if (!item.visible) { in checkType()
573 } else if (!item.visible) { in checkEnum()
[all …]

12345678910>>...857