Searched refs:text (Results 126 - 150 of 3083) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DWebIOSEventFactory.mm54 String text = event.characters;
67 text = ASCIILiteral("\r");
68 unmodifiedText = text;
74 if (text == "\x7F")
75 text = ASCIILiteral("\x8");
80 text = ASCIILiteral("\x9");
81 unmodifiedText = text;
84 return WebKit::WebKeyboardEvent(type, text, unmodifiedText, keyIdentifier, windowsVirtualKeyCode, nativeVirtualKeyCode, macCharCode, autoRepeat, isKeypad, isSystemKey, modifiers, timestamp);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitScriptDialogPrivate.h24 #include <wtf/text/CString.h>
48 , text(dialog->text)
57 CString text; member in struct:_WebKitScriptDialog
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/efl/
H A DWebInspectorEfl.cpp32 #include <wtf/text/WTFString.h>
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DWebInspectorGtk.cpp34 #include <wtf/text/WTFString.h>
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dgroup.s1 .section .text,"axG",%progbits,foo_group,comdat
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dformat-spec.el36 to values. Any text properties on a %-spec itself are propagated to
37 the text that it generates."
54 (let ((text (format (concat "%" num "s") val)))
55 ;; Insert first, to preserve text properties.
56 (insert-and-inherit text)
58 (delete-region (+ (match-beginning 0) (length text))
59 (+ (match-end 0) (length text)))
/macosx-10.10.1/expat-12/tests/
H A Dtest-6295922.py5 def handler(text):
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dexception_missing_eh2_x86_64.s4 .text
/macosx-10.10.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/ruby-106/ruby/missing/
H A Dx86_64-chkstk.s1 .text
/macosx-10.10.1/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.1/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.1/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.1/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.1/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...]

Completed in 118 milliseconds

1234567891011>>