Home
last modified time | relevance | path

Searched defs:textStart (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dinput_rule.ts36 const textStart = start + match[0].indexOf(match[1]); constant
89 const textStart = start + match[0].indexOf(match[2]); constant
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DRawPostingList.h29 int32_t textStart; variable
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/bidi/
H A DTextInterval.java41 …private int textStart; // starting index within delimited text range of associated node's… field in TextInterval
48 TextInterval(FONode fn, int textStart, int start, int end, int level) { in TextInterval()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DRawPostingList.cs38 internal int textStart; field in Lucene.Net.Index.RawPostingList
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java27 …ard(Regex regex, char[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int r… in searchBackward()
161 …[] text, final int textP, final int adjustText, final int textEnd, final int textStart, final int … in searchBackward()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/pdf/api/
H A Dqpdflinkmodel_p_p.h72 int textStart = -1; member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/
H A DTestHatchBrush.cs50 int textStart; // text starting location field in MonoTests.System.Drawing.Drawing2D.HatchBrushTest
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/silversearcher/
H A Dsilversearcheroutputparser.cpp110 const int textStart = colon + 1; in parseMatches() local
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/pdb/
H A DPluckerTextStream.cpp135 char *textStart = start; in processTextParagraph() local
/dports/misc/sword/sword-1.8.1/src/modules/filters/
H A Dgbfstrongs.cpp63 unsigned int textStart = 0, textEnd = 0; in processText() local
H A Dthmlstrongs.cpp66 unsigned int textStart = 0, textEnd = 0; in processText() local
H A Dthmlosis.cpp63 const char *textStart = NULL; in processText() local
H A Dgbfosis.cpp65 const char *textStart = NULL; in processText() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/onlinehelp/
H A Drstparser.cpp216 const size_t textStart = lineStart + lineIndent; in nextParagraph() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/httpquery/
H A DAbstractHTTPQueryAction.java97 int textStart = -1; in getSelectedText() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java154 …public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int … in Bidi()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DBidi.java154 …public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int … in Bidi()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DBidi.java154 …public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int … in Bidi()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DBidi.java154 …public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int … in Bidi()

12345678910>>...13