Home
last modified time | relevance | path

Searched refs:format_label (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_metrics.c37 format_label(const char *key, const char *value) in format_label() function
64 format_label("onion", service->onion_address)); in init_store()
69 format_label("port", port_to_str(p->virtual_port))); in init_store()
99 format_label("port", port_to_str(port)))) { in hs_metrics_update_by_service()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_pp.erl173 io_lib:format(" ~sbr ~ts\n", [format_i_number(A),format_label(Same)]);
178 format_label(Succ),
179 format_label(Fail)]);
183 format_label(Fail),
232 format_label(Label)]);
238 format_label(L)]) || {Val,L} <- List],
241 format_label(L) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_ssa_pp.erl173 io_lib:format(" ~sbr ~ts\n", [format_i_number(A),format_label(Same)]);
178 format_label(Succ),
179 format_label(Fail)]);
183 format_label(Fail),
232 format_label(Label)]);
238 format_label(L)]) || {Val,L} <- List],
241 format_label(L) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_pp.erl173 io_lib:format(" ~sbr ~ts\n", [format_i_number(A),format_label(Same)]);
178 format_label(Succ),
179 format_label(Fail)]);
183 format_label(Fail),
232 format_label(Label)]);
238 format_label(L)]) || {Val,L} <- List],
241 format_label(L) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_pp.erl173 io_lib:format(" ~sbr ~ts\n", [format_i_number(A),format_label(Same)]);
178 format_label(Succ),
179 format_label(Fail)]);
183 format_label(Fail),
232 format_label(Label)]);
238 format_label(L)]) || {Val,L} <- List],
241 format_label(L) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_pp.erl173 io_lib:format(" ~sbr ~ts\n", [format_i_number(A),format_label(Same)]);
178 format_label(Succ),
179 format_label(Fail)]);
183 format_label(Fail),
232 format_label(Label)]);
238 format_label(L)]) || {Val,L} <- List],
241 format_label(L) -> function
/dports/www/thundersnarf/thundersnarf/protected/views/estatisticas/
H A D_ajaxTrafegoEstaticoContent.php25 $format_label = <<<EOD variable
46 'formatter'=>$format_label,
H A D_ajaxTrafegoDinamicoContent.php25 $format_label = <<<EOD variable
46 'formatter'=>$format_label,
H A D_ajaxTrafegoGeralContent.php25 $format_label = <<<EOD variable
46 'formatter'=>$format_label,
H A D_ajaxDiscoCacheContent.php64 $format_label = <<<EOD variable
85 'formatter'=>$format_label,
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/apps/archive_extractor/
H A Darchive_extractor.py170 self.format_label = workspace.ui.Label(self, "DROP FILE HERE TO LOAD")
172 self.format_label.set_font(font)
173 self.format_label.set_text_color(workspace.ui.Color(0x80, 0x80, 0x80))
174 self.format_row.add(self.format_label, expand=True)
/dports/lang/rust/rustc-1.58.1-src/vendor/annotate-snippets/src/formatter/
H A Dmod.rs124 fn format_label( in format_label() method
156 return self.format_label(&annotation.label, f); in format_annotation()
159 self.format_label(&annotation.label, f) in format_annotation()
178 self.format_label(&annotation.label, f) in format_annotation()
184 self.format_label(&annotation.label, f)?; in format_annotation()
/dports/devel/racer/racer-2.1.48/cargo-crates/annotate-snippets-0.8.0/src/formatter/
H A Dmod.rs124 fn format_label( in format_label() method
156 return self.format_label(&annotation.label, f); in format_annotation()
159 self.format_label(&annotation.label, f) in format_annotation()
178 self.format_label(&annotation.label, f) in format_annotation()
184 self.format_label(&annotation.label, f)?; in format_annotation()
/dports/textproc/py-pyahocorasick/pyahocorasick-1.4.1/
H A Ddump2dot.py46 def format_label(label): function
53 writeln("\t%s -> %s [label=%s]" % (nodename(nodeid), nodename(destid), format_label(label)))
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-stf-format-page.c222 GtkWidget *format_label = g_object_get_data (G_OBJECT (column), in cb_format_clicked() local
229 gtk_button_set_label (GTK_BUTTON (format_label), in cb_format_clicked()
605 GtkWidget *format_label = gtk_button_new_with_label in format_page_update_preview() local
612 gtk_button_set_image (GTK_BUTTON (format_label), format_icon); in format_page_update_preview()
639 g_object_set_data (G_OBJECT (format_label), "pagedata", pagedata); in format_page_update_preview()
641 gtk_box_pack_start (GTK_BOX(vbox), format_label, TRUE, TRUE, 0); in format_page_update_preview()
649 g_object_set_data (G_OBJECT (column), "formatlabel", format_label); in format_page_update_preview()
655 "formatlabel", format_label); in format_page_update_preview()
666 g_signal_connect (G_OBJECT (format_label), in format_page_update_preview()
/dports/devel/git-delta/delta-0.9.2/src/handlers/
H A Dfile_meta.rs310 let format_label = |label: &str| { in get_file_change_description_from_file_paths() localVariable
339 format_label(&config.file_modified_label), in get_file_change_description_from_file_paths()
344 format_label(&config.file_removed_label), in get_file_change_description_from_file_paths()
349 format_label(&config.file_added_label), in get_file_change_description_from_file_paths()
356 format_label(match file_event { in get_file_change_description_from_file_paths()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/annotate-snippets-0.9.0/src/formatter/
H A Dmod.rs124 fn format_label( in format_label() method
156 return self.format_label(&annotation.label, f); in format_annotation()
159 self.format_label(&annotation.label, f) in format_annotation()
178 self.format_label(&annotation.label, f) in format_annotation()
184 self.format_label(&annotation.label, f)?; in format_annotation()
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dexportpropertieswidget.cpp96 format_label -> setVisible(!mode); in setPrintingMode()
141 format_label = new QLabel(tr("Format :"), this); in build()
142 hboxLayout1 -> addWidget(format_label); in build()
/dports/lang/rust/rustc-1.58.1-src/vendor/annotate-snippets/src/display_list/
H A Dfrom_snippet.rs50 fn format_label( in format_label() function
82 label: format_label(Some(&label), Some(DisplayTextStyle::Emphasis)), in format_title()
97 label: format_label(Some(line), None), in format_annotation()
329 label: format_label(Some(&annotation.label), None), in format_body()
425 label: format_label(Some(&annotation.label), None), in format_body()
/dports/devel/racer/racer-2.1.48/cargo-crates/annotate-snippets-0.8.0/src/display_list/
H A Dfrom_snippet.rs50 fn format_label( in format_label() function
82 label: format_label(Some(&label), Some(DisplayTextStyle::Emphasis)), in format_title()
97 label: format_label(Some(line), None), in format_annotation()
329 label: format_label(Some(&annotation.label), None), in format_body()
425 label: format_label(Some(&annotation.label), None), in format_body()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/annotate-snippets-0.9.0/src/display_list/
H A Dfrom_snippet.rs50 fn format_label( in format_label() function
82 label: format_label(Some(&label), Some(DisplayTextStyle::Emphasis)), in format_title()
97 label: format_label(Some(line), None), in format_annotation()
349 label: format_label(Some(&annotation.label), None), in format_body()
448 label: format_label(Some(&annotation.label), None), in format_body()
/dports/textproc/py-python-lsp-server/python-lsp-server-1.3.3/pylsp/plugins/
H A D_resolvers.py90 def format_label(completion, sig): function
98 LABEL_RESOLVER = Resolver(callback=format_label, resolve_on_error='')
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/style/labels/
H A Dalpha.py65 labels = [self.format_label(entry) for entry in sorted_entries]
78 def format_label(self, entry): member in LabelStyle
/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/test/roots/test-bibliography_style_label_2/
H A Dconf.py12 def format_label(self, entry): member in ApaLabelStyle
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Ddot.cc461 format_label(std::ostream& os, formula f) const in format_label() function in spot::__anond152003c0111::dotty_output
480 format_label(std::ostream& os, bdd label) const in format_label() function in spot::__anond152003c0111::dotty_output
482 return format_label(os, bdd_to_formula(label, aut_->get_dict())); in format_label()
497 return format_label(os, label); in format_state_label()
505 format_label(os, in); in format_mealy()
510 format_label(os, out); in format_mealy()
891 format_label(os_, t.cond); in process_link()

123456789