Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 25 of 4745) sorted by relevance

12345678910>>...190

/dports/multimedia/pipewire/pipewire-0.3.43/man/
H A Dpipewire-pulse.1.rst.in13 SYNOPSIS
18 DESCRIPTION
25 OPTIONS
41 AUTHORS
47 SEE ALSO
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/config/
H A Dserde_utils.rs44 let replacement = Value::Bool(true); in merge_primitive() localVariable
48 let replacement = Value::Bool(true); in merge_primitive() localVariable
52 let replacement = Value::Number(1.into()); in merge_primitive() localVariable
56 let replacement = Value::String(String::from("test")); in merge_primitive() localVariable
60 let replacement = Value::Null; in merge_primitive() localVariable
67 let replacement = Value::Sequence(vec![Value::Bool(true)]); in merge_sequence() localVariable
82 let replacement = Value::Mapping(replacement_mapping); in merge_mapping() localVariable
/dports/textproc/R-cran-stringi/stringi/R/
H A Dsearch_replace_4.R145 stri_replace_all <- function(str, replacement, ..., regex, fixed, coll, charclass) argument
169 stri_replace_first <- function(str, replacement, ..., regex, fixed, coll, charclass) argument
193 stri_replace_last <- function(str, replacement, ..., regex, fixed, coll, charclass) argument
217 stri_replace <- function(str, replacement, ..., regex, fixed, coll, charclass, argument
235 stri_replace_all_charclass <- function(str, pattern, replacement, merge = FALSE, argument
247 stri_replace_first_charclass <- function(str, pattern, replacement) argument
255 stri_replace_last_charclass <- function(str, pattern, replacement) argument
263 stri_replace_all_coll <- function(str, pattern, replacement, argument
296 stri_replace_all_fixed <- function(str, pattern, replacement, argument
319 stri_replace_last_fixed <- function(str, pattern, replacement, ..., opts_fixed = NULL) argument
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/docs/support/
H A Dnxos.rst15 Prerequisites
25 Getting a base checkpoint file
38 Known gotchas
53 Diffs
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dapp_pcrecpp.h172 inline int app_pcre_replace(const std::string& perl_pattern, const std::string& replacement, std::s… in app_pcre_replace()
180 inline int app_pcre_replace(const char* perl_pattern, const std::string& replacement, std::string& … in app_pcre_replace()
187 inline int app_pcre_replace(const pcrecpp::RE& re, const std::string& replacement, std::string& sub… in app_pcre_replace()
196 inline bool app_pcre_replace_once(const std::string& perl_pattern, const std::string& replacement, … in app_pcre_replace_once()
205 inline bool app_pcre_replace_once(const char* perl_pattern, const std::string& replacement, std::st… in app_pcre_replace_once()
213 inline bool app_pcre_replace_once(const pcrecpp::RE& re, const std::string& replacement, std::strin… in app_pcre_replace_once()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dpr87746.c6 struct replacement { struct
11 static struct replacement replacements[150]; argument
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/codemod/
H A Dfile_manager.h34 struct replacement { struct
41 constexpr bool operator<(const replacement& replace) const noexcept { argument
/dports/textproc/R-cran-stringr/stringr/R/
H A Dreplace.r64 str_replace <- function(string, pattern, replacement) { argument
83 str_replace_all <- function(string, pattern, replacement) { argument
165 str_replace_na <- function(string, replacement = "NA") { argument
170 str_transform <- function(string, pattern, replacement) { argument
175 str_transform_all <- function(string, pattern, replacement) { argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding/tests/Fallback/
H A DEncoderReplacementFallbackTests.cs26 public void Ctor_String(string replacement) in Ctor_String()
79 …public void CreateFallbackBuffer_Fallback_Char(string replacement, char charUnknown, bool expected) in CreateFallbackBuffer_Fallback_Char()
88 … public void CreateFallbackBuffer_MultipleFallback_ThrowsArgumentException(string replacement) in CreateFallbackBuffer_MultipleFallback_ThrowsArgumentException()
100 public void CreateFallbackBuffer_Fallback_Char_Char(string replacement, bool expected) in CreateFallbackBuffer_Fallback_Char_Char()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/Microsoft/TestCommon/
H A DRegexReplacement.cs10 string replacement; field in Microsoft.TestCommon.RegexReplacement
12 public RegexReplacement(Regex regex, string replacement) in RegexReplacement()
18 public RegexReplacement(string regex, string replacement) in RegexReplacement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
49 const TVariable *replacement) in ReplaceVariable()
60 const TIntermTyped *replacement) in ReplaceVariableWithTyped()
83 TVariable *replacement = nullptr; in convertFunctionPrototype() local
122 TIntermNode *replacement = nullptr; in convertASTFunction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
49 const TVariable *replacement) in ReplaceVariable()
60 const TIntermTyped *replacement) in ReplaceVariableWithTyped()
83 TVariable *replacement = nullptr; in convertFunctionPrototype() local
122 TIntermNode *replacement = nullptr; in convertASTFunction() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
49 const TVariable *replacement) in ReplaceVariable()
60 const TIntermTyped *replacement) in ReplaceVariableWithTyped()
83 TVariable *replacement = nullptr; in convertFunctionPrototype() local
122 TIntermNode *replacement = nullptr; in convertASTFunction() local
/dports/devel/R-cran-covr/covr/R/
H A Dreplace.R2 replacement <- function(name, env = as.environment(-1), target_value = get(name, envir = env)) { function
30 replace <- function(replacement) { argument
34 reset <- function(replacement) { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_test.cc40 UnencodableReplacementArray replacement; in TEST() local
49 UnencodableReplacementArray replacement; in TEST() local
58 UnencodableReplacementArray replacement; in TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_test.cc40 UnencodableReplacementArray replacement; in TEST() local
49 UnencodableReplacementArray replacement; in TEST() local
58 UnencodableReplacementArray replacement; in TEST() local

12345678910>>...190