Home
last modified time | relevance | path

Searched refs:label_ids (Results 1 – 25 of 125) sorted by relevance

12345

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/labels/
H A Dpromote_service.rb37 def subscribe_users(group_label, label_ids) argument
58 def update_issuables(group_label, label_ids) argument
60 .where(label: label_ids)
66 def update_resource_label_events(group_label, label_ids) argument
68 .where(label: label_ids)
74 def update_issue_board_lists(group_label, label_ids) argument
76 .where(label: label_ids)
82 def update_priorities(group_label, label_ids) argument
84 .where(label: label_ids)
90 def destroy_project_labels(label_ids) argument
[all …]
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dminibatch.c34 khiter_t k = kh_get(str_uint32, label_ids, label); in count_labels_minibatch()
36 if (k != kh_end(label_ids)) { in count_labels_minibatch()
37 kh_value(label_ids, k)++; in count_labels_minibatch()
44 kh_value(label_ids, k) = 1; in count_labels_minibatch()
108 khash_t(str_uint32) *label_ids = kh_init(str_uint32); in khash_t()
125 k = kh_put(str_uint32, label_ids, label, &ret); in khash_t()
130 kh_value(label_ids, k) = label_id++; in khash_t()
134 return label_ids; in khash_t()
137 kh_destroy(str_uint32, label_ids); in khash_t()
206 if (k != kh_end(label_ids)) { in label_vector()
[all …]
H A Dlogistic_regression_trainer.c13 if (self->label_ids != NULL) { in logistic_regression_trainer_destroy()
14 kh_destroy(str_uint32, self->label_ids); in logistic_regression_trainer_destroy()
36 …_trainer_t *logistic_regression_trainer_init(trie_t *feature_ids, khash_t(str_uint32) *label_ids) { in logistic_regression_trainer_init() argument
37 if (feature_ids == NULL || label_ids == NULL) return NULL; in logistic_regression_trainer_init()
46 trainer->label_ids = label_ids; in logistic_regression_trainer_init()
47 trainer->num_labels = kh_size(label_ids); in logistic_regression_trainer_init()
78 … logistic_regression_trainer_t *trainer = logistic_regression_trainer_init(feature_ids, label_ids); in logistic_regression_trainer_init_sgd()
93 …_regression_trainer_init_ftrl(trie_t *feature_ids, khash_t(str_uint32) *label_ids, double lambda1,… in logistic_regression_trainer_init_ftrl() argument
94 … logistic_regression_trainer_t *trainer = logistic_regression_trainer_init(feature_ids, label_ids); in logistic_regression_trainer_init_ftrl()
129 uint32_array *y = label_vector(self->label_ids, labels); in logistic_regression_trainer_minibatch_cost_params()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/mutations/merge_requests/
H A Dset_labels.rb22 …def resolve(project_path:, iid:, label_ids:, operation_mode: Types::MutationOperationModeEnum.enum… argument
28 label_ids = label_ids.map { |id| ::Types::GlobalIDType[::Label].coerce_isolated_input(id) }
30 label_ids = label_ids.compact.map(&:model_id)
41 …eService.new(project: project, current_user: current_user, params: { attribute_name => label_ids })
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/finders/issuables/
H A Dlabel_filter.rb65 all_label_ids.each do |label_ids|
66 … issuables = issuables.where(label_link_query(target_model, label_ids: label_ids).arel.exists)
83 label_ids = find_label_ids(label_names).flatten(1)
85 return issuables if label_ids.empty?
87 issuables.where(label_link_query(target_model, label_ids: label_ids).arel.exists.not)
137 def label_link_query(target_model, label_ids: nil, label_names: nil)
138 …= LabelLink.by_target_for_exists_query(target_model.name, target_model.arel_table['id'], label_ids)
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/
H A Dfunction.html_radios.php51 $label_ids = false;
111 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
117 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
130 …on_html_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids) { argument
133 if($label_ids) {
144 if ($labels && $label_ids) $_output .= ' id="' . $_id . '"';
/dports/www/smarty2/smarty-2.6.31/libs/plugins/
H A Dfunction.html_radios.php51 $label_ids = false;
111 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
117 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
130 …on_html_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids) { argument
133 if($label_ids) {
144 if ($labels && $label_ids) $_output .= ' id="' . $_id . '"';
/dports/www/gallery2/gallery2/lib/smarty/plugins/
H A Dfunction.html_radios.php51 $label_ids = false;
111 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
117 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
130 …on_html_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids) { argument
133 if($label_ids) {
144 if ($labels && $label_ids) $_output .= ' id="' . $_id . '"';
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/
H A Dfunction.html_radios.php51 $label_ids = false;
111 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
117 …nction_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids);
130 …on_html_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids) { argument
133 if($label_ids) {
144 if ($labels && $label_ids) $_output .= ' id="' . $_id . '"';
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/graphql/mutations/merge_requests/
H A Dset_labels_spec.rb19 …olve(project_path: merge_request.project.full_path, iid: merge_request.iid, label_ids: label_ids) }
55 …ct_path: merge_request.project.full_path, iid: merge_request.iid, label_ids: label_ids, operation_…
67 …ct_path: merge_request.project.full_path, iid: merge_request.iid, label_ids: label_ids, operation_…
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
H A Dfunction.html_checkboxes.php62 $label_ids = false;
169 $label_ids,
185 $label_ids,
218 $label_ids, argument
251 if ($label_ids) {
270 if ($labels && $label_ids) {
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/www/smarty3/smarty-3.1.34/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/www/piwigo/piwigo/include/smarty/libs/plugins/
H A Dfunction.html_radios.php57 $label_ids = false;
144 …ml_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
149 …ml_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
160 …_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $escape) argument
189 if ($label_ids) {
205 if ($labels && $label_ids) {
H A Dfunction.html_checkboxes.php57 $label_ids = false;
156 …heckboxes_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
161 …heckboxes_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
172 …_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $escape = true) argument
201 if ($label_ids) {
217 if ($labels && $label_ids) {
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/plugins/
H A Dfunction.html_radios.php56 $label_ids = false;
142 …ml_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
147 …ml_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
158 …_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $escape) argument
187 if ($label_ids) {
203 if ($labels && $label_ids) {
H A Dfunction.html_checkboxes.php56 $label_ids = false;
153 …heckboxes_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
158 …heckboxes_output($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $escape);
170 …es_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $escape=true) argument
199 if ($label_ids) {
215 if ($labels && $label_ids) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/plugins/
H A Dfunction.html_radios.php62 $label_ids = false;
153 $label_ids,
169 $label_ids,
202 $label_ids, argument
235 if ($label_ids) {
254 if ($labels && $label_ids) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/plugins/
H A Dfunction.html_radios.php59 $label_ids = false;
151 $label_ids, $escape);
158 $label_ids, $escape);
169 …tion_html_radios_output($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, argument
201 if ($label_ids) {
218 if ($labels && $label_ids) {
H A Dfunction.html_checkboxes.php59 $label_ids = false;
164 $label_ids, $escape);
171 $label_ids, $escape);
183 $label_ids, $escape = true) argument
214 if ($label_ids) {
231 if ($labels && $label_ids) {

12345