Searched refs:label (Results 76 - 100 of 996) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dsub.pl26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DScopeBarItem.js26 WebInspector.ScopeBarItem = function(id, label, isExclusive) {
30 this.label = label;
52 this._element.textContent = this.label;
H A DToolbar.css44 .toolbar.icon-and-label-vertical {
48 .toolbar.icon-and-label-vertical.small-size {
52 .toolbar.icon-and-label-horizontal,
57 .toolbar.icon-and-label-horizontal.small-size,
59 .toolbar.label-only {
67 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-and-label-vertical {
71 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-and-label-vertical.small-size {
75 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-and-label-horizontal,
80 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-and-label-horizontal.small-size,
82 body.mac-platform:not(.legacy):not(.docked) .toolbar.label
[all...]
/macosx-10.10.1/gpt-12/
H A DMakefile4 SRCS= add.c boot.c create.c destroy.c gpt.c label.c map.c migrate.c \
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dmenubar1.rb11 {:label=>'Open', :command=>proc{puts('Open clicked')}, :underline=>0},
14 {:type=>'checkbutton', :label=>'Check_B',
H A Dmenubar2.rb11 {:label=>'Open', :command=>proc{puts('Open clicked')}, :underline=>0},
14 {:type=>'checkbutton', :label=>'Check_B',
H A Dtkmenubutton.rb16 add(:command, :label=>'Right menu: first item',
19 add(:command, :label=>'Right menu: second item',
29 add(:command, :label=>'Below menu: first item',
32 add(:command, :label=>'Below menu: second item',
42 add(:command, :label=>'Above menu: first item',
45 add(:command, :label=>'Above menu: second item',
55 add(:command, :label=>'Left menu: first item',
58 add(:command, :label=>'Left menu: second item',
130 p widget.entrycget('active', :label)
H A Dtktimer3.rb10 label = TkLabel.new(:parent=>root, :relief=>:raised, :width=>10) \
16 label.text format("%d.%02d", *(cnt.divmod(100)))
21 timer = TkTimer.new(50, -1, tick).start(0, proc{ label.text('0.00'); 0 })
27 # init_proc : proc{ label.text('0.00'); 0 }
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook.rb12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
H A Dnotebook2.rb12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
H A Dtabnotebook.rb12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
H A Dtabnotebook2.rb12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
H A Dtabset.rb22 ts.add(:label=>1)
23 ts.add(:label=>2)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duts46.cpp35 // where the last ("root") label is the empty label
38 // if there is a trailing dot for the root label.
73 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, argument
77 labelToASCII(UnicodeString::fromUTF8(label), destString,
83 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, argument
87 labelToUnicode(UnicodeString::fromUTF8(label), destString,
120 labelToASCII(const UnicodeString &label, UnicodeString &dest,
124 labelToUnicode(const UnicodeString &label, UnicodeString &dest,
136 labelToASCII_UTF8(const StringPiece &label, ByteSin
225 labelToASCII(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
231 labelToUnicode(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
256 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
262 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
675 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength) argument
690 const UChar *label=dest.getBuffer()+labelStart; local
903 const UChar *label=dest.getBuffer()+labelStart; local
962 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const argument
1111 isLabelOkContextJ(const UChar *label, int32_t labelLength) const argument
1181 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const argument
1300 checkArgs(const void *label, int32_t length, void *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1330 uidna_labelToASCII(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1346 uidna_labelToUnicode(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1394 uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1410 uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursslk.cc43 delete[] label;
44 label = new char[1 + ::strlen(text)];
45 (::strcpy)(label,text);
110 if (ERR==::slk_set(K.num,bf?K.label:"",K.format))
124 if (ERR==::slk_set(K.num,bf?K.label:"",K.format))
H A Dcursslk.h50 char *label; // The Text of the Label member in class:Soft_Label_Key_Set::Soft_Label_Key
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
58 delete[] label;
71 // Retrieve the text of the label
73 return label;
85 : label(NULL),
89 *this = rhs.label;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TableModel/
H A DTableModel.py26 label = objc.IBOutlet() variable in class:TableModel
81 self.label.setStringValue_("")
88 label = "%s%s: %s" % (word, ("s", "")[len(items) == 1], ", ".join([str(x) for x in items]))
89 self.label.setStringValue_(label)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TableModel/
H A DTableModel.py26 label = objc.IBOutlet() variable in class:TableModel
81 self.label.setStringValue_("")
88 label = "%s%s: %s" % (word, ("s", "")[len(items) == 1], ", ".join([str(x) for x in items]))
89 self.label.setStringValue_(label)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/TableModel/
H A DTableModel.py26 label = objc.IBOutlet() variable in class:TableModel
81 self.label.setStringValue_("")
88 label = "%s%s: %s" % (word, ("s", "")[len(items) == 1], ", ".join([str(x) for x in items]))
89 self.label.setStringValue_(label)
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkFrame.c210 "Bad label anchor specification ", Tcl_GetString(objPtr),
239 Ttk_Layout labelLayout; /* Sublayout for label */
246 LabelframePart label; member in struct:__anon13318
253 "nw", Tk_Offset(Labelframe, label.labelAnchorObj),-1,
256 Tk_Offset(Labelframe,label.textObj), -1,
259 "-1", Tk_Offset(Labelframe,label.underlineObj), -1,
262 -1, Tk_Offset(Labelframe,label.labelWidget),
274 Ttk_PositionSpec labelAnchor; /* corner/side to place label */
275 Ttk_Padding labelMargins; /* extra space around label */
276 int labelOutside; /* true=>place label outsid
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dradio2.rb24 # label
95 # label = TkLabel.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
96 label = Tk::Label.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
98 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
99 label.height(TkWinfo.reqheight(label))
104 'command'=>proc{label.compound(align.value)})
108 Tk.grid(abtn[1], label, abtn[2])
H A Dradio3.rb24 # label
104 # label = TkLabel.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
105 label = Tk::Label.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
107 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
108 label.height(TkWinfo.reqheight(label))
112 'command'=>proc{label.compound(align.value)})
116 Tk.grid(a_btn[1], label, a_btn[2])
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dradio2.rb26 # label
98 # label = TkLabel.new(f_right, 'text'=>'���������', 'bitmap'=>'questhead',
99 label = Tk::Label.new(f_right, 'text'=>'���������', 'bitmap'=>'questhead',
101 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
102 label.height(TkWinfo.reqheight(label))
107 'command'=>proc{label.compound(align.value)})
111 Tk.grid(abtn[1], label, abtn[2])
H A Dradio3.rb26 # label
106 # label = TkLabel.new(f_right, 'text'=>'���������', 'bitmap'=>'questhead',
107 label = Tk::Label.new(f_right, 'text'=>'���������', 'bitmap'=>'questhead',
109 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
110 label.height(TkWinfo.reqheight(label))
114 'command'=>proc{label.compound(align.value)})
118 Tk.grid(a_btn[1], label, a_btn[2])
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Ddebug.h58 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
81 #define DEBUG_GOTO(label) goto label
93 #define GOTO(label) DEBUG_GOTO(label)

Completed in 148 milliseconds

1234567891011>>