Home
last modified time | relevance | path

Searched refs:replacements (Results 1 – 25 of 81) sorted by path

1234

/plugin/advanced/lang/en/
H A Dconfig.txt13 … | [[doku>entities]] | automatic text replacements |
16 …nf'' | [[doku>smileys]] | image replacements
/plugin/advanced/lang/en/config/
H A Dmanifest.txt9 …, the ''%%__background__%%'' and ''%%__theme_color__%%'' or ''%%__background_alt__%%'' replacements
H A Dstyleini.txt3 …[doku>devel:css|CSS]] styles. It has two sections: [stylesheets] and [replacements] described belo…
15 === [replacements] ===
17 …holders in the loaded stylesheets which are configured through the ''[replacements]'' section in t…
19 These replacements can also be used as [[doku>devel:less#accessing_styleini_placeholders|LESS varia…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock54 "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php40 * List of replacements in the text.
44 private $replacements = []; variable in Vanderlee\\Sentence\\Sentence
69 $this->replacements = [];
76 $this->replacements[$index] = $number;
87 * Restore any stored replacements
96 foreach ($this->replacements as $index => $number) {
/plugin/annotate/
H A Danno.php182 $replacements = array('span','span_h','<br/>');
183 $matches[1] = str_replace($replace, $replacements,$matches[1]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md182 functions can be used as replacements.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php103 $replacements = [];
197 $replacements[] = $expanded;
200 $ret = implode($joiner, $replacements);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md283 …* Added ability to use `%message%` and other LineFormatter replacements in the subject line of ema…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php52 $replacements = [];
60 $replacements[$placeholder] = $val;
65 $replacements[$placeholder] = (string) $val;
67 … $replacements[$placeholder] = $val->format($this->dateFormat ?: static::SIMPLE_DATE);
70 $replacements[$placeholder] = '[object '.Utils::getClass($val).']';
72 $replacements[$placeholder] = 'array'.Utils::jsonEncode($val, null, true);
74 $replacements[$placeholder] = '['.gettype($val).']';
82 $record['message'] = strtr($record['message'], $replacements);
/plugin/bibtex4dw/
H A DREADME.md22 * Allows to use string replacements (concrete example: abbreviated and full journal names)
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194replacements):e}),[]);o.length&&this.replaceElements(r,o)}),this),this.postExecuted(["elements.mov… property in gm.i
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19558 function translate$1(template, replacements) { argument
19560 replacements = replacements || {};
19563 return replacements[key] || '{' + key + '}';
44981 replacements: [] property in canReplace.canExecute
44995 canExecute.replacements.push({
45006 canExecute.replacements.push({
45022 canExecute.replacements.push({
45035 canExecute.replacements.push({
45042 canExecute.replacements.push({
55618 var replacements = context.canExecute.replacements;
[all …]
H A Dbpmn-modeler.production.min.js34replacements)}),this),this.postExecuted(["elements.move"],500,(function(e){var n=e.context,i=n.new… property in fd.i
/plugin/bureaucracy-au/helper/
H A Dfield.php387 $replacements = array(); // check if empty to prevent php 5.3 warning
389 $replacements = array_combine($pregs[0], $pregs[2]);
394 $replacements = array_map('hsc', $replacements);
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
402 if(isset($replacements['@@DISPLAY@@']) && !isset($params['optional'])){
403 $replacements['@@DISPLAY@@'] .= ' <sup>*</sup>';
405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/bureaucracy/helper/
H A Dfield.php387 $replacements = array(); // check if empty to prevent php 5.3 warning
389 $replacements = array_combine($pregs[0], $pregs[2]);
394 $replacements = array_map('hsc', $replacements);
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
402 if(isset($replacements['@@DISPLAY@@']) && !isset($params['optional'])){
403 $replacements['@@DISPLAY@@'] .= ' <sup>*</sup>';
405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/bureaucracyau/helper/
H A Dfield.php387 $replacements = array(); // check if empty to prevent php 5.3 warning
389 $replacements = array_combine($pregs[0], $pregs[2]);
394 $replacements = array_map('hsc', $replacements);
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
402 if(isset($replacements['@@DISPLAY@@']) && !isset($params['optional'])){
403 $replacements['@@DISPLAY@@'] .= ' <sup>*</sup>';
405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/ckgdoku/action/
H A Dedit.php267 …$replacements = array('&#91;','&#93;','&#47;', '&#46;', '&#42;', '&#95;', '&#39;', '&#60;','&#62;'…
268 $matches[1] = str_replace($needles, $replacements, $matches[1]);
/plugin/ckgedit/action/
H A Dedit.php293 …$replacements = array('&#91;','&#93;','&#47;', '&#46;', '&#42;', '&#95;', '&#39;', '&#60;','&#62;'…
294 $matches[1] = str_replace($needles, $replacements, $matches[1]);
305 …$replacements = array("&#91;","&#93;","&#47;", "&#46;", "&#42;", "&#95;", "&#39;", "&#60;","&#62;"…
306 $matches[2] = str_replace($needles, $replacements, $matches[2]);
379 …$replacements = array("&#91;","&#93;","&#47;", "&#46;", "&#42;", "&#95;", "&#39;", "&#60;","&#62;"…
380 … $matches[1] = str_replace($needles, $replacements, $matches[1]);
/plugin/ckgedit/scripts/
H A Dcss6.php199 function css_ckg_applystyle($css, $replacements) { argument
203 foreach((array) $replacements as $key => $value) {
208 $replacements[$key] = $lkey;
212 $css = strtr($css, $replacements);
231 $replacements = array(); // placeholder => value
247 …$replacements = array_merge($replacements, css_ckg_fixreplacementurls($data['replacements'],$webba…
265 …$replacements = array_merge($replacements, css_ckg_fixreplacementurls($data['replacements'],$webba…
271 'replacements' => $replacements
281 foreach($replacements as $key => $value) {
284 return $replacements;
[all …]
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1replacements","replaceSelections","smartBackspace","cursors","indentUnit","getOption","cursor","to…
/plugin/confmanager/lang/en/
H A Dentities.txt13 Even though by default it is used with simple character replacements only, the entity system can al…
/plugin/dev/
H A DSkeletor.php139 $replacements = $this->actionReplacements($options);
145 $replacements['@@PLUGIN_COMPONENT_NAME@@'] = $class;
146 $replacements['@@SYNTAX_COMPONENT_NAME@@'] = $self;
147 $this->loadSkeleton($type . '.php', $path, $replacements);
168 $replacements = ['@@TEST@@' => $test];
169 $this->loadSkeleton('_test/StandardTest.php', '_test/' . $test . 'Test.php', $replacements);
210 * Prepare the string replacements
212 * @param array $replacements override defaults
215 protected function prepareReplacements($replacements = [])
230 return array_merge($data, $replacements);
207 prepareReplacements($replacements = []) global() argument
263 loadSkeleton($skel, $target = '', $replacements = []) global() argument
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

1234