Home
last modified time | relevance | path

Searched refs:replacements (Results 1 – 25 of 81) sorted by last modified time

1234

/plugin/templater/
H A Dplugin.info.txt7 desc Displays a wiki page (or a section thereof) within another, with user selectable replacements.
/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/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/bibtex4dw/
H A DREADME.md22 * Allows to use string replacements (concrete example: abbreviated and full journal names)
/plugin/recommend/
H A Daction.php224 $replacements = [
232 $mailHelper->sendMail($recipients, $sender, $replacements);
/plugin/recommend/helper/
H A Dmail.php13 * @param array $replacements
17 public function sendMail($recipient, $sender, $replacements = []) argument
32 $mailer->setBody($mailtext, $replacements);
/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/dw2pdf/tpl/default/
H A DREADME.txt54 The page depended replacements are only for ''citation.html'' updated for every page.
/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/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt196 The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
/plugin/odt/helper/
H A Dcssimport.php1091 protected $replacements = array(); variable in helper_plugin_odt_cssimport
1332 $this->replacements [$replacement] = $value;
1352 return $this->replacements [$name];
/plugin/openid/Auth/OpenID/
H A DSQLStore.php254 $replacements = [
276 foreach ($replacements as $item) {
/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/advanced/lang/en/
H A Dconfig.txt13 … | [[doku>entities]] | automatic text replacements |
16 …nf'' | [[doku>smileys]] | image replacements
/plugin/structnotification/action/
H A Dnotification.php227 $replacements = [];
233 $replacements[] = $value->getDisplayValue();
236 return preg_replace($patterns, $replacements, $message);
/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/epub/scripts/
H A Dcss3.php192 function css_applystyle($css, $replacements) { argument
196 foreach((array) $replacements as $key => $value) {
201 $replacements[$key] = $lkey;
205 $css = strtr($css, $replacements);
224 $replacements = array(); // placeholder => value
240 …$replacements = array_merge($replacements, css_fixreplacementurls($data['replacements'],$webbase));
258 …$replacements = array_merge($replacements, css_fixreplacementurls($data['replacements'],$webbase));
264 'replacements' => $replacements
274 foreach($replacements as $key => $value) {
277 return $replacements;
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2.js343 var classes, replacements = [], adapted;
350 replacements.push(this);
361 replacements.push(adapted);
366 dest.attr("class", replacements.join(" "));
/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/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md182 functions can be used as 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…

1234