Searched refs:Text (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/dom/
H A DCDATASection.idl20 interface CDATASection : Text {
H A DTextNodeTraversal.h30 #include "Text.h"
40 Text* firstChild(const Node*);
41 Text* firstChild(const ContainerNode*);
44 Text* firstWithin(const Node*);
45 Text* firstWithin(const ContainerNode*);
48 Text* next(const Node*);
49 Text* next(const Node*, const Node* stayWithin);
50 Text* next(const Text*);
51 Text* nex
[all...]
H A DText.h34 class Text : public CharacterData { class in namespace:WebCore
38 static PassRefPtr<Text> create(Document&, const String&);
39 static PassRefPtr<Text> create(ScriptExecutionContext&, const String&);
40 static PassRefPtr<Text> createWithLengthLimit(Document&, const String&, unsigned positionInString, unsigned lengthLimit = defaultLengthLimit);
41 static PassRefPtr<Text> createEditingText(Document&, const String&);
43 virtual ~Text();
45 PassRefPtr<Text> splitText(unsigned offset, ExceptionCode&);
50 PassRefPtr<Text> replaceWholeText(const String&, ExceptionCode&);
59 Text(Document& document, const String& data, ConstructionType type) function in class:WebCore::Text
70 virtual PassRefPtr<Text> virtualCreat
[all...]
H A DText.cpp23 #include "Text.h"
41 PassRefPtr<Text> Text::create(Document& document, const String& data)
43 return adoptRef(new Text(document, data, CreateText));
46 PassRefPtr<Text> Text::create(ScriptExecutionContext& context, const String& data)
48 return adoptRef(new Text(toDocument(context), data, CreateText));
51 PassRefPtr<Text> Text::createEditingText(Document& document, const String& data)
53 return adoptRef(new Text(documen
[all...]
H A DText.idl22 ] interface Text : CharacterData {
26 [RaisesException] Text splitText([IsIndex,Default=Undefined] optional unsigned long offset);
30 [RaisesException] Text replaceWholeText([Default=Undefined] optional DOMString content);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dscrollbar17 Text=$(printf "%-${WIDTH}s" "$*")
18 Text=${Text// /_}
22 printf "%-.${WIDTH}s\r" "$Text"
23 LastC=${Text:${WMINUS}:1}
24 Text="$LastC""${Text%?}"
H A Dscrollbar217 Text=$(printf "%-${WIDTH}s" "$*")
21 printf "%-.${WIDTH}s\r" "$Text"
22 LastC=${Text:${WMINUS}:1}
23 Text="$LastC""${Text%?}"
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dshellwords.pl11 use Text::ParseWords 3.25 ();
12 *shellwords = \&Text::ParseWords::old_shellwords;
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dfreesoft.c25 #define N_(Text) Text
H A Dxmalloc.c35 # define _(Text) gettext (Text)
38 # define _(Text) Text
40 #define N_(Text) Text
/macosx-10.10/ruby-106/ruby/lib/rdoc/parser/
H A Dtext.rb9 module RDoc::Parser::Text
/macosx-10.10/CPAN-56/Modules/Text-Diff-1.41/
H A DMakefile1 NAME = Text-Diff
/macosx-10.10/CPAN-56/Modules/Text-Glob-0.09/
H A DMakefile1 NAME = Text-Glob
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSTextCustom.cpp29 #include "Text.h"
35 JSValue toJSNewlyCreated(ExecState*, JSDOMGlobalObject* globalObject, Text* text)
40 return CREATE_DOM_WRAPPER(globalObject, Text, text);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DSplitTextNodeContainingElementCommand.h35 static PassRefPtr<SplitTextNodeContainingElementCommand> create(PassRefPtr<Text> node, int offset)
41 SplitTextNodeContainingElementCommand(PassRefPtr<Text>, int offset);
45 RefPtr<Text> m_text;
H A DSplitTextNodeCommand.h33 class Text;
37 static PassRefPtr<SplitTextNodeCommand> create(PassRefPtr<Text> node, int offset)
43 SplitTextNodeCommand(PassRefPtr<Text>, int offset);
54 RefPtr<Text> m_text1;
55 RefPtr<Text> m_text2;
H A DDeleteFromTextNodeCommand.h33 class Text;
37 static PassRefPtr<DeleteFromTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, unsigned count)
43 DeleteFromTextNodeCommand(PassRefPtr<Text>, unsigned offset, unsigned count);
52 RefPtr<Text> m_node;
H A DHTMLInterchange.h33 class Text;
43 String convertHTMLTextToInterchangeFormat(const String&, const Text*);
H A DInsertIntoTextNodeCommand.h33 class Text;
37 static PassRefPtr<InsertIntoTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, const String& text)
43 InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text);
55 RefPtr<Text> m_node;
/macosx-10.10/gpatch-3/patch/
H A Dxmalloc.c35 # define _(Text) gettext (Text)
38 # define _(Text) Text
40 #define N_(Text) Text
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCAtom.cpp24 Text.push_back(std::make_pair(Address, I));
60 std::vector<std::pair<uint64_t, MCInst> >::iterator I = Text.begin();
62 while (I != Text.end() && I->first < SplitPt) ++I;
64 assert(I != Text.end() && "Split point not found in disassembly!");
68 std::copy(I, Text.end(), RightAtom->Text.end());
69 Text.erase(I, Text.end());
85 std::vector<std::pair<uint64_t, MCInst> >::iterator I = Text.begin();
87 while (I != Text
[all...]
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleResolveTree.h37 class Text;
46 void detachTextRenderer(Text&);
48 void updateTextRendererAfterContentChange(Text&, unsigned offsetOfReplacedData, unsigned lengthOfReplacedData);
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dtext.tcl44 bind Text <1> {
48 bind Text <B1-Motion> {
53 bind Text <Double-1> {
58 bind Text <Triple-1> {
63 bind Text <Shift-1> {
68 bind Text <Double-Shift-1> {
72 bind Text <Triple-Shift-1> {
76 bind Text <B1-Leave> {
81 bind Text <B1-Enter> {
84 bind Text <ButtonReleas
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dtext.tcl45 bind Text <1> {
49 bind Text <B1-Motion> {
54 bind Text <Double-1> {
59 bind Text <Triple-1> {
64 bind Text <Shift-1> {
69 bind Text <Double-Shift-1> {
73 bind Text <Triple-Shift-1> {
77 bind Text <B1-Leave> {
82 bind Text <B1-Enter> {
85 bind Text <ButtonReleas
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Djoke.pl8 use Text::Wrap;

Completed in 156 milliseconds

1234567891011>>