Home
last modified time | relevance | path

Searched refs:oPath (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/core/
H A Dclinksegment.cpp109 void CLinkSegment::SetPath(const std::string& oPath) in SetPath() argument
111 if(oPath.size() < 504) in SetPath()
113 path = oPath; in SetPath()
H A Dclinksegment.h45 void SetPath(const std::string& oPath);
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/segment/
H A Dcpcidskads40model.cpp126 void CPCIDSKADS40ModelSegment::SetPath(const std::string& oPath) in SetPath() argument
128 if(oPath.size() < 504) in SetPath()
130 pimpl_->path = oPath; in SetPath()
H A Dcpcidskads40model.h46 void SetPath(const std::string& oPath);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dclinksegment.cpp117 void CLinkSegment::SetPath(const std::string& oPath) in SetPath() argument
119 if(oPath.size() < 504) in SetPath()
121 path = oPath; in SetPath()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dclinksegment.cpp117 void CLinkSegment::SetPath(const std::string& oPath) in SetPath() argument
119 if(oPath.size() < 504) in SetPath()
121 path = oPath; in SetPath()
H A Dclinksegment.h45 void SetPath(const std::string& oPath);
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dclinksegment.cpp117 void CLinkSegment::SetPath(const std::string& oPath) in SetPath() argument
119 if(oPath.size() < 504) in SetPath()
121 path = oPath; in SetPath()
/dports/sysutils/pass-secrets/pass-secrets-1b7a323/impl/
H A DSecretService.cpp171 auto oPath = std::filesystem::path((string)objectPath); in fromObjectPath() local
172 if (oPath.has_parent_path()) { in fromObjectPath()
173 if (oPath.parent_path().filename() == "collection") { // Find all items in fromObjectPath()
174 auto collId = oPath.filename().generic_string(); in fromObjectPath()
182 auto itemId = oPath.filename().generic_string(); in fromObjectPath()
183 auto collId = oPath.parent_path().filename().generic_string(); in fromObjectPath()
/dports/textproc/apache-solr/solr-8.11.1/server/scripts/cloud-scripts/
H A Dsnapshotscli.sh87 oPath="${destPath}/${snapshotName}/snapshot.${shardId}"
88 echo "Copying the index files for ${shardId} to ${oPath}"
89 ${distCpCmd} -f "${copylisting_dir_path}/${shardId}" "${oPath}" > /dev/null
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileHandling/
H A DRinexClock_T.cpp97 std::string oPath = gpstk::getPathTestTemp() + getFileSep(); in init() local
116 dataTestOutput = oPath + "test_output_rinex_clock_TestOutput.96o"; in init()
117 dataRoundTripOutput = oPath + "test_output_rinex_clock_RoundTripOutput.96o"; in init()
/dports/net-im/psi/psi-1.5/src/options/
H A Dopt_popups.cpp84 const QString oPath = sb->property("path").toString(); in applyOptions() local
87 if(!oPath.isEmpty()) { in applyOptions()
88 PsiOptions::instance()->setOption(oPath, value*1000); in applyOptions()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/ruby/ext/hdf/
H A Dneo_util.c379 static VALUE h_read_file (VALUE self, VALUE oPath) in h_read_file() argument
387 path=STR2CSTR(oPath); in h_read_file()
395 static VALUE h_write_file (VALUE self, VALUE oPath) in h_write_file() argument
403 path=STR2CSTR(oPath); in h_write_file()
412 static VALUE h_write_file_atomic (VALUE self, VALUE oPath) in h_write_file_atomic() argument
420 path=STR2CSTR(oPath); in h_write_file_atomic()
H A Dneo_cs.c54 static VALUE c_parse_file (VALUE self, VALUE oPath) { in c_parse_file() argument
60 path = STR2CSTR(oPath); in c_parse_file()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/ruby/ext/hdf/
H A Dneo_util.c379 static VALUE h_read_file (VALUE self, VALUE oPath) in h_read_file() argument
387 path=STR2CSTR(oPath); in h_read_file()
395 static VALUE h_write_file (VALUE self, VALUE oPath) in h_write_file() argument
403 path=STR2CSTR(oPath); in h_write_file()
412 static VALUE h_write_file_atomic (VALUE self, VALUE oPath) in h_write_file_atomic() argument
420 path=STR2CSTR(oPath); in h_write_file_atomic()
H A Dneo_cs.c54 static VALUE c_parse_file (VALUE self, VALUE oPath) { in c_parse_file() argument
60 path = STR2CSTR(oPath); in c_parse_file()
/dports/www/clearsilver/clearsilver-0.10.5/ruby/ext/hdf/
H A Dneo_util.c379 static VALUE h_read_file (VALUE self, VALUE oPath) in h_read_file() argument
387 path=STR2CSTR(oPath); in h_read_file()
395 static VALUE h_write_file (VALUE self, VALUE oPath) in h_write_file() argument
403 path=STR2CSTR(oPath); in h_write_file()
412 static VALUE h_write_file_atomic (VALUE self, VALUE oPath) in h_write_file_atomic() argument
420 path=STR2CSTR(oPath); in h_write_file_atomic()
H A Dneo_cs.c54 static VALUE c_parse_file (VALUE self, VALUE oPath) { in c_parse_file() argument
60 path = STR2CSTR(oPath); in c_parse_file()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_vsi_mem.cpp622 void VSIMemFilesystemHandler::NormalizePath( CPLString &oPath ) in NormalizePath() argument
625 int i, nSize = oPath.size(); in NormalizePath()
629 if( oPath[i] == '\\' ) in NormalizePath()
630 oPath[i] = '/'; in NormalizePath()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/
H A Dpcidsk_ads40.h41 virtual void SetPath(const std::string& oPath) = 0;
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DPathContour.h39 -(VPath*)contourPath:(VPath*)oPath width:(float)width;
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsi_mem.cpp760 void VSIMemFilesystemHandler::NormalizePath( CPLString &oPath ) in NormalizePath() argument
763 int i, nSize = oPath.size(); in NormalizePath()
767 if( oPath[i] == '\\' ) in NormalizePath()
768 oPath[i] = '/'; in NormalizePath()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_adls.cpp348 for( const auto& oPath: oPaths )
356 const CPLString osName(oPath.GetString("name"));
363 entry->nSize = static_cast<GUIntBig>(oPath.GetLong("contentLength"));
365 entry->nMode = oPath.GetString("isDirectory") == "true" ? S_IFDIR : S_IFREG;
366 entry->nMode |= VSICurlParseUnixPermissions(oPath.GetString("permissions").c_str());
369 CPLString ETag = oPath.GetString("etag");
376 const GIntBig nMTime = GetUnixTimeFromRFC822(oPath.GetString("lastModified").c_str());
436 for( const auto& oPath: oPaths )
442 const CPLString osName(oPath.GetString("name"));
449 CPLString ETag = oPath.GetString("etag");
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_adls.cpp348 for( const auto& oPath: oPaths )
356 const CPLString osName(oPath.GetString("name"));
363 entry->nSize = static_cast<GUIntBig>(oPath.GetLong("contentLength"));
365 entry->nMode = oPath.GetString("isDirectory") == "true" ? S_IFDIR : S_IFREG;
366 entry->nMode |= VSICurlParseUnixPermissions(oPath.GetString("permissions").c_str());
369 CPLString ETag = oPath.GetString("etag");
376 const GIntBig nMTime = GetUnixTimeFromRFC822(oPath.GetString("lastModified").c_str());
436 for( const auto& oPath: oPaths )
442 const CPLString osName(oPath.GetString("name"));
449 CPLString ETag = oPath.GetString("etag");
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_adls.cpp348 for( const auto& oPath: oPaths )
356 const CPLString osName(oPath.GetString("name"));
363 entry->nSize = static_cast<GUIntBig>(oPath.GetLong("contentLength"));
365 entry->nMode = oPath.GetString("isDirectory") == "true" ? S_IFDIR : S_IFREG;
366 entry->nMode |= VSICurlParseUnixPermissions(oPath.GetString("permissions").c_str());
369 CPLString ETag = oPath.GetString("etag");
376 const GIntBig nMTime = GetUnixTimeFromRFC822(oPath.GetString("lastModified").c_str());
436 for( const auto& oPath: oPaths )
442 const CPLString osName(oPath.GetString("name"));
449 CPLString ETag = oPath.GetString("etag");
[all …]

12