Home
last modified time | relevance | path

Searched refs:tag_id (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/mhdf/src/
H A Dtags.c145 if (tag_id < 0) in get_tag()
152 return tag_id; in get_tag()
179 if (tag_id < 0) in get_tag_type()
317 if (tag_id < 0) in create_tag_common()
560 return tag_id; in create_tag_common()
614 hid_t tag_id; in mhdf_createTag() local
619 if (tag_id >= 0) in mhdf_createTag()
637 hid_t tag_id; in mhdf_createVarLenTag() local
895 if (tag_id < 0) in mhdf_getTagInfo()
1205 hid_t tag_id; in mhdf_getTagValues() local
[all …]
/dports/security/py-python-gvm/python-gvm-21.10.0/tests/protocols/gmpv208/entities/tags/
H A Dtest_modify_tag.py25 self.gmp.modify_tag(tag_id='t1')
31 self.gmp.modify_tag(tag_id=None)
34 self.gmp.modify_tag(tag_id='')
44 self.gmp.modify_tag(tag_id='t1', value='foo')
51 self.gmp.modify_tag(tag_id='t1', name='foo')
58 self.gmp.modify_tag(tag_id='t1', active=True)
72 tag_id='t1',
87 tag_id='t1',
102 tag_id='t1',
117 tag_id='t1',
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DTagModel.php76 * @param integer $tag_id
79 public function getById($tag_id) argument
111 * @param integer $tag_id
118 ->neq('id', $tag_id)
138 $tag_id = $this->getIdByName($project_id, $tag);
140 if (empty($tag_id)) {
141 $tag_id = $this->create($project_id, $tag);
144 return $tag_id;
168 * @param integer $tag_id
192 * @param integer $tag_id
[all …]
H A DTaskTagModel.php114 * @param integer $tag_id
117 public function associateTag($task_id, $tag_id) argument
121 'tag_id' => $tag_id,
130 * @param integer $tag_id
133 public function dissociateTag($task_id, $tag_id) argument
137 ->eq('tag_id', $tag_id)
154 $tag_id = $this->tagModel->findOrCreateTag($project_id, $tag);
156 if (! isset($task_tags[$tag_id]) && ! $this->associateTag($task_id, $tag_id)) {
175 foreach ($task_tags as $tag_id => $tag) {
177 if (! $this->dissociateTag($task_id, $tag_id)) {
H A DTagDuplicationModel.php48 $tag_id = $this->tagModel->getIdByName($dst_project_id, $tag['name']);
50 if (empty($tag_id)) {
51 $tag_id = $this->tagModel->create($dst_project_id, $tag['name'], $tag['color_id']);
54 $this->taskTagModel->associateTag($dst_task_id, $tag_id);
86 $tag_id = $this->tagModel->getIdByName($dst_project_id, $tag['name']);
88 if (empty($tag_id)) {
89 $tag_id = $this->tagModel->create($dst_project_id, $tag['name'], $tag['color_id']);
93 $this->taskTagModel->associateTag($task_id, $tag_id);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/
H A Dprivatemsg_filter.admin.inc68 * @param $tag_id
75 if ($tag_id) {
76 $tag = db_fetch_array(db_query('SELECT * from {pm_tags} pmt WHERE pmt.tag_id = %d', $tag_id));
77 $form['tag_id'] = array(
78 '#value' => $tag_id,
111 $tag_id = isset($form_state['values']['tag_id']) ? $form_state['values']['tag_id'] : 0;
112 if ($tag_id) {
144 * @param $tag_id
148 $form['tag_id'] = array(
150 '#value' => $tag_id,
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myhtml/
H A Drules.c87 switch (token->tag_id) in myhtml_insertion_mode_initial()
144 switch (token->tag_id) { in myhtml_insertion_mode_before_html()
166 switch (token->tag_id) in myhtml_insertion_mode_before_html()
240 switch (token->tag_id) in myhtml_insertion_mode_before_head()
350 switch (token->tag_id) in myhtml_insertion_mode_in_head()
529 switch (token->tag_id) in myhtml_insertion_mode_in_head_noscript()
709 if(node->tag_id == token->tag_id && node->ns == MyHTML_NAMESPACE_HTML) { in myhtml_insertion_mode_in_body_other_end_tag()
713 if(current_node->tag_id != node->tag_id) { in myhtml_insertion_mode_in_body_other_end_tag()
3036 if(current_node->tag_id == token->tag_id && in myhtml_insertion_mode_in_select()
3658 if(current_node->tag_id != token->tag_id) { in myhtml_insertion_mode_in_foreign_content_end_other()
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/modest/finder/
H A Dpseudo_class.c266 if(node->tag_id != MyHTML_TAG__TEXT && node->tag_id != MyHTML_TAG__COMMENT) in modest_finder_selector_sub_type_pseudo_class_function_nth_child()
330 if(node->tag_id != MyHTML_TAG__TEXT && node->tag_id != MyHTML_TAG__COMMENT) in modest_finder_selector_sub_type_pseudo_class_function_nth_last_child()
367 if(node->tag_id == base_node->tag_id && node->ns == base_node->ns) { in modest_finder_selector_sub_type_pseudo_class_function_nth_last_of_type()
399 if(node->tag_id == base_node->tag_id && node->ns == base_node->ns) { in modest_finder_selector_sub_type_pseudo_class_function_nth_of_type()
435 if(base_node->tag_id == MyHTML_TAG_A || in modest_finder_selector_sub_type_pseudo_class_any_link()
437 base_node->tag_id == MyHTML_TAG_MAP) in modest_finder_selector_sub_type_pseudo_class_any_link()
484 if(base_node->tag_id == MyHTML_TAG_INPUT || base_node->tag_id == MyHTML_TAG_MENUITEM) in modest_finder_selector_sub_type_pseudo_class_checked()
660 if(node->tag_id != MyHTML_TAG__TEXT && node->tag_id != MyHTML_TAG__COMMENT) in modest_finder_selector_sub_type_pseudo_class_first_child()
674 if(node->tag_id == base_node->tag_id && node->ns == base_node->ns) in modest_finder_selector_sub_type_pseudo_class_first_of_type()
722 if(node->tag_id != MyHTML_TAG__TEXT && node->tag_id != MyHTML_TAG__COMMENT) in modest_finder_selector_sub_type_pseudo_class_last_child()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/tag/
H A Dwrite.c27 git_oid target_id, tag_id; in test_object_tag_write__basic() local
40 git_tag_create(&tag_id, g_repo, in test_object_tag_write__basic()
71 git_oid target_id, tag_id; in test_object_tag_write__overwrite() local
97 git_oid target_id, tag_id, old_tag_id; in test_object_tag_write__replace() local
196 git_oid target_id, tag_id; in test_object_tag_write__creating_with_an_invalid_name_returns_EINVALIDSPEC() local
206 git_tag_create(&tag_id, g_repo, in test_object_tag_write__creating_with_an_invalid_name_returns_EINVALIDSPEC()
211 git_tag_create_lightweight(&tag_id, g_repo, in test_object_tag_write__creating_with_an_invalid_name_returns_EINVALIDSPEC()
242 git_oid tag_id; in test_object_tag_write__creating_an_annotation_stores_the_new_object_in_the_odb() local
245 create_annotation(&tag_id, "new_tag"); in test_object_tag_write__creating_an_annotation_stores_the_new_object_in_the_odb()
255 git_oid tag_id; in test_object_tag_write__creating_an_annotation_does_not_create_a_reference() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_tag.py171 tag_id = ''
173 tag_id = self.tag_service.create(tag_spec)
177 if tag_id:
180 tag_id=tag_id))
182 results=dict(msg="No tag created", tag_id=tag_id))
197 tag_id = self.global_tags[self.tag_name]['tag_id']
199 tag_id=tag_id)
206 self.tag_service.update(tag_id, tag_update_spec)
220 tag_id = self.global_tags[self.tag_name]['tag_id']
222 self.tag_service.delete(tag_id=tag_id)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_tag.py165 tag_id = ''
167 tag_id = self.tag_service.create(tag_spec)
171 if tag_id:
173 … tag_status=dict(msg="Tag '%s' created." % tag_spec.name, tag_id=tag_id))
175 tag_status=dict(msg="No tag created", tag_id=tag_id))
190 tag_id = self.tag_obj['tag_id']
192 tag_id=tag_id)
213 tag_id = self.tag_obj['tag_id']
215 self.tag_service.delete(tag_id=tag_id)
219 … tag_status=dict(msg="Tag '%s' deleted." % self.tag_name, tag_id=tag_id))
[all …]
/dports/www/piwigo/piwigo/install/
H A Dupgrade_1.5.0.php55 $tag_id = array();
71 if (!isset($tag_id[$keyword]))
73 $tag_id[$keyword] = $current_id++;
76 if (!isset($tag_images[ $tag_id[$keyword] ]))
78 $tag_images[ $tag_id[$keyword] ] = array();
82 $tag_images[ $tag_id[$keyword] ],
89 foreach ($tag_id as $tag_name => $tag_id)
94 'id' => $tag_id,
111 foreach ($tag_images as $tag_id => $images)
118 'tag_id' => $tag_id,
/dports/graphics/freeimage/FreeImage/Source/Metadata/
H A DXTIFF.cpp146 WORD tag_id = (WORD)fieldInfo->field_tag; in tiff_read_geotiff_profile() local
149 FreeImage_SetTagID(tag, tag_id); in tiff_read_geotiff_profile()
171 WORD tag_id = (WORD)fieldInfo->field_tag; in tiff_read_geotiff_profile() local
175 FreeImage_SetTagID(tag, tag_id); in tiff_read_geotiff_profile()
242 if(tag_id == TIFFTAG_EXIFIFD) { in tiff_read_exif_tag()
386 FreeImage_SetTagID(fitag, (WORD)tag_id); in tiff_read_exif_tag()
586 const uint32 tag_id = TIFFFieldTag(fld); in tiff_read_exif_tags() local
588 if(tag_id == lastTag) { in tiff_read_exif_tags()
614 lastTag = tag_id; in tiff_read_exif_tags()
729 const uint32 tag_id = TIFFFieldTag(fld); in tiff_write_exif_tags() local
[all …]
/dports/net/py-softlayer/SoftLayer-5.9.7/tests/managers/
H A Dtag_tests.py54 tag_id = 1286571
55 result = self.tag_manager.get_tag_references(tag_id)
56 self.assertEqual(tag_id, result[0].get('tagId'))
60 tag_id = 1286571
62 self.assertEqual(tag_id, result[0].get('tagId'))
116 tag_id = 1286571
117 result = self.tag_manager.get_tag(tag_id)
118 self.assertEqual(tag_id, result.get('id'))
122 tag_id = 1286571
123 result = self.tag_manager.get_tag(tag_id, mask=self.test_mask)
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/commands/
H A DTagDetachCommand.php42 private $tag_id; variable in TagDetachCommand
61 $this->tag_id = $this->query( 'tag_id' );
64 if( !is_numeric( $this->tag_id ) ) {
66 sprintf( "Invalid tag id '%s'", $this->tag_id ),
78 if( tag_bug_is_attached( $this->tag_id, $this->issue_id ) ) {
79 tag_bug_detach( $this->tag_id, $this->issue_id );
80 event_signal( 'EVENT_TAG_DETACHED', array( $this->issue_id, array( $this->tag_id ) ) );
/dports/www/piwigo/piwigo/include/ws_functions/
H A Dpwg.tags.php165 foreach ($image_tag_ids as $tag_id)
182 'id' => (int)$tag_id,
288 $tag_id = $params['tag_id'];
295 WHERE id = '. $tag_id .'
306 WHERE id != '.$tag_id.'
325 pwg_activity('tag', $tag_id, 'edit');
330 array('id' => $tag_id)
334 'id' => $tag_id,
351 $tag_id = $params['tag_id'];
358 WHERE id = '. $tag_id .'
[all …]
/dports/security/py-python-gvm/python-gvm-21.10.0/gvm/protocols/gmpv208/entities/
H A Dtags.py28 def clone_tag(self, tag_id: str) -> Any:
37 if not tag_id:
43 cmd.add_element("copy", tag_id)
141 if not tag_id:
147 cmd.set_attribute("tag_id", tag_id)
183 def get_tag(self, tag_id: str) -> Any:
194 if not tag_id:
199 cmd.set_attribute("tag_id", tag_id)
204 tag_id: str,
234 if not tag_id:
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DTagController.php57 $tag_id = $this->request->getIntegerParam('tag_id');
58 $tag = $this->tagModel->getById($tag_id);
74 $tag_id = $this->request->getIntegerParam('tag_id');
75 $tag = $this->tagModel->getById($tag_id);
98 $tag_id = $this->request->getIntegerParam('tag_id');
99 $tag = $this->tagModel->getById($tag_id);
109 $tag_id = $this->request->getIntegerParam('tag_id');
110 $tag = $this->tagModel->getById($tag_id);
116 if ($this->tagModel->remove($tag_id)) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Dtag.rb18 def get_message(repository, tag_id) argument
19 BatchLoader.for(tag_id).batch(key: repository) do |tag_ids, loader, args|
20 get_messages(args[:key], tag_ids).each do |tag_id, message|
21 loader.call(tag_id, message)
30 def extract_signature_lazily(repository, tag_id) argument
31 BatchLoader.for(tag_id).batch(key: repository) do |tag_ids, loader, args|
32 batch_signature_extraction(args[:key], tag_ids).each do |tag_id, signature_data|
33 loader.call(tag_id, signature_data)
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-io-job-tagging.c28 gint tag_id; member
40 if (tagging->tag_id == -2)
44 else if (tagging->tag_id == -1)
50 rs_library_photo_add_tag(library, tagging->path, tagging->tag_id, tagging->autotag);
85 rs_io_job_tagging_new(const gchar *path, gint tag_id, gboolean autotag) in rs_io_job_tagging_new() argument
90 tagging->tag_id = tag_id; in rs_io_job_tagging_new()
/dports/www/kanboard/kanboard-1.2.21/app/Api/Procedure/
H A DTagProcedure.php33 public function updateTag($tag_id, $tag) argument
35 …agAuthorization::getInstance($this->container)->check($this->getClassName(), 'updateTag', $tag_id);
36 return $this->tagModel->update($tag_id, $tag);
39 public function removeTag($tag_id) argument
41 …agAuthorization::getInstance($this->container)->check($this->getClassName(), 'removeTag', $tag_id);
42 return $this->tagModel->remove($tag_id);
/dports/japanese/w3m/w3m-2b59b9e/
H A Dparsetagx.c117 int tag_id; in parse_tag() local
142 if (tag_id == HTML_UNKNOWN || in parse_tag()
143 (!internal && TagMAP[tag_id].flag & TFLG_INT)) in parse_tag()
148 tag->tagid = tag_id; in parse_tag()
150 if ((nattr = TagMAP[tag_id].max_attribute) > 0) { in parse_tag()
157 tag->map[TagMAP[tag_id].accept_attribute[i]] = i; in parse_tag()
216 attr_id = TagMAP[tag_id].accept_attribute[i]; in parse_tag()
231 if ((tag_id == HTML_INPUT || tag_id == HTML_INPUT_ALT) && in parse_tag()
304 int tag_id = tag->tagid; in parsedtag2str() local
305 int nattr = TagMAP[tag_id].max_attribute; in parsedtag2str()
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dparsetagx.c117 int tag_id; in parse_tag() local
142 if (tag_id == HTML_UNKNOWN || in parse_tag()
143 (!internal && TagMAP[tag_id].flag & TFLG_INT)) in parse_tag()
148 tag->tagid = tag_id; in parse_tag()
150 if ((nattr = TagMAP[tag_id].max_attribute) > 0) { in parse_tag()
157 tag->map[TagMAP[tag_id].accept_attribute[i]] = i; in parse_tag()
216 attr_id = TagMAP[tag_id].accept_attribute[i]; in parse_tag()
231 if ((tag_id == HTML_INPUT || tag_id == HTML_INPUT_ALT) && in parse_tag()
304 int tag_id = tag->tagid; in parsedtag2str() local
305 int nattr = TagMAP[tag_id].max_attribute; in parsedtag2str()
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Dparsetagx.c117 int tag_id; in parse_tag() local
142 if (tag_id == HTML_UNKNOWN || in parse_tag()
143 (!internal && TagMAP[tag_id].flag & TFLG_INT)) in parse_tag()
148 tag->tagid = tag_id; in parse_tag()
150 if ((nattr = TagMAP[tag_id].max_attribute) > 0) { in parse_tag()
157 tag->map[TagMAP[tag_id].accept_attribute[i]] = i; in parse_tag()
216 attr_id = TagMAP[tag_id].accept_attribute[i]; in parse_tag()
231 if ((tag_id == HTML_INPUT || tag_id == HTML_INPUT_ALT) && in parse_tag()
304 int tag_id = tag->tagid; in parsedtag2str() local
305 int nattr = TagMAP[tag_id].max_attribute; in parsedtag2str()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Dparsetagx.c117 int tag_id; in parse_tag() local
142 if (tag_id == HTML_UNKNOWN || in parse_tag()
143 (!internal && TagMAP[tag_id].flag & TFLG_INT)) in parse_tag()
148 tag->tagid = tag_id; in parse_tag()
150 if ((nattr = TagMAP[tag_id].max_attribute) > 0) { in parse_tag()
157 tag->map[TagMAP[tag_id].accept_attribute[i]] = i; in parse_tag()
216 attr_id = TagMAP[tag_id].accept_attribute[i]; in parse_tag()
231 if ((tag_id == HTML_INPUT || tag_id == HTML_INPUT_ALT) && in parse_tag()
304 int tag_id = tag->tagid; in parsedtag2str() local
305 int nattr = TagMAP[tag_id].max_attribute; in parsedtag2str()
[all …]

12345678910>>...42