Home
last modified time | relevance | path

Searched refs:replace (Results 1176 – 1179 of 1179) sorted by last modified time

1...<<4142434445464748

/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js150 return fmt.replace(/%\w+/g,function(a) {
151 a = a.replace(/[%\s]/,"");
/plugin/aimg/
H A Dscript.js574 elm.className = elm.className.replace((active ? (/-inactive/) : (/-active/)),
969 return html.replace('&', '&amp;').replace('<', '&lt;').replace('>', '&gt;');
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php246 $replace = "%" . $value['dependentPre'] . "%";
248 $replace .= $value['dependentPreAlternative'] . "%";
249 $string = str_replace("__DEPENDENT_ON_PREVIOUS_FIELD__", $replace, $string);
253 $replace = "%" . $value['dependentPost'] . "%";
255 $replace .= $value['dependentPostAlternative'] . "%";
256 $string = str_replace("__DEPENDENT_ON_NEXT_FIELD__", $replace, $string);
260 $replace = "^" . $value['singular'] . "^" . $value['plural'] . "^";
261 $string = str_replace("__SINGULAR_PLURAL__", $replace, $string);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1replace(/&/gm,"&amp;").replace(/</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return f… property in hljs.LANGUAGES.vbscript.dM.k.built_in

1...<<4142434445464748