Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A 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/
H A 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/
H A 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/
H A 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/commonmark/vendor/league/commonmark/src/
H A DContext.php
H A DContextInterface.php
/plugin/snippets/
H A 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/strata/types/
H A 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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollectionInterface.php51 * @param AssetInterface $replacement The new asset
58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false… argument
H A 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/src/
H A 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/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php115 public function replaceWith(Node $replacement): void
117 $replacement->detach();
118 $this->insertAfter($replacement);
130 replaceWith(Node $replacement) global() argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A 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/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php151 public $replacement = null; variable in Hoa\\Iterator\\RegularExpression
183 $this->replacement = null;
259 $this->replacement,
/plugin/odt/helper/
H A Dcssimportnew.php102 public function replaceURLPrefix ($URL, $replacement) { argument
103 return $this->internal->replaceURLPrefix ($URL, $replacement);
/plugin/batchedit/
H A Drequest.php30 private $replacement; variable in BatcheditRequest
50 $this->replacement = $this->parseReplacement();
91 return $this->replacement;
H A Dengine.php96 public function __construct($pageText, $pageOffset, $text, $regexp, $replacement, $contextChars, $contextLines) { argument
99 $this->replacedText = preg_replace($regexp, $replacement, $text);
264 public function findMatches($regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplatePatterns) { 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, $contextLines) { argument
414 $this->matches[$offset] = new BatcheditMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines);
758 $properties['replacement'] = $request->getReplacement();
1017 public function findMatches($namespace, $regexp, $replacement, argument
[all...]
/plugin/regex_template/
H A Daction.php52 list($pattern, $replacement) = explode(',', $regex);
53 $my_new_ID = @preg_replace($pattern, $replacement, $ID);
/plugin/numberedheadings/
H A Daction.php114 $replacement = '${1}<span class="plugin_numberedheadings">${2}</span>'."\t";
115 $event->data[1] = preg_replace($search, $replacement, $event->data[1]);
/plugin/bureaucracyau/helper/
H A 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-au/helper/
H A 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/
H A 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/textinsert/lang/en/
H A Dintro.txt1replacement texts, and to edit them after they have been saved. A macro name can contain letters,…
/plugin/nodetailsxhtml/
H A DREADME.md4 XHTML renderer replacement without details link for internal images.
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php396 * @param mixed $replacement Replacement(s) (please, see
401 public function replace($pattern, $replacement, $limit = -1) argument
405 if (false === is_callable($replacement)) {
408 $replacement,
415 $replacement,

123456