Home
last modified time | relevance | path

Searched refs:nextSlash (Results 1 – 25 of 74) sorted by relevance

123

/dports/sysutils/htop/htop-3.1.2/linux/
H A DCGroupUtils.c98 cgroup = nextSlash; in CGroup_filterName_internal()
107 cgroup = nextSlash; in CGroup_filterName_internal()
116 cgroup = nextSlash; in CGroup_filterName_internal()
159 cgroup = nextSlash; in CGroup_filterName_internal()
176 cgroup = nextSlash; in CGroup_filterName_internal()
193 cgroup = nextSlash; in CGroup_filterName_internal()
218 cgroup = nextSlash; in CGroup_filterName_internal()
230 cgroup = nextSlash; in CGroup_filterName_internal()
241 cgroup = nextSlash; in CGroup_filterName_internal()
278 cgroup = nextSlash; in CGroup_filterName_internal()
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/shared/
H A Dcfile.cpp222 int nextSlash = dirname.mid(i+1).inStr('/'); in makeDir() local
225 if(nextSlash < 0) in makeDir()
227 nextSlash = dirname.length()-1; in makeDir()
232 nextSlash += i+1; in makeDir()
233 subdir = dirname.mid(0, nextSlash); in makeDir()
242 i = nextSlash; in makeDir()
258 int nextSlash = filename.mid(pos+1).inStr('/'); in makeFile() local
259 if(nextSlash < 0) break; in makeFile()
261 nextSlash += pos+1; in makeFile()
263 pos = nextSlash; in makeFile()
/dports/textproc/xom/XOM/src/nu/xom/canonical/
H A DURIJoiner.java146 int nextSlash = path.indexOf('/'); in removeDotSegments() local
147 if (nextSlash == 0) nextSlash = path.indexOf('/', 1); in removeDotSegments()
148 if (nextSlash == -1) { in removeDotSegments()
153 output.append(path.substring(0, nextSlash)); in removeDotSegments()
154 path = path.substring(nextSlash); in removeDotSegments()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/file/vfs/
H A Dvfs_lookup.cpp104 const size_t nextSlash = pathname.string().find_first_of('/', pos); in vfs_Lookup() local
105 if(nextSlash == VfsPath::String::npos) in vfs_Lookup()
107 const VfsPath subdirectoryName = pathname.string().substr(pos, nextSlash-pos); in vfs_Lookup()
108 pos = nextSlash+1; in vfs_Lookup()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_linux_Network.cpp534 auto nextSlash = url.indexOfChar (7, '/'); in decomposeURL() local
537 if (nextColon > nextSlash && nextSlash > 0) in decomposeURL()
544 if (nextSlash >= 0) in decomposeURL()
545 port = url.substring (nextColon + 1, nextSlash).getIntValue(); in decomposeURL()
553 if (nextSlash >= 0) in decomposeURL()
554 host = url.substring (7, nextSlash); in decomposeURL()
559 if (nextSlash >= 0) in decomposeURL()
560 path = url.substring (nextSlash); in decomposeURL()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_linux_Network.cpp546 auto nextSlash = url.indexOfChar (7, '/'); in decomposeURL() local
549 if (nextColon > nextSlash && nextSlash > 0) in decomposeURL()
556 if (nextSlash >= 0) in decomposeURL()
557 port = url.substring (nextColon + 1, nextSlash).getIntValue(); in decomposeURL()
565 if (nextSlash >= 0) in decomposeURL()
566 host = url.substring (7, nextSlash); in decomposeURL()
571 if (nextSlash >= 0) in decomposeURL()
572 path = url.substring (nextSlash); in decomposeURL()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_linux_Network.cpp543 auto nextSlash = url.indexOfChar (7, '/'); in findAllAddresses() local
546 if (nextColon > nextSlash && nextSlash > 0) in findAllAddresses()
553 if (nextSlash >= 0) in findAllAddresses()
554 port = url.substring (nextColon + 1, nextSlash).getIntValue(); in findAllAddresses()
562 if (nextSlash >= 0) in findAllAddresses()
563 host = url.substring (7, nextSlash); in findAllAddresses()
568 if (nextSlash >= 0) in findAllAddresses()
569 path = url.substring (nextSlash); in findAllAddresses()
/dports/www/matomo/piwik/core/
H A DTheme.php121 $nextSlash = strpos($pathPluginName, '/');
122 if ($nextSlash === false) {
125 $pathPluginName = substr($pathPluginName, 0, $nextSlash);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/prefs/
H A DAbstractPreferences.java308 int nextSlash = path.indexOf('/'); in getNode() local
309 if (nextSlash == -1) { in getNode()
313 childName = path.substring(0, nextSlash); in getNode()
314 childPath = path.substring(nextSlash+1); in getNode()
385 int nextSlash = path.indexOf('/'); in existsNode() local
386 if (nextSlash == -1) { in existsNode()
390 childName = path.substring(0, nextSlash); in existsNode()
391 childPath = path.substring(nextSlash+1); in existsNode()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/prefs/
H A DAbstractPreferences.java308 int nextSlash = path.indexOf('/'); in getNode() local
309 if (nextSlash == -1) { in getNode()
313 childName = path.substring(0, nextSlash); in getNode()
314 childPath = path.substring(nextSlash+1); in getNode()
385 int nextSlash = path.indexOf('/'); in existsNode() local
386 if (nextSlash == -1) { in existsNode()
390 childName = path.substring(0, nextSlash); in existsNode()
391 childPath = path.substring(nextSlash+1); in existsNode()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/prefs/
H A DAbstractPreferences.java309 int nextSlash = path.indexOf('/'); in getNode() local
310 if (nextSlash == -1) { in getNode()
314 childName = path.substring(0, nextSlash); in getNode()
315 childPath = path.substring(nextSlash+1); in getNode()
386 int nextSlash = path.indexOf('/'); in existsNode() local
387 if (nextSlash == -1) { in existsNode()
391 childName = path.substring(0, nextSlash); in existsNode()
392 childPath = path.substring(nextSlash+1); in existsNode()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DIObject.cpp152 std::size_t nextSlash = iInstanceSource.find( '/', iCurPos ); in recurse() local
154 if ( nextSlash == std::string::npos ) in recurse()
160 childName = iInstanceSource.substr( iCurPos, nextSlash - iCurPos ); in recurse()
165 if ( child && nextSlash != std::string::npos ) in recurse()
175 return recurse( child, iInstanceSource, nextSlash + 1 ); in recurse()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/prefs/
H A DAbstractPreferences.java327 int nextSlash = path.indexOf('/'); in getNode() local
328 if (nextSlash == -1) { in getNode()
332 childName = path.substring(0, nextSlash); in getNode()
333 childPath = path.substring(nextSlash+1); in getNode()
405 int nextSlash = path.indexOf('/'); in existsNode() local
406 if (nextSlash == -1) { in existsNode()
410 childName = path.substring(0, nextSlash); in existsNode()
411 childPath = path.substring(nextSlash+1); in existsNode()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/prefs/
H A DAbstractPreferences.java327 int nextSlash = path.indexOf('/'); in getNode() local
328 if (nextSlash == -1) { in getNode()
332 childName = path.substring(0, nextSlash); in getNode()
333 childPath = path.substring(nextSlash+1); in getNode()
405 int nextSlash = path.indexOf('/'); in existsNode() local
406 if (nextSlash == -1) { in existsNode()
410 childName = path.substring(0, nextSlash); in existsNode()
411 childPath = path.substring(nextSlash+1); in existsNode()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/prefs/
H A DAbstractPreferences.java327 int nextSlash = path.indexOf('/'); in getNode() local
328 if (nextSlash == -1) { in getNode()
332 childName = path.substring(0, nextSlash); in getNode()
333 childPath = path.substring(nextSlash+1); in getNode()
405 int nextSlash = path.indexOf('/'); in existsNode() local
406 if (nextSlash == -1) { in existsNode()
410 childName = path.substring(0, nextSlash); in existsNode()
411 childPath = path.substring(nextSlash+1); in existsNode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/prefs/
H A DAbstractPreferences.java327 int nextSlash = path.indexOf('/'); in getNode() local
328 if (nextSlash == -1) { in getNode()
332 childName = path.substring(0, nextSlash); in getNode()
333 childPath = path.substring(nextSlash+1); in getNode()
405 int nextSlash = path.indexOf('/'); in existsNode() local
406 if (nextSlash == -1) { in existsNode()
410 childName = path.substring(0, nextSlash); in existsNode()
411 childPath = path.substring(nextSlash+1); in existsNode()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/prefs/
H A DAbstractPreferences.java327 int nextSlash = path.indexOf('/'); in getNode() local
328 if (nextSlash == -1) { in getNode()
332 childName = path.substring(0, nextSlash); in getNode()
333 childPath = path.substring(nextSlash+1); in getNode()
405 int nextSlash = path.indexOf('/'); in existsNode() local
406 if (nextSlash == -1) { in existsNode()
410 childName = path.substring(0, nextSlash); in existsNode()
411 childPath = path.substring(nextSlash+1); in existsNode()
/dports/multimedia/lives/lives-3.2.0/libOSC/
H A DOSC-address-space.c533 char *nextSlash, *restOfPattern; in DispatchSubMessage() local
538 nextSlash = NextSlashOrNull(pattern); in DispatchSubMessage()
540 if (*nextSlash == '\0') { in DispatchSubMessage()
572 *nextSlash = '\0'; in DispatchSubMessage()
573 restOfPattern = nextSlash + 1; in DispatchSubMessage()
587 *nextSlash = '/'; in DispatchSubMessage()
/dports/textproc/xom/XOM/src/nu/xom/
H A DURIUtil.java188 int nextSlash = path.indexOf('/'); in removeDotSegments() local
189 if (nextSlash == 0) nextSlash = path.indexOf('/', 1); in removeDotSegments()
190 if (nextSlash == -1) { in removeDotSegments()
195 output.append(path.substring(0, nextSlash)); in removeDotSegments()
196 path = path.substring(nextSlash); in removeDotSegments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/
H A DHelpData.java76 int nextSlash = helpDataFile.indexOf('/', PLUGINS_ROOT_SLASH.length()); in getProductHelpData() local
77 if (nextSlash > 0) { in getProductHelpData()
78 pluginId = helpDataFile.substring(PLUGINS_ROOT_SLASH.length(), nextSlash); in getProductHelpData()
79 helpDataFile = helpDataFile.substring(nextSlash + 1); in getProductHelpData()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser

123