Home
last modified time | relevance | path

Searched refs:replacement (Results 76 – 100 of 143) sorted by path

123456

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3225 $replacement = '<g ' . $inners . '>' . $insert . '</g>';
3226 $data = preg_replace('/' . preg_quote($links[0][$i], '/') . '/is', $replacement, $data);
3278 $replacement = '<g ' . $inners . '>' . $insert . '</g>';
3279 $data = preg_replace('/' . preg_quote($links[0][$i], '/') . '/is', $replacement, $data);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php15960 $unicode = [0xFFFC]; // Object replacement character
27132 function OverWrite($file_in, $search, $replacement, $dest = Destination::DOWNLOAD, $file_out = "mpdf")
27140 if (!is_array($replacement)) {
27141 $x = $replacement;
27142 $replacement = [$x]; // mPDF 5.7.4
27149 $replacement[$k] = $this->writer->utf8ToUtf16BigEndian($replacement[$k], false);
27150 $replacement[$k] = $this->writer->escape($replacement[$k]);
27153 foreach ($replacement a
27060 OverWrite($file_in, $search, $replacement, $dest = Destination DOWNLOAD, $file_out = 'mpdf') global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc89 'replacement' => '~$1 $2'
94 'replacement' => '$1 ~$2'
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf5858 https?:\/\/([^\/]*\.)?replacement-batteries\.loretic\.be
/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/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,
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG305 * deprecated support for character by character replacement for the "replace" filter
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst55 improvements. Note that the extension is not a replacement for the PHP
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst118 replacement block by using ``else``:
/plugin/formatplus2/
H A DREADME.md6 …pet found [here](https://stackoverflow.com/questions/9645803/whats-the-replacement-for-browser#ans…
/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/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php111 $replacement = $suggestedType;
113 $replacement .= $returnParts[2];
116 $phpcsFile->fixer->replaceToken(($return + 2), $replacement);
117 unset($replacement);
/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/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/jmol2/jmol/
H A DCHANGES.txt3811 # new feature: Jmol math allows direct string replacement in select atom expressions:
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1965 manual conditional directory name replacement for special
2034 ¤ Added function SafeStripSlashes() as a drop-in replacement for
2189 getid3.functions.php now includes a replacement utf8_decode()
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
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)) {
H A DAssetCollectionInterface.php51 * @param AssetInterface $replacement The new asset
58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false… argument
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js104replacement=Syntax.convertTabsToSpaces(text,options.tabWidth);if(options.matches&&options.matches.…
105 text=replacement.text;}
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md76 Markdown is not a replacement for HTML, or even close to it. Its
/plugin/medialist/
H A DREADME.md19 Some replacement patterns for namespace templates --- `@ID@`, `@NS@`, `@PAGE@` --- are available
45 These literal keywords must be used as is, and are not kind of replacement pattens.
51 Legacy literal keywords should be corrected using replacement patterns:
/plugin/minimap/
H A Dsyntax.php201 $replacement = '';
202 $name = preg_replace($substrPattern, $replacement, $name);
/plugin/mundart/
H A Drenderer.php73 * This function takes an array of ('/pattern/' => 'replacement') pairs
/plugin/mytemplate/
H A DREADME19 All replacement commands look like the following:
23 - "var" is optional. If set, the result of this replacement will be stored in a variable by that
30 Please note that a parameter could also be another replacement command, they will be interpreted
36 VAR - This is your basic placeholder replacement. Takes one parameter that will be replaced b…
69 Of course the cells can contain further replacement commands:

123456