Home
last modified time | relevance | path

Searched +defs:start +defs:pos (Results 1 – 25 of 35905) sorted by relevance

12345678910>>...1437

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/extension/httppanel/view/util/
H A DHttpTextViewUtilsUnitTest.java76 int pos[] = in shouldReturnInvalidPositionIfStartGreaterThanLengthWhenGettingHeaderToViewPosition() local
239 int[] pos = in shouldReturnInvalidPositionIfStartGreaterThanLengthWhenGettingViewToHeaderPosition() local
386 int[] pos = in shouldReturnInvalidPositionIfStartGreaterThanLengthWhenGettingBodyToViewPosition() local
409 int[] pos = in shouldReturnInvalidPositionIfEndGreaterThanLengthWhenGettingBodyToViewPosition() local
514 int[] pos = in shouldReturnInvalidPositionIfStartGreaterThanLengthWhenGettingViewToHeaderBodyPosition() local
539 int[] pos = in shouldReturnInvalidPositionIfEndGreaterThanLengthWhenGettingViewToHeaderBodyPosition() local
565 int[] pos = in shouldNotOffsetPositionsIfOnFirstHeaderLineWhenGettingViewToHeaderBodyPosition() local
580 int[] pos = in shouldOffsetPositionNotOnFirstLineWhenGettingViewToHeaderBodyPosition() local
597 int[] pos = in shouldOffsetPositionsPerEachLineHeaderHeaderWhenGettingViewToHeaderBodyPosition() local
614 int[] pos = in shouldOffsetLastLineHeaderWhenGettingViewToHeaderBodyPosition() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Signatures/
H A DSignatureReader.cs253 void ReadMethodDefSig (MethodDefSig methodDef, byte [] data, int pos, out int start) in ReadMethodDefSig()
274 void ReadMethodRefSig (MethodRefSig methodRef, byte [] data, int pos, out int start) in ReadMethodRefSig()
308 LocalVarSig.LocalVariable ReadLocalVariable (byte [] data, int pos, out int start) in ReadLocalVariable()
354 RetType ReadRetType (byte [] data, int pos, out int start) in ReadRetType()
396 Param [] ReadParameters (int length, byte [] data, int pos, out int start) in ReadParameters()
426 Param ReadParameter (byte [] data, int pos, out int start) in ReadParameter()
457 SigType ReadType (byte [] data, int pos, out int start) in ReadType()
549 GenericArg ReadGenericArg (byte[] data, int pos, out int start) in ReadGenericArg()
558 CustomMod [] ReadCustomMods (byte [] data, int pos, out int start) in ReadCustomMods()
581 CustomMod ReadCustomMod (byte [] data, int pos, out int start) in ReadCustomMod()
[all …]
/dports/textproc/re-flex/RE-flex-3.1.0/src/
H A Dreflex.cpp378 size_t pos; in init() local
683 size_t pos; in set_library() local
826 size_t pos = 0; in ins() local
1344 Start start; in get_starts() local
1426 size_t pos = 0; in parse_section_1() local
1433 size_t pos = 0; in parse_section_1() local
1440 size_t pos = 0; in parse_section_1() local
1447 size_t pos = 0; in parse_section_1() local
1456 size_t pos = 1; in parse_section_1() local
1564 size_t pos = 0; in parse_section_1() local
[all …]
/dports/security/ssdeep/ssdeep-2.14.1/
H A Dhelpers.cpp124 size_t pos = _tcslen(s); in chop_line_tchar() local
144 size_t pos = strlen(s); in chop_line() local
163 void shift_string_tchar(TCHAR *fn, unsigned int start, unsigned int new_start) in shift_string_tchar()
184 int find_next_comma_tchar(TCHAR *s, unsigned int start) in find_next_comma_tchar()
187 unsigned int pos = start; in find_next_comma_tchar() local
220 int start = 0, end; in find_comma_separated_string_tchar() local
254 void shift_string(char *fn, size_t start, size_t new_start) in shift_string()
273 int find_next_comma(char *s, unsigned int start) in find_next_comma()
276 unsigned int pos = start; in find_next_comma() local
307 int start = 0, end; in find_comma_separated_string() local
[all …]
/dports/audio/tse3/tse3-0.3.1/src/tse3/util/
H A DTrack.cpp245 Clock start, in Track_RemovePartsPrv()
254 size_t pos = track->index(start); in Track_RemovePartsPrv() local
305 void Util::Track_RemoveParts(Track *track, Clock start, Clock end) in Track_RemoveParts()
314 Clock start, in Track_RemoveParts()
327 Clock start, in Track_UnremoveParts()
338 size_t pos = track->index(start); // the Part we added in Track_UnremoveParts() local
350 size_t pos = track->index(start) - 1; in Track_UnremoveParts() local
355 size_t pos = track->index(end); in Track_UnremoveParts() local
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/align/sitemask/
H A Dfind_cpg.c13 static inline int is_cpg( char * sp1, char * sp2, int pos) in is_cpg()
26 static inline int is_non_cpg( char * sp1, char * sp2, int pos) in is_non_cpg()
36 static inline int is_cpg_restricted( char * sp1, char * sp2, int pos ) in is_cpg_restricted()
41 int next( char * sp1, char * sp2, int start, int (*func)(char*,char*,int)) in next() argument
53 int next_cpg( char * sp1, char * sp2, int start) in next_cpg()
58 int next_cpg_restricted( char * sp1, char *sp2, int start) in next_cpg_restricted()
63 int next_non_cpg( char * sp1, char * sp2, int start) in next_non_cpg()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/
H A DMessagerImpl.java55 final int start = node.getStartPosition(); in printError() local
61 …_env.addMessage(_env.getFile(), start, node.getLength() + start, Severity.ERROR, msg, line, null ); in printError() local
85 final int start = node.getStartPosition(); in printNotice() local
91 _env.addMessage(_env.getFile(), start, node.getLength() + start, Severity.INFO, msg, line, null ); in printNotice() local
115 final int start = node.getStartPosition(); in printWarning() local
121 …_env.addMessage(_env.getFile(), start, node.getLength() + start, Severity.WARNING, msg, line, null… in printWarning() local
131 public void printError(SourcePosition pos, String msg) { in printError()
136 public void printWarning(SourcePosition pos, String msg) { in printWarning()
141 public void printNotice(SourcePosition pos, String msg) { in printNotice()
211 private void print(SourcePositionImpl pos, in print()
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DString.cpp24 int icompare(const std::string& str, std::string::size_type pos, std::string::size_type n, std::str… in icompare()
69 int icompare(const std::string& str1, std::string::size_type pos, std::string::size_type n, const s… in icompare()
93 int icompare(const std::string& str, std::string::size_type pos, std::string::size_type n, const st… in icompare()
119 int icompare(const std::string& str, std::string::size_type pos, const std::string::value_type* ptr) in icompare()
131 …nst std::string& str, const std::string& from, const std::string& to, std::string::size_type start) in replace()
155 …ring remove(const std::string& str, const std::string::value_type ch, std::string::size_type start) in remove()
163 …ace(std::string& str, const std::string& from, const std::string& to, std::string::size_type start) in replaceInPlace()
168 std::string::size_type pos = 0; in replaceInPlace() local
192 std::string::size_type pos = 0; in replaceInPlace() local
216 std::string::size_type pos = 0; in replaceInPlace() local
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DNonOverlapRegions.cpp35 void NonOverlapRegions::add(const char* chrom, int32_t start, int32_t end) in add()
42 bool NonOverlapRegions::inRegion(const char* chrom, int32_t pos) in inRegion()
75 void NonOverlapRegionPos::add(int32_t start, int32_t end) in add()
155 bool NonOverlapRegionPos::inRegion(int32_t pos) in inRegion()
183 bool NonOverlapRegionPos::findRight(int32_t pos) in findRight()
213 bool NonOverlapRegionPos::findLeft(int32_t pos) in findLeft()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DClob.java73 String getSubString(long pos, int length) throws SQLException; in getSubString()
109 long position(String searchstr, long start) throws SQLException; in position()
125 long position(Clob searchstr, long start) throws SQLException; in position()
130 int setString(long pos, String str) throws SQLException; in setString()
135 int setString(long pos, String str, int offset, int len) in setString()
141 OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
146 Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DClob.java73 String getSubString(long pos, int length) throws SQLException; in getSubString()
109 long position(String searchstr, long start) throws SQLException; in position()
125 long position(Clob searchstr, long start) throws SQLException; in position()
130 int setString(long pos, String str) throws SQLException; in setString()
135 int setString(long pos, String str, int offset, int len) in setString()
141 OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
146 Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/sql/
H A DClob.java73 String getSubString(long pos, int length) throws SQLException; in getSubString()
109 long position(String searchstr, long start) throws SQLException; in position()
125 long position(Clob searchstr, long start) throws SQLException; in position()
130 int setString(long pos, String str) throws SQLException; in setString()
135 int setString(long pos, String str, int offset, int len) in setString()
141 OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
146 Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/animations/
H A Dpiesliceanimation.cpp42 QPointF linearPos(QPointF start, QPointF end, qreal pos) in linearPos()
49 QPen linearPos(QPen start, QPen end, qreal pos) in linearPos()
59 QBrush linearPos(QBrush start, QBrush end, qreal pos) in linearPos()
111 QVariant PieSliceAnimation::interpolated(const QVariant &start, const QVariant &end, qreal progress… in interpolated() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
H A DBlob.java97 byte[] getBytes(long pos, int length) throws SQLException; in getBytes()
130 long position(byte pattern[], long start) throws SQLException; in position()
149 long position(Blob pattern, long start) throws SQLException; in position()
181 int setBytes(long pos, byte[] bytes) throws SQLException; in setBytes()
217 int setBytes(long pos, byte[] bytes, int offset, int len) throws SQLException; in setBytes()
246 java.io.OutputStream setBinaryStream(long pos) throws SQLException; in setBinaryStream()
305 InputStream getBinaryStream(long pos, long length) throws SQLException; in getBinaryStream()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
228 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
257 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
287 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
346 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
229 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
258 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
288 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
351 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DClob.java95 String getSubString(long pos, int length) throws SQLException; in getSubString()
145 long position(String searchstr, long start) throws SQLException; in position()
164 long position(Clob searchstr, long start) throws SQLException; in position()
196 int setString(long pos, String str) throws SQLException; in setString()
228 int setString(long pos, String str, int offset, int len) throws SQLException; in setString()
257 java.io.OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream()
287 java.io.Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream()
346 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
/dports/deskutils/gnote/gnote-41.1/src/sharp/
H A Dstring.cpp47 auto pos = source.find(what); in string_replace_first() local
68 Glib::ustring::size_type start = 0; in string_replace_all() local
70 auto pos = source.find(what, start); in string_replace_all() local
107 Glib::ustring::size_type start = 0; in string_split() local
109 auto pos = source.find_first_of(delimiters, start); in string_split() local
129 Glib::ustring string_substring(const Glib::ustring & source, int start) in string_substring()
138 Glib::ustring string_substring(const Glib::ustring & source, int start, int len) in string_substring()
152 auto start = source.begin(); in string_trim() local
192 auto start = source.find_first_not_of(set_of_char); in string_trim() local

12345678910>>...1437