Searched refs:text (Results 151 - 175 of 4380) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Doutlook-folders.rb14 t.column_create(:text=>'Folders')
16 t.column_configure(0, :text=>'Folders')
20 t.element_create('e2', :text, :lines=>1,
22 t.element_create('e3', :text, :lines=>1, :font=>t.font.dup.weight(:bold),
24 t.element_create('e4', :text, :fill=>'blue')
32 # image + text
39 # image + text + text
47 # folder + text
54 # folder + text
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dcd_timer.rb16 TkButton.new(:text=>'exit',
19 b = TkButton.new(:text=>'start').pack(:side=>:top, :fill=>:x)
24 :text=>' elapsed: ').pack(:fill=>:x, :side=>:left, :expand=>true)
27 :text=>'%4d:%02d.00' % [0, 0]).pack(:side=>:right)
33 now.text('%4d:%02d.%02d' % [m, s, u])
36 now.text('%4d:%02d.00' % [0,0])
45 :text=>' %4d:%02d --> ' % (time.divmod(60))).pack(:side=>:left)
47 :text=>'%4d:%02d' % (time.divmod(60))).pack(:side=>:right)
51 l.text('%4d:%02d' % ((-t).divmod(60)))
53 l.text('
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunifilt.cpp40 UMatchDegree UnicodeFilter::matches(const Replaceable& text, argument
46 contains(c = text.char32At(offset))) {
51 contains(c = text.char32At(offset))) {
57 offset -= U16_LENGTH(text.char32At(offset)) - 1;
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletsutil.h34 le_bool getRTL(const UnicodeString &text);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorFrontendChannel.h29 #include <wtf/text/WTFString.h>
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DSourceCode.cpp30 #include <wtf/text/CString.h>
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Expressions/
H A Dshell.js104 function doubleQuote(text)
106 return CHAR_QT_DBL + text + CHAR_QT_DBL;
110 function singleQuote(text)
112 return CHAR_QT + text + CHAR_QT;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DStringCallback.cpp35 #include <wtf/text/WTFString.h>
/macosx-10.10/WebCore-7600.1.25/page/
H A DPageVisibilityState.h34 #include <wtf/text/WTFString.h>
/macosx-10.10/WebCore-7600.1.25/page/cocoa/
H A DUserAgent.h29 #include <wtf/text/WTFString.h>
/macosx-10.10/WebCore-7600.1.25/platform/
H A DKillRing.h29 #include <wtf/text/WTFString.h>
H A DPublicSuffix.h29 #include <wtf/text/WTFString.h>
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DBatteryProviderEflClient.h27 #include <wtf/text/AtomicString.h>
H A DLoggingEfl.cpp29 #include <wtf/text/WTFString.h>
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DTemporaryLinkStubs.cpp33 #include <wtf/text/WTFString.h>
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitGraphics.h53 LPCTSTR text; member in struct:WebTextRenderInfo
66 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription&);
69 // buffer must be large enough to hold all of "text", including its null terminator. Returns the number of characters put in buffer (excluding the null terminator).
70 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
71 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DProcessExecutablePath.h26 #include <wtf/text/WTFString.h>
/macosx-10.10/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/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/WebKit2-7600.1.25/WebProcess/WebPage/efl/
H A DWebInspectorEfl.cpp32 #include <wtf/text/WTFString.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DWebInspectorGtk.cpp34 #include <wtf/text/WTFString.h>
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dgroup.s1 .section .text,"axG",%progbits,foo_group,comdat
/macosx-10.10/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/expat-12/tests/
H A Dtest-6295922.py5 def handler(text):
/macosx-10.10/libunwind-35.3/testsuite/
H A Dexception_missing_eh2_x86_64.s4 .text

Completed in 141 milliseconds

1234567891011>>