Home
last modified time | relevance | path

Searched refs:test (Results 176 – 200 of 1253) sorted by last modified time

12345678910>>...51

/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md84 - Added digest auth integration test support to test server.
/plugin/imagepreview/
H A Dscript.js62 var containimg = pattern.test(seltext);
/plugin/achart/assets/
H A Dapexcharts.min.js6test(i))return u(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable …
H A Djs-yaml.min.js2test(e)||"_"===e[e.length-1])},construct:function(e){var t,n;return n="-"===(t=e.replace(/_/g,"").…
/plugin/ckgedit/action/
H A Dedit.php20 var $test = false; variable in action_plugin_ckgedit_edit
141 if($this->test) {
795 $inline = $this->test ? 'inline' : 'none';
/plugin/ckgedit/ckeditor/
H A DCHANGES.md308 …every) method. It invokes a given test function on every array element and returns `true` if all e…
H A DREADME.md33 To test your installation, just call the following page at your website:
H A Dckeditor.js.unc249 iOS: /(ipad|iphone|ipod)/.test(a),
459 if (g.test(v)) var d = "\x3c" + c + "\x3e",
608 return a.test(e) ? e : b || ""
2768 /body|html/.test(a.getName()) ?
3542 if (d.test(M)) return !1
3565 …if (t.type == CKEDITOR.NODE_TEXT) M = t.getText(), d.test(M) && (t = null), C = /[\s\ufeff]$/.test
5122 f ? a.attributes[c] = f[1] : "cke-test" == d && (a.attributes[c] = "cke-test")
9943 … (null === g || g.test && g.test(f) || "string" == typeof g && f == g) && a.removeAttribute(e)
12683 return a.test(c) ? !0 : b
21404 … /<meta\s*name=(?:\"|\')?generator(?:\"|\')?\s*content=(?:\"|\')?microsoft/gi.test(c) || d.test(c);
[all …]
H A Dckeditor.js27 …a=[].concat(a);for(var b,e=[],c=0;c<a.length;c++)if(b=a[c])/@import|[{}]/.test(b)?e.push("\x3cstyl…
28 …p; \x26nbsp;"),h=b==CKEDITOR.ENTER_P?"p":"div";if(!e){var m=/\n{2}/g;if(m.test(c))var d="\x3c"+h+"…
33test(b)?b:e||""}}(),convertToPx:function(){var a;return function(b){a||(a=CKEDITOR.dom.element.cre…
146 …p(a));return a&&(CKEDITOR.env.needsBrFiller?a.is&&a.is("br"):a.getText&&f.test(a.getText()))?a:!1}…
166 …ous();else{if(r.type==CKEDITOR.NODE_TEXT)N=r.getText(),d.test(N)&&(r=null),E=/[\s\ufeff]$/.test(N)…
499 f;if(f=a.getAttribute(e)){var g=b[d][1];(null===g||g.test&&g.test(f)||"string"==typeof g&&f==g)&&a.…
645test(c)?!0:b}},notEmpty:function(b){return this.regex(a,b)},integer:function(a){return this.regex(…
951 …ody[\s|>]/.test(a)||(a="\x3cbody\x3e"+a),/<html[\s|>]/.test(a)||(a="\x3chtml\x3e"+a+"\x3c/html\x3e…
1076 …tes["data-cke-pagebreak"])b(a);else if(h.test(a.attributes.style)){var c=a.children[0];c&&"span"==…
1081 …*name=(?:\"|\')?generator(?:\"|\')?\s*content=(?:\"|\')?microsoft/gi.test(c)||d.test(c);if(c&&(e||…
[all …]
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js6test(a.name),b=a.data.getTarget(),k;"td"==b.getName()&&(k=b.getChild(0).getHtml())&&(q(a),c?d=b:B=…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …capeRegExpCkg(r);var q=new RegExp("^"+r);for(var o=1;o<n.length;o++){if(q.test(n[o])){r=n[o];break…
H A Dgeshi.js.unc119 if(regex.test(ckg_geshi_langopts[i])) {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js24 var test = window.opener.document.domain ; variable
H A Dcommon.js35 var test = window.top.opener.document.domain ; variable
H A Dfckxml.js75 var test = oXmlHttp.responseXML.firstChild ;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1 …setValue(W.substr(Z[0].length));Y.setValue(Z[0].toLowerCase())}else{if(aa.test(W)){Y.setValue("")}…
H A Dlink.js1 …setValue(W.substr(Z[0].length));Y.setValue(Z[0].toLowerCase())}else{if(aa.test(W)){Y.setValue("")}…
H A Dlink.js.unc654 else if ( urlOnChangeTestOther.test( url ) )
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php256 $test = $ns_tmp . ':*';
257 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps);
H A Dcommands.php49 $test = dwiki_decodeFN($ns_tmp);
53 $test = urldecode($ns_tmp);
57 $test .= ':*' ;
60 $test=preg_replace('/\.txt$/',"",$test);
63 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
575 $test = $ns_tmp . ':*' ;
578 $test = urldecode($test);
580 while(preg_match('/%25/',$test)){
581 $test = urldecode($test);
583 $test = urldecode($test);
[all …]
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1650 if (id == 'test') {
1909 if (id == 'test') {
1939 parse_wikitext('test');
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js49 …[\\da-fA-F\\s]+)\\}","g"));if(!a)return b;for(var e=0;e<a.length;e++)if(c.test(a[e])){if(-1!==a[e]…
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 …Exp("( |>)"+q.toUpperCase()+"( |})","g");for(var r=0;r<n.length;r++){if(s.test(n[r].toUpperCase())…
H A Dtags.js.unc5 var tstr = "test";
20 if (wordmatch.test(matches[i].toUpperCase())) {
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js14 8202>=b||D.test(a)},f={searchRange:null,matchRange:null,find:function(a,b,d,e,f,u){this.matchRange?…

12345678910>>...51