Home
last modified time | relevance | path

Searched refs:zfn (Results 1 – 25 of 117) sorted by relevance

12345

/dports/science/cdo/cdo-2.0.0/src/
H A Dgaussian_latitudes.c97 double *zfn = (double *) malloc((kn+1) * (kn+1) * sizeof(double)); in gauaw() local
100 zfn[0] = M_SQRT2; in gauaw()
103 double zfnn = zfn[0]; in gauaw()
109 zfn[jn*(kn+1)+jn] = zfnn; in gauaw()
114 zfn[jn*(kn+1)+jn-jgl] = zfn[jn*(kn+1)+jn-jgl+2] in gauaw()
126 zfnlat[ik] = zfn[kn*(kn+1)+jgl]; in gauaw()
161 free(zfn); in gauaw()
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dgaussian_latitudes.c97 double *zfn = (double *) malloc((kn+1) * (kn+1) * sizeof(double)); in gauaw() local
100 zfn[0] = M_SQRT2; in gauaw()
103 double zfnn = zfn[0]; in gauaw()
109 zfn[jn*(kn+1)+jn] = zfnn; in gauaw()
114 zfn[jn*(kn+1)+jn-jgl] = zfn[jn*(kn+1)+jn-jgl+2] in gauaw()
126 zfnlat[ik] = zfn[kn*(kn+1)+jgl]; in gauaw()
161 free(zfn); in gauaw()
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dzipdocument.php65 $zfn = $tmpdir . "/" . $fn;
67 && @symlink($path, $zfn))
71 $trylen = file_put_contents($zfn, $content);
74 $trylen = file_put_contents($zfn, $content);
189 $zfn = $dstore_prefix . "tmp/" . $sha1 . ".zip";
190 if (Filer::prepare_docstore($dstore_prefix, $zfn)) {
191 $this->filestore = $zfn;
192 if (file_exists($zfn)) {
193 if (@filemtime($zfn) < $Now - 21600)
194 @touch($zfn);
/dports/games/anki/anki-2.1.16/tests/
H A Dtest_addons.py76 zfn = os.path.join(td, "addon.zip")
77 with ZipFile(zfn, "w") as zfile:
82 with ZipFile(zfn, "r") as zfile:
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabzip.h51 virtual PCSZ GetFile(PGLOBAL) {return zfn;} in GetFile()
52 virtual void SetFile(PGLOBAL, PCSZ fn) {zfn = fn;} in SetFile()
73 PCSZ zfn; // The ZIP file name variable
H A Dtabzip.cpp63 zfn = tdp->Fn; in TDBZIP()
113 if (!open(g, zfn)) { in Cardinality()
147 return open(g, zfn); in OpenDB()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabzip.h51 virtual PCSZ GetFile(PGLOBAL) {return zfn;} in GetFile()
52 virtual void SetFile(PGLOBAL, PCSZ fn) {zfn = fn;} in SetFile()
73 PCSZ zfn; // The ZIP file name variable
H A Dtabzip.cpp63 zfn = tdp->Fn; in TDBZIP()
113 if (!open(g, zfn)) { in Cardinality()
147 return open(g, zfn); in OpenDB()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabzip.h51 virtual PCSZ GetFile(PGLOBAL) {return zfn;} in GetFile()
52 virtual void SetFile(PGLOBAL, PCSZ fn) {zfn = fn;} in SetFile()
73 PCSZ zfn; // The ZIP file name variable
H A Dtabzip.cpp63 zfn = tdp->Fn; in TDBZIP()
113 if (!open(g, zfn)) { in Cardinality()
147 return open(g, zfn); in OpenDB()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabzip.h51 virtual PCSZ GetFile(PGLOBAL) {return zfn;} in GetFile()
52 virtual void SetFile(PGLOBAL, PCSZ fn) {zfn = fn;} in SetFile()
73 PCSZ zfn; // The ZIP file name variable
H A Dtabzip.cpp63 zfn = tdp->Fn;
113 if (!open(g, zfn)) {
147 return open(g, zfn);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabzip.h51 virtual PCSZ GetFile(PGLOBAL) {return zfn;} in GetFile()
52 virtual void SetFile(PGLOBAL, PCSZ fn) {zfn = fn;} in SetFile()
73 PCSZ zfn; // The ZIP file name variable
H A Dtabzip.cpp63 zfn = tdp->Fn; in TDBZIP()
113 if (!open(g, zfn)) { in Cardinality()
147 return open(g, zfn); in OpenDB()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtabzip.h51 virtual PCSZ GetFile(PGLOBAL) {return zfn;} in GetFile()
52 virtual void SetFile(PGLOBAL, PCSZ fn) {zfn = fn;} in SetFile()
73 PCSZ zfn; // The ZIP file name variable
H A Dtabzip.cpp63 zfn = tdp->Fn; in TDBZIP()
113 if (!open(g, zfn)) { in Cardinality()
147 return open(g, zfn); in OpenDB()
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Dhttp_request_handler.cpp151 zfn::trim(theMultipartName, "\"\'"); in header()
155 zfn::trim(theMultiPartFileName, "\"\'"); in header()
284 zfn::trim(lKey); in twinSplit()
285 zfn::trim(lValue); in twinSplit()
/dports/science/py-chainer/chainer-7.8.0/chainer/datasets/
H A Dimage_dataset.py291 zfn = self._paths[i_or_filename]
293 zfn = i_or_filename
300 image_file_mem = self._zf.read(zfn)
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dzsrc_rfc1035.c251 static zfile_t* zfhash_find(const char* zfn) { in zfhash_find() argument
253 const unsigned zfn_hash = gdnsd_lookup2((const uint8_t*)zfn, strlen(zfn)); in zfhash_find()
259 if(SLOT_REAL(cand) && cand->hash == zfn_hash && !strcmp(cand->fn, zfn)) in zfhash_find()
409 static void process_zonefile(const char* zfn, struct ev_loop* loop, const double initial_quiesce_ti… in process_zonefile() argument
411 char* full_fn = gdnsd_str_combine(rfc1035_dir, zfn, &fn); in process_zonefile()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dzorba_functions.cpp26 namespace zfn { namespace
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dzorba_functions.h26 namespace zfn {
/dports/archivers/unzip/unzip60/
H A Dunzip.h413 int size, ZCONST char *zfn,
415 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
705 int size, ZCONST char *zfn,
/dports/cad/ldview/ldview-4.4/include/
H A Dunzip.h413 int size, ZCONST char *zfn,
415 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
705 int size, ZCONST char *zfn,
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/
H A Dunzip.h413 int size, ZCONST char *zfn,
415 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
705 int size, ZCONST char *zfn,
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catarina/
H A Dunzip.h413 int size, ZCONST char *zfn,
415 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
705 int size, ZCONST char *zfn,

12345