Home
last modified time | relevance | path

Searched refs:replaceMatches (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/purescript/purescript-0.14.5/tests/
H A DTestCompiler.hs195 then replaceMatches " [0-9A-Za-z_-]+(\\\\[0-9A-Za-z_-]+)+\\.[A-Za-z]+\\>" (map turnSlash)
202 replaceMatches :: String -> (String -> String) -> String -> String
203 replaceMatches reString phi = go function
/dports/net/yate/yate-6.4.0-1/modules/test/
H A Dtest.cpp47 Output("Replacing matches in '%s' got '%s'",t.c_str(),s.replaceMatches(t).c_str()); in initialize()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/string/Slugger/
H A DAsciiSlugger.php129 ->replaceMatches('/[^A-Za-z0-9]++/', $separator)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/string/Slugger/
H A DAsciiSlugger.php129 ->replaceMatches('/[^A-Za-z0-9]++/', $separator)
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Deventlogs.cpp106 file = tmp.replaceMatches(*n); in received()
H A Dlateroute.cpp81 dest = dest.replaceMatches(s_called); in received()
H A Dclustering.cpp155 String dest = node.replaceMatches(m_callto); in msgExecute()
H A Dpbxassist.cpp620 newTones = m_tones.replaceMatches(newTones); in msgTone()
631 keys = m_tones.replaceMatches(keys); in msgTone()
654 String val = m_tones.replaceMatches(*s); in msgTone()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/string/Slugger/
H A DAsciiSlugger.php142 ->replaceMatches('/[^A-Za-z0-9]++/', $separator)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/string/Slugger/
H A DAsciiSlugger.php142 ->replaceMatches('/[^A-Za-z0-9]++/', $separator)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/string/
H A DUnicodeString.php259 public function replaceMatches(string $fromRegexp, $to): AbstractString function in Symfony\\Component\\String\\UnicodeString
261 $str = parent::replaceMatches($fromRegexp, $to);
H A DAbstractString.php291 return $this->replaceMatches($regex.($this->ignoreCase ? 'i' : ''), '$1');
470 abstract public function replaceMatches(string $fromRegexp, $to): self; function in Symfony\\Component\\String\\AbstractString
H A DByteString.php308 public function replaceMatches(string $fromRegexp, $to): parent function in Symfony\\Component\\String\\ByteString
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/string/
H A DUnicodeString.php259 public function replaceMatches(string $fromRegexp, $to): AbstractString function in Symfony\\Component\\String\\UnicodeString
261 $str = parent::replaceMatches($fromRegexp, $to);
H A DAbstractString.php291 return $this->replaceMatches($regex.($this->ignoreCase ? 'i' : ''), '$1');
470 abstract public function replaceMatches(string $fromRegexp, $to): self; function in Symfony\\Component\\String\\AbstractString
H A DByteString.php308 public function replaceMatches(string $fromRegexp, $to): parent function in Symfony\\Component\\String\\ByteString
H A DAbstractUnicodeString.php306 public function replaceMatches(string $fromRegexp, $to): parent function in Symfony\\Component\\String\\AbstractUnicodeString
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/string/
H A DUnicodeString.php259 public function replaceMatches(string $fromRegexp, $to): AbstractString function in Symfony\\Component\\String\\UnicodeString
261 $str = parent::replaceMatches($fromRegexp, $to);
H A DAbstractString.php291 return $this->replaceMatches($regex.($this->ignoreCase ? 'i' : ''), '$1');
470 abstract public function replaceMatches(string $fromRegexp, $to): self; function in Symfony\\Component\\String\\AbstractString
H A DByteString.php308 public function replaceMatches(string $fromRegexp, $to): parent function in Symfony\\Component\\String\\ByteString
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/string/
H A DUnicodeString.php259 public function replaceMatches(string $fromRegexp, $to): AbstractString function in Symfony\\Component\\String\\UnicodeString
261 $str = parent::replaceMatches($fromRegexp, $to);
H A DAbstractString.php291 return $this->replaceMatches($regex.($this->ignoreCase ? 'i' : ''), '$1');
470 abstract public function replaceMatches(string $fromRegexp, $to): self; function in Symfony\\Component\\String\\AbstractString
H A DByteString.php308 public function replaceMatches(string $fromRegexp, $to): parent function in Symfony\\Component\\String\\ByteString
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Support/
H A DStringable.php549 public function replaceMatches($pattern, $replace, $limit = -1) function in Illuminate\\Support\\Stringable
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/support/
H A DStringable.php562 public function replaceMatches($pattern, $replace, $limit = -1) function in Illuminate\\Support\\Stringable

12