Searched refs:label (Results 226 - 250 of 996) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_html_snippet.rb149 labels = Array(list_item.label).map do |label|
150 to_html label
156 @characters += 1 # try to include the label
168 if url =~ /^rdoc-label:([^:]*)(?::(.*))?/ then
/macosx-10.10.1/vim-55/src/
H A Dgui_xmebwp.h83 XmLabelPart label; member in struct:_XmEnhancedButtonRec
H A Dgui_xmebw.c330 eb->label.pixmap = None;
603 GC gc = eb->label.normal_GC;
631 gc = eb->label.normal_GC;
634 + eb->label.margin_width;
637 + eb->label.margin_height;
653 * Draw the label contained in the pushbutton.
672 if (eb->label.label_type == (int)XmSTRING
675 tmp_gc = eb->label.normal_GC;
676 eb->label.normal_GC = eb->pushbutton.background_gc;
686 if (eb->label
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-global.el125 '(toc bof eof bib thebib label-numbers xr xr-doc
147 " Move point to label and type `r' to run a query-replace on the label\n"
154 (local-set-key [?r] 'reftex-change-label)
167 (defun reftex-change-label (&optional from to)
176 (setq from (read-string (format "Replace label globally [%s]: "
180 (setq to (read-string (format "Replace label %s with: "
207 (label-re (concat "\\`" re-core "\\([0-9]+\\)\\'"))
209 (error-fmt "Undefined label or reference %s. Ignore and continue? ")
210 (label
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dsymbol.h90 char *label; member in struct:member
144 const char *label; member in struct:objid
/macosx-10.10.1/OpenSSL098-52/src/doc/
H A Dc-indentation.el37 (case-label . -)
38 (label . -)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.cpp126 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
132 std::string latentLabel; // ... and associated label, if any
138 const char *label = query[3]; local
161 latentLabel = label ? label : "";
192 SYSPOLICY_ASSESS_OUTCOME_ACCEPT(cfString(path).c_str(), type, label, cdhash ? CFDataGetBytePtr(cdhash) : NULL);
201 SYSPOLICY_ASSESS_OUTCOME_DENY(cpath.c_str(), type, label, hashp);
202 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, label, hashp, recorder_code_untrusted);
206 addAuthority(flags, result, label, id);
398 const char *label; local
508 const char *label = query[3]; local
636 addAuthority(SecAssessmentFlags flags, CFMutableDictionaryRef parent, const char *label, SQLite::int64 row, CFTypeRef cacheInfo, bool weak) argument
720 string label; local
808 const char *label = query[4]; local
877 string label; local
[all...]
H A Dsecurity_codesigning.d86 probe assess__outcome__accept(const char *path, int type, const char *label, const void *cdhash);
87 probe assess__outcome__deny(const char *path, int type, const char *label, const void *cdhash);
88 probe assess__outcome__default(const char *path, int type, const char *label, const void *cdhash);
92 probe recorder_mode(const char *path, int type, const char *label, const void *cdhash, int flags);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp126 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
132 std::string latentLabel; // ... and associated label, if any
138 const char *label = query[3]; local
161 latentLabel = label ? label : "";
192 SYSPOLICY_ASSESS_OUTCOME_ACCEPT(cfString(path).c_str(), type, label, cdhash ? CFDataGetBytePtr(cdhash) : NULL);
201 SYSPOLICY_ASSESS_OUTCOME_DENY(cpath.c_str(), type, label, hashp);
202 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, label, hashp, recorder_code_untrusted);
206 addAuthority(flags, result, label, id);
398 const char *label; local
508 const char *label = query[3]; local
636 addAuthority(SecAssessmentFlags flags, CFMutableDictionaryRef parent, const char *label, SQLite::int64 row, CFTypeRef cacheInfo, bool weak) argument
720 string label; local
808 const char *label = query[4]; local
877 string label; local
[all...]
H A Dsecurity_codesigning.d86 probe assess__outcome__accept(const char *path, int type, const char *label, const void *cdhash);
87 probe assess__outcome__deny(const char *path, int type, const char *label, const void *cdhash);
88 probe assess__outcome__default(const char *path, int type, const char *label, const void *cdhash);
92 probe recorder_mode(const char *path, int type, const char *label, const void *cdhash, int flags);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSidebarPanel.js26 WebInspector.SidebarPanel = function(identifier, displayName, showToolTip, hideToolTip, image, element, role, label) {
40 this._element.setAttribute("aria-label", label || displayName);
H A DStyleDetailsPanel.js26 WebInspector.StyleDetailsPanel = function(className, identifier, label)
34 this._navigationItem = new WebInspector.RadioButtonNavigationItem(identifier, label);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.h69 CFStringRef label,
95 CFStringRef label,
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPKeychainUtil.h82 CFDataRef label,
89 CFDataRef label,
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainF.cpp37 const char *BrainF::label = "brainf"; member in class:BrainF
78 builder = new IRBuilder<>(BasicBlock::Create(C, label, brainf_func));
122 endbb = BasicBlock::Create(C, label, brainf_func);
154 aberrorbb = BasicBlock::Create(C, label, brainf_func);
179 //br label %brainf.end
259 //br i1 %test.%d, label %main.%d, label %main.%d
260 BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func);
285 //br label %main.%d
286 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_fun
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddnd.rb15 ent1 = Tk::BWidget::LabelEntry.new(subf, :label=>'Entry',
35 ent1 = Tk::BWidget::LabelEntry.new(subf, :label=>'Entry',
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h142 struct label;
163 struct label *pipe_label; /* pipe MAC label - shared */
H A Dsem_internal.h190 struct label *label; /* MAC framework label */ member in struct:semid_kernel
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac.h185 struct mac *label);
186 int __mac_get_mount(const char *path, struct mac *label);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DrootUtils.cpp88 const char *label,
96 printf("%s: ", label);
243 /* print cert's label (the one SecCertificate infers) */
248 CFStringRef label; local
250 ortn = SecCertificateInferLabel(certRef, &label);
255 printCfStr(label);
256 CFRelease(label);
87 printData( const char *label, CFDataRef data, PrintDataType whichType, OidParser &parser) argument
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog88 label $win.err -background white -wraplength 4i \
294 .mbar.main.m add command -label "About..." -command {.about activate}
296 .mbar.main.m add command -label "Quit" -command tcl_exit
317 set widgets(status) [label $pane.status]
323 set widgets(info-example) [$widgets(info) add -label "Example"]
326 set win [$widgets(info) add -label "Example Code"]
331 set win [$widgets(info) add -label "Inheritance"]
336 set win [$widgets(info) add -label "Man Page"]
361 label $win.title -text {[incr Widgets]}
366 label
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor108 label .info -text "Left button to set Right button to clear" -anchor c \
127 .m add cascade -menu [menu .m.file -tearoff 0] -label "File" -underline 0
128 .m add cascade -menu [menu .m.image -tearoff 0] -label "Image" -underline 0
129 .m add cascade -menu [menu .m.help -tearoff 0] -label "Help" -underline 0
131 .m.file add command -label "New" -under 0 -command NewBMP
132 .m.file add command -label "Open" -under 0 -command OpenBMP
133 .m.file add command -label "Save" -under 0 -command SaveBMP
135 .m.file add command -label "Copy" -under 0 -command CopyBMP
137 .m.file add command -label Exit -under 1 -command exit
139 .m.image add command -label "Clea
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/xml/
H A Dxhtml10s.vim5 \ ['br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
9 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
13 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
17 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
25 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
33 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
37 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
57 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
61 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
65 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'butto
[all...]
H A Dhtml401s.vim5 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
9 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
13 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
17 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
25 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
33 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
37 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
57 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
61 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
65 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'butto
[all...]
H A Dhtml40s.vim5 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
9 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
13 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
17 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
25 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
33 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
37 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
57 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
61 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'button'],
65 \ ['tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', 'img', 'object', 'br', 'script', 'map', 'q', 'sub', 'sup', 'span', 'bdo', 'input', 'select', 'textarea', 'label', 'butto
[all...]

Completed in 379 milliseconds

1234567891011>>