Searched refs:label (Results 1 - 13 of 13) sorted by relevance

/solaris-userland/components/desktop/os-welcome/files/
H A Dos-next-steps.py142 label = Gtk.Label()
143 label.set_alignment(0, 0)
144 label.set_markup("<span><b>%s</b></span>" % _(section_link['header']))
145 label.set_justify(Gtk.Justification.LEFT)
146 header_vbox.pack_start(label, False, False, 2)
153 def launch_app(self,label,uri):
167 label = Gtk.Label()
168 label.set_markup(bullet_point + " ")
169 label.set_justify(Gtk.Justification.LEFT)
170 hbox.pack_start(label, Fals
[all...]
/solaris-userland/components/openstack/cinder/files/zfssa/
H A Dcinder.akwf24 label: 'Cinder\'s User\'s Name',
28 label: 'Password',
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dpacketfilter.py183 if 'label' not in rule:
187 if keyword == 'label':
207 label = self._get_rule_label(rule.strip())
208 if label:
209 labels.append(label)
216 for label in labels:
217 cmd = self._build_pfctl_cmd(['-k', 'label', '-k', label])
/solaris-userland/components/openstack/horizon/files/
H A Doverrides.py57 label=_("Instance Boot Options"), required=False, max_length=255, variable in class:SolarisSetAdvancedAction
61 label=_("Make Instance Boot Options Persistent"), variable in class:SolarisSetAdvancedAction
117 label=_("Instance Boot Options"), required=False, max_length=255, variable in class:UpdateInstanceBootargAction
121 label=_("Make Instance Boot Options Persistent"), variable in class:UpdateInstanceBootargAction
198 zone_brand = forms.ChoiceField(label=_("Solaris Zone Brand"),
214 zone_brand = forms.ChoiceField(label=_("Solaris Zone Brand"),
/solaris-userland/components/openstack/neutron/files/agent/l3/
H A Dsolaris_agent.py129 label = 'fip_%s' % str(fip_ip)
131 'label %s_out reply-to %s@%s' % (fixed_ip, fip_ip, label,
133 fip_rules.append('pass in quick from any to %s rdr-to %s label %s_in '
134 'route-to %s@%s' % (fip_ip, fixed_ip, label,
255 'port 80 rdr-to 127.0.0.1 port %s label metadata_%s'
263 rules.append('block in quick to <%s> label %s' %
267 rules.append('pass in quick to <%s> reply-to %s label %s' %
288 label = 'pbr_%s' % internal_dlname
289 pbr_rules = ['pass in quick to !%s route-to {(%s %s)} label
[all...]
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dsha512-sparcv9.pl56 $label="512";
82 $label="256";
399 K${label}:
400 .type K${label},#object
466 .size K${label},.-K${label}
472 .globl sha${label}_block_data_order
474 sha${label}_block_data_order:
478 andcc %g1, CFR_SHA${label}, %g0
676 add %o7,K${label}
[all...]
/solaris-userland/make-rules/
H A Dprep-hg.mk43 # If the label is not already defined (including to empty), set it to the version.
45 # The source directory is <name>-(<label>|<version>)[-(<tag>|<branch>)][-<commit].
H A Dprep-git.mk51 # If the label is not already defined (including to empty), set it to the version.
53 # The source directory is <name>-(<label>|<version>)[-(<tag>|<branch>)][-<commit].
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c227 if (URI_MATCH_TOKENINFO(token, label, TOKEN_LABEL_SIZE) != 0) {
257 /* Correct error already set above for the "err" label. */
H A De_pk11_pub.c202 * locked), set error variable and jump to the specified label. We use this list
209 #define KEY_HANDLE_REFHOLD(key_handle, alg_type, unlock, var, label) \
215 goto label; \
H A De_pk11.c102 /* label for debug messages printed on stderr */
3018 DEBUG_SLOT_SEL("%s: token label: %.32s\n", PK11_DBG,
3019 token_info.label);
/solaris-userland/components/coolkey/test/
H A Dtest.c260 printf(" Label : %.*s\n", 32, tokenInfo.label);
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py958 label = 'vpn_%s_%s' % (ifname, peer_cidr.replace('/', '_'))
959 bypass_rule = 'pass in quick from any to %s label %s' % \
960 (peer_cidr, label)

Completed in 67 milliseconds