Home
last modified time | relevance | path

Searched refs:colonIndex (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/devel/staf/src/staf/lang/jython/
H A DSTAFMarshalling.py263 if colonIndex == -1:
270 if colonIndex == -1:
297 if colonIndex == -1:
308 if colonIndex == -1:
357 if colonIndex == -1:
364 if colonIndex == -1:
428 if colonIndex == -1:
435 if colonIndex == -1:
449 if colonIndex == -1:
456 if colonIndex == -1:
[all …]
/dports/devel/staf/src/staf/lang/java/classes/
H A DSTAFMarshallingContext.java455 if (colonIndex == -1) in unmarshall()
462 if (colonIndex == -1) in unmarshall()
495 if (colonIndex == -1) in unmarshall()
507 if (colonIndex == -1) in unmarshall()
560 if (colonIndex == -1) in unmarshall()
567 if (colonIndex == -1) in unmarshall()
641 if (colonIndex == -1) in unmarshall()
648 if (colonIndex == -1) in unmarshall()
663 if (colonIndex == -1) in unmarshall()
670 if (colonIndex == -1) in unmarshall()
[all …]
/dports/devel/staf/src/staf/lang/python/
H A DPySTAF.py435 if colonIndex == -1:
442 if colonIndex == -1:
469 if colonIndex == -1:
480 if colonIndex == -1:
529 if colonIndex == -1:
536 if colonIndex == -1:
600 if colonIndex == -1:
607 if colonIndex == -1:
621 if colonIndex == -1:
628 if colonIndex == -1:
[all …]
H A DPySTAFv3.py433 if colonIndex == -1:
440 if colonIndex == -1:
467 if colonIndex == -1:
478 if colonIndex == -1:
527 if colonIndex == -1:
534 if colonIndex == -1:
598 if colonIndex == -1:
605 if colonIndex == -1:
619 if colonIndex == -1:
626 if colonIndex == -1:
[all …]
/dports/devel/staf/src/staf/lang/perl/
H A DPLSTAF.pm644 if ($colonIndex == -1)
690 if ($colonIndex == -1)
714 my $arrayLength = substr($data, $colonIndex + 1, $colonIndex2 - $colonIndex - 1);
830 if ($colonIndex == -1)
904 if ($colonIndex == -1)
940 if ($colonIndex == -1)
991 if ($colonIndex == -1)
1045 if ($colonIndex == -1)
1055 if ($colonIndex == -1)
1076 if ($colonIndex == -1)
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/interfaces/
H A Dquickopendataprovider.cpp54 int colonIndex = from.indexOf(QLatin1Char(':')); in extractLineNumber() local
55 if (colonIndex != -1) { in extractLineNumber()
56 if (colonIndex == from.count() - 1) { in extractLineNumber()
57 path = from.mid(0, colonIndex); in extractLineNumber()
61 uint number = from.midRef(colonIndex + 1).toUInt(&ok); in extractLineNumber()
63 path = from.mid(0, colonIndex); in extractLineNumber()
/dports/devel/staf/src/staf/lang/tcl/
H A DSTAFUtil.tcl931 if {$colonIndex == -1} {
939 if {$colonIndex == -1} {
974 if {$colonIndex == -1} {
979 [expr $colonIndex - 1]]
1055 if {$colonIndex == -1} {
1152 if {$colonIndex == -1} {
1179 if {$colonIndex == -1} {
1213 if {$colonIndex == -1} {
1250 if {$colonIndex == -1} {
1272 if {$colonIndex == -1} {
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dstyleparams.cpp57 int colonIndex = token.Find(':'); in wxHtmlStyleParams() local
58 if ((colonIndex != wxNOT_FOUND) && // Not a name value pair in wxHtmlStyleParams()
59 (colonIndex != 0)) // No name in wxHtmlStyleParams()
63 tempString = token.SubString(0, colonIndex - 1); in wxHtmlStyleParams()
69 tempString = token.SubString(colonIndex + 1, token.Length() - 1); in wxHtmlStyleParams()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dstyleparams.cpp54 int colonIndex = token.Find(':'); in wxHtmlStyleParams() local
55 if ((colonIndex != wxNOT_FOUND) && // Not a name value pair in wxHtmlStyleParams()
56 (colonIndex != 0)) // No name in wxHtmlStyleParams()
60 tempString = token.SubString(0, colonIndex - 1); in wxHtmlStyleParams()
66 tempString = token.SubString(colonIndex + 1, token.Length() - 1); in wxHtmlStyleParams()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dstyleparams.cpp57 int colonIndex = token.Find(':'); in wxHtmlStyleParams() local
58 if ((colonIndex != wxNOT_FOUND) && // Not a name value pair in wxHtmlStyleParams()
59 (colonIndex != 0)) // No name in wxHtmlStyleParams()
63 tempString = token.SubString(0, colonIndex - 1); in wxHtmlStyleParams()
69 tempString = token.SubString(colonIndex + 1, token.Length() - 1); in wxHtmlStyleParams()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DAddressing.java66 int colonIndex = hostAndPort.lastIndexOf(HOSTNAME_PORT_SEPARATOR); in parseHostname() local
67 if (colonIndex < 0) { in parseHostname()
70 return hostAndPort.substring(0, colonIndex); in parseHostname()
78 int colonIndex = hostAndPort.lastIndexOf(HOSTNAME_PORT_SEPARATOR); in parsePort() local
79 if (colonIndex < 0) { in parsePort()
82 return Integer.parseInt(hostAndPort.substring(colonIndex + 1)); in parsePort()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/bookmarks/
H A Dbookmarkfilter.cpp59 int colonIndex = entry.lastIndexOf(':'); in prepareSearch() local
61 if (colonIndex >= 0) { in prepareSearch()
63 const QString fileName = entry.left(colonIndex); in prepareSearch()
64 const QString lineNumber = entry.mid(colonIndex + 1); in prepareSearch()
98 } else if (colonIndex >= 0) { in prepareSearch()
99 const QString fileName = entry.left(colonIndex); in prepareSearch()
100 const QString lineNumber = entry.mid(colonIndex + 1); in prepareSearch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http.WinHttpHandler/src/System/Net/Http/
H A DWinHttpResponseHeaderReader.cs44 int colonIndex = Array.IndexOf(_buffer, ':', startIndex, length); in ReadHeader()
47 if (colonIndex == -1) in ReadHeader()
52 int nameLength = colonIndex - startIndex; in ReadHeader()
61 int valueStartIndex = colonIndex + 1; in ReadHeader()
62 int valueLength = startIndex + length - colonIndex - 1; in ReadHeader()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkPluginManifest.cpp84 int colonIndex = line.indexOf(':'); in read() local
88 if (colonIndex < 0) sepIndex = equalIndex; in read()
89 else if (equalIndex < 0) sepIndex = colonIndex; in read()
90 else sepIndex = colonIndex < equalIndex ? colonIndex : equalIndex; in read()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/
H A DURIEditor.java143 int colonIndex = value.indexOf(':'); in createURI() local
144 if (this.encode && colonIndex != -1) { in createURI()
145 int fragmentIndex = value.indexOf('#', colonIndex + 1); in createURI()
146 String scheme = value.substring(0, colonIndex); in createURI()
147 …String ssp = value.substring(colonIndex + 1, (fragmentIndex > 0 ? fragmentIndex : value.length())); in createURI()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/scripttools/debugging/scripts/commands/
H A Dlist.qs21 var colonIndex = arg.lastIndexOf(':');
24 if (colonIndex == -1) {
30 } else if (colonIndex == 0) {
34 fileName = arg.slice(0, colonIndex);
35 lineNumber = parseInt(arg.slice(colonIndex+1));
H A Dadvance.qs19 var colonIndex = arg.lastIndexOf(':');
20 if (colonIndex == -1) {
33 fileName = arg.slice(0, colonIndex);
34 lineNumber = parseInt(arg.slice(colonIndex+1));
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/scripttools/debugging/scripts/commands/
H A Dlist.qs21 var colonIndex = arg.lastIndexOf(':');
24 if (colonIndex == -1) {
30 } else if (colonIndex == 0) {
34 fileName = arg.slice(0, colonIndex);
35 lineNumber = parseInt(arg.slice(colonIndex+1));
H A Dadvance.qs19 var colonIndex = arg.lastIndexOf(':');
20 if (colonIndex == -1) {
33 fileName = arg.slice(0, colonIndex);
34 lineNumber = parseInt(arg.slice(colonIndex+1));
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/scripttools/debugging/scripts/commands/
H A Dlist.qs21 var colonIndex = arg.lastIndexOf(':');
24 if (colonIndex == -1) {
30 } else if (colonIndex == 0) {
34 fileName = arg.slice(0, colonIndex);
35 lineNumber = parseInt(arg.slice(colonIndex+1));
H A Dadvance.qs19 var colonIndex = arg.lastIndexOf(':');
20 if (colonIndex == -1) {
33 fileName = arg.slice(0, colonIndex);
34 lineNumber = parseInt(arg.slice(colonIndex+1));
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DViewSite.java45 int colonIndex = part.getElementId().indexOf(':'); in getSecondaryId() local
46 if (colonIndex == -1 || colonIndex == (part.getElementId().length() - 1)) in getSecondaryId()
49 return part.getElementId().substring(colonIndex + 1); in getSecondaryId()
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-contrib/sse/sse-0.1.0/
H A Dsse-decoder.go68 colonIndex := bytes.IndexRune(line, ':')
69 if colonIndex != -1 {
73 field = line[:colonIndex]
76 value = line[colonIndex+1:]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-contrib/sse/
H A Dsse-decoder.go68 colonIndex := bytes.IndexRune(line, ':')
69 if colonIndex != -1 {
73 field = line[:colonIndex]
76 value = line[colonIndex+1:]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-contrib/sse/
H A Dsse-decoder.go68 colonIndex := bytes.IndexRune(line, ':')
69 if colonIndex != -1 {
73 field = line[:colonIndex]
76 value = line[colonIndex+1:]

12345678910>>...14