/plugin/encryptedpasswords/ |
H A D | action.php | 44 $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/ |
H A D | action.php | 73 $repl = array($common,$user,$user,$conf['start']); 74 $value = str_replace($srch,$repl,$option);
|
/plugin/mytemplate/ |
H A D | action.php | 360 foreach($repls as $repl) { 361 $text = substr_replace($text, $repl[2], $repl[0], $repl[1]);
|
/plugin/blogtng/helper/ |
H A D | comments.php | 248 $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/ |
H A D | action.php | 84 $repl = $this->getConf($r_term); 85 $event->result = preg_replace($srch,$repl,$event->result, -1, $_count);
|
/plugin/tplmod/ |
H A D | action.php | 304 $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/ |
H A D | ToolboxFindAndReplace.js | 156 var repl = $dialog.components.in_replace.val(); 173 textarea.value = text.replace(re, repl);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 514 * @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/diagramsnet/lib/js/rough/ |
H A D | README.md | 4 - Ran through [BabelJs](https://babeljs.io/repl/#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20i…
|
/plugin/bibtex4dw/lib/ |
H A D | bibtexparser.php | 804 foreach ($this->_latexMathmodeReplacements as $orig => $repl) { 805 $entry = str_replace($orig,$repl,$entry);
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 1035 bindingPairs.push({match: matches[0], repl: replacement}); 1071 bindingPairs.push({match: matches[0], repl: mxUtils.htmlEntities(val)}); 1078 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl); 1087 bindingPairs.push({match: matches[0], repl: val}); 1092 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 2227 * @param $repl (string) value to replace 2228 * @param $replLen (int) length of the repl string 2231 protected function qrstrset($srctab, $x, $y, $repl, $replLen=false) { argument 2232 $srctab[$y] = substr_replace($srctab[$y], ($replLen !== false)?substr($repl,0,$replLen):$repl, $x, ($replLen !== false)?$replLen:strlen($repl));
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 99 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/ |
H A D | TTFontFile.php | 2438 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()"); 2440 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 1]; 2448 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()"); 2450 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 2]; 2458 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()"); 2460 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 3]; 2469 $repl = $this->_makeGSUBinputMatch($inputGlyphs, $ignore); 2471 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 4, 'CompCount' => $Lookup[$i]['Subtable'][$c]['subs'][$s]['CompCount'], 'Lig' => $substitute];
|
H A D | Mpdf.php | 25863 $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]]); // e.g. <tts>
|
/plugin/discussion/ |
H A D | action.php | 291 $repl = $_REQUEST['reply']; 297 $this->_add($comment, $repl);
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe |
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 3839 var repl = imgRepl[i]; 3840 imgUrl = imgUrl.replace(repl.searchVal, repl.replVal);
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 160 repl: '&' 338 …tr = str.replace(mxVsdxCodec.incorrectXMLReqExp[r].regExp, mxVsdxCodec.incorrectXMLReqExp[r].repl);
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1102 …nt(g[n],b)}}};k.incorrectXMLReqExp=[{regExp:/\&(?!amp;|lt;|gt;|quot;|#)/g,repl:"&"}];k.prototy… 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… 1605 …repl:mxUtils.htmlEntities(c)});for(b=0;b<a.length;b++)f=f.replace(a[b].match,a[b].repl);a=[];for(m…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …repl = new Codicon('repl', { character: '\\\\ea85' });\n Codicon.zap = new Codicon('zap', { cha…
|
H A D | bundle.js | 1 …",{character:"\\ea85"}),e.console=new e("console",{character:"\\ea85"}),e.repl=new e("repl",{chara…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 1 …",{character:"\\ea85"}),e.console=new e("console",{character:"\\ea85"}),e.repl=new e("repl",{chara…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 … more bytes. This is to work around cases where hwm=0,\n\t// such as the repl. Also, if the push…
|