/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/commonmark/vendor/league/commonmark/src/ |
H A D | Context.php |
|
H A D | ContextInterface.php |
|
/plugin/snippets/ |
H A 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/strata/types/ |
H A 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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | AssetCollectionInterface.php | 51 * @param AssetInterface $replacement The new asset 58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false… argument
|
H A 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/src/ |
H A 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/commonmark/vendor/league/commonmark/src/Node/ |
H A D | Node.php | 115 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 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/findologicxmlexport/vendor/hoa/iterator/ |
H A D | RegularExpression.php | 151 public $replacement = null; variable in Hoa\\Iterator\\RegularExpression 183 $this->replacement = null; 259 $this->replacement,
|
/plugin/odt/helper/ |
H A D | cssimportnew.php | 102 public function replaceURLPrefix ($URL, $replacement) { argument 103 return $this->internal->replaceURLPrefix ($URL, $replacement);
|
/plugin/batchedit/ |
H A D | request.php | 30 private $replacement; variable in BatcheditRequest 50 $this->replacement = $this->parseReplacement(); 91 return $this->replacement;
|
H A D | engine.php | 96 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 D | action.php | 52 list($pattern, $replacement) = explode(',', $regex); 53 $my_new_ID = @preg_replace($pattern, $replacement, $ID);
|
/plugin/numberedheadings/ |
H A 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/bureaucracyau/helper/ |
H A 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-au/helper/ |
H A 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/ |
H A 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/textinsert/lang/en/ |
H A D | intro.txt | 1 …replacement texts, and to edit them after they have been saved. A macro name can contain letters,…
|
/plugin/nodetailsxhtml/ |
H A D | README.md | 4 XHTML renderer replacement without details link for internal images.
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | Ustring.php | 396 * @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,
|