Home
last modified time | relevance | path

Searched refs:replacement (Results 101 – 125 of 143) sorted by path

123456

/plugin/nodetailsxhtml/
H A DREADME.md4 XHTML renderer replacement without details link for internal images.
/plugin/nonblank/
H A Dplugin.info.txt6 desc A replacement for the standard dokuwiki renderer which removes the single line break betwe…
/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/odt/
H A DChangeLog.txt129 The class support reading of CSS and DokuWiki replacement files. The CSS properties
196 * renderer.php: Better tag replacement in the template ODT file
/plugin/odt/ODT/
H A DXMLUtil.php359 public static function elementReplace ($element, $xmlCode, $replacement) { argument
370 return str_replace('<'.$element.'/>', $replacement, $xmlCode);
378 return substr_replace ($xmlCode, $replacement, $start, $end-$start+$end_length);
/plugin/odt/ODT/css/
H A Dcssimportnew.php1404 * @param string $replacement Replacement path to set
1407 public static function replaceURLPrefix ($URL, $replacement) { argument
1408 if ( !empty ($URL) && !empty ($replacement) ) {
1412 $URL = $replacement.$URL;
/plugin/odt/helper/
H A Dcssimport.php1327 $replacement = substr ($defs, $linestart, $equal_sign - $linestart);
1329 $replacement = trim($replacement);
1332 $this->replacements [$replacement] = $value;
1484 public function replaceURLPrefix ($URL, $replacement) { argument
1485 if ( !empty ($URL) && !empty ($replacement) ) {
1489 $URL = $replacement.$URL;
H A Dcssimportnew.php102 public function replaceURLPrefix ($URL, $replacement) { argument
103 return $this->internal->replaceURLPrefix ($URL, $replacement);
/plugin/odt/renderer/
H A Dpage.php2009 public function replaceURLPrefix ($URL, $replacement) { argument
2010 return $this->import->replaceURLPrefix ($URL, $replacement);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/info/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/minimal/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/standard/
H A DREADME.txt39 The following replacement patterns can be used within the header and
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1347 replacement for existing phpThumb() installations
/plugin/publistf/
H A DREADME.md6 as a possible replacement for parsing and generating output of Bibtex.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md106 MaxMind provides an optional C extension that is a drop-in replacement for
/plugin/regex_template/
H A Daction.php52 list($pattern, $replacement) = explode(',', $regex);
53 $my_new_ID = @preg_replace($pattern, $replacement, $ID);
/plugin/rocketchatnotifier/
H A DREADME.md8 … Slack, where the plugin comes from originally. It should be a drop in replacement, but if you try…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js422 function prepareReplacement(replacement) { argument
423 if (Object.isFunction(replacement)) return replacement;
424 var template = new Template(replacement);
428 function gsub(pattern, replacement) { argument
430 replacement = prepareReplacement(replacement);
436 replacement = replacement('');
437 return replacement + source.split('').join(replacement) + replacement;
443 result += String.interpret(replacement(match));
452 function sub(pattern, replacement, count) { argument
453 replacement = prepareReplacement(replacement);
[all …]
/plugin/semanticdata/
H A DREADME7 - Performace has increased substantially. As a consequence the plugin can be used as a replacement
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md328 * <a href="#_replacestring-pattern-replacement">`_.replace`</a>
9479 <h3 id="_replacestring-pattern-replacement"><code>_.replace([string=''], pattern, replacement)</cod…
9482 Replaces matches for `pattern` in `string` with `replacement`.
9494 3. `replacement` *(Function|string)*: The match replacement.

123456