Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...48

/plugin/vshare/
H A Dscript.js74 // replace the div with the iframe
82 info.innerText = LANG.plugins.vshare.click.replace('%s', $self.data('domain'));
/plugin/tablelayout/_jstest/
H A DfloatTable.tests.js32 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
34 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
61 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
63 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
H A DfreezeRows.tests.js37 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
40 actual_html = actual_html.replace(new RegExp(actual_width+'px','g'), 'px');
42 expected_html = expected_html.replace(new RegExp(expected_width+'px','g'), 'px');
45 actual_html = actual_html.replace(actual_height+'px', 'px');
47 expected_html = expected_html.replace(expected_height+'px', 'px');
52 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
H A DsplitMerges.tests.js13 …owText) {return rowText.trim().length;}).map(function(rowText){return rowText.replace(/\s/g,'');});
H A DcolWidths.tests.js32 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
34 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
60 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
62 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js936 var str = className.replace(/^\s+|\s+$/g, '');
1602 var str = className.replace(/^\s+|\s+$/g, '');
1820 return str.replace(pattern, replaceFn);
3280 c.replace(pathValues, function(a, b) {
3348 return this.join(',').replace(p2s, '$1');
16794 return str.replace(/[^0-9a-zA-z]+/g, '_');
22814 .replace(/^\s+at\s+/gm, '')
30912 return string.replace(/\r\n|\r|\n/g, '\n');
33932 replace: [ 'type', Replace ]
33994 replace, argument
[all …]
H A Dbpmn-modeler.production.min.js2replace(/^\s+|\s+$/g,"").split(U);return""===e[0]&&e.shift(),e},Y.prototype.has=Y.prototype.contai…
7replace(wt,"$1")}function Ft(e){var t=Ot(e);return t.toString=zt,t}function $t(e,t,n,i,r,o,a,s,c){…
28replace(/[^0-9a-zA-z]+/g,"_")}function v(e,t,n){var i=e+"-"+m(t)+"-"+m(n)+"-"+u;return l[i]||funct…
33replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{ano…
34replace(/[&<>"']/g,(function(e){return Cs[e]}))}function Rs(e,t,n,i,r){function o(e,n){var o=n.way…
/plugin/openas/
H A Dscript.js11 href = href.replace(/SAVEAS_PAGE/i, id);
23 href = href.replace(/%20/g,'+');
/plugin/xcom/scripts/
H A Dxcom_latinize.js19 return str.replace(/[^A-Za-z0-9]/g, function(x) {
H A Dxcom_latinize-cmpr.js1 …e=b()}}})(this,function(){function a(b){if(typeof b==="string"){return b.replace(/[^A-Za-z0-9]/g,f…
/plugin/xcom/
H A Dscript.js328 srch_str = srch_str.replace(/^\s+/,"");
329 srch_str = srch_str.replace(/\s+$/,"");
330 srch_str = srch_str.replace(/\s+\"/,'\"');
331 srch_str = srch_str.replace(/\"\s+/,'\"');
346 result = result.replace(/=\s+/g, '=');
347 result = result.replace(/\s*&\s*/g, '&');
456 return a.replace(/,/g,' __comma__ ');
460 return a.replace(/,/g,'__comma__');
579 data = data.replace(/&/g,"%26");
655 key = key.replace(/local/,"");
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php140 $this->changes->add(Change::replace(clone $attribute));
H A DChange.php159 * Replace all existing values with the new values, creating the attribute if it did not already exist. A replace
166 public static function replace($attribute, ...$values): Change
163 public static function replace($attribute, ...$values): Change global() function in FreeDSx\\Ldap\\Entry\\Change
/plugin/pagebuttons/
H A Dscript.js78 …tring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/'))) + JSINFO['namespace'].repl…
134 …tring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/'))) + JSINFO['namespace'].repl…
/plugin/include/
H A Dhelper.php920 $replace = array(
938 return str_replace(array_keys($replace), array_values($replace), $id);
/plugin/move/script/
H A Dtree.js67 return (determineNewID($parent) + ':' + myname).replace(/^:/, '');
83 id = id.replace(/[!"#$%§&\'()+,/;<=>?@\[\]^`\{|\}~\\;:\/\*]+/g, '_');
84 id = id.replace(/^_+/, '');
85 id = id.replace(/_+$/, '');
207 alert(LANG.plugins.move.duplicate.replace('%s', newname));
215 var $new_li = jQuery(add_template.replace(/%s/g, newname));
220 alert(LANG.plugins.move.duplicate.replace('%s', newname));
H A Djson2.js76 a replacer function to replace those with JSON values.
154 lastIndex, length, parse, prototype, push, replace, slice, stringify,
215 // Otherwise we must also replace the offending characters with safe escape
219 return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
363 // that can replace values, or an array of strings that will select the keys.
435 // Parsing happens in four stages. In the first stage, we replace certain
442 text = text.replace(cx, function (a) {
455 // replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
456 // replace all simple value tokens with ']' characters. Third, we delete all
462 .test(text.replace(/\\(
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
H A DConfigurationInterface.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3replace("sorttable_sorted","sorttable_sorted_reverse");this.removeChild(document.getElementById("s…
H A Dsorttable.js98 this.className = this.className.replace('sorttable_sorted',
111 this.className = this.className.replace('sorttable_sorted_reverse',
126 cell.className = cell.className.replace('sorttable_sorted','');
213 return node.textContent.replace(/^\s+|\s+$/g, '');
216 return node.innerText.replace(/^\s+|\s+$/g, '');
219 return node.text.replace(/^\s+|\s+$/g, '');
225 return node.value.replace(/^\s+|\s+$/g, '');
228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
236 return innerText.replace(/^\s+|\s+$/g, '');
260 aa = parseFloat(a[0].replace(/[^0-9.-]/g,''));
[all …]
/plugin/quickstats/
H A DHOW-TO53 You can install it anywhere you choose; just replace the default path in 'geoip_dir' with
/plugin/commentsyntax/
H A Dscript.js29 comment = comment.replace(/^ *\/\*+ *\n?/,''); // uncomment left
31 comment = comment.replace(/^ *\/\*+ */,'');
33 comment = comment.replace(/ *\*+\/\s*$/,''); // uncomment right
44 comment = comment.replace(/^\n?/,"/*\n");

1...<<11121314151617181920>>...48