Home
last modified time | relevance | path

Searched refs:replacement (Results 26 – 50 of 143) sorted by last modified time

123456

/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/authdrupal8/
H A Dpassword.inc12 * containing replacement user_hash_password(), user_check_password(), and
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc89 'replacement' => '~$1 $2'
94 'replacement' => '$1 ~$2'
/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/ckgedit/ckeditor/
H A DCHANGES.md288 * Fixed: Words with apostrophe `'` on the replacement make the WSC dialog inaccessible.
1320 * [#10787](https://dev.ckeditor.com/ticket/10787): [Firefox] Fixed: Broken replacement of text whil…
H A DREADME.md7 CKEditor is a text editor to be used inside web pages. It's not a replacement
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified802 …le='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be ap…
H A Den.js-4.9.merged59 "as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement
H A Den.js.ckgedit58 "as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement
H A Den.js.unc59 "as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …ORMAT_SPACE_\s*$/,"")}if(this.link_only){if(U){replacement="|"+U+"}} ";r=r.replace(/\}\}\s*$/,repl…
H A Dparse_wiki.js.unc1455 replacement = '|' + text + '}} ';
1456 results = results.replace(/\}\}\s*$/, replacement);
/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/ckgedit/lang/
H A Den.4.9.js.beautified802 …le='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be ap…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc52 …le='font-weight:600'>{NAME}</span>. When there is no place holder, the replacement text will be ap…
/plugin/tagfilter/script/select2/
H A DREADME.md4 Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
/plugin/davcal/vendor/sabre/http/
H A DREADME.md185 It's by no means a replacement for something like [Guzzle][7], but it provides
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md190 The "procedural" global client has been removed with no replacement (e.g.,
192 object as a replacement.
244 The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement
547 For a replacement of these iterators, see https://github.com/nikic/iter
/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/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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js43198 replacement;
43206 replacement = modeling.connect(source, target, {
43215 context.connection = replacement;
43218 cleanDraggingSelection(connection, replacement);
43422 forEach(newElements, function(replacement) { argument
43424 type: replacement.newElementType
43427 var oldElement = elementRegistry.get(replacement.oldElementId);
55620 forEach(replacements, function(replacement) { argument
55622 var id = replacement.oldElementId;
55625 type: replacement.newElementType
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md129 - Added `DocumentRendererInterface` as a replacement for the now-deprecated `MarkdownRendererInterface`
H A DREADME.md69 The `GithubFlavoredMarkdownConverter` shown earlier is a drop-in replacement for the `CommonMarkConverter` which adds additional features found in the GFM spec:

123456