Searched refs:label (Results 101 - 125 of 996) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A Dviewfile24 label .label -text "View File:"
25 pack .label -anchor w
/macosx-10.10.1/OpenSSL098-52/src/crypto/perlasm/
H A Dx86ms.pl5 $label="L000";
311 %label=();
323 %label=();
389 $label{$_[0]}="_$_[0]" if (!defined($label{$_[0]}));
390 push(@out,"PUBLIC\t$label{$_[0]}\n");
393 sub main'label
395 if (!defined($label{$_[0]}))
397 $label{$_[0]}="\$${label}
[all...]
H A Dx86nasm.pl5 $label="L000";
323 %label=();
329 %label=();
380 $label{$_[0]}="${under}${_[0]}" if (!defined($label{$_[0]}));
382 push(@out,"global\t$label{$_[0]}\n");
385 sub main'label
387 if (!defined($label{$_[0]}))
389 $label{$_[0]}="\@${label}
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-ref.el37 (defun reftex-label-location (&optional bound)
38 "Return the environment or macro which determines the label type at point.
41 (let* ((loc1 (reftex-what-macro reftex-label-mac-list bound))
42 (loc2 (reftex-what-environment reftex-label-env-list bound))
70 (defun reftex-label-info-update (cell)
71 ;; Update information about just one label in a different file.
73 (let* ((label (nth 0 cell))
82 (list label typekey "" file comment "LOST LABEL. RESCAN TO FIX.")
90 (format reftex-find-label-regexp-format
91 (regexp-quote label)) ni
[all...]
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_framework.h155 struct label *newlabel);
158 struct label *scriptvnodelabel, struct label *execlabel,
161 struct label *mac_cred_label_alloc(void);
169 void mac_cred_label_free(struct label *label);
171 int mac_cred_label_compare(struct label *a, struct label *b);
172 void mac_cred_label_update(kauth_cred_t cred, struct label *newlabel);
175 struct label *scriptvnodelabe
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfmtmsg.c38 #define DFLT_MSGVERB "label:severity:text:action:tag"
51 "label", "severity", "text", "action", "tag", NULL
55 fmtmsg(long class, const char *label, int sev, const char *text, argument
78 output = printfmt(msgverb, class, label, sev, text, action,
94 output = printfmt(DFLT_MSGVERB, class, label, sev, text,
168 printfmt(char *msgverb, long class, const char *label, int sev, argument
176 if (label != MM_NULLLBL)
177 size += strlen(label);
191 if (strcmp(comp, "label") == 0 && label !
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-586.pl55 &jbe(&label("finished"));
63 &jb(&label("finished"));
110 &jne(&label("proceed"));
135 # in 0.9.7 context ~50 bytes below RC4_CHAR label remain redundant,
138 &je(&label("RC4_CHAR"));
148 &jb( &label("end")); # less than 8 bytes
180 &jbe(&label("start"));
194 &jmp(&label("finished"));
220 &jb (&label("RC4_CHAR_loop"));
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.h43 const char *label,
53 const char *label,
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c43 /* pkcs11-destroy [-m module] [-s $slot] [-i $id | -l $label] [-p $pin] */
79 char *label = NULL; local
109 label = optarg;
127 if (errflg || (id && (label != NULL))) {
130 "[-i id | -l label] [-p pin]\n");
138 } else if (label) {
139 printf("label %s\n", label);
141 search_template[0].pValue = label;
142 search_template[0].ulValueLen = strlen(label);
[all...]
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dprovider.d46 probe queue__push(dispatch_queue_t queue, const char *label,
49 probe queue__pop(dispatch_queue_t queue, const char *label,
59 probe callout__entry(dispatch_queue_t queue, const char *label,
61 probe callout__return(dispatch_queue_t queue, const char *label,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dpareto.rb30 b.line_create('accum', :label=>'', :symbol=>:none, :color=>'red')
42 data.each{|label, value, color|
44 b.element_create(label, :xdata=>count, :ydata=>value, :foreground=>color,
47 labels[count] = label
58 # Add text markers to label the percentage of total at each point.
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktimer.rb5 $label = TkLabel.new {
43 $label.text format("%d.%02d", $seconds, $hundredths)
/macosx-10.10.1/CommonCrypto-60061/test/util/
H A Dtestutil.h22 int expectedEqualsComputed(char *label, byteBuffer expected, byteBuffer computed);
H A Dtestutil.c12 int expectedEqualsComputed(char *label, byteBuffer expected, byteBuffer computed) { argument
15 printf("%s >>> Computed Results = \"%s\"\n", label, bytesToHexString(computed));
18 diag(label);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Didna.h93 * Converts a single domain name label into its ASCII form for DNS lookup.
96 * The label might be modified according to the types of errors.
102 * @param label Input domain name label
113 labelToASCII(const UnicodeString &label, UnicodeString &dest,
117 * Converts a single domain name label into its Unicode form for human-readable display.
119 * The label might be modified according to the types of errors.
124 * @param label Input domain name label
135 labelToUnicode(const UnicodeString &label, UnicodeStrin
[all...]
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Ddisk.h69 DISK_metrics *label; /* As reported by device ioctls */ member in struct:_disk_t
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Ddial_demo.rb15 volume = Tk::Vu::Dial.new(:label=>"Volume", :from=>-0.1, :to=>0.1,
20 speed = Tk::Vu::Dial.new(:label=>"Speed", :from=>2000, :to=>100,
23 :showtags=>:label, :showvalue=>false)
47 turn = Tk::Vu::Dial.new(:needlecolor=>'red', :label=>"Linked",
50 scale = TkScale.new(:label=>"Linked", :variable=>v_linked)
54 :tickinterval=>0.1, :radius=>30, :label=>"Dial",
60 :tickinterval=>0.1, :radius=>30, :label=>"Dial 2",
67 :tickinterval=>0.1, :radius=>30, :label=>"Dial 3",
/macosx-10.10.1/security_systemkeychain-55202/src/
H A DTokenIDHelper.h46 int findFirstEncryptionPublicKeyOnToken(SecKeyRef *publicKey, SecKeychainRef *keychainRef, CFDataRef *label);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_utils.h50 CSSM_DATA &label); // mallocd and RETURNED for OAEP
61 CSSM_DATA &label); // mallocd and RETURNED for OAEP
68 CSSM_DATA &label); // mallocd and RETURNED for OAEP keys
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorGradientEditingController.css80 .gradient-editing-controller > label {
89 .gradient-editing-controller.radial-gradient > label {
93 .gradient-editing-controller.edits-color > label {
97 .gradient-editing-controller > label > input {
114 .gradient-editing-controller > label.drag-to-adjust,
115 .gradient-editing-controller > label.drag-to-adjust > input {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNavigationItem.js26 WebInspector.NavigationItem = function(identifier, role, label) {
36 if (label)
37 this._element.setAttribute("aria-label", label);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb52 # Adds coloring to note and label list items
59 labels = Array(list_item.label).map do |label|
60 attributes(label).strip
H A Dto_tt_only.rb53 Array(list_item.label).map do |label|
54 tt_sections label
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dprivacy.test49 $testobj do itk_component add -- -foo {label $itk_interior.l}
55 $testobj do itk_component add -protected x {label $itk_interior.x}
58 $testobj do itk_component add -private y {label $itk_interior.y}
79 label $itk_interior.x
82 label $itk_interior.y
85 label $itk_interior.z
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dshm_internal.h125 struct label;
129 * MAC label) can be added to it, without changing the user interface.
133 struct label *label; /* MAC label */ member in struct:shmid_kernel

Completed in 351 milliseconds

1234567891011>>