Home
last modified time | relevance | path

Searched refs:repl (Results 1 – 25 of 27) sorted by relevance

12

/plugin/encryptedpasswords/
Daction.php44 $repl = $this->getLang('draftreplace');
46 $event->data['prefix'] = preg_replace($re, $repl, $event->data['prefix']);
47 $event->data['suffix'] = preg_replace($re, $repl, $event->data['suffix']);
48 $event->data['text'] = preg_replace($re, $repl, $event->data['text']);
/plugin/goto/
Daction.php73 $repl = array($common,$user,$user,$conf['start']);
74 $value = str_replace($srch,$repl,$option);
/plugin/mytemplate/
Daction.php360 foreach($repls as $repl) {
361 $text = substr_replace($text, $repl[2], $repl[0], $repl[1]);
/plugin/blogtng/helper/
Dcomments.php248 $repl = array(
270 $mail->setBody($atext, $repl);
292 $repl['UNSUBSCRIBE'] = wl($entry['page'], ['btngu' => $row['key']],true);
297 $mail->setBody($stext, $repl);
314 $repl = array(
323 $mail->setBody($text, $repl);
/plugin/strreplace/
Daction.php84 $repl = $this->getConf($r_term);
85 $event->result = preg_replace($srch,$repl,$event->result, -1, $_count);
/plugin/tplmod/
Daction.php304 $repl = array("","","index","");
305 $sitetools=strtolower(preg_replace($pat, $repl,$sitetools));
313 $repl = array("","","backlink");
314 $pagetools=strtolower(preg_replace($pat, $repl,$pagetools));
/plugin/toolbox/
DToolboxFindAndReplace.js156 var repl = $dialog.components.in_replace.val();
173 textarea.value = text.replace(re, repl);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dutf8.php514 * @param string $repl Replace special with this string
518 function utf8_stripspecials($string,$repl='',$additional=''){ argument
527 return preg_replace('/['.$additional.'\x00-\x19'.$specials.']/u',$repl,$string);
/plugin/asciidocjs/node_modules/resolve/test/
Dcore.js44 t.test('core via repl module', { skip: !resolve.core.repl }, function (st) {
/plugin/asciidocjs/node_modules/is-core-module/test/
Dindex.js44 t.test('core via repl module', { skip: !data.repl }, function (st) {
/plugin/diagramsnet/lib/js/rough/
DREADME.md4 - Ran through [BabelJs](https://babeljs.io/repl/#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20i…
/plugin/asciidocjs/node_modules/chalk/
Dreadme.md12 …g.shields.io/npm/types/chalk.svg) [![run on repl.it](https://repl.it/badge/github/chalk/chalk)](ht…
/plugin/bibtex4dw/lib/
Dbibtexparser.php804 foreach ($this->_latexMathmodeReplacements as $orig => $repl) {
805 $entry = str_replace($orig,$repl,$entry);
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js1035 bindingPairs.push({match: matches[0], repl: replacement}); property
1071 bindingPairs.push({match: matches[0], repl: mxUtils.htmlEntities(val)}); property
1078 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
1087 bindingPairs.push({match: matches[0], repl: val}); property
1092 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DQRcode.php2231 protected function qrstrset($srctab, $x, $y, $repl, $replLen=false) { argument
2232 …srctab[$y], ($replLen !== false)?substr($repl,0,$replLen):$repl, $x, ($replLen !== false)?$replLen…
/plugin/qrcode2/
Dphpqrcode.php99 public static function set(&$srctab, $x, $y, $repl, $replLen = false) { argument
100 …srctab[$y], ($replLen !== false)?substr($repl,0,$replLen):$repl, $x, ($replLen !== false)?$replLen…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php2438 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()");
2440 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
2448 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()");
2450 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
2458 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()");
2460 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
2469 $repl = $this->_makeGSUBinputMatch($inputGlyphs, $ignore);
2471 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
DMpdf.php25863 $repl = [];
25875 $repl[] = $this->subArrMB['a'][$char];
25885 $repl[] = $this->subArrMB['z'][$char];
25895 $repl[] = $this->subArrMB['s'][$char];
25902 $patt = mb_substr($writehtml_e, $start, count($repl));
25905 …array_splice($writehtml_a, $writehtml_i + 1, 0, [$font, implode('|', $repl), '/' . $font, $m[3]]);…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
Dvocab.bpe6076 Ġrepl ace
6674 Ġrepl aced
8458 Ġrepl ied
8760 Ġrepl acement
13332 Ġrepl acing
20362 Ġrepl ies
23766 Ġrepl aces
24086 Ġrepl icate
29815 Ġrepl ica
30076 Ġrepl ication
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DExtensions.js3839 var repl = imgRepl[i];
3840 imgUrl = imgUrl.replace(repl.searchVal, repl.replVal);
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs2498 * // in the node repl
3343 * // in the node repl
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js160 repl: '&' property
338 …tr = str.replace(mxVsdxCodec.incorrectXMLReqExp[r].regExp, mxVsdxCodec.incorrectXMLReqExp[r].repl);
/plugin/diagramsnet/lib/js/
Dextensions.min.js1102 …nt(g[n],b)}}};k.incorrectXMLReqExp=[{regExp:/\&(?!amp;|lt;|gt;|quot;|#)/g,repl:"&"}];k.prototy… property
1105 …t(a)&&(a=a.replace(k.incorrectXMLReqExp[b].regExp,k.incorrectXMLReqExp[b].repl));b=k.parseXml(a)}n…
1604 …;switch(b[1]){case "width":g=k;break;case "height":g=d}a.push({match:b[0],repl:g})}if(m&&m["y:Json… property
1605repl:mxUtils.htmlEntities(c)});for(b=0;b<a.length;b++)f=f.replace(a[b].match,a[b].repl);a=[];for(m… property
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1repl = new Codicon('repl', { character: '\\\\ea85' });\n Codicon.zap = new Codicon('zap', { cha…
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js1 …",{character:"\\ea85"}),e.console=new e("console",{character:"\\ea85"}),e.repl=new e("repl",{chara…

12