Home
last modified time | relevance | path

Searched refs:lastDelim (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/Arn/
H A DArn.php30 $lastDelim = 0;
36 $data[key($data)] = substr($string, $lastDelim, $i - $lastDelim);
39 $lastDelim = $i + 1;
47 $data['resource'] = substr($string, $lastDelim);
51 $data[key($data)] = substr($string, $lastDelim);
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/
H A DArn.php30 $lastDelim = 0;
36 $data[key($data)] = substr($string, $lastDelim, $i - $lastDelim);
39 $lastDelim = $i + 1;
47 $data['resource'] = substr($string, $lastDelim);
51 $data[key($data)] = substr($string, $lastDelim);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DSelectionProcessor.java251 int lastDelim= 0;
254 if (lastDelim == -1) {
259 string= replacement.substring(lastDelim);
260 lastDelim= -1;
262 string= replacement.substring(lastDelim, m.getOffset());
263 lastDelim= m.getOffset() + m.getText().length();
269 while (lastDelim != -1) {
274 string= replacement.substring(lastDelim);
275 lastDelim= -1;
277 string= replacement.substring(lastDelim, m.getOffset());
[all …]
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/util/
H A DCvsLogUtils.java54 final int lastDelim = workingFilename.lastIndexOf("/"); in isInAttic() local
55 final String filename = workingFilename.substring(lastDelim + 1, workingFilename.length()); in isInAttic()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/util/
H A DCvsLogUtils.java54 final int lastDelim = workingFilename.lastIndexOf("/"); in isInAttic() local
55 final String filename = workingFilename.substring(lastDelim + 1, workingFilename.length()); in isInAttic()
/dports/audio/aacgain/aacgain-1.8/aacgain/
H A DMP4MetaFile.cpp128 const char* lastDelim = strrchr(inputFile, delim); in TempFileName() local
131 if (lastDelim) in TempFileName()
134 dirLen = lastDelim - inputFile + 1; in TempFileName()
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/model/
H A DVersionedFile.java82 final int lastDelim = this.filename.lastIndexOf("/"); in getFilename() local
83 return this.filename.substring(lastDelim + 1, this.filename.length()); in getFilename()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/model/
H A DVersionedFile.java82 final int lastDelim = this.filename.lastIndexOf("/"); in getFilename() local
83 return this.filename.substring(lastDelim + 1, this.filename.length()); in getFilename()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DStringUtils.h316 …String join(const std::vector<T>& objs, const D1& delim, const D2& lastDelim, const D3& delimForTw… in join() argument
331 result << lastDelim << toString(objs.back()); in join()
347 … String join(const StringList& objs, const D1& delim, const D2& lastDelim, const D3& delimForTwo) { in join() argument
348 return join(objs, delim, lastDelim, delimForTwo, StringToString()); in join()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/expat/xmlwf/
H A Dxmlwf.c778 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
779 if (lastDelim) in tmain()
780 file = lastDelim + 1; in tmain()
784 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
785 if (lastDelim) { in tmain()
786 file = lastDelim + 1; in tmain()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/expat/xmlwf/
H A Dxmlwf.c778 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
779 if (lastDelim) in tmain()
780 file = lastDelim + 1; in tmain()
784 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
785 if (lastDelim) { in tmain()
786 file = lastDelim + 1; in tmain()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/expat/xmlwf/
H A Dxmlwf.c779 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
780 if (lastDelim) in tmain()
781 file = lastDelim + 1; in tmain()
785 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
786 if (lastDelim) { in tmain()
787 file = lastDelim + 1; in tmain()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/expat-sys-2.1.6/expat/xmlwf/
H A Dxmlwf.c779 const XML_Char * lastDelim = tcsrchr(file, delim[0]);
780 if (lastDelim)
781 file = lastDelim + 1;
785 lastDelim = tcsrchr(file, winDelim[0]);
786 if (lastDelim) {
787 file = lastDelim + 1;
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/expat-sys-2.1.6/expat/xmlwf/
H A Dxmlwf.c779 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
780 if (lastDelim) in tmain()
781 file = lastDelim + 1; in tmain()
785 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
786 if (lastDelim) { in tmain()
787 file = lastDelim + 1; in tmain()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/expat-sys-2.1.6/expat/xmlwf/
H A Dxmlwf.c779 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
780 if (lastDelim) in tmain()
781 file = lastDelim + 1; in tmain()
785 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
786 if (lastDelim) { in tmain()
787 file = lastDelim + 1; in tmain()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/expat-2.2.5/xmlwf/
H A Dxmlwf.c1052 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
1053 if (lastDelim) in tmain()
1054 file = lastDelim + 1; in tmain()
1058 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1059 if (lastDelim) { in tmain()
1060 file = lastDelim + 1; in tmain()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/expat-2.2.5/xmlwf/
H A Dxmlwf.c1052 const XML_Char * lastDelim = tcsrchr(file, delim[0]); in tmain() local
1053 if (lastDelim) in tmain()
1054 file = lastDelim + 1; in tmain()
1058 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1059 if (lastDelim) { in tmain()
1060 file = lastDelim + 1; in tmain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/expat/src/expat/xmlwf/
H A Dxmlwf.c1038 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1039 if (lastDelim) in tmain()
1040 file = lastDelim + 1; in tmain()
1044 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1045 if (lastDelim) { in tmain()
1046 file = lastDelim + 1; in tmain()
/dports/emulators/mess/mame-mame0226/3rdparty/expat/xmlwf/
H A Dxmlwf.c1038 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1039 if (lastDelim) in tmain()
1040 file = lastDelim + 1; in tmain()
1044 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1045 if (lastDelim) { in tmain()
1046 file = lastDelim + 1; in tmain()
/dports/emulators/mame/mame-mame0226/3rdparty/expat/xmlwf/
H A Dxmlwf.c1038 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1039 if (lastDelim) in tmain()
1040 file = lastDelim + 1; in tmain()
1044 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1045 if (lastDelim) { in tmain()
1046 file = lastDelim + 1; in tmain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/expat/src/expat/xmlwf/
H A Dxmlwf.c1038 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1039 if (lastDelim) in tmain()
1040 file = lastDelim + 1; in tmain()
1044 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1045 if (lastDelim) { in tmain()
1046 file = lastDelim + 1; in tmain()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/lib-internal/Text/Pandoc/CrossRef/Util/
H A DOptions.hs49 , lastDelim :: [Inline] function
H A DSettings.hs80 <> lastDelim (str "," <> space)
/dports/textproc/expat2/expat-2.4.7/xmlwf/
H A Dxmlwf.c1151 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1152 if (lastDelim) in tmain()
1153 file = lastDelim + 1; in tmain()
1157 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1158 if (lastDelim) { in tmain()
1159 file = lastDelim + 1; in tmain()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/test/m2m/delim/
H A Dinput.md5 lastDelim: "last"

12