/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
D | DeprecationStatus.php | 37 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/ |
D | FindReplaceRequest.php | 47 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/ |
D | fckjscoreextensions.js | 132 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/ |
D | converter.class.php | 49 $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/ |
D | helper.php | 132 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/ |
D | es6.regexp.replace.js | 72 var replacement = String(replaceValue.apply(undefined, replacerArgs)); 74 … replacement = 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/ |
D | wiki.php | 25 $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/ |
D | action.php | 12 …$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/ |
D | AssetCollectionInterface.php | 51 * @param AssetInterface $replacement The new asset 58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false… argument
|
D | AssetCollection.php | 95 …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/ |
D | Zipper.php | 142 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/ |
D | HandlerStack.php | 244 $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/ |
D | HandlerStack.php | 245 $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/ |
D | syntax.php | 181 * @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/ |
D | index.js | 12 var replace = function replace(replacement) { argument 13 if (Array.isArray(replacement) && !replace.arrayAllowed) { 16 ast = replacement;
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
D | RegularExpression.php | 151 public $replacement = null; variable in Hoa\\Iterator\\RegularExpression 183 $this->replacement = null; 259 $this->replacement,
|
/plugin/odt/helper/ |
D | cssimportnew.php | 102 public function replaceURLPrefix ($URL, $replacement) { argument 103 return $this->internal->replaceURLPrefix ($URL, $replacement);
|
/plugin/batchedit/ |
D | request.php | 30 private $replacement; variable in BatcheditRequest 50 $this->replacement = $this->parseReplacement(); 91 return $this->replacement;
|
D | engine.php | 96 …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/ |
D | action.php | 114 $replacement = '${1}<span class="plugin_numberedheadings">${2}</span>'."\t"; 115 $event->data[1] = preg_replace($search, $replacement, $event->data[1]);
|
/plugin/regex_template/ |
D | action.php | 52 list($pattern, $replacement) = explode(',', $regex); 53 $my_new_ID = @preg_replace($pattern, $replacement, $ID);
|
/plugin/bureaucracy-au/helper/ |
D | field.php | 323 $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/ |
D | field.php | 323 $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/ |
D | field.php | 323 $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/ |
D | fckjscoreextensions.js | 149 String.prototype.ReplaceNewLineChars = function( replacement ) argument 151 return this.replace( /\n/g, replacement ) ;
|