Home
last modified time | relevance | path

Searched +defs:f +defs:repl (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dnfs.c132 struct repl { in nfs_getrootfh() struct
133 n_long errno; in nfs_getrootfh()
134 u_char fh[NFS_FHSIZE]; in nfs_getrootfh()
135 } *repl; in nfs_getrootfh() local
194 struct repl { in nfs_lookupfh() struct
195 n_long errno; in nfs_lookupfh()
196 u_char fh[NFS_FHSIZE]; in nfs_lookupfh()
197 struct nfsv2_fattrs fa; in nfs_lookupfh()
198 } *repl; in nfs_lookupfh() local
296 struct nfs_read_repl *repl; in nfs_readdata() local
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/server/
H A Dvfprintf.c49 replace_vfprintf (FILE *f, const char *fmt, va_list args) in replace_vfprintf()
51 char *repl = NULL; in replace_vfprintf() local
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/
H A DCommon.hs49 doCompile f isMain i = do function
63 doCompile' f isMain i = do function
109 repl subs = go where function
138 f = srcFilePath $ srcOrigin checkedSource function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestClientReportBadBlock.java98 final short repl = 1; in testOneBlockReplica() local
129 final short repl = 3; in testCorruptAllOfThreeReplicas() local
161 final short repl = 3; in testCorruptTwoOutOfThreeReplicas() local
202 private void createAFileWithCorruptedBlockReplicas(Path filePath, short repl, in createAFileWithCorruptedBlockReplicas()
307 final File f = DataNodeTestUtils.getBlockFile( in corruptBlock() local
H A DTestFileCreation.java125 public static FSDataOutputStream createFile(FileSystem fileSys, Path name, int repl) in createFile()
135 Path name, int repl) throws IOException { in create()
584 final Path f = new Path("/foo.txt"); in testFileCreationError3() local
862 int repl, EnumSet<CreateFlag> flag) throws IOException { in createNonRecursive()
972 final String f = DIR + "foo"; in testLeaseExpireHardLimit() local
1033 final String f = DIR + "foofs"; in testFsClose() local
1065 final String f = DIR + "testFsCloseAfterClusterShutdown"; in testFsCloseAfterClusterShutdown() local
1198 final Path f = new Path("/testFileIdMismatch.txt"); in testFileIdMismatch() local
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dnormal.cpp409 static ex replace_with_symbol(const ex & e, exmap & repl, exmap & rev_lookup) in replace_with_symbol()
435 static ex replace_with_symbol(const ex & e, exmap & repl) in replace_with_symbol()
592 ex add::normal(exmap & repl, exmap & rev_lookup, int level, unsigned options) const in normal()
779 exmap repl, rev_lookup; in normal() local
809 exmap repl, rev_lookup; in numer() local
831 exmap repl, rev_lookup; in denom() local
853 exmap repl, rev_lookup; in numer_denom() local
1062 static ex find_common_factor(const ex & e, ex & factor, exmap & repl) in find_common_factor()
1075 ex f = 1; in find_common_factor() local
1092 ex f = 1; in find_common_factor() local
[all …]
/dports/devel/thrust/thrust-1.9.5/internal/scripts/
H A Dwiki2tex.py22 def f(txt): function
30 def f(txt): function
35 def f(txt): function
43 def f(txt): function
48 def sub(pat, repl, txt): argument
53 def f(txt): function
65 def f(txt): function
/dports/games/anki/anki-2.1.16/anki/
H A Dhooks.py63 def repl(*args, **kwargs): function
73 def decorator_wrapper(f, *args, **kwargs): argument
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/renderers/anki/
H A Dhooks.py55 def repl(*args, **kwargs): function
65 def decorator_wrapper(f, *args, **kwargs): argument
/dports/devel/libqtxdg/libqtxdg-3.8.0/src/qtxdg/
H A Dxdgdesktopfile.cpp137 QString &doEscape(QString& str, const QHash<QChar,QChar> &repl) in doEscape() argument
159 QHash<QChar,QChar> repl; in escape() local
189 QHash<QChar,QChar> repl; in escapeExec() local
202 QString &doUnEscape(QString& str, const QHash<QChar,QChar> &repl) in doUnEscape() argument
230 QHash<QChar,QChar> repl; in unEscape() local
283 QHash<QChar,QChar> repl; in unEscapeExec() local
575 QFileInfo f(mFileName); in startByDBus() local
693 QFileInfo f(fileName); in load() local
1224 const QFileInfo f(fileName); in id() local
1399 QString f = findDesktopFile(cn, desktopName); in findDesktopFile() local
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin_integrator_rules.php22 $repl = isset($_REQUEST["repl"]) ? $_REQUEST["repl"] : ''; variable
83 $f = $integrator->get_rep_file($rep, $file); variable
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dutil.py24 def repl(match): function
190 def _python_function_arguments(f): argument
197 def _python_function_arguments(f): argument
205 def _cython_function_arguments(f): argument
211 def _cython_function_arguments(f): argument
215 def function_arguments(f): argument
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/updater/
H A Dmain.cpp88 QFile f(QString::fromLocal8Bit(argv[i])); in main() local
116 QString repl = QLatin1String("QTest::newRow"); in main() local
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dstructure.h163 ex map(map_function & f) const override { return inherited::map(f); } in map()
181 …ex normal(exmap & repl, exmap & rev_lookup, lst & modifier) const override { return inherited::nor… in normal()
182 ex to_rational(exmap & repl) const override { return inherited::to_rational(repl); } in to_rational()
183 ex to_polynomial(exmap & repl) const override { return inherited::to_polynomial(repl); } in to_polynomial()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestFileAppend.java71 private FSDataOutputStream createFile(FileSystem fileSys, Path name, int repl) in createFile()
90 private void checkFile(FileSystem fileSys, Path name, int repl) in checkFile()
188 File f = fsd.getFile(b); in testCopyOnWrite() local
H A DTestFileCreation.java80 static FSDataOutputStream createFile(FileSystem fileSys, Path name, int repl) in createFile()
107 private void checkFile(FileSystem fileSys, Path name, int repl) in checkFile()
446 int repl, boolean overwrite) throws IOException { in createNonRecursive()
877 final String f = DIR + "foo"; in testLeaseExpireHardLimit() local
937 final String f = DIR + "foofs"; in testFsClose() local
968 final String f = DIR + "dhrubashutdown"; in testFsCloseAfterClusterShutdown() local
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsearch.c84 gnm_float f = value_get_as_float (v); in check_number() local
103 gnm_float f; in gnm_search_match_value() local
113 gnm_search_replace_verify (GnmSearchReplace *sr, gboolean repl) in gnm_search_replace_verify()
334 gboolean repl, in gnm_search_replace_comment()
381 gboolean repl, in gnm_search_replace_cell()
/dports/www/htdigest/httpd-2.4.6/modules/filters/
H A Dmod_substitute.c97 static apr_status_t do_pattmatch(ap_filter_t *f, apr_bucket *inb, in do_pattmatch()
143 const char *repl; in do_pattmatch() local
230 char *repl; in do_pattmatch() local
300 static apr_status_t substitute_filter(ap_filter_t *f, apr_bucket_brigade *bb) in substitute_filter()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dassociative_list.cpp181 long f; in MAccess() local
440 bool _AssociativeList::MStore (_String * p, HBLObjectRef inObject, bool repl, long opCode) { in MStore()
445 long f = avl.Find (p); in MStore() local
475 void _AssociativeList::MStore (HBLObjectRef p, HBLObjectRef inObject, bool repl, long opCode) { in MStore()
483 void _AssociativeList::MStore (const _String& obj, HBLObjectRef inObject, bool repl) { in MStore()
484 _FString f (obj); in MStore() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/file_manager/file_manager/test/scripts/
H A Dcreate_test_main.py61 def replaceline(f, match, lines): argument
122 repl = lambda x: strings.get(x.group(1), x.group()) function
/dports/devel/py-pytest-mutagen/pytest-mutagen-b4cc63c/src/pytest_mutagen/
H A Dmutation_session.py209 def get_object_to_modify(obj_name, f, repl): argument
/dports/math/py-pandas/pandas-1.2.5/pandas/core/strings/
H A Dobject_array.py91 f = lambda x: len(regex.findall(x)) function
123 f = lambda x: pat in x function
130 f = lambda x: x.startswith(pat) function
134 f = lambda x: x.endswith(pat) function
137 def _str_replace(self, pat, repl, n=-1, case=None, flags=0, regex=True): argument
263 def f(x): function
303 def _str_slice_replace(self, start=None, stop=None, repl=None): argument
307 def f(x): function
326 f = lambda x: x.split(pat, n) function
331 f = lambda x: x.split(pat, n) function
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/simplify/
H A Dsimplify.py277 def hypersimp(f, k): argument
324 def hypersimilar(f, g, k): argument
1024 def f(rv): function
1144 def f(rv): function
1299 def repl(nu, z): function
1334 def repl(nu, z): function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestDecommissioningStatus.java143 private void writeFile(FileSystem fileSys, Path name, short repl) in writeFile()
157 short repl) throws IOException { in writeIncompleteFile()
340 Path f = new Path("decommission.dat"); in testDecommissionStatusAfterDNRestart() local
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/gr-usrptest/python/
H A Dbuild_utils.py117 def output_subfrag (f, ext): argument
138 def repl (match_obj): function

12345678910>>...41