Searched refs:text (Results 226 - 250 of 3083) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEditing.css27 -webkit-user-select: text;
32 text-overflow: clip !important;
48 text-decoration: none !important;
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dpostconf2html7 # - Process input as text blocks separated by one or more empty
10 # - Skip text between <!-- and -->; each must be on a different line.
36 # Skip blank lines before text block.
39 # Gobble up the next text block.
57 # Don't touch a text block starting with < in column zero.
79 ($junk, $class, $text) = split(/\s+/, $block, 3);
80 $text =~ s/\s+$//s;
81 print "<H2><a name=\"$class\">$text</a></H2>\n\n";
87 die "Unrecognized text block:\n$block";
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmenubar2.rb11 :text=>'File', :menu=>[
19 [:menubutton, 'edit', {:text=>'Edit'}]
28 mb.add(:menubutton, '.options', :text=>'Options', :menu=>[
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmsgcat-load_tk.rb16 TkComm.window(label).text(
35 text "preferences:: #{msgcat.preferences.join(' ')}"
39 lbl = TkLabel.new(top_win, :text=>msgcat.mc("%1$s:: %2$s",
47 TkButton.new(f, :text=>msgcat.mc(col)){
51 TkButton.new(f, :text=>msgcat.mc(col),
54 lbl.text msgcat.mc("%1$s:: %2$s", 'Color', col.capitalize)
61 TkButton.new(f, :text=>msgcat.mc('Delete'),
63 TkButton.new(f, :text=>msgcat.mc('Error'),
66 TkButton.new(f, :text=>msgcat.mc('Delete'),
71 TkButton.new(f, :text
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dnormal_class.rb56 q.text "includes:"
61 q.text "constants:"
66 q.text "attributes:"
71 q.text "methods:"
76 q.text "aliases:"
81 q.text "comment:"
/macosx-10.10.1/ruby-106/ruby/test/net/imap/
H A DMakefile8 openssl req -new -x509 -days 1825 -key server.key -out cacert.pem -text -subj "/C=JP/ST=Shimane/L=Matz-e city/O=Ruby Core Team/CN=Ruby Test CA/emailAddress=security@ruby-lang.org"
11 openssl req -new -key server.key -out server.csr -text -subj "/C=JP/ST=Shimane/O=Ruby Core Team/OU=Ruby Test/CN=localhost"
14 openssl x509 -days 1825 -CA cacert.pem -CAkey server.key -set_serial 00 -in server.csr -req -text -out server.crt
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Djoke.pl19 print wrap("\t", '', split( /\n/, $res->result->{text})), "\n";
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerBytecodeSequence.h33 #include <wtf/text/CString.h>
34 #include <wtf/text/WTFString.h>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dava.c62 const char **text )
76 *text = "Error decoding attribute value assertion";
87 rc = slap_bv2ad( &type, &aa->aa_desc, text );
91 *text = NULL;
92 rc = slap_bv2undef_ad( &type, &aa->aa_desc, text,
107 usage, &value, &aa->aa_value, text, op->o_tmpmemctx );
114 *text = NULL;
122 rc = get_aliased_filter_aa ( op, aa, a_alias, text );
H A Dmra.c54 const char **text )
72 *text = "Error parsing matching rule assertion";
81 *text = "Error parsing matching rule in matching rule assertion";
89 *text = "Error parsing matching rule assertion";
99 *text = "Error parsing attribute description in matching rule assertion";
107 *text = "Error parsing matching rule assertion";
115 *text = "Missing value in matching rule assertion";
124 *text = "Error decoding value in matching rule assertion";
139 *text = "Error decoding dnattrs matching rule assertion";
144 rc = slap_bv2ad( &type, &ma.ma_desc, text );
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorEditingController.js65 this.text = value.toString();
79 get text()
86 set text(text)
90 this._codeMirror.replaceRange(text, from, to);
92 var lines = text.split("\n");
94 var endColumn = lines.length > 1 ? lines.lastValue.length : this._range.startColumn + text.length;
101 return this.text;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DStatisticsData.h33 #include <wtf/text/StringHash.h>
34 #include <wtf/text/WTFString.h>
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscallPolicy.h32 #include <wtf/text/StringHash.h>
33 #include <wtf/text/WTFString.h>
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebPlugInClient.cpp31 #include <wtf/text/CString.h>
32 #include <wtf/text/WTFString.h>
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dcontrol.c47 command_compare(const char *text, const char *command) { argument
49 if (strncasecmp(text, command, commandlen) == 0 &&
50 (text[commandlen] == '\0' ||
51 text[commandlen] == ' ' ||
52 text[commandlen] == '\t'))
62 ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) { argument
102 result = ns_server_reloadcommand(ns_g_server, command, text);
106 result = ns_server_refreshcommand(ns_g_server, command, text);
117 result = ns_smf_add_message(text);
134 ns_os_shutdownmsg(command, text);
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A DGetForwarders31 dbus-send --system --type=method_call --print-reply --reply-timeout=20000 --dest=com.redhat.named /com/redhat/named com.redhat.named.text.GetForwarders $zone;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddst_result.c31 static const char *text[DST_R_NRESULTS] = { variable
65 text, dst_msgcat, DST_RESULT_RESULTSET);
/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/
H A Dresult.c44 static const char *text[ISCCC_R_NRESULTS] = { variable
62 text, isccc_msgcat,
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_inchstr.c58 CharOf(win->_line[win->_cury].text[win->_curx + i]) |
59 AttrOf(win->_line[win->_cury].text[win->_curx + i]);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_box_set.c94 win->_line[0].text[i] = wts;
95 win->_line[endy].text[i] = wbs;
101 win->_line[i].text[0] = wls;
102 win->_line[i].text[endx] = wrs;
106 win->_line[0].text[0] = wtl;
107 win->_line[0].text[endx] = wtr;
108 win->_line[endy].text[0] = wbl;
109 win->_line[endy].text[endx] = wbr;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dcheck.rb29 text "Three checkbuttons are displayed below. If you click on a button, it will toggle the button's selection state and set a Tcl variable to a value indicating the state of the checkbutton. Click the \"See Variables\" button to see the current values of the variables."
41 text 'Dismiss'
51 text 'Show Code'
57 text 'See Variables'
68 [ TkCheckButton.new(base_frame, 'text'=>'Wipers OK', 'variable'=>wipers),
69 TkCheckButton.new(base_frame, 'text'=>'Brakes OK', 'variable'=>brakes),
70 TkCheckButton.new(base_frame, 'text'=>'Driver Sober', 'variable'=>sober)
H A Dlabel.rb29 text "Five labels are displayed below: three textual ones on the left, and a bitmap label and a text label on the right. Labels are pretty boring because you can't do anything with them."
36 text 'Dismiss'
45 text 'See Code'
58 [ TkLabel.new(f_left, 'text'=>'First label'),
59 TkLabel.new(f_left, 'text'=>'Second label, raised',
61 TkLabel.new(f_left, 'text'=>'Third label, sunken', 'relief'=>'sunken')
71 TkLabel.new(f_right) { text 'Tcl/Tk Proprietor' }.pack('side'=>'top')
H A Dlabelframe.rb25 :text=><<EOL).pack(:side=>:top)
27 The label may be either plain text or another widget. \
37 TkButton.new(f, :text=>'Dismiss', :width=>15, :command=>proc{
42 TkButton.new(f, :text=>'See Code', :width=>15, :command=>proc{
52 TkLabelFrame.new(w, :text=>'Value',
58 TkRadiobutton.new(f, :text=>"This is value #{i}",
82 :text=>"Use this option.", :padx=>0) {|cb|
89 TkCheckbutton.new(f, :text=>str).pack(:side=>:top, :fill=>:x, :pady=>2)
H A Dttkbut.rb23 :text=><<EOL).pack(:side=>:top, :fill=>:x)
35 buttons = Ttk::Labelframe.new(base_frame, :text=>'Buttons')
37 # Ttk::Button.new(buttons, :text=>theme,
41 Ttk::Button.new(buttons, :text=>theme,
63 checks = Ttk::Labelframe.new(base_frame, :text=>'Checkbuttons')
65 e = Ttk::Checkbutton.new(checks, :text=>'Enabled', :variable=>enabled,
81 c1 = Ttk::Checkbutton.new(checks, :text=>'Cheese', :variable=>cheese)
82 c2 = Ttk::Checkbutton.new(checks, :text=>'Tomato', :variable=>tomato)
83 c3 = Ttk::Checkbutton.new(checks, :text=>'Basil', :variable=>basil)
84 c4 = Ttk::Checkbutton.new(checks, :text
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcheck.rb26 text "��������� 3 ���������������������������������������������������������������������������������������������������������������������Tcl ������ ( TkVariable ��������������������������������������������� ) ���������������������������������������������������������������������������������������������������������������������������������������������������������������"
38 #text '������'
39 text '���������'
49 text '���������������'
55 text '������������'
66 [ TkCheckButton.new(base_frame, 'text'=>'������������ OK', 'variable'=>wipers),
67 TkCheckButton.new(base_frame, 'text'=>'������������ OK', 'variable'=>brakes),
68 TkCheckButton.new(base_frame, 'text'=>'��������� ������', 'variable'=>sober)

Completed in 208 milliseconds

1234567891011>>