Home
last modified time | relevance | path

Searched refs:stripSlash (Results 1 – 5 of 5) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/unionfs/
H A Dunionfs.go166 name = stripSlash(name)
194 name = stripSlash(name)
197 parent = stripSlash(parent)
511 name = stripSlash(name)
533 name = stripSlash(name)
565 name = stripSlash(name)
636 func stripSlash(fn string) string { func
642 dirName = stripSlash(dirName)
662 dirName = stripSlash(dirName)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/DOM/
H A DQualifiedName.hs394 normalizeNsUri = map toLower . stripSlash
396 stripSlash "" = "" function
397 stripSlash s
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A Dinstall.pm202 if (not mkdir(stripSlash($meta), 0700)) {
217 if (not mkdir(stripSlash($rcsDir), 0700)) {
630 if (not mkdir(stripSlash($dirPath), 0700)) {
1133 my $dirname = stripSlash($aright);
1699 sub stripSlash { subroutine
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/dialogs/
H A Dfindfilesdialog.cpp425 bool stripSlash = false; in readList() local
432 stripSlash = true; in readList()
440 if(stripSlash && strings[0].right(1) == "/") { in readList()
/dports/security/shttpscanner/sHTTPScanner_v0.4/
H A Dshttpscanner_v0.4.c86 char* stripSlash(char *string);
823 char *stripSlash(char *string) { in stripSlash() function
937 if (s_type == 0) sprintf(url, "%s%s", o_handler.O_PATH, stripSlash(dir)); in Report_Add()
1149 …st: %s\r\n\r\n", o_handler.O_HOST, o_handler.O_PORT, o_handler.O_PATH, stripSlash(request_s), o_ha… in ThreadGETRoutine()