Searched refs:text (Results 176 - 200 of 4380) sorted by relevance

1234567891011>>

/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A DMKcaptab.awk29 function add_string(text) {
30 if (text != "IGNORE") {
32 offset = offset + length(text) + 1;
33 printf "%s\\0", text;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dopened.c30 /* Format of optional text.
79 VSTRING *text = vstring_alloc(100); local
81 #define TEXT (vstring_str(text))
83 vstring_vsprintf(text, fmt, ap);
87 vstring_free(text);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyTinyEdit/
H A DTinyTinyEdit.py23 text = self.textView.string()
24 f.write(text.encode("utf8"))
34 text = unicode(f.read(), "utf8")
36 self.textView.setString_(text)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyTinyEdit/
H A DTinyTinyEdit.py23 text = self.textView.string()
24 f.write(text.encode("utf8"))
34 text = unicode(f.read(), "utf8")
36 self.textView.setString_(text)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/TinyTinyEdit/
H A DTinyTinyEdit.py24 text = self.textView.string()
25 f.write(text.encode("utf8"))
35 text = unicode(f.read(), "utf8")
37 self.textView.setString_(text)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddiagrams.rb68 def box(text, width=nil, height=nil)
72 list(tk_call('::Diagrams::box', text, width, height))
74 list(tk_call('::Diagrams::box', text))
78 def plaintext(text, width=nil, height=nil)
82 list(tk_call('::Diagrams::plaintext', text, width, height))
84 list(tk_call('::Diagrams::plaintext', text))
88 def circle(text, radius=nil)
90 list(tk_call('::Diagrams::circle', text, radius))
92 list(tk_call('::Diagrams::circle', text))
96 def slanted(text, widt
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Doptobj_sample.rb11 b1 = TkButton.new(f, :text=>'AAA').pack(:fill=>:x)
12 b2 = TkButton.new(f, :text=>'BBB').pack(:fill=>:x)
13 b3 = TkButton.new(f, :text=>'CCC').pack(:fill=>:x)
27 configure( optobj.assign(self) + {:text=>'DDD'} )
36 + {:text=>'EEE', :relief=>:groove, :borderwidth=>5} )
44 TkButton.new(f, :text=>'toggle',
51 TkButton.new(f, :text=>'exit',
56 TkLabel.new(f, :text=>'source::').pack(:anchor=>:w)
H A Dtktimer.rb6 text '0.00'
13 text 'Start'
23 text 'Stop'
43 $label.text format("%d.%02d", $seconds, $hundredths)
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dalias.rb30 attr_reader :text
33 # Creates a new Alias with a token stream of +text+ that aliases +old_name+
36 def initialize(text, old_name, new_name, comment, singleton = false)
39 @text = text
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dheading.rb2 # A heading with a level (1-6) and text
5 Struct.new :level, :text do
30 special.text.sub(/^\\/, '')
47 "label-#{self.class.to_label.convert text.dup}"
51 # HTML markup of the text of this label without the surrounding header
55 self.class.to_html.to_html(text.dup)
60 q.pp text
/macosx-10.10/ruby-106/ruby/missing/
H A Dx86_64-chkstk.s1 .text
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_functions_number.rb9 telem.text="9"
14 telem.text="10.4"
19 telem.text="-9"
24 telem.text="-9.13"
29 # telem.text="9.13E12"
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D4_choice38 method parset {text} {
40 my data $text
H A D5_sequence38 method parset {text} {
40 my data $text
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dtcldom.h45 int tcldom_textCheck(Tcl_Interp *interp, char *text, char *errText);
46 int tcldom_commentCheck(Tcl_Interp *interp, char *text);
47 int tcldom_CDATACheck(Tcl_Interp *interp, char *text);
48 int tcldom_PIValueCheck(Tcl_Interp *interp, char *text);
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D019_incr.t19 my ($coder, $text) = @_;
23 for (0 .. length $text) {
24 my $a = substr $text, 0, $_;
25 my $b = substr $text, $_;
32 is ($coder->encode ($data), $coder->encode ($coder->decode ($text)), "data");
47 my $text = '[5],{"":1} , [ 1,2, 3], {"3":null}';
49 for (0 .. length $text) {
50 my $a = substr $text, 0, $_;
51 my $b = substr $text, $_;
71 my $text
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema.c30 schema_info( Entry **entry, const char **text )
50 *text = "out of memory";
66 *text = "out of memory";
78 *text = "out of memory";
89 *text = "improperly configured subschema subentry";
97 rc = slap_bv2ad( &rdn, &desc, text );
101 *text = "improperly configured subschema subentry";
114 *text = "out of memory";
141 *text = "out of memory";
147 *text
[all...]
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_isadep_arm.c91 uint8_t *text; local
97 * instructions, we will have two modes: text and data. For our table, we will have three
98 * values: TYPE_SAME - continue in previous mode; TYPE_TEXT - switch to text; TYPE_DATA -
102 * we see a branch, we assume that is the beginning of more text.
123 if ((text = calloc(1, symp->st_size + 4)) == NULL) {
130 free(text);
141 text = text + 2;
143 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
145 free(text);
412 uint8_t *text; local
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dyamlparser23 $self->{text} = $options{text} if exists $options{text};
26 if(! exists $self->{text} and
29 __PACKAGE__, "->new(text => \$text)";
42 if(exists $self->{text}) {
43 $self->{data} = Load($self->{text});
74 my $p = MyYAMLParser->new(text => <<EOT);
/macosx-10.10/OpenSSL098-52/src/crypto/mdc2/
H A Dmdc2test.c99 static char *text="Now is the time for all "; local
102 ebcdic2ascii(text,text,strlen(text));
107 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
126 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
/macosx-10.10/OpenSSL098-52/src/test/
H A Dmdc2test.c99 static char *text="Now is the time for all "; local
102 ebcdic2ascii(text,text,strlen(text));
107 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
126 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
/macosx-10.10/WebCore-7600.1.25/page/
H A DUserMessageHandlerDescriptorTypes.h33 #include <wtf/text/AtomicString.h>
34 #include <wtf/text/AtomicStringHash.h>
/macosx-10.10/WebCore-7600.1.25/platform/
H A DURLHash.h30 #include <wtf/text/StringHash.h>
31 #include <wtf/text/WTFString.h>
/macosx-10.10/WebCore-7600.1.25/platform/audio/efl/
H A DAudioBusEfl.cpp26 #include <wtf/text/CString.h>
27 #include <wtf/text/StringConcatenate.h>
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DLoggingMac.mm29 #include <wtf/text/WTFString.h>

Completed in 210 milliseconds

1234567891011>>