Home
last modified time | relevance | path

Searched refs:inFilePath (Results 1 – 25 of 140) sorted by relevance

123456

/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/kjk/lzma/lzma_go/
H A Dmain.go87 var inFilePath string
100 inFilePath = flag.Args()[0]
101 f, err := os.Lstat(inFilePath)
106 exit(fmt.Sprintf("file %s not found", inFilePath))
109 exit(fmt.Sprintf("%s is not a regular file", inFilePath))
118 outFileDir, outFileName := path.Split(inFilePath)
132 outFilePath = inFilePath + "." + *suffix
167 inFile, err = os.Open(inFilePath)
215 inFile, err = os.Open(inFilePath)
220 f, err := os.Lstat(inFilePath)
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DFreeTypeWrapper.cpp64 FT_Face FreeTypeWrapper::NewFace(const std::string& inFilePath,FT_Long inFontIndex)
71 if(FillOpenFaceArgumentsForUTF8String(inFilePath,openFaceArguments) != PDFHummus::eSuccess)
81 …TRACE_LOG2("FreeTypeWrapper::NewFace, unable to load font named %s with index %ld",inFilePath.c_st…
95 EStatusCode FreeTypeWrapper::FillOpenFaceArgumentsForUTF8String(const std::string& inFilePath, FT_O…
104 ioArgs.stream = CreateFTStreamForPath(inFilePath);
112 …eWrapper::FillOpenFaceArgumentsForWideString, Cannot Open file for reading %s",inFilePath.c_str());
135 FT_Face FreeTypeWrapper::NewFace(const std::string& inFilePath,const std::string& inSecondaryFilePa…
139 FT_Face face = NewFace(inFilePath,inFontIndex);
219 FT_Stream FreeTypeWrapper::CreateFTStreamForPath(const std::string& inFilePath)
223 if(inputFile->OpenFile(inFilePath) != PDFHummus::eSuccess)
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
H A Dsshpk-sign126 var inFilePath;
128 inFilePath = opts.file;
130 inFilePath = opts._args[0];
133 if (inFilePath)
134 inFileName = path.basename(inFilePath);
137 if (inFilePath) {
138 fs.accessSync(inFilePath, fs.R_OK);
139 inFile = fs.createReadStream(inFilePath);
/dports/misc/netron/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/http-signature/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/misc/netron/node_modules/.bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/sshpk/bin/
H A Dsshpk-verify127 var inFilePath;
129 inFilePath = opts.file;
131 inFilePath = opts._args[0];
134 if (inFilePath)
135 inFileName = path.basename(inFilePath);
138 if (inFilePath) {
139 fs.accessSync(inFilePath, fs.R_OK);
140 inFile = fs.createReadStream(inFilePath);

123456