Home
last modified time | relevance | path

Searched +refs:term +refs:labels (Results 1 – 25 of 10068) sorted by relevance

12345678910>>...403

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-helpers/scheduling/corev1/nodeaffinity/
H A Dnodeaffinity.go88 nodeLabels := labels.Set(node.Labels)
118 if term.Weight == 0 || isEmptyNodeSelectorTerm(&term.Preference) {
141 nodeLabels := labels.Set(node.Labels)
153 return len(term.MatchExpressions) == 0 && len(term.MatchFields) == 0
165 matchLabels labels.Selector
207 return labels.Nothing(), nil
210 selector := labels.NewSelector()
292 labelSelector labels.Selector
298 var selector labels.Selector
300 selector = labels.SelectorFromSet(pod.Spec.NodeSelector)
[all …]
/dports/www/p5-JE/JE-0.066/lib/JE/
H A Dtoperl.pl74 our %labels;
115 my @labels = @$stm[2..$#$stm-1];
127 local @labels{@labels} = ($alias_to)x@labels;
130 local @loop_labels{@labels} = ($alias_to)x@labels
394 ? "last JE_Code_$labels{$label};"
518 my @labels; my %seen;
521 push @labels, $_ unless $seen{$_}++
533 for @labels;
539 for reverse @labels;
1130 $term == $term? $term :
[all …]
H A DCode.pm312 my @labels;
316 @labels = @$stm[2..$#$stm-1];
333 if(! defined $_label || first {$_ eq $_label} @labels) {
408 !first {$_ eq $_label} @labels) {
422 !first {$_ eq $_label} @labels) {
443 !first {$_ eq $_label} @labels) {
463 !first {$_ eq $_label} @labels) {
480 !first {$_ eq $_label} @labels) {
545 if(!$_label || first {$_ eq $_label} @labels) {
758 $term = get $term while ref $term eq 'JE::LValue';
[all …]
/dports/math/R-cran-car/car/R/
H A Dutility-functions.R109 which.term <- which(term == labels(terms(model)))
114 terms <- if (missing(term)) labels(terms(model)) else term
126 which.term <- which(term == labels(terms(model)))
133 labels(terms(model))
146 which.term <- which(term == labels(terms(model)))
167 which.term <- which(term == labels(terms(model)))
172 terms <- if (missing(term)) labels(terms(model)) else term
218 if (missing(labels))
222 names(z) <- labels
234 labels <- labels[valid]
[all …]
H A Dvif.R26 terms <- labels(terms(mod))
34 for (term in 1:n.terms) { functionVar
55 terms <- labels(terms(mod))
63 for (term in 1:n.terms) { functionVar
64 subs <- which(assign == term)
86 terms <- labels(terms(mod))
94 for (term in 1:n.terms) { functionVar
95 subs <- which(assign == term)
113 terms <- labels(terms(mod))
121 for (term in 1:n.terms) { functionVar
[all …]
H A DleveragePlots.R43 for (term in good) leveragePlot(model, term, main="", ...) functionVar
59 labels <- id.cex <- id.col <- id.location <- NULL functionVar
62 labels <- id$labels
63 if (is.null(labels)) labels <- names(na.omit(residuals(model)))
77 term <- which(term.name==term.names) functionVar
78 if (0==length(term)) stop(paste(term.name,"is not a term in the model."))
86 subs <- which(assign==term-intercept)
93 if (missing(xlab)) xlab <- paste(term.names[term],"| others")
101 showLabels(v.x, v.y, labels=labels,
H A DdfbetaPlots.R13 main, xlab, ylab, labels=rownames(dfbetas), argument
45 for (term in good) { functionVar
46 dfbs <- dfbetas[, term]
47 if (autolabel) ylab=term
55 id.n=id.n, labels=labels, id.col=id.col, id.location="lr",
68 labels=rownames(dfbeta), id.method="y", argument
101 for (term in good) { functionVar
102 dfb <- dfbeta[, term]
103 se <- seb[term]
104 if (autolabel) ylab <- term
[all …]
H A DresidualPlots.R55 for (term in vterms) if( functionVar
57 inherits(model$model[[term]], "numeric") |
60 inherits(model$model[[term]], "matrix") |
61 inherits(model$model[[term]], "poly")) good <- c(good, term)
77 for (term in good){
84 row.names(ans)[nr] <- term}
128 labels <- id.cex <- id.col <- id.location <- NULL functionVar
131 labels <- id$labels
132 if (is.null(labels)) labels <- names(na.omit(residuals(model)))
207 Boxplot(theResiduals, horiz, xlab=lab, ylab=ylab, labels=labels,
[all …]
H A DceresPlots.R40 for (term in vterms) if( functionVar
41 inherits(model$model[[term]], "numeric") |
42 inherits(model$model[[term]], "integer")) good <- c(good,term)
62 for(term in vterms)
63 ceresPlot(model, term, main="", ...)
81 labels <- id.cex <- id.col <- id.location <- NULL functionVar
84 labels <- id$labels
85 if (is.null(labels)) labels <- names(na.omit(residuals(model)))
175 showLabels(mod.mat[,var], partial.res, labels=labels,
/dports/devel/lab/lab-0.17.2/docs/
H A Dlab_label_list.md3 List labels
7 List labels
16 lab label list # list all labels
17 lab label list "search term" # search labels for "search term"
18 lab label search "search term" # same as above
19 lab label list remote "search term" # search "remote" for labels with "search term"
30 * [lab label](lab_label.md) - List and search labels
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/display/
H A Dhint.rs30 labels: Vec<Vec<char>>, field
43 labels: Default::default(), in new()
61 self.labels.clear(); in stop()
100 self.labels.resize(match_count, Vec::new()); in update_matches()
104 self.labels[i] = label.split_off(keys_len); in update_matches()
106 self.labels[i] = Vec::new(); in update_matches()
129 let mut labels = self.labels.iter().enumerate().rev(); in keyboard_input() localVariable
149 pub fn labels(&self) -> &Vec<Vec<char>> { in labels() method
150 &self.labels in labels()
244 term: &Term<T>, in highlighted_at()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/source/
H A Dglossary.md26 The perimeter of a {term}`disk`.
39 A filled-in {term}`circle`.
47 see {term}`int` values.
50 See {term}`float`.
67 See {term}`int`.
70 See {term}`contour`.
72 labels
75 segmentation is an image of labels. {func}`measure.label` labels
82 See {term}`labels`.
90 Also see {term}`voxel`.
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/terminal/default/
H A Darcterm.c140 arcan_tui_move_to(term.screen, term.restore_cxy[0], term.restore_cxy[1]); in apply_restore_buffer()
1085 static struct labelent labels[] = variable
1152 while(current < COUNT_OF(labels) && labels[current].disabled) in on_label_query()
1154 } while (index-- > 0 && current++ < COUNT_OF(labels)); in on_label_query()
1156 if (current < COUNT_OF(labels) && !labels[current].disabled){ in on_label_query()
1157 *dstlbl = labels[current].ent; in on_label_query()
1169 for (size_t i = 0; i < COUNT_OF(labels); i++){ in on_label_input()
1170 if (strcmp(label, labels[i].ent.label) == 0 && !labels[i].disabled){ in on_label_input()
1171 labels[i].handler(&labels[i]); in on_label_input()
1359 term.screens[0] = term.screen; in afsrv_terminal()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/terminal/default/
H A Darcterm.c140 arcan_tui_move_to(term.screen, term.restore_cxy[0], term.restore_cxy[1]); in apply_restore_buffer()
1085 static struct labelent labels[] = variable
1152 while(current < COUNT_OF(labels) && labels[current].disabled) in on_label_query()
1154 } while (index-- > 0 && current++ < COUNT_OF(labels)); in on_label_query()
1156 if (current < COUNT_OF(labels) && !labels[current].disabled){ in on_label_query()
1157 *dstlbl = labels[current].ent; in on_label_query()
1169 for (size_t i = 0; i < COUNT_OF(labels); i++){ in on_label_input()
1170 if (strcmp(label, labels[i].ent.label) == 0 && !labels[i].disabled){ in on_label_input()
1171 labels[i].handler(&labels[i]); in on_label_input()
1359 term.screens[0] = term.screen; in afsrv_terminal()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/terminal/default/
H A Darcterm.c140 arcan_tui_move_to(term.screen, term.restore_cxy[0], term.restore_cxy[1]); in apply_restore_buffer()
1085 static struct labelent labels[] = variable
1152 while(current < COUNT_OF(labels) && labels[current].disabled) in on_label_query()
1154 } while (index-- > 0 && current++ < COUNT_OF(labels)); in on_label_query()
1156 if (current < COUNT_OF(labels) && !labels[current].disabled){ in on_label_query()
1157 *dstlbl = labels[current].ent; in on_label_query()
1169 for (size_t i = 0; i < COUNT_OF(labels); i++){ in on_label_input()
1170 if (strcmp(label, labels[i].ent.label) == 0 && !labels[i].disabled){ in on_label_input()
1171 labels[i].handler(&labels[i]); in on_label_input()
1359 term.screens[0] = term.screen; in afsrv_terminal()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/frameserver/terminal/default/
H A Darcterm.c140 arcan_tui_move_to(term.screen, term.restore_cxy[0], term.restore_cxy[1]); in apply_restore_buffer()
1085 static struct labelent labels[] = variable
1152 while(current < COUNT_OF(labels) && labels[current].disabled) in on_label_query()
1154 } while (index-- > 0 && current++ < COUNT_OF(labels)); in on_label_query()
1156 if (current < COUNT_OF(labels) && !labels[current].disabled){ in on_label_query()
1157 *dstlbl = labels[current].ent; in on_label_query()
1169 for (size_t i = 0; i < COUNT_OF(labels); i++){ in on_label_input()
1170 if (strcmp(label, labels[i].ent.label) == 0 && !labels[i].disabled){ in on_label_input()
1171 labels[i].handler(&labels[i]); in on_label_input()
1359 term.screens[0] = term.screen; in afsrv_terminal()
[all …]
/dports/deskutils/pinot/pinot-1.20/IndexSearch/Xapian/
H A DXapianIndex.cpp464 if (labels.empty() == true) in addLabelsToDocument()
469 for (set<string>::const_iterator labelIter = labels.begin(); labelIter != labels.end(); in addLabelsToDocument()
1343 labelIter != labels.end(); ++labelIter) in setLabels()
1374 labels.insert(Url::unescapeUrl(label)); in getLabels()
1389 set<string> labels; in addLabel() local
1391 if (getLabels(labels) == true) in addLabel()
1393 labels.insert(name); in addLabel()
1395 if (setLabels(labels, true) == true) in addLabel()
1519 labels.clear(); in getDocumentLabels()
1618 addLabelsToDocument(doc, labels, true); in setDocumentsLabels()
[all …]
H A DXapianIndex.h64 virtual bool setLabels(const std::set<std::string> &labels, bool resetLabels);
67 virtual bool getLabels(std::set<std::string> &labels) const;
79 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const;
82 virtual bool setDocumentLabels(unsigned int docId, const std::set<std::string> &labels,
87 const std::set<std::string> &labels, bool resetLabels = true);
93 virtual unsigned int getCloseTerms(const std::string &term, std::set<std::string> &suggestions);
110 virtual bool indexDocument(const Document &doc, const std::set<std::string> &labels,
146 bool listDocumentsWithTerm(const std::string &term, std::set<unsigned int> &docIds,
159 const std::set<std::string> &labels, bool skipInternals);
176 bool deleteDocuments(const std::string &term);
/dports/math/R-cran-gss/gss/R/
H A Dgssanova1.R34 term <- mkterm(mf,type) functionVar
55 for (label in term$labels) {
62 nphi <- term[[label]]$nphi
63 nrk <- term[[label]]$nrk
65 phi <- term[[label]]$phi
70 rk <- term[[label]]$rk
84 lab.p <- labels(mt.p)
110 term$labels <- c(term$labels,"offset")
124 for (label in term$labels)
130 if (is.null(partial)) rownames(desc) <- c(term$labels,"total")
[all …]
H A Dssanova0.R13 term <- mkterm(mf,type) functionVar
18 for (label in term$labels) {
24 nphi <- term[[label]]$nphi
25 nrk <- term[[label]]$nrk
27 phi <- term[[label]]$phi
32 rk <- term[[label]]$rk
44 lab.p <- labels(mt.p)
60 term$labels <- c(term$labels,"offset")
81 for (label in term$labels)
87 if (is.null(partial)) rownames(desc) <- c(term$labels,"total")
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-customize-nav-menus.php277 foreach ( $terms as $term ) {
282 'type_label' => get_taxonomy( $term->taxonomy )->labels->singular_name,
283 'object' => $term->taxonomy,
284 'object_id' => (int) $term->term_id,
285 'url' => get_term_link( (int) $term->term_id, $term->taxonomy ),
432 foreach ( $terms as $term ) {
437 'type_label' => get_taxonomy( $term->taxonomy )->labels->singular_name,
438 'object' => $term->taxonomy,
440 'url' => get_term_link( (int) $term->term_id, $term->taxonomy ),
895 'title' => $post_type->labels->name,
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-customize-nav-menus.php277 foreach ( $terms as $term ) {
282 'type_label' => get_taxonomy( $term->taxonomy )->labels->singular_name,
283 'object' => $term->taxonomy,
284 'object_id' => (int) $term->term_id,
285 'url' => get_term_link( (int) $term->term_id, $term->taxonomy ),
432 foreach ( $terms as $term ) {
437 'type_label' => get_taxonomy( $term->taxonomy )->labels->singular_name,
438 'object' => $term->taxonomy,
440 'url' => get_term_link( (int) $term->term_id, $term->taxonomy ),
895 'title' => $post_type->labels->name,
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/modules/
H A Dpreprocessing_targets.rst20 :class:`LabelBinarizer` is a utility class to help create a :term:`label
21 indicator matrix` from a list of :term:`multiclass` labels::
39 already supports :term:`multiclass` data.
47 In :term:`multilabel` learning, the joint set of binary classification tasks is
50 non zero elements, corresponds to the subset of labels for that sample. An array
52 first sample, labels 1 and 2 in the second sample, and no labels in the third
55 Producing multilabel data as a list of sets of labels may be more intuitive.
58 labels and the indicator format::
75 :class:`LabelEncoder` is a utility class to help normalize labels such that
91 It can also be used to transform non-numerical labels (as long as they are
[all …]
/dports/www/elinks/elinks-0.11.7/src/protocol/bittorrent/
H A Ddialogs.c29 struct list_head labels; /* -> struct string_list_item */ member
38 free_string_list(&info->labels); in done_bittorrent_download_info()
54 init_list(info->labels); in init_bittorrent_download_info()
78 add_to_string_list(&info->labels, string.source, string.length); in init_bittorrent_download_info()
97 foreach (item, info->labels) in init_bittorrent_download_info()
172 foreach (item, info->labels) { in add_bittorrent_meta_to_string()
214 bittorrent->term = term; in set_bittorrent_notify_on_completion()
244 struct terminal *term = file_download->term; in dlg_show_bittorrent_info() local
307 _("Status", term), _(modes_text[bittorrent->mode], term)); in get_bittorrent_message()
693 struct terminal *term = type_query->ses->tab->term; in bittorrent_query_callback() local
[all …]
/dports/www/py-django-cms/django-cms-3.7.1/docs/contributing/
H A Dmanagement.rst75 * marked with :ref:`miscellaneous other labels <label-others>`
98 * :term:`has patch` and :term:`on hold` labels imply a related pull request, which **must** be
99 linked-to when these labels are applied
101 <label-others>` labels should be applied as seems appropriate
118 :term:`expert opinion` or :term:`more info`, it can't be *accepted*.
122 :term:`ready for review` or even :term:`ready to be merged`, in those rare cases where a
124 needs a :term:`design decision`, :term:`expert opinion` or :term:`more info`, it can't be
156 Other labels
159 :term:`backport`, :term:`blocker`, :term:`has patch` or :term:`easy pickings` labels should be appl…
165 labels, anyone can suggest changing a label.
[all …]

12345678910>>...403