Home
last modified time | relevance | path

Searched refs:stripPath (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/devel/tcllib/tcllib-1.20/modules/fileutil/
H A Dstrip.test53 test stripPath-1.0 {unrelated path} {
54 fileutil::stripPath [pwd] {find 1}
57 test stripPath-1.1 {prefix-relative path} {
58 fileutil::stripPath [pwd] [file join [pwd] $dir {find 1}]
61 test stripPath-1.2 {prefix-relative path} {
65 test stripPath-1.3 {prefix itself} {
66 fileutil::stripPath [pwd] [pwd]
71 fileutil::stripPath C:/temp C:/Temp/foo
75 fileutil::stripPath /temp /tempx/foo
79 fileutil::stripPath C:/temp C:/Tempx/foo
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/fileutil/
H A Dstrip.test53 test stripPath-1.0 {unrelated path} {
54 fileutil::stripPath [pwd] {find 1}
57 test stripPath-1.1 {prefix-relative path} {
58 fileutil::stripPath [pwd] [file join [pwd] $dir {find 1}]
61 test stripPath-1.2 {prefix-relative path} {
65 test stripPath-1.3 {prefix itself} {
66 fileutil::stripPath [pwd] [pwd]
71 fileutil::stripPath C:/temp C:/Temp/foo
75 fileutil::stripPath /temp /tempx/foo
79 fileutil::stripPath C:/temp C:/Tempx/foo
[all …]
/dports/science/jstrack/jstrack/extlib/fileutil/
H A Dstrip.test53 test stripPath-1.0 {unrelated path} {
54 fileutil::stripPath [pwd] {find 1}
57 test stripPath-1.1 {prefix-relative path} {
58 fileutil::stripPath [pwd] [file join [pwd] $dir {find 1}]
61 test stripPath-1.2 {prefix-relative path} {
62 fileutil::stripPath [pwd] [file join [pwd] $dir {find 1} {find 2}]
65 test stripPath-1.3 {prefix itself} {
66 fileutil::stripPath [pwd] [pwd]
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dpto_mask.cpp104 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse image number: \"" << s2 << "\".… in main()
110 …std::cerr << hugin_utils::stripPath(argv[0]) << ": No image number found in \"" << s << "\"." << s… in main()
116 …std::cerr << hugin_utils::stripPath(argv[0]) << ": File \"" << mf.maskFile << "\" does not exists.… in main()
138 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Unknown rotate command (" << optarg << ") found… in main()
166 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Unknown process command (" << optarg << ") foun… in main()
174 usage(hugin_utils::stripPath(argv[0]).c_str()); in main()
191 std::cerr << hugin_utils::stripPath(argv[0]) << ": No project file given." << std::endl; in main()
195 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Only one project file expected." << std::endl; in main()
203 …std::cerr << hugin_utils::stripPath(argv[0]) << ": No mask files given." << std::endl << std::endl; in main()
H A Dpano_modify.cpp218 usage(hugin_utils::stripPath(argv[0]).c_str()); in main()
225 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse projection number." << std::end… in main()
274 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid field of view" << std::endl; in main()
289 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid field of view" << std::endl; in main()
324 … std::cerr << hugin_utils::stripPath(argv[0]) << ": No valid scale factor given." << std::endl; in main()
342 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid canvas size" << std::endl; in main()
348 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse canvas size" << std::endl; in main()
379 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid crop area" << std::endl; in main()
385 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse crop values" << std::endl; in main()
518 std::cerr << hugin_utils::stripPath(argv[0]) << ": No project file given." << std::endl; in main()
[all …]
H A Dnona.cpp198 …std::cerr << hugin_utils::stripPath(argv[0]) << ": \"" << optarg << "\" is not a valid parameter f… in main()
232 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Argument \"" << tokens[0] << "\" is not a valid… in main()
242 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Lower cutoff \"" << tokens[0] << "\" is higher … in main()
251 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Argument \"" << optarg << "\" is not valid numb… in main()
259 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Argument \"" << optarg << "\" is not valid for … in main()
281 …std::cerr << hugin_utils::stripPath(argv[0]) << ": String \"" << text << "\" is not a recognized s… in main()
288 usage(hugin_utils::stripPath(argv[0]).c_str()); in main()
312 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse output range compression (" << … in main()
317 …std::cerr << hugin_utils::stripPath(argv[0]) << ": range compression must be a real between 0 and … in main()
334 std::cerr << hugin_utils::stripPath(argv[0]) << ": No output prefix given." << std::endl; in main()
[all …]
H A Dcpclean.cpp112 usage(hugin_utils::stripPath(argv[0]).c_str()); in main()
118 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid parameter: " << optarg << " is not vali… in main()
123 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid parameter: n must be at least 1" << std… in main()
157 std::cerr << hugin_utils::stripPath(argv[0]) << ": No project file given." << std::endl; in main()
161 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Only one project file expected." << std::endl; in main()
168 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Options -p and -w can't used together" << std::… in main()
H A Dpto_gen.cpp125 usage(hugin_utils::stripPath(argv[0]).c_str()); in main()
132 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse image number." << std::endl; in main()
137 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid projection number." << std::endl; in main()
150 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid field of view" << std::endl; in main()
167 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Invalid crop area" << std::endl; in main()
173 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse crop values" << std::endl; in main()
182 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Could not parse stack length." << std::endl; in main()
214 std::cerr << hugin_utils::stripPath(argv[0]) << ": No image files given." << std::endl; in main()
271 … std::cerr << hugin_utils::stripPath(argv[0]) << ": No valid image files given." << std::endl; in main()
524 …output.append(hugin_utils::stripExtension(hugin_utils::stripPath(pano.getImage(pano.getNrOfImages(… in main()
H A Dpto_template.cpp78 …std::cerr << hugin_utils::stripPath(argv[0]) << ": Template \"" << templateFile << "\" not found."… in main()
83 usage(hugin_utils::stripPath(argv[0]).c_str()); in main()
100 std::cerr << hugin_utils::stripPath(argv[0]) << ": No project file given." << std::endl; in main()
104 … std::cerr << hugin_utils::stripPath(argv[0]) << ": Only one project file expected." << std::endl; in main()
110 std::cerr << hugin_utils::stripPath(argv[0]) << ": No template given." << std::endl; in main()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/docs/
H A Dconf.py307 def generateDoxygenXML(stripPath): argument
357 ''' % stripPath)
367 stripPath = ".."
368 generateDoxygenXML(stripPath)
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DconvertExtensionToRegistration.php129 $value[$k] = $this->stripPath( $v, $this->dir );
134 $value = $this->stripPath( $value, $this->dir );
205 $this->json[$realName][$key][] = $this->stripPath( $dir, $this->dir );
212 $strippedFile = $this->stripPath( $file, $this->dir );
225 private function stripPath( $val, $dir ) { function in ConvertExtensionToRegistration
239 $out[$key] = $this->stripPath( $val, $this->dir );
247 $path = $this->stripPath( $val, $this->dir );
308 $data['localBasePath'] = $this->stripPath( $data['localBasePath'], $this->dir );
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DconvertExtensionToRegistration.php129 $value[$k] = $this->stripPath( $v, $this->dir );
134 $value = $this->stripPath( $value, $this->dir );
205 $this->json[$realName][$key][] = $this->stripPath( $dir, $this->dir );
212 $strippedFile = $this->stripPath( $file, $this->dir );
225 private function stripPath( $val, $dir ) { function in ConvertExtensionToRegistration
239 $out[$key] = $this->stripPath( $val, $this->dir );
247 $path = $this->stripPath( $val, $this->dir );
308 $data['localBasePath'] = $this->stripPath( $data['localBasePath'], $this->dir );
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DconvertExtensionToRegistration.php129 $value[$k] = $this->stripPath( $v, $this->dir );
134 $value = $this->stripPath( $value, $this->dir );
205 $this->json[$realName][$key][] = $this->stripPath( $dir, $this->dir );
212 $strippedFile = $this->stripPath( $file, $this->dir );
225 private function stripPath( $val, $dir ) { function in ConvertExtensionToRegistration
239 $out[$key] = $this->stripPath( $val, $this->dir );
247 $path = $this->stripPath( $val, $this->dir );
308 $data['localBasePath'] = $this->stripPath( $data['localBasePath'], $this->dir );
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/includes/
H A DSevenZipStream.php39 private function stripPath( $path ) { function in SevenZipStream
53 $arg = Shell::escape( $this->stripPath( $path ) );
65 return stat( $this->stripPath( $path ) );
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/includes/
H A DSevenZipStream.php47 private function stripPath( $path ) {
61 $arg = Shell::escape( $this->stripPath( $path ) );
73 return stat( $this->stripPath( $path ) );
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/includes/
H A DSevenZipStream.php47 private function stripPath( $path ) { function in SevenZipStream
61 $arg = Shell::escape( $this->stripPath( $path ) );
73 return stat( $this->stripPath( $path ) );
/dports/audio/faust/faust-2.37.3/compiler/utils/
H A Dexepath.cpp62 string exepath::stripPath(const string& path) in stripPath() function in exepath
66 return (stripped == path) ? path : stripPath(stripped); in stripPath()
87 return (tmp[0] == '/') ? stripPath(tmp + "/" + buff) : relative2absolute(buff); in resolvelink()
134 return stripPath(pwd + kPSEP + tmp); in relative2absolute()
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/cc/arduino/utils/
H A DArchiveExtractor.java80 …public void extract(File archiveFile, File destFolder, int stripPath) throws IOException, Interrup… in extract() argument
81 extract(archiveFile, destFolder, stripPath, false); in extract()
85 …public void extract(File archiveFile, File destFolder, int stripPath, boolean overwrite) throws IO… in extract() argument
162 if (stripPath > 0 && pathPrefix.isEmpty()) { in extract()
164 while (stripPath > 0) { in extract()
170 stripPath--; in extract()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dlatexgen.cpp158 if (!f.isEmpty()) m_t << stripPath(f); in writeCodeLink()
537 m_codeGen.setSourceFileName(stripPath(fileName)); in startFile()
1118 m_t << "}{\\pageref{" << stripPath(fn) << "}}{}\n"; in endIndexItem()
1170 m_t << "}{\\pageref{" << stripPath(name) << "}}{}\n"; in writeEndAnnoItem()
1191 m_t << "}{\\pageref{" << stripPath(name) << "}}{}\n"; in endIndexValue()
1208 if (!f.isEmpty()) m_t << stripPath(f); in startTextLink()
1235 if (!f.isEmpty()) m_t << stripPath(f); in writeObjectLink()
1440 if (!fName.isEmpty()) m_t << stripPath(fName); in startDoxyAnchor()
1445 if (!fName.isEmpty()) m_t << stripPath(fName); in startDoxyAnchor()
1457 m_t << "\\label{" << stripPath(name) << "}\n"; in writeAnchor()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/errors/fmt/
H A Dformat_example_test.go25 fmt.Println(stripPath(fmt.Sprintf("%+v\n", err)))
42 func stripPath(s string) string { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/errors/fmt/
H A Dformat_example_test.go25 fmt.Println(stripPath(fmt.Sprintf("%+v\n", err)))
42 func stripPath(s string) string { func
/dports/www/owncloud/owncloud/lib/public/Activity/
H A DIExtension.php91 * @param boolean $stripPath
97 public function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode); argument
H A DIManager.php156 * @param boolean $stripPath
162 public function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/embedder_support/android/native_java_unittests/src/org/chromium/components/embedder_support/util/
H A DUrlUtilitiesUnitTest.java53 UrlUtilities.stripPath("https://user:pass@example.com:9000/path/#extra")); in testStripPath()
55 UrlUtilities.stripPath("http://awesome.example.com/?query")); in testStripPath()
56 Assert.assertEquals("http://localhost", UrlUtilities.stripPath("http://localhost/")); in testStripPath()
57 Assert.assertEquals("http://", UrlUtilities.stripPath("http:")); in testStripPath()
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/Layout/MetaContent/Media/
H A DJsCollection.php22 $basename = $this->stripPath($item->getContent());
37 $strip_path = $this->stripPath($item->getContent());

12345678