Searched refs:labels (Results 1 - 25 of 200) sorted by relevance

12345678

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLProgressElement.idl26 readonly attribute NodeList labels;
H A DHTMLMeterElement.idl29 readonly attribute NodeList labels;
H A DLabelableElement.cpp43 PassRefPtr<NodeList> LabelableElement::labels() function in class:WebCore::LabelableElement
H A DLabelableElement.h39 // specification, and provides the implementation of the "labels" attribute.
43 PassRefPtr<NodeList> labels();
H A DHTMLKeygenElement.idl47 readonly attribute NodeList labels;
H A DHTMLOutputElement.idl40 readonly attribute NodeList labels;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dlabarray.tcl14 set ($this,labels) {}
19 eval ::stooop::delete $($this,labels)
46 lappend ($this,labels) $label
51 set index [lsearch -exact $($this,labels) $label]
53 error "invalid label $label for canvas labels array $this"
55 set ($this,labels) [lreplace $($this,labels) $index $index]
67 foreach label $($this,labels) {
90 proc labels {this} { procedure
91 return $($this,labels)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/
H A Dimenu.tcl75 variable labels
80 upvar 1 header header labels labels footer footer
92 set labels {}
96 lappend labels ${l}[textutil::repeat::strRepeat " " [expr {$max-[string length $l]}]]
101 if {$h > [llength $labels]} {set h [llength $labels]}
119 upvar 1 header header labels labels footer footer at at
131 foreach l [lrange $labels
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Drrsig_46.h30 isc_uint8_t labels; member in struct:dns_rdata_rrsig
H A Dsig_24.h31 isc_uint8_t labels; member in struct:dns_rdata_sig_t
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_ansi.rb59 labels = Array(list_item.label).map do |label|
63 labels << ":\n" unless labels.empty?
65 labels
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectPopupClient.h41 SelectPopupClient(bool multiple, int size, const ScopeArray<BlackBerry::Platform::String>& labels, bool* enableds, const int* itemType, bool* selecteds, WebPagePrivate*, WebCore::HTMLSelectElement*);
48 void generateHTML(bool multiple, int size, const ScopeArray<BlackBerry::Platform::String>& labels, bool* enableds, const int* itemType, bool* selecteds);
H A DDatePickerClient.cpp154 // UDAT_foo are for labels that are meant to be formatted as part of a date.
155 // UDAT_STANDALONE_foo are for labels that are displayed separately from other date components.
161 const UnicodeString* labels = 0; local
168 labels = dateSymbols.getMonths(labelCount, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
172 labels = dateSymbols.getMonths(labelCount, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
176 labels = dateSymbols.getMonths(labelCount, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
181 labels = &(dateSymbols.getWeekdays(labelCount, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE))[1]; // skip zeroeth element
186 labels = dateSymbols.getAmPmStrings(labelCount);
196 String escapedLabel = String(labels[i].getBuffer(), labels[
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/blt/
H A Dpareto.rb40 labels = []
47 labels[count] = label
81 labels[val]? labels[val]: val
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-tachometer.tcl16 controlwidget::tachometer .t1 -variable ::value1 -labels { 0 10 20 30 40 50 60 70 80 90 100 } \
21 # Note: the labels are not used in the scaling of the values
23 controlwidget::tachometer .t2 -variable ::value2 -labels { 0 {} {} 5 {} {} 10 } -width 100m -height 100m \
H A Ddemo-voltmeter.tcl15 ::controlwidget::voltmeter .t1 -variable value1 -labels { 0 50 100 } -title "Voltmeter (V)"
18 ::controlwidget::voltmeter .t2 -variable value2 -labels { 0 {} 2.5 {} 5 } \
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.cpp105 Vector<JITDisassembler::DumpedOp> JITDisassembler::dumpVectorForInstructions(LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
110 for (unsigned i = 0; i < labels.size();) {
111 if (!labels[i].isSet()) {
121 if (nextIndex >= labels.size()) {
122 dumpDisassembly(out, linkBuffer, labels[i], endLabel);
126 if (labels[nextIndex].isSet()) {
127 dumpDisassembly(out, linkBuffer, labels[i], labels[nextIndex]);
138 void JITDisassembler::dumpForInstructions(PrintStream& out, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
140 Vector<DumpedOp> dumpedOps = dumpVectorForInstructions(linkBuffer, prefix, labels, endLabe
146 reportInstructions(Profiler::Compilation* compilation, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
[all...]
H A DJITDisassembler.h72 Vector<DumpedOp> dumpVectorForInstructions(LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
74 void dumpForInstructions(PrintStream&, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
75 void reportInstructions(Profiler::Compilation*, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLRepresentation.h64 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element resultDistance:(NSUInteger*)outDistance resultIsInCellAbove:(BOOL*)outIsInCellAbove;
65 - (NSString *)matchLabels:(NSArray *)labels againstElement:(DOMElement *)element;
68 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element; // Use -searchForLabels:beforeElement:resultDistance:resultIsInCellAbove:
H A DWebHTMLRepresentation.mm354 // Either get cached regexp or build one that matches any of the labels.
356 static RegularExpression* regExpForLabels(NSArray *labels)
371 CFIndex cacheHit = [regExpLabels indexOfObject:labels];
376 unsigned int numLabels = [labels count];
379 String label = [labels objectAtIndex:i];
411 [regExpLabels insertObject:labels atIndex:0];
424 static NSString* searchForLabelsBeforeElement(Frame* frame, NSArray* labels, Element* element, size_t* resultDistance, bool* resultIsInCellAbove)
426 RegularExpression* regExp = regExpForLabels(labels);
493 static NSString *matchLabelsAgainstString(NSArray *labels, const String& stringToMatch)
504 RegularExpression* regExp = regExpForLabels(labels);
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dname.c139 name->labels = 0; \
235 name->labels = 0;
299 REQUIRE(name->labels > 0);
349 REQUIRE(name->labels > 0);
396 REQUIRE(name->labels > 0);
418 REQUIRE(name->labels > 0);
429 * Check all but the last of the remaining labels.
431 while (label + 1 < name->labels) {
483 if (name->labels == 0)
496 if (name->labels
834 unsigned int nlabels, labels; local
1033 unsigned int tlen, nrem, nused, digits = 0, labels, tused; local
1340 unsigned int labels; local
1517 unsigned int labels; local
1621 unsigned int nlen, count, labels; local
1739 unsigned int nused, labels, n, nmax; local
1994 unsigned int nrem, labels, prefix_length, length; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DLocaleICU.cpp180 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
181 labels->reserveCapacity(size);
192 labels->append(String::adopt(buffer));
194 return labels.release();
201 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
202 labels->reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName));
204 labels->append(WTF::monthFullName[i]);
205 return labels.release();
225 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
226 labels
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodVisitor.java42 * methods must be called <i>after</i> the labels passed as arguments have been
242 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
252 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]); argument
295 * @throws IllegalArgumentException if one of the labels has not already
H A DClassReader.java749 // 1st phase: finds the labels
751 Label[] labels = new Label[codeLength + 1];
761 if (labels[label] == null) {
762 labels[label] = new Label();
768 if (labels[label] == null) {
769 labels[label] = new Label();
788 if (labels[label] == null) {
789 labels[label] = new Label();
798 if (labels[label] == null) {
799 labels[labe
1390 readAttribute( final Attribute[] attrs, final String type, final int off, final int len, final char[] buf, final int codeOff, final Label[] labels) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Db2m.c100 char *labels, *p, *today; local
173 /* Save labels. */
176 labels = "X-Babyl-Labels: ";
179 labels = concat (labels, p, ", ");
181 p = &labels[strlen (labels) - 2];
194 puts (labels);

Completed in 348 milliseconds

12345678