Home
last modified time | relevance | path

Searched defs:replace (Results 51 – 75 of 10297) sorted by relevance

12345678910>>...412

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DTypePolicy.cpp25 MToDouble* replace = MToDouble::New(alloc, in); in EnsureOperandNotFloat32() local
39 MInstruction* replace = MToDouble::New(alloc, operand); in AlwaysBoxAt() local
82 MInstruction* replace; in adjustInputs() local
109 MInstruction* replace = MToDouble::New(alloc, in); in adjustInputs() local
131 MInstruction* replace = MToDouble::New(alloc, in); in adjustInputs() local
214 MInstruction* replace; in adjustInputs() local
422 MToString* replace = MToString::New(alloc, in); in staticAdjustInputs() local
464 MToInt32* replace = MToInt32::New(alloc, in); in staticAdjustInputs() local
499 MToDouble* replace = MToDouble::New(alloc, in); in staticAdjustInputs() local
517 MToFloat32* replace = MToFloat32::New(alloc, in); in staticAdjustInputs() local
[all …]
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Converter/
H A DSemverConverter.php104 protected function matchRangeToken($i, $match, array &$matches, &$special, &$replace)
130 protected function matchRangeTokenStep2($i, $match, array &$matches, &$special, &$replace)
154 protected function matchRangeTokenStep3($i, $match, array &$matches, &$special, &$replace)
177 protected function matchRangeTokenStep4($i, $match, array &$matches, &$special, &$replace)
206 protected function matchRangeTokenStep5($i, $match, array &$matches, &$special, &$replace)
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DOutputDocument.java163 public void replace(final Segment segment, final CharSequence text) { in replace() method in OutputDocument
177 public void replace(final int begin, final int end, final CharSequence text) { in replace() method in OutputDocument
188 public void replace(final int begin, final int end, final char ch) { in replace() method in OutputDocument
215 public void replace(final FormControl formControl) { in replace() method in OutputDocument
235 public void replace(final FormFields formFields) { in replace() method in OutputDocument
278 public Map<String,String> replace(final Attributes attributes, boolean convertNamesToLowerCase) { in replace() method in OutputDocument
306 public void replace(final Attributes attributes, final Map<String,String> map) { in replace() method in OutputDocument
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/Aftershock/items/gun/
H A Dmigrations.json5 "replace": "afs_av22" string
10 "replace": "afs_a7" string
15 "replace": "afs_xm34" string
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/Aftershock/items/gun/
H A Dmigrations.json5 "replace": "afs_av22" string
10 "replace": "afs_a7" string
15 "replace": "afs_xm34" string
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dr_policy.cpp110 individuals_group_t replace(const individuals_group_t &inds, const vector_double::size_type &, in replace() function
124 individuals_group_t replace(const individuals_group_t &inds, const vector_double::size_type &, in replace() function
227 … individuals_group_t replace(const individuals_group_t &inds, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
241 … individuals_group_t replace(const individuals_group_t &inds, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
258 … individuals_group_t replace(const individuals_group_t &inds, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
272 … individuals_group_t replace(const individuals_group_t &inds, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
326 BOOST_AUTO_TEST_CASE(replace) in BOOST_AUTO_TEST_CASE() argument
447 individuals_group_t replace(const individuals_group_t &, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
471 individuals_group_t replace(const individuals_group_t &, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
493 individuals_group_t replace(const individuals_group_t &, const vector_double::size_type &, in BOOST_AUTO_TEST_CASE() function
[all …]
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dsafestring.cpp332 SafeString &SafeString::NestedString::replace(int position, int n, in replace() function in SafeString::NestedString
340 SafeString &SafeString::NestedString::replace(int position, int n, in replace() function in SafeString::NestedString
348 SafeString &SafeString::NestedString::replace(int position, int n, in replace() function in SafeString::NestedString
364 SafeString::NestedString::replace(const Grantlee::SafeString &before, in replace() function in SafeString::NestedString
373 SafeString &SafeString::NestedString::replace(const QString &before, in replace() function in SafeString::NestedString
383 SafeString::NestedString::replace(const Grantlee::SafeString &before, in replace() function in SafeString::NestedString
391 SafeString &SafeString::NestedString::replace(const QString &before, in replace() function in SafeString::NestedString
425 SafeString &SafeString::NestedString::replace(QChar before, QChar after, in replace() function in SafeString::NestedString
461 SafeString::NestedString::replace(const Grantlee::SafeString &before, in replace() function in SafeString::NestedString
470 SafeString &SafeString::NestedString::replace(const QString &before, in replace() function in SafeString::NestedString
[all …]
/dports/lang/v/v-0.1.29/cmd/tools/
H A Dvrepl.v57 is_function_definition := line.replace(' ', '').starts_with("$function:=") port
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Sugar/
H A DAdoNotation.hs40 replace pos (Ado m els yield) = do function
45replace _ (PositionedValue pos com v) = PositionedValue pos com <$> rethrowWithPosition pos (repla… function
46 replace _ other = return other function
/dports/devel/R-cran-tidyr/tidyr/R/
H A Dreplace_na.R31 replace_na <- function(data, replace, ...) { argument
37 replace_na.default <- function(data, replace = NA, ...) { argument
44 replace_na.data.frame <- function(data, replace = list(), ...) { argument
/dports/math/cvc4/CVC4-1.7/src/preprocessing/
H A Dassertion_pipeline.cpp56 void AssertionPipeline::replace(size_t i, Node n) in replace() function in CVC4::preprocessing::AssertionPipeline
62 void AssertionPipeline::replace(size_t i, in replace() function in CVC4::preprocessing::AssertionPipeline
74 void AssertionPipeline::replace(size_t i, const std::vector<Node>& ns) in replace() function in CVC4::preprocessing::AssertionPipeline
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/text/
H A DStrSubstitutor.java150 public static String replace(Object source, Map valueMap) { in replace() method in StrSubstitutor
179 public static String replace(Object source, Properties valueProperties) in replace() method in StrSubstitutor
300 public String replace(String source) { in replace() method in StrSubstitutor
323 public String replace(String source, int offset, int length) { in replace() method in StrSubstitutor
343 public String replace(char[] source) { in replace() method in StrSubstitutor
365 public String replace(char[] source, int offset, int length) { in replace() method in StrSubstitutor
383 public String replace(StringBuffer source) { in replace() method in StrSubstitutor
405 public String replace(StringBuffer source, int offset, int length) { in replace() method in StrSubstitutor
423 public String replace(StrBuilder source) { in replace() method in StrSubstitutor
445 public String replace(StrBuilder source, int offset, int length) { in replace() method in StrSubstitutor
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
58 path replace; in TEST_CASE() local
68 const path replace("bar.out"); in TEST_CASE() local
80 const path replace = StaticEnv::NonEmptyFile.filename(); in TEST_CASE() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
58 path replace; in TEST_CASE() local
68 const path replace("bar.out"); in TEST_CASE() local
80 const path replace = StaticEnv::NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
58 path replace; in TEST_CASE() local
68 const path replace("bar.out"); in TEST_CASE() local
80 const path replace = StaticEnv::NonEmptyFile.filename(); in TEST_CASE() local
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dmisc_support.cpp92 ID3_Frame* ID3_AddArtist(ID3_Tag *tag, const char *text, bool replace) in ID3_AddArtist()
172 ID3_Frame* ID3_AddAlbum(ID3_Tag *tag, const char *text, bool replace) in ID3_AddAlbum()
231 ID3_Frame* ID3_AddTitle(ID3_Tag *tag, const char *text, bool replace) in ID3_AddTitle()
290 ID3_Frame* ID3_AddYear(ID3_Tag *tag, const char *text, bool replace) in ID3_AddYear()
364 const char *desc, bool replace) in ID3_AddComment()
862 ID3_Frame* ID3_AddGenre(ID3_Tag *tag, size_t genreNum, bool replace) in ID3_AddGenre()
918 bool replace) in ID3_AddLyrics()
924 const char* lang, bool replace) in ID3_AddLyrics()
1036 bool replace) in ID3_AddSyncLyrics()
1043 const char *lang, bool replace) in ID3_AddSyncLyrics()
[all …]
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A Dsample.R4 print(sample(c(2,5,3), size=4, replace=TRUE) nameattr
5 print(sample(1:2, size=10, prob=c(1,3), replace=TRUE)) nameattr
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp35 path replace; in TEST_CASE() local
44 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE() local

12345678910>>...412