Home
last modified time | relevance | path

Searched refs:replacement (Results 51 – 75 of 143) sorted by relevance

123456

/plugin/interwikiformatting/
H A DREADME.md35 …he first word after the anchor or slash replacement text, or the last word before the anchor of sl…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js422 function prepareReplacement(replacement) { argument
423 if (Object.isFunction(replacement)) return replacement;
424 var template = new Template(replacement);
428 function gsub(pattern, replacement) { argument
430 replacement = prepareReplacement(replacement);
436 replacement = replacement('');
437 return replacement + source.split('').join(replacement) + replacement;
443 result += String.interpret(replacement(match));
452 function sub(pattern, replacement, count) { argument
453 replacement = prepareReplacement(replacement);
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js731 self.replace = function (str, search, replacement, scope) { argument
744 …result = fixed.replace.call(String(str), search2, replacement); // Fixed `replace` required for na…
999 fixed.replace = function (search, replacement) { argument
1011 if (isType(replacement, "function")) {
1029 return replacement.apply(null, args);
1035 … return nativ.replace.call(String(replacement), replacementToken, function ($0, $1, $2) {
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md129 - Added `DocumentRendererInterface` as a replacement for the now-deprecated `MarkdownRendererInterface`
H A DCHANGELOG-0.x.md
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/info/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/standard/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/minimal/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/dw2pdf/tpl/default/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/tagfilter/script/select2/
H A DREADME.md4 Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
/plugin/issuetracker/
H A Dprototype.js539 function prepareReplacement(replacement) { argument
540 if (Object.isFunction(replacement)) return replacement;
541 var template = new Template(replacement);
545 function gsub(pattern, replacement) { argument
547 replacement = prepareReplacement(replacement);
553 replacement = replacement('');
554 return replacement + source.split('').join(replacement) + replacement;
560 result += String.interpret(replacement(match));
569 function sub(pattern, replacement, count) { argument
570 replacement = prepareReplacement(replacement);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst55 improvements. Note that the extension is not a replacement for the PHP
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js335 gsub: function(pattern, replacement) { argument
337 replacement = arguments.callee.prepareReplacement(replacement);
342 result += String.interpret(replacement(match));
351 sub: function(pattern, replacement, count) { argument
352 replacement = this.gsub.prepareReplacement(replacement);
357 return replacement(match);
537 String.prototype.gsub.prepareReplacement = function(replacement) { argument
538 if (Object.isFunction(replacement)) return replacement;
539 var template = new Template(replacement);
/plugin/odt/
H A DChangeLog.txt129 The class support reading of CSS and DokuWiki replacement files. The CSS properties
196 * renderer.php: Better tag replacement in the template ODT file
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst118 replacement block by using ``else``:
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md106 MaxMind provides an optional C extension that is a drop-in replacement for
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1024 var replacement = "";
1028 replacement = w;
1031 replacement = h;
1035 bindingPairs.push({match: matches[0], repl: replacement});
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js1644 XRegExp.replace = function (str, search, replacement, scope) {
1667 result = fixed.replace.call(toObject(str), s2, replacement);
1989 fixed.replace = function (search, replacement) {
2006 if (isType(replacement, 'Function')) {
2029 return replacement.apply(undefined, args);
2037 … return nativ.replace.call(String(replacement), replacementToken, function ($0, $1, $2) {
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js1848 var replacement = [];
1863 replacement.push( [ key, color ].join( ":" ) );
1864 replacement.push( [ key + "-opacity", opacity ].join( ":" ) );
1866 replacement.push( styles[ i1 ] );
1869 replacement.push( styles[ i1 ] );
1873 string = string.replace( match, replacement.join( ";" ) );
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1889 public $replacement; variable in Google_DeprecationStatus
1909 public function setReplacement( $replacement) { argument
1910 $this->replacement = $replacement;
1913 return $this->replacement;
/plugin/authdrupal8/
H A Dpassword.inc12 * containing replacement user_hash_password(), user_check_password(), and

123456