Home
last modified time | relevance | path

Searched refs:from_label (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-unified-differ.c37 gchar *from_label; member
70 priv->from_label = NULL; in cut_unified_differ_init()
81 if (priv->from_label) { in dispose()
82 g_free(priv->from_label); in dispose()
83 priv->from_label = NULL; in dispose()
109 g_free(priv->from_label); in cut_unified_differ_set_from_label()
110 priv->from_label = g_strdup(label); in cut_unified_differ_set_from_label()
116 return CUT_UNIFIED_DIFFER_GET_PRIVATE(differ)->from_label; in cut_unified_differ_get_from_label()
163 if (priv->from_label && priv->from_label[0]) { in write_header()
165 label = priv->from_label; in write_header()
[all …]
H A Dcut-diff.c82 const gchar *from_label, const gchar *to_label) in print_diff_header() argument
84 cut_diff_writer_mark_line(writer, "---", " ", from_label, in print_diff_header()
97 const gchar *from_label = from; in print_diff() local
114 from_label = labels[0]; in print_diff()
123 cut_unified_differ_set_from_label(differ, from_label); in print_diff()
131 print_diff_header(writer, from_label, to_label); in print_diff()
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DHandlerBlock.cs17 private LabelInfo from_label; field in Mono.ILASM.HandlerBlock
20 public HandlerBlock (LabelInfo from_label, LabelInfo to_label) in HandlerBlock() argument
22 this.from_label = from_label; in HandlerBlock()
28 return from_label.Label; in GetFromLabel()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/test/terra/extensions/
H A Dtest_snapshot_expectation_value.py43 for op in [Pauli.from_label('X'), Operator([[0, 1], [1, 0]])]:
54 for op in [Pauli.from_label('X'), Operator([[0, 1], [1, 0]])]:
69 [[0.5j, Pauli.from_label('X')], [-0.5j, Pauli.from_label('Z')]]
114 Operator(Pauli.from_label('Z'))
157 pauli = Pauli.from_label(len(qubits) * 'X')
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cssparser/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cssparser-0.25.9/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/www/firefox/firefox-99.0/third_party/rust/cssparser/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cssparser/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cssparser/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cssparser/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/cssparser-0.27.2/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/www/monolith/monolith-2.6.1/cargo-crates/cssparser-0.28.1/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
42 if let Some(protocol_encoding) = E::from_label(label) { in stylesheet_encoding()
53 if let Some(charset_encoding) = E::from_label(label) { in stylesheet_encoding()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cssparser/src/
H A Dfrom_bytes.rs11 fn from_label(ascii_label: &[u8]) -> Option<Self::Encoding>; in from_label() method
40 Some(label) => match E::from_label(label) { in stylesheet_encoding()
52 match E::from_label(label) { in stylesheet_encoding()
/dports/devel/racer/racer-2.1.48/cargo-crates/measureme-9.1.0/src/
H A Devent_id.rs41 pub fn from_label(label: StringId) -> EventId { in from_label() method
68 pub fn from_label(&self, label: StringId) -> EventId { in from_label() method
70 EventId::from_label(label) in from_label()
/dports/lang/rust/rustc-1.58.1-src/vendor/measureme-9.1.2/src/
H A Devent_id.rs41 pub fn from_label(label: StringId) -> EventId { in from_label() method
68 pub fn from_label(&self, label: StringId) -> EventId { in from_label() method
70 EventId::from_label(label) in from_label()
/dports/lang/rust/rustc-1.58.1-src/vendor/measureme/src/
H A Devent_id.rs41 pub fn from_label(label: StringId) -> EventId { in from_label() method
68 pub fn from_label(&self, label: StringId) -> EventId { in from_label() method
70 EventId::from_label(label) in from_label()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/test/terra/reference/
H A Dref_snapshot_expval.py185 statevec = Statevector.from_label('+1')
188 statevec = (Statevector.from_label('00') +
189 Statevector.from_label('11')) / np.sqrt(2)
192 statevec = (Statevector.from_label('10') -
193 1j * Statevector.from_label('01')) / np.sqrt(2)
221 vec = Statevector.from_label(j)
/dports/devel/cutter/cutter-1.2.6/test/cutter/
H A Dtest-cut-unified-differ.c29 #define cut_assert_unified_diff(expected, from, to, from_label, to_label) \ argument
32 from_label, \
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/events/event/
H A D_push.html.haml32 - from_label = truncate_sha(from)
35 - from_label = from
39 %span.commit-sha #{from_label}...#{truncate_sha(event.commit_to)}
/dports/www/tikiwiki/tiki-21.2/templates/modules/
H A Dmod-mobile.tpl8 {$module_params.from_label}
12 {$module_params.from_label}
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dsummary_search.c61 GtkWidget *from_label; member
210 gtk_widget_set_sensitive(search_window.from_label, FALSE); in summary_show_stop_button()
237 gtk_widget_set_sensitive(search_window.from_label, TRUE); in summary_hide_stop_button()
264 GtkWidget *from_label; in summary_search_create() local
415 from_label = gtk_label_new (_("From:")); in summary_search_create()
416 gtk_widget_show (from_label); in summary_search_create()
417 gtk_table_attach (GTK_TABLE (table1), from_label, 0, 1, 0, 1, in summary_search_create()
419 gtk_label_set_justify (GTK_LABEL (from_label), GTK_JUSTIFY_RIGHT); in summary_search_create()
420 gtk_misc_set_alignment (GTK_MISC (from_label), 1, 0.5); in summary_search_create()
506 SET_TOGGLE_SENSITIVITY_REVERSE(adv_search_checkbtn, from_label) in summary_search_create()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dsummary_search.c61 GtkWidget *from_label; member
210 gtk_widget_set_sensitive(search_window.from_label, FALSE); in summary_show_stop_button()
237 gtk_widget_set_sensitive(search_window.from_label, TRUE); in summary_hide_stop_button()
264 GtkWidget *from_label; in summary_search_create() local
415 from_label = gtk_label_new (_("From:")); in summary_search_create()
416 gtk_widget_show (from_label); in summary_search_create()
417 gtk_table_attach (GTK_TABLE (table1), from_label, 0, 1, 0, 1, in summary_search_create()
419 gtk_label_set_justify (GTK_LABEL (from_label), GTK_JUSTIFY_RIGHT); in summary_search_create()
420 gtk_misc_set_alignment (GTK_MISC (from_label), 1, 0.5); in summary_search_create()
506 SET_TOGGLE_SENSITIVITY_REVERSE(adv_search_checkbtn, from_label) in summary_search_create()
[all …]
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dsummary_search.c61 GtkWidget *from_label; member
210 gtk_widget_set_sensitive(search_window.from_label, FALSE); in summary_show_stop_button()
237 gtk_widget_set_sensitive(search_window.from_label, TRUE); in summary_hide_stop_button()
264 GtkWidget *from_label; in summary_search_create() local
415 from_label = gtk_label_new (_("From:")); in summary_search_create()
416 gtk_widget_show (from_label); in summary_search_create()
417 gtk_table_attach (GTK_TABLE (table1), from_label, 0, 1, 0, 1, in summary_search_create()
419 gtk_label_set_justify (GTK_LABEL (from_label), GTK_JUSTIFY_RIGHT); in summary_search_create()
420 gtk_misc_set_alignment (GTK_MISC (from_label), 1, 0.5); in summary_search_create()
506 SET_TOGGLE_SENSITIVITY_REVERSE(adv_search_checkbtn, from_label) in summary_search_create()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dsummary_search.c61 GtkWidget *from_label; member
210 gtk_widget_set_sensitive(search_window.from_label, FALSE); in summary_show_stop_button()
237 gtk_widget_set_sensitive(search_window.from_label, TRUE); in summary_hide_stop_button()
264 GtkWidget *from_label; in summary_search_create() local
415 from_label = gtk_label_new (_("From:")); in summary_search_create()
416 gtk_widget_show (from_label); in summary_search_create()
417 gtk_table_attach (GTK_TABLE (table1), from_label, 0, 1, 0, 1, in summary_search_create()
419 gtk_label_set_justify (GTK_LABEL (from_label), GTK_JUSTIFY_RIGHT); in summary_search_create()
420 gtk_misc_set_alignment (GTK_MISC (from_label), 1, 0.5); in summary_search_create()
506 SET_TOGGLE_SENSITIVITY_REVERSE(adv_search_checkbtn, from_label) in summary_search_create()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dsummary_search.c61 GtkWidget *from_label; member
210 gtk_widget_set_sensitive(search_window.from_label, FALSE); in summary_show_stop_button()
237 gtk_widget_set_sensitive(search_window.from_label, TRUE); in summary_hide_stop_button()
264 GtkWidget *from_label; in summary_search_create() local
415 from_label = gtk_label_new (_("From:")); in summary_search_create()
416 gtk_widget_show (from_label); in summary_search_create()
417 gtk_table_attach (GTK_TABLE (table1), from_label, 0, 1, 0, 1, in summary_search_create()
419 gtk_label_set_justify (GTK_LABEL (from_label), GTK_JUSTIFY_RIGHT); in summary_search_create()
420 gtk_misc_set_alignment (GTK_MISC (from_label), 1, 0.5); in summary_search_create()
506 SET_TOGGLE_SENSITIVITY_REVERSE(adv_search_checkbtn, from_label) in summary_search_create()
[all …]

12345