Searched refs:text (Results 326 - 350 of 3083) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmsgcat-load_rb.rb17 TkComm.window(label).text(
37 text "preferences:: #{msgcat.preferences.join(' ')}"
41 lbl = TkLabel.new(top_win, :text=>msgcat["%1$s:: %2$s",
49 TkButton.new(f, :text=>msgcat[col]){
56 TkButton.new(f, :text=>msgcat['Delete'],
58 TkButton.new(f, :text=>msgcat['Error'],
67 TkLabel.new(:text=>"Please click a locale.").pack(:padx=>5, :pady=>3)
70 TkButton.new(f, :text=>msgcat['Exit'],
H A Dtkmsgcat-load_rb2.rb17 TkComm.window(label).text(
37 text "preferences:: #{msgcat.preferences.join(' ')}"
41 lbl = TkLabel.new(top_win, :text=>msgcat["%1$s:: %2$s",
49 TkButton.new(f, :text=>msgcat[col]){
56 TkButton.new(f, :text=>msgcat['Delete'],
58 TkButton.new(f, :text=>msgcat['Error'],
67 TkLabel.new(:text=>"Please click a locale.").pack(:padx=>5, :pady=>3)
70 TkButton.new(f, :text=>msgcat['Exit'],
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dblank_line.rb23 q.text 'blankline'
H A Dhard_break.rb27 q.text "[break]"
H A Dparagraph.rb2 # A Paragraph of text
14 # Joins the raw paragraph text and converts inline HardBreaks to the
15 # +hard_break+ text.
17 def text hard_break = '' method in class:RDoc
H A Dto_tt_only.rb2 # Extracts sections of text enclosed in plus, tt or code. Used to discover
30 tt_sections block_quote.text
63 tt_sections(paragraph.text)
81 # Extracts tt sections from +text+
83 def tt_sections text
84 flow = @am.flow text.dup
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dtoken_stream.rb45 text = CGI.escapeHTML t.text
48 "<span class=\"#{style}\">#{text}</span>"
50 text
91 token_stream.map { |token| token.text }.join ''
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_rexml_issuezilla.rb10 assert_equal( ctr, issue.elements['issue_id'].text.to_i )
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_text.rb2 require "rubygems/text"
8 assert_equal "text to\nwrap", format_text("text to wrap", 8)
12 assert_equal " text to\n wrap", format_text("text to wrap", 8, 2)
16 assert_equal "text to wrap", format_text("text to wrap", 40)
20 assert_equal " text to wrap", format_text("text to wrap", 40, 2)
24 text
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DMinSpeg.py15 Button(root, text='Exit', command=root.quit).pack()
H A DMinWave.py15 Button(root, text='Exit', command=root.quit).pack()
H A Dwidget.py14 Label(root, text='Snack Sound Toolkit Demonstration',
37 timelab.configure(text=len)
46 Label(f0, text='Basic sound handling:').pack(anchor='w')
47 timelab = Label(f0, text='0.00 sec',width=10)
63 c.create_text(0, 0, text='Waveform canvas item type:',anchor='nw')
65 c.create_text(250, 0, text='Spectrogram canvas item type:',anchor='nw')
67 c.create_text(480, 0, text='Spectrum section canvas item type:',anchor='nw')
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D4_choice39 method parset {text} {
41 $myparser data $text
H A D5_sequence39 method parset {text} {
41 $myparser data $text
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D10_notahead38 method parset {text} {
40 my data $text
H A D6_optional38 method parset {text} {
40 my data $text
H A D7_kleene38 method parset {text} {
40 my data $text
H A D8_pkleene38 method parset {text} {
40 my data $text
H A D9_ahead38 method parset {text} {
40 my data $text
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslappasswd.c74 const char *text; local
192 lutil_passwd_hash( &passwd, scheme, &hash, &text );
196 scheme, text ? text : "" );
200 if( lutil_passwd( &hash, &passwd, NULL, &text ) ) {
202 text ? text : "" );
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dbitmap.rb63 def compose(text, keys={})
64 _new(:text, nil, text, keys)
67 def compose_with_name(name, text, keys={})
68 _new(:text, name, text, keys)
88 if type == :text
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dlabelframe.rb27 :text=><<EOL).pack(:side=>:top)
44 TkButton.new(f, :text=>'���������', :width=>15, :command=>proc{
49 TkButton.new(f, :text=>'���������������', :width=>15, :command=>proc{
59 TkLabelFrame.new(w, :text=>'���������',
65 TkRadiobutton.new(f, :text=>"This is value #{i}",
89 :text=>"������������������������", :padx=>0) {|cb|
96 TkCheckbutton.new(f, :text=>str).pack(:side=>:top, :fill=>:x, :pady=>2)
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A Dmetakit.py45 text = '%d rows' % len(attr)
47 text = str(attr)
48 if len(text) > 20:
49 text = text[0:17] + '...'
50 widths[c] = max(widths[c],len(text))
51 cols[c].append(text)
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dhttps.pl32 my ( $self, $tag, $attr, $attrseq, $text ) = @_;
38 $text = "<$tag "
41 $self->{output} .= $text;
43 "self,tagname,attr,attrseq,text"
49 my ( $self, $text ) = @_;
50 $self->{output} .= $text;
52 "self,text"
59 mime => 'text/html',
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dhttps.pl32 my ( $self, $tag, $attr, $attrseq, $text ) = @_;
38 $text = "<$tag "
41 $self->{output} .= $text;
43 "self,tagname,attr,attrseq,text"
49 my ( $self, $text ) = @_;
50 $self->{output} .= $text;
52 "self,text"
59 mime => 'text/html',

Completed in 212 milliseconds

<<11121314151617181920>>