Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/test/integration/
H A DPhpMarkdownTest.php23 * @param string $inputPath Input markdown path
31 $inputMarkdown = file_get_contents($inputPath);
38 "Markdown in $inputPath converts exactly to expected $htmlPath",
73 $inputMarkdown = file_get_contents($inputPath);
81 "Markdown in $inputPath converts exactly to expected $htmlPath",
97 * @param string $inputPath Input markdown path
105 $inputMarkdown = file_get_contents($inputPath);
112 "Markdown in $inputPath converts exactly to expected $htmlPath",
129 * @param string $inputPath Input markdown path
138 $inputMarkdown = file_get_contents($inputPath);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/test/integration/
H A DPhpMarkdownTest.php23 * @param string $inputPath Input markdown path
31 $inputMarkdown = file_get_contents($inputPath);
38 "Markdown in $inputPath converts exactly to expected $htmlPath",
73 $inputMarkdown = file_get_contents($inputPath);
81 "Markdown in $inputPath converts exactly to expected $htmlPath",
97 * @param string $inputPath Input markdown path
105 $inputMarkdown = file_get_contents($inputPath);
112 "Markdown in $inputPath converts exactly to expected $htmlPath",
129 * @param string $inputPath Input markdown path
138 $inputMarkdown = file_get_contents($inputPath);
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/utils/
H A DAutoloadGenerator.php147 public function forceClassPath( $fqcn, $inputPath ) { argument
148 $path = self::normalizePathSeparator( realpath( $inputPath ) );
150 throw new \Exception( "Invalid path: $inputPath" );
154 throw new \Exception( "Path is not within basepath: $inputPath" );
164 public function readFile( $inputPath ) { argument
168 $inputPath = self::normalizePathSeparator( $inputPath );
170 if ( substr( $inputPath, 0, $len ) !== $this->basepath ) {
173 if ( $this->shouldExclude( $inputPath ) ) {
177 file_get_contents( $inputPath )
189 if ( $inputPath === $expectedPath ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/utils/
H A DAutoloadGenerator.php145 public function forceClassPath( $fqcn, $inputPath ) { argument
146 $path = self::normalizePathSeparator( realpath( $inputPath ) );
148 throw new \Exception( "Invalid path: $inputPath" );
152 throw new \Exception( "Path is not within basepath: $inputPath" );
162 public function readFile( $inputPath ) { argument
166 $inputPath = self::normalizePathSeparator( $inputPath );
168 if ( substr( $inputPath, 0, $len ) !== $this->basepath ) {
171 if ( $this->shouldExclude( $inputPath ) ) {
174 $fileContents = file_get_contents( $inputPath );
200 if ( $inputPath === $expectedPath ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/utils/
H A DAutoloadGenerator.php145 public function forceClassPath( $fqcn, $inputPath ) { argument
146 $path = self::normalizePathSeparator( realpath( $inputPath ) );
148 throw new \Exception( "Invalid path: $inputPath" );
152 throw new \Exception( "Path is not within basepath: $inputPath" );
162 public function readFile( $inputPath ) { argument
166 $inputPath = self::normalizePathSeparator( $inputPath );
168 if ( substr( $inputPath, 0, $len ) !== $this->basepath ) {
171 if ( $this->shouldExclude( $inputPath ) ) {
174 $fileContents = file_get_contents( $inputPath );
200 if ( $inputPath === $expectedPath ) {
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/savegametool/src/
H A Dmain.cpp125 static void convertSavegame(Path inputPath) in convertSavegame() argument
129 if (xlator->recognize(inputPath)) in convertSavegame()
132 << NativePath(inputPath).pretty() << xlator->formatName(); in convertSavegame()
147 else if (!inputPath.toString().fileNameExtension().isEmpty()) in convertSavegame()
150 knownTranslator = guessSaveFormatFromFileName(inputPath); in convertSavegame()
156 translator().convert(inputPath); in convertSavegame()
223 if (inputPath.fileName().isEmpty()) in main()
226 << NativePath(inputPath).pretty(); in main()
235 << NativePath(inputPath).pretty(); in main()
247 convertSavegame(Path("/input") / inputPath.fileName()); in main()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/bin/usdresolve/
H A Dusdresolve.py46 configurePath = args.configureAssetPath or args.inputPath
62 return resolver.CreateDefaultContextForAsset(args.inputPath)
68 args.inputPath, Ar.ResolvedPath(args.anchorPath))
69 elif resolver.IsRelativePath(args.inputPath):
70 return resolver.AnchorRelativePath(args.anchorPath, args.inputPath)
71 return args.inputPath
121 inputPath = _AnchorRelativePath(args, resolver)
122 resolved = resolver.Resolve(inputPath)
124 _Err("Failed to resolve '%s' - %s" % (args.inputPath, e))
128 _Err("Failed to resolve '%s'" % args.inputPath)
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCMakePathCommand.cxx326 std::string inputPath; in HandleAppendStringCommand() local
358 std::string inputPath; in HandleRemoveFilenameCommand() local
388 std::string inputPath; in HandleReplaceFilenameCommand() local
427 std::string inputPath; in HandleRemoveExtensionCommand() local
470 std::string inputPath; in HandleReplaceExtensionCommand() local
507 std::string inputPath; in HandleNormalPathCommand() local
563 std::string inputPath; in HandleTransformPathCommand() local
621 std::string inputPath; in HandleNativePathCommand() local
755 std::string inputPath; in HandleHasItemCommand() local
845 std::string inputPath; in HandleIsAbsoluteCommand() local
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCMakePathCommand.cxx326 std::string inputPath; in HandleAppendStringCommand() local
358 std::string inputPath; in HandleRemoveFilenameCommand() local
388 std::string inputPath; in HandleReplaceFilenameCommand() local
427 std::string inputPath; in HandleRemoveExtensionCommand() local
470 std::string inputPath; in HandleReplaceExtensionCommand() local
507 std::string inputPath; in HandleNormalPathCommand() local
563 std::string inputPath; in HandleTransformPathCommand() local
621 std::string inputPath; in HandleNativePathCommand() local
755 std::string inputPath; in HandleHasItemCommand() local
845 std::string inputPath; in HandleIsAbsoluteCommand() local
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCMakePathCommand.cxx326 std::string inputPath; in HandleAppendStringCommand() local
358 std::string inputPath; in HandleRemoveFilenameCommand() local
388 std::string inputPath; in HandleReplaceFilenameCommand() local
427 std::string inputPath; in HandleRemoveExtensionCommand() local
470 std::string inputPath; in HandleReplaceExtensionCommand() local
507 std::string inputPath; in HandleNormalPathCommand() local
563 std::string inputPath; in HandleTransformPathCommand() local
621 std::string inputPath; in HandleNativePathCommand() local
755 std::string inputPath; in HandleHasItemCommand() local
845 std::string inputPath; in HandleIsAbsoluteCommand() local
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-archives/src/test/java/org/apache/hadoop/tools/
H A DTestHadoopArchives.java70 private Path inputPath; field in TestHadoopArchives
128 fs.delete(inputPath, true); in setUp()
129 fs.mkdirs(inputPath); in setUp()
131 fileList.add(createFile(inputPath, fs, "a")); in setUp()
132 fileList.add(createFile(inputPath, fs, "b")); in setUp()
133 fileList.add(createFile(inputPath, fs, "c")); in setUp()
145 final Path sub1 = new Path(inputPath, "dir1"); in testRelativePath()
163 final Path sub1 = new Path(inputPath, "dir1"); in testRelativePathWitRepl()
182 createFile(inputPath, fs, "c c"); in testPathWithSpaces()
238 inputPath + "/" + glob); in testGlobFiles()
[all …]
/dports/www/owncloud/owncloud/apps/files/lib/Command/
H A DTransferOwnership.php87 private $inputPath; variable in OCA\\Files\\Command\\TransferOwnership
152 $this->inputPath = \ltrim($this->inputPath, '/');
175 if (\strlen($this->inputPath) >= 1) {
177 $unknownDir = $this->inputPath;
178 $this->inputPath = $this->sourceUser . "/files/" . $this->inputPath;
179 if (!$view->is_dir($this->inputPath)) {
239 if (\strlen($this->inputPath) > 0) {
241 $walkPath = $this->inputPath;
308 if (\strlen($this->inputPath)>1) {
376 $sourcePath = (\strlen($this->inputPath) > 0) ? $this->inputPath : "$this->sourceUser/files";
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pquerna/ffjson/generator/
H A Dinceptionmain.go91 inputPath string member
101 func NewInceptionMain(goCmd string, inputPath string, outputPath string, resetFields bool) *Incepti…
102 exposePath := getExposePath(inputPath)
105 inputPath: inputPath,
112 func getImportName(inputPath string) (string, error) {
113 p, err := filepath.Abs(inputPath)
140 func getExposePath(inputPath string) string {
141 return inputPath[0:len(inputPath)-3] + "_ffjson_expose.go"
162 importName, err = getImportName(im.inputPath)
168 im.tempDir, err = ioutil.TempDir(filepath.Dir(im.inputPath), "ffjson-inception")
[all …]
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/StaticCompressed/
H A Dstaticcompressed.cpp424 QFile input(inputPath); in compressGzip()
426 … qCWarning(C_STATICCOMPRESSED) << "Can not open input file to compress with gzip:" << inputPath; in compressGzip()
432 … qCWarning(C_STATICCOMPRESSED) << "Can not read input file or input file is empty:" << inputPath; in compressGzip()
496 bool StaticCompressedPrivate::compressDeflate(const QString &inputPath, const QString &outputPath) … in compressDeflate() argument
500 QFile input(inputPath); in compressDeflate()
508 … qCWarning(C_STATICCOMPRESSED) << "Can not read input file or input file is empty:" << inputPath; in compressDeflate()
546 bool StaticCompressedPrivate::compressZopfli(const QString &inputPath, const QString &outputPath) c… in compressZopfli() argument
550 QFile input(inputPath); in compressZopfli()
558 … qCWarning(C_STATICCOMPRESSED) << "Can not read input file or input file is empty:" << inputPath; in compressZopfli()
600 bool StaticCompressedPrivate::compressBrotli(const QString &inputPath, const QString &outputPath) c… in compressBrotli() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Xml/XmlCoreTest/
H A DFilePathUtil.cs72 public static string ExpandVariables(string inputPath) in ExpandVariables() argument
77 while (lastPosition < inputPath.Length) in ExpandVariables()
79 variableStart = inputPath.IndexOf('$', lastPosition); in ExpandVariables()
82 resultPath.Append(inputPath.Substring(lastPosition)); in ExpandVariables()
85 if (variableStart == inputPath.Length - 1 || inputPath[variableStart + 1] != '(') in ExpandVariables()
87 … resultPath.Append(inputPath.Substring(lastPosition, variableStart - lastPosition) + '$'); in ExpandVariables()
92 int variableEnd = inputPath.IndexOf(')', variableStart); in ExpandVariables()
95 resultPath.Append(inputPath.Substring(lastPosition)); in ExpandVariables()
98 …string variableValue = GetVariableValue(inputPath.Substring(variableStart + 2, variableEnd - varia… in ExpandVariables()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tools/uidesccompressor/
H A Dmain.cpp37 std::string inputPath; in main() local
48 inputPath = argc[i]; in main()
67 if (inputPath.empty () || outputPath.empty ()) in main()
71 printf ("Copy %s to %s%s\n", inputPath.data (), outputPath.data (), in main()
74 CompressedUIDescription uiDesc (CResourceDescription (inputPath.data ())); in main()
82 if (inputPath == outputPath && uiDesc.getOriginalIsCompressed () == false) in main()
92 if (inputPath == outputPath && uiDesc.getOriginalIsCompressed () == true) in main()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tools/uidesccompressor/
H A Dmain.cpp39 std::string inputPath; in main() local
50 inputPath = argc[i]; in main()
69 if (inputPath.empty () || outputPath.empty ()) in main()
73 printf ("Copy %s to %s%s\n", inputPath.data (), outputPath.data (), in main()
76 CompressedUIDescription uiDesc (CResourceDescription (inputPath.data ())); in main()
84 if (inputPath == outputPath && uiDesc.getOriginalIsCompressed () == false) in main()
94 if (inputPath == outputPath && uiDesc.getOriginalIsCompressed () == true) in main()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dhelpers.go32 var inputPath = "" var
117 if inputPath == "" {
142 if strings.ContainsRune(inputPath, os.PathSeparator) {
143 if filepath.IsAbs(inputPath) || filepath.HasPrefix(inputPath, string(os.PathSeparator)) {
145 projectPath = filepath.Clean(inputPath)
150 count := strings.Count(inputPath, string(os.PathSeparator))
155 projectPath = filepath.Join(srcPath, "github.com", inputPath)
158 projectPath = filepath.Join(srcPath, inputPath)
168 projectPath = filepath.Join(x, inputPath)
173 projectPath = filepath.Join(srcPath, projectBase, inputPath)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/test/
H A DitkChainCodeToFourierSeriesPathFilterTest.cxx48 PolyLinePathType::Pointer inputPath = PolyLinePathType::New(); in itkChainCodeToFourierSeriesPathFilterTest() local
50 EXERCISE_BASIC_OBJECT_METHODS( inputPath, PolyLineParametricPath, in itkChainCodeToFourierSeriesPathFilterTest()
54 inputPath->AddVertex( v ); in itkChainCodeToFourierSeriesPathFilterTest()
57 inputPath->AddVertex( v ); in itkChainCodeToFourierSeriesPathFilterTest()
59 inputPath->AddVertex( v ); in itkChainCodeToFourierSeriesPathFilterTest()
61 inputPath->AddVertex( v ); in itkChainCodeToFourierSeriesPathFilterTest()
66 pathToChainCodePathFilter->SetInput( inputPath ); in itkChainCodeToFourierSeriesPathFilterTest()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapreduce/
H A DTestLocalRunner.java207 Path inputPath = getInputPath(); in createMultiMapsInput() local
210 if (fs.exists(inputPath)) { in createMultiMapsInput()
211 fs.delete(inputPath, true); in createMultiMapsInput()
216 createInputFile(inputPath, 0, 50000); in createMultiMapsInput()
217 createInputFile(inputPath, 1, 500); in createMultiMapsInput()
218 createInputFile(inputPath, 2, 500); in createMultiMapsInput()
219 createInputFile(inputPath, 3, 20); in createMultiMapsInput()
220 createInputFile(inputPath, 4, 5000); in createMultiMapsInput()
221 createInputFile(inputPath, 5, 500); in createMultiMapsInput()
223 return inputPath; in createMultiMapsInput()
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dpencil2d.cpp67 QString inputPath = parser.inputPath(); in handleCommandLineOptions() local
72 prepareGuiStartup(inputPath); in handleCommandLineOptions()
78 if (exporter.process(inputPath, in handleCommandLineOptions()
124 void Pencil2D::prepareGuiStartup(const QString& inputPath) in prepareGuiStartup() argument
132 if (!inputPath.isEmpty()) in prepareGuiStartup()
134 mainWindow->openFile(inputPath); in prepareGuiStartup()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/
H A DTestHadoopArchives.java51 private Path inputPath; field in TestHadoopArchives
71 inputPath = new Path(fs.getHomeDirectory(), inputDir); in setUp()
73 fs.mkdirs(inputPath); in setUp()
74 createFile(inputPath, "a", fs); in setUp()
75 createFile(inputPath, "b", fs); in setUp()
76 createFile(inputPath, "c", fs); in setUp()
98 createFile(inputPath, "c c", fs); in testPathWithSpaces()
99 final Path sub1 = new Path(inputPath, "sub 1"); in testPathWithSpaces()
106 final Path sub2 = new Path(inputPath, "sub 1 with suffix"); in testPathWithSpaces()
112 final String inputPathStr = inputPath.toUri().getPath(); in testPathWithSpaces()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/cmake/
H A Dvalidate_d3d_compiler.py22 inputPath = sys.argv[1] variable
23 if not os.path.exists(inputPath):
24 error('File "' + inputPath + '" doesn\'t exist.')
26 info = GetFileVersionInfo(inputPath, '\\')
34 with open(inputPath, 'rb') as f:
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/test/org/apache/hadoop/streaming/
H A DTestStreamingAsDifferentUser.java44 private Path inputPath = new Path("input"); field in TestStreamingAsDifferentUser
63 FileSystem inFs = inputPath.getFileSystem(myConf); in testStreaming()
66 if (!inFs.mkdirs(inputPath)) { in testStreaming()
69 DataOutputStream file = inFs.create(new Path(inputPath, "part-0")); in testStreaming()
73 new String[] { "-input", inputPath.makeQualified(inFs).toString(), in testStreaming()
124 FileSystem inFs = inputPath.getFileSystem(myConf); in testStreamingWithDistCache()
127 if (!inFs.mkdirs(inputPath)) { in testStreamingWithDistCache()
132 DataOutputStream file = inFs.create(new Path(inputPath, "part-0")); in testStreamingWithDistCache()
147 "-input", inputPath.makeQualified(inFs).toString(), in testStreamingWithDistCache()
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/
H A Dhelpers.go35 var inputPath = "" var
120 if inputPath == "" {
145 if strings.ContainsRune(inputPath, os.PathSeparator) {
146 if filepath.IsAbs(inputPath) {
148 projectPath = filepath.Clean(inputPath)
153 count := strings.Count(inputPath, string(os.PathSeparator))
158 projectPath = filepath.Join(srcPath, "github.com", inputPath)
161 projectPath = filepath.Join(srcPath, inputPath)
171 projectPath = filepath.Join(x, inputPath)
176 projectPath = filepath.Join(srcPath, projectBase, inputPath)

12345678910>>...16