Home
last modified time | relevance | path

Searched refs:stripChars (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Util/
H A DGameManager.cpp220 int stripChars = 0; in DetectZipFileContents() local
234 if (slashCount >= 1 && (!isPSPMemstickGame || slashLocation < stripChars + 1)) { in DetectZipFileContents()
235 stripChars = slashLocation + 1; in DetectZipFileContents()
259 info->stripChars = stripChars; in DetectZipFileContents()
271 info->stripChars = stripCharsTexturePack; in DetectZipFileContents()
549 if (zippedName.length() < (size_t)info.stripChars) { in InstallMemstickGame()
552 Path outFilename = dest / zippedName.substr(info.stripChars); in InstallMemstickGame()
580 if (fileAllowed(fn) && strlen(fn) > (size_t)info.stripChars) { in InstallMemstickGame()
582 fn += info.stripChars; in InstallMemstickGame()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Util/
H A DGameManager.cpp220 int stripChars = 0; in DetectZipFileContents() local
234 if (slashCount >= 1 && (!isPSPMemstickGame || slashLocation < stripChars + 1)) { in DetectZipFileContents()
235 stripChars = slashLocation + 1; in DetectZipFileContents()
259 info->stripChars = stripChars; in DetectZipFileContents()
271 info->stripChars = stripCharsTexturePack; in DetectZipFileContents()
549 if (zippedName.length() < (size_t)info.stripChars) { in InstallMemstickGame()
552 Path outFilename = dest / zippedName.substr(info.stripChars); in InstallMemstickGame()
580 if (fileAllowed(fn) && strlen(fn) > (size_t)info.stripChars) { in InstallMemstickGame()
582 fn += info.stripChars; in InstallMemstickGame()
H A DGameManager.h111 int stripChars; // for PSP game member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Util/
H A DGameManager.cpp220 int stripChars = 0; in DetectZipFileContents() local
234 if (slashCount >= 1 && (!isPSPMemstickGame || slashLocation < stripChars + 1)) { in DetectZipFileContents()
235 stripChars = slashLocation + 1; in DetectZipFileContents()
259 info->stripChars = stripChars; in DetectZipFileContents()
271 info->stripChars = stripCharsTexturePack; in DetectZipFileContents()
549 if (zippedName.length() < (size_t)info.stripChars) { in InstallMemstickGame()
552 Path outFilename = dest / zippedName.substr(info.stripChars); in InstallMemstickGame()
580 if (fileAllowed(fn) && strlen(fn) > (size_t)info.stripChars) { in InstallMemstickGame()
582 fn += info.stripChars; in InstallMemstickGame()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/audio/
H A DAudioFile.cpp21 std::string stripChars("<>:\"/\\|?*"); in getOutputFileName() local
25 if (stripChars.find(filenameBaseSafe[i]) != std::string::npos) { in getOutputFileName()
H A DAudioFileWAV.cpp190 std::string stripChars("<>:\"/\\|?*"); in getOutputFileName() local
194 if (stripChars.find(filenameBaseSafe[i]) != std::string::npos) { in getOutputFileName()
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/filesystem/src/
H A DFile.php38 * @param array $stripChars Array of regex (by default will remove any leading periods)
44 public static function makeSafe($file, array $stripChars = array('#^\.#')) argument
46 $regex = array_merge(array('#(\.){2,}#', '#[^A-Za-z0-9\.\_\- ]#'), $stripChars);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/resources/html5lib/src/html5lib/tests/
H A Dsupport.py114 def convert(stripChars): argument
121 rv.append(line[stripChars:])
/dports/devel/gumbo/gumbo-parser-0.10.1/python/gumbo/
H A Dhtml5lib_adapter_test.py83 def convertExpected(data, stripChars): argument
89 rv.append(line[stripChars:])
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/gumbo-parser/python/gumbo/
H A Dhtml5lib_adapter_test.py83 def convertExpected(data, stripChars): argument
89 rv.append(line[stripChars:])
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/python/gumbo/
H A Dhtml5lib_adapter_test.py83 def convertExpected(data, stripChars): argument
89 rv.append(line[stripChars:])
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/mixin/lib/
H A Dutils.libsonnet14 …joinLabels(labels): std.join(', ', std.filter(function(x) std.length(std.stripChars(x, ' ')) > 0, …
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/html5lib/html5lib/tests/
H A Dsupport.py112 def convert(stripChars): argument
119 rv.append(line[stripChars:])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/html5lib-python/html5lib/tests/
H A Dsupport.py112 def convert(stripChars): argument
119 rv.append(line[stripChars:])
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/html5lib/html5lib/tests/
H A Dsupport.py112 def convert(stripChars): argument
119 rv.append(line[stripChars:])
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/html5lib/tests/
H A Dsupport.py133 def convert(stripChars): argument
140 rv.append(line[stripChars:])
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dsupport.py133 def convert(stripChars): argument
140 rv.append(line[stripChars:])
/dports/www/py-html5lib/html5lib-1.0.1/html5lib/tests/
H A Dsupport.py133 def convert(stripChars): argument
140 rv.append(line[stripChars:])
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dsupport.py133 def convert(stripChars): argument
140 rv.append(line[stripChars:])
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dsupport.py133 def convert(stripChars): argument
140 rv.append(line[stripChars:])
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/
H A Dsupport.py133 def convert(stripChars): argument
140 rv.append(line[stripChars:])
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/mixin/lib/thanos-grafana-builder/
H A Dslo.libsonnet6 …local dimensionsTemplate = std.join(' ', ['{{%s}}' % std.stripChars(label, ' ') for label in aggre…
H A Dhttp.libsonnet6 …local dimensionsTemplate = std.join(' ', ['{{%s}}' % std.stripChars(label, ' ') for label in aggre…
H A Dgrpc.libsonnet6 …local dimensionsTemplate = std.join(' ', ['{{%s}}' % std.stripChars(label, ' ') for label in aggre…
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/
H A DStringUtils.java479 public static String strip(String str, String stripChars) { in strip() argument
483 str = stripStart(str, stripChars); in strip()
484 return stripEnd(str, stripChars); in strip()
511 public static String stripStart(String str, String stripChars) { in stripStart() argument
517 if (stripChars == null) { in stripStart()
521 } else if (stripChars.length() == 0) { in stripStart()
556 public static String stripEnd(String str, String stripChars) { in stripEnd() argument
562 if (stripChars == null) { in stripEnd()
566 } else if (stripChars.length() == 0) { in stripEnd()
626 public static String[] stripAll(String[] strs, String stripChars) { in stripAll() argument
[all …]

12