Home
last modified time | relevance | path

Searched refs:handleText (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
279 handleText(ch); in write()
305 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
279 handleText(ch); in write()
305 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
279 handleText(ch); in write()
305 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
306 handleText(ch); in write()
334 handleText(currentCharacters.toString()); in flush()
H A DRTFReader.java180 public void handleText(String text) in handleText() method in RTFReader
193 rtfDestination.handleText(text); in handleText()
318 handleText(item); in handleKeyword()
470 handleText((char)parameter); in handleKeyword()
629 void handleText(String text); in handleText() method
649 public void handleText(String text) in handleText() method in RTFReader.DiscardingDestination
694 public void handleText(String text) in handleText() method in RTFReader.FonttblDestination
772 public void handleText(String text) in handleText() method in RTFReader.ColortblDestination
918 public void handleText(String text) in handleText() method in RTFReader.StylesheetDestination.StyleDefiningDestination
1077 public abstract void handleText(String text); in handleText() method in RTFReader.AttributeTrackingDestination
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
306 handleText(ch); in write()
334 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
306 handleText(ch); in write()
334 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
163 handleText(currentCharacters.toString()); in write()
170 handleText(currentCharacters.toString()); in write()
179 handleText(currentCharacters.toString()); in write()
305 handleText(ch); in write()
333 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
306 handleText(ch); in write()
334 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
164 handleText(currentCharacters.toString()); in write()
171 handleText(currentCharacters.toString()); in write()
180 handleText(currentCharacters.toString()); in write()
306 handleText(ch); in write()
334 handleText(currentCharacters.toString()); in flush()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFParser.java81 public abstract void handleText(String text); in handleText() method in RTFParser
82 public void handleText(char ch) in handleText() method in RTFParser
83 { handleText(String.valueOf(ch)); } in handleText()
148 handleText(s); in write()
163 handleText(currentCharacters.toString()); in write()
170 handleText(currentCharacters.toString()); in write()
179 handleText(currentCharacters.toString()); in write()
305 handleText(ch); in write()
333 handleText(currentCharacters.toString()); in flush()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/html/parser/
H A DDocumentParser.java132 protected final void handleText(char[] text) in handleText() method in DocumentParser.gnuParser
134 parser.handleText(text); in handleText()
135 callBack.handleText(text, hTag.where.startPosition); in handleText()
264 protected void handleText(char[] text) in handleText() method in DocumentParser
H A DParser.java147 protected final void handleText(char[] text) in Parser()
149 j.handleText(text); in Parser()
383 protected void handleText(char[] text) in handleText() method in Parser
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/html/parser/
H A DDocumentParser.java132 protected final void handleText(char[] text) in handleText() method in DocumentParser.gnuParser
134 parser.handleText(text); in handleText()
135 callBack.handleText(text, hTag.where.startPosition); in handleText()
264 protected void handleText(char[] text) in handleText() method in DocumentParser
H A DParser.java147 protected final void handleText(char[] text) in Parser()
149 j.handleText(text); in Parser()
383 protected void handleText(char[] text) in handleText() method in Parser
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/html/parser/
H A DDocumentParser.java132 protected final void handleText(char[] text) in handleText() method in DocumentParser.gnuParser
134 parser.handleText(text); in handleText()
135 callBack.handleText(text, hTag.where.startPosition); in handleText()
264 protected void handleText(char[] text) in handleText() method in DocumentParser
H A DParser.java147 protected final void handleText(char[] text) in Parser()
149 j.handleText(text); in Parser()
383 protected void handleText(char[] text) in handleText() method in Parser
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/html/parser/
H A DDocumentParser.java132 protected final void handleText(char[] text) in handleText() method in DocumentParser.gnuParser
134 parser.handleText(text); in handleText()
135 callBack.handleText(text, hTag.where.startPosition); in handleText()
264 protected void handleText(char[] text) in handleText() method in DocumentParser
H A DParser.java147 protected final void handleText(char[] text) in Parser()
149 j.handleText(text); in Parser()
383 protected void handleText(char[] text) in handleText() method in Parser
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/text/html/parser/
H A DDocumentParser.java132 protected final void handleText(char[] text) in handleText() method in DocumentParser.gnuParser
134 parser.handleText(text); in handleText()
135 callBack.handleText(text, hTag.where.startPosition); in handleText()
264 protected void handleText(char[] text) in handleText() method in DocumentParser
H A DParser.java147 protected final void handleText(char[] text) in Parser()
149 j.handleText(text); in Parser()
383 protected void handleText(char[] text) in handleText() method in Parser
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/html/parser/
H A DDocumentParser.java132 protected final void handleText(char[] text) in handleText() method in DocumentParser.gnuParser
134 parser.handleText(text); in handleText()
135 callBack.handleText(text, hTag.where.startPosition); in handleText()
264 protected void handleText(char[] text) in handleText() method in DocumentParser
H A DParser.java147 protected final void handleText(char[] text) in Parser()
149 j.handleText(text); in Parser()
383 protected void handleText(char[] text) in handleText() method in Parser
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DZTXTParser.cpp63 handleText(text); in readDataRecord()
71 handleText(text); in readDataRecord()
103 void ZTXTParser::handleText(const librevenge::RVNGString &text) in handleText() function in libebook::ZTXTParser
/dports/finance/fava/fava-1.18/frontend/src/documents/
H A DDocumentPreview.svelte3 import { fetch, handleText } from "../lib/fetch";
18 {#await fetch(url).then(handleText)}

12345678910>>...17