Home
last modified time | relevance | path

Searched refs:spacePattern (Results 1 – 22 of 22) sorted by relevance

/dports/x11/lxqt-globalkeys/lxqt-globalkeys-1.0.0/config/
H A Dedit_action_dialog.cpp77 QRegExp spacePattern(QStringLiteral("\\s+")); in splitCommandLine() local
82 if (commandLine.indexOf(spacePattern, pos) != pos) in splitCommandLine()
86 pos += spacePattern.matchedLength(); in splitCommandLine()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
875 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
920 String[] args = spacePattern.split(arguments); in startElement()
1074 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
875 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
920 String[] args = spacePattern.split(arguments); in startElement()
1074 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
875 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
920 String[] args = spacePattern.split(arguments); in startElement()
1074 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
875 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
920 String[] args = spacePattern.split(arguments); in startElement()
1074 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
875 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
921 String[] args = spacePattern.split(arguments); in startElement()
1081 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
875 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
921 String[] args = spacePattern.split(arguments); in startElement()
1081 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
934 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
980 String[] args = spacePattern.split(arguments); in startElement()
1146 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogParser.java58 static final Pattern spacePattern = Pattern.compile(" "); field in LogParser
934 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
980 String[] args = spacePattern.split(arguments); in startElement()
1163 String[] parts = spacePattern.split(atts.getValue("method")); in startElement()
/dports/biology/bbmap/bbmap/current/jgi/
H A DRenameReads.java314 String[] split=spacePattern.split(id); in fixSRA()
363 private static final Pattern spacePattern=Pattern.compile("\\s+"); field in RenameReads
/dports/biology/bbmap/bbmap/current/gff/
H A DGbffFeature.java142 String[] split=Tools.spacePattern.split(product); in setSubtype()
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dtextview.go614 … if spaces := spacePattern.FindStringIndex(str[len(extract):]); spaces != nil && spaces[0] == 0 {
731 spaces := spacePattern.FindAllStringIndex(str, -1)
H A Dutil.go28 spacePattern = regexp.MustCompile(`\s+`) var
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dtextview.go604 … if spaces := spacePattern.FindStringIndex(str[len(extract):]); spaces != nil && spaces[0] == 0 {
721 spaces := spacePattern.FindAllStringIndex(str, -1)
H A Dutil.go28 spacePattern = regexp.MustCompile(`\s+`) var
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/
H A Dtextview.go604 … if spaces := spacePattern.FindStringIndex(str[len(extract):]); spaces != nil && spaces[0] == 0 {
721 spaces := spacePattern.FindAllStringIndex(str, -1)
H A Dutil.go28 spacePattern = regexp.MustCompile(`\s+`) var
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dtextview.go717 … if spaces := spacePattern.FindStringIndex(str[len(extract):]); spaces != nil && spaces[0] == 0 {
831 spaces := spacePattern.FindAllStringIndex(str, -1)
H A Dutil.go28 spacePattern = regexp.MustCompile(`\s+`) var
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dtextview.go713 … if spaces := spacePattern.FindStringIndex(str[len(extract):]); spaces != nil && spaces[0] == 0 {
827 spaces := spacePattern.FindAllStringIndex(str, -1)
H A Dutil.go28 spacePattern = regexp.MustCompile(`\s+`) var
/dports/biology/bbmap/bbmap/current/shared/
H A DTools.java3488 public static final Pattern spacePattern = Pattern.compile(" "); local