Home
last modified time | relevance | path

Searched refs:replacement (Results 26 – 50 of 143) sorted by relevance

123456

/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/xbr/
H A Dplugin.info.txt6 desc A replacement for the standard dokuwiki renderer which keeps your line-breaks.
/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/nonblank/
H A Dplugin.info.txt6 desc A replacement for the standard dokuwiki renderer which removes the single line break betwe…
/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:
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/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;
/plugin/minimap/
H A Dsyntax.php201 $replacement = '';
202 $name = preg_replace($substrPattern, $replacement, $name);
/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/combo/syntax/
H A Dminimap.php197 $replacement = '';
198 $label = preg_replace($substrPattern, $replacement, $label);
/plugin/formatplus2/
H A DREADME.md6 …pet found [here](https://stackoverflow.com/questions/9645803/whats-the-replacement-for-browser#ans…
/plugin/mundart/
H A Drenderer.php73 * This function takes an array of ('/pattern/' => 'replacement') pairs
/plugin/strreplace/
H A DREADME3 replacement.
/plugin/advanced/lang/en/config/
H A Duserstyle.txt5 …atcher in [[xref>lib/exe/css.php]] which also handles caching, pattern replacement, [[doku>devel:l…
/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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php277 * @param string $replacement the replacement
284 function utf8_substr_replace($string, $replacement, $start , $length=0 ){ argument
287 $ret .= $replacement;
/plugin/autolink4/lang/en/
H A Dadmin_help.txt7 * The namespace where the replacement is done. Omit this field to replace everywhere.
/plugin/publistf/
H A DREADME.md6 as a possible replacement for parsing and generating output of Bibtex.
/plugin/ckgdoku/ckeditor/
H A DREADME.md7 CKEditor is a text editor to be used inside web pages. It's not a replacement
/plugin/ckgedit/ckeditor/
H A DREADME.md7 CKEditor is a text editor to be used inside web pages. It's not a replacement
/plugin/btable2/
H A DREADME.md6 btable2 is a drop-in-replacement. uninstall btable, install btable2. All old polls will stay as the…
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc89 'replacement' => '~$1 $2'
94 'replacement' => '$1 ~$2'
/plugin/semanticdata/
H A DREADME7 - Performace has increased substantially. As a consequence the plugin can be used as a replacement
/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;}

123456