Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 177) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DDeprecationStatus.php37 public $replacement; variable in Google\\Service\\Compute\\DeprecationStatus
88 public function setReplacement($replacement) argument
90 $this->replacement = $replacement;
97 return $this->replacement;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DFindReplaceRequest.php47 public $replacement; variable in Google\\Service\\Sheets\\FindReplaceRequest
144 public function setReplacement($replacement) argument
146 $this->replacement = $replacement;
153 return $this->replacement;
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js132 String.prototype.ReplaceNewLineChars = function( replacement ) argument
134 return this.replace( /\n/g, replacement ) ;
137 String.prototype.Replace = function( regExp, replacement, thisObj ) argument
139 if ( typeof replacement == 'function' )
144 return replacement.apply( thisObj || this, arguments ) ;
148 return this.replace( regExp, replacement ) ;
/plugin/html2pdf/html2pdf/html2ps/
Dconverter.class.php49 $replacement = code_to_utf8($mapping[$html{$i}]);
50 if ($replacement != $html{$i}) {
51 $html = substr_replace($html, $replacement, $i, 1);
52 $i += strlen($replacement) - 1;
/plugin/snippets/
Dhelper.php132 global $replacement; // will hold new version of snippet
146 …$replacement = trim(preg_replace('/<snippet>.*?<\/snippet>/s', '', io_readFile($snip_file))); …
151 global $replacement;
152 …return time() . $matches[1]. "\n" .$replacement . "\n"; // time() makes each update unique for…
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.regexp.replace.js72 var replacement = String(replaceValue.apply(undefined, replacerArgs));
74replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
77 accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
86 function getSubstitution(matched, str, position, captures, namedCaptures, replacement) { argument
94 return $replace.call(replacement, symbols, function (match, ch) {
/plugin/strata/types/
Dwiki.php25 $replacement = $this->_normalize_internallink($ins[$i][1]);
28 $replacement = $this->_normalize_locallink($ins[$i][1]);
31 $replacement = $this->_normalize_media($ins[$i][1]);
34 $replacement = $this->_linkSyntax($ins[$i][1], $ins[$i][1][0]);
40 $value = substr_replace($value, $replacement, $ins[$i][2], $ins[$i+1][2] - $ins[$i][2]);
/plugin/toc-shortcode/
Daction.php12 …$replacement = '<nspages -sidebar -hideNoPages -hideNoSubns -simpleList -h1 -subns -exclude:[start…
15 $event->data = str_replace('{inhaltsverzeichnis}', $replacement, $event->data);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DAssetCollectionInterface.php51 * @param AssetInterface $replacement The new asset
58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false… argument
DAssetCollection.php95 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false) argument
101 $this->assets[$i] = $replacement;
106 … ($asset instanceof AssetCollectionInterface && $asset->replaceLeaf($needle, $replacement, true)) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DZipper.php142 public function splice($t, $delete, $replacement) { argument
151 for ($i = count($replacement)-1; $i >= 0; $i--) {
153 $r = $replacement[$i];
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DHandlerStack.php244 $replacement = [$tuple, $this->stack[$idx]];
245 \array_splice($this->stack, $idx, 1, $replacement);
250 $replacement = [$this->stack[$idx], $tuple];
251 \array_splice($this->stack, $idx, 1, $replacement);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DHandlerStack.php245 $replacement = [$tuple, $this->stack[$idx]];
246 array_splice($this->stack, $idx, 1, $replacement);
251 $replacement = [$this->stack[$idx], $tuple];
252 array_splice($this->stack, $idx, 1, $replacement);
/plugin/src/
Dsyntax.php181 * @param string $replacement Замена
185 function _mb_str_replace($needle, $replacement, $haystack) { argument
187 $replacement_len = mb_strlen($replacement);
190 $haystack = mb_substr($haystack, 0, $pos) . $replacement
/plugin/asciidocjs/node_modules/pug-walk/
Dindex.js12 var replace = function replace(replacement) { argument
13 if (Array.isArray(replacement) && !replace.arrayAllowed) {
16 ast = replacement;
/plugin/findologicxmlexport/vendor/hoa/iterator/
DRegularExpression.php151 public $replacement = null; variable in Hoa\\Iterator\\RegularExpression
183 $this->replacement = null;
259 $this->replacement,
/plugin/odt/helper/
Dcssimportnew.php102 public function replaceURLPrefix ($URL, $replacement) { argument
103 return $this->internal->replaceURLPrefix ($URL, $replacement);
/plugin/batchedit/
Drequest.php30 private $replacement; variable in BatcheditRequest
50 $this->replacement = $this->parseReplacement();
91 return $this->replacement;
Dengine.php96 …public function __construct($pageText, $pageOffset, $text, $regexp, $replacement, $contextChars, $… argument
99 $this->replacedText = preg_replace($regexp, $replacement, $text);
264 …public function findMatches($regexp, $replacement, $limit, $contextChars, $contextLines, $applyTem… argument
282 'tpl' => $replacement,
287 $replacement = parsePageTemplate($data);
291 $this->addMatch($text, $match[$i][0][1], $match[$i][0][0], $regexp, $replacement,
413 …private function addMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $context… argument
414 …ches[$offset] = new BatcheditMatch($text, $offset, $matched, $regexp, $replacement, $contextChars,…
1017 …public function findMatches($namespace, $regexp, $replacement, $limit, $contextChars, $contextLine… argument
1023 … $interrupted = $page->findMatches($regexp, $replacement, $limit - $this->session->getMatchCount(),
/plugin/numberedheadings/
Daction.php114 $replacement = '${1}<span class="plugin_numberedheadings">${2}</span>'."\t";
115 $event->data[1] = preg_replace($search, $replacement, $event->data[1]);
/plugin/regex_template/
Daction.php52 list($pattern, $replacement) = explode(',', $regex);
53 $my_new_ID = @preg_replace($pattern, $replacement, $ID);
/plugin/bureaucracy-au/helper/
Dfield.php323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 … new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacement));
/plugin/bureaucracyau/helper/
Dfield.php323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 … new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacement));
/plugin/bureaucracy/helper/
Dfield.php323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 … new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacement));
/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckjscoreextensions.js149 String.prototype.ReplaceNewLineChars = function( replacement ) argument
151 return this.replace( /\n/g, replacement ) ;

12345678