Home
last modified time | relevance | path

Searched refs:isElement (Results 26 – 43 of 43) sorted by last modified time

12

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js879 var elementChildren = _.filter(parent.childNodes, _.isElement);
885 assert.notOk(_.every(parent.childNodes, _.isElement));
886 assert.ok(_.some(parent.childNodes, _.isElement));
889 return _.isElement(node) ? node.id.charAt(2) : void 0;
H A Dcross-document.js55 assert.notOk(_.isElement('div'), 'strings are not dom elements');
56 assert.ok(_.isElement(document.body), 'the body tag is a DOM element');
57 assert.ok(_.isElement(iElement), 'even from another frame');
H A Dobjects.js604 assert.notOk(_.isElement('div'), 'strings are not dom elements');
605 assert.ok(_.isElement(testElement), 'an element is a DOM element');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …||m.isString(n)||m.isArguments(n))?0===n.length:0===m.keys(n).length},m.isElement=function(n){retu… function
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js366 …!a(g)||!g.is("br")),g=g&&a(g)&&l.$block[g.getName()]),-1!=x||h||(x=n),h||(p=n),m.push({isElement:1,
367 …kBoundary(),hasBlockSibling:g,node:e,name:f,allowed:h}),g=C=0)):m.push({isElement:0,node:e,allowed…
368 …,f.remove(),h(b,c,d,e))}function m(b,c){function d(b,c){if(c.isBlock&&c.isElement&&!c.node.is("br"…
376 T=M}t.firstNotAllowed&&(q=1);if(q&&t.isElement){M=R.startContainer;for(W=null;M&&!l[M.getName()][t.…
377 …R.POSITION_AFTER_START),q=0);R.collapse()}}1!=G.length?U=!1:(U=G[0],U=U.isElement&&"false"==U.node…
/plugin/issuetracker/
H A Dprototype.js307 function isElement(object) { function
355 isElement: isElement,
2015 if (Object.isElement(content))
2061 else if (!Object.isElement(content)) {
2076 Object.isElement(insertions) || (insertions && (insertions.toElement || insertions.toHTML)))
2087 if (Object.isElement(content)) {
2110 if (Object.isElement(wrapper))
2774 if (Object.isElement(content)) {
3188 if (Object.isElement(value)) {
5435 if (Object.isElement(element) && Prototype.Selector.match(element, expression)) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js9972 function isElement(value) {
9978 isElement = function(value) {
12877 lodash.isElement = isElement;
H A Dpdfmake.min.js.map1isElement","nodeType","isEmpty","isEqual","isError","isMatch","isNumber","reNative","reHostCtor","…
H A Dpdfmake.min.js8 …e.indexOf=Gn,e.isArguments=fi,e.isArray=ja,e.isBoolean=di,e.isDate=pi,e.isElement=gi,e.isEmpty=vi,…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1isElement(f))&&"chart"!=e?c.deepMerge(a[e],f,d):a instanceof Array&&!d?a.push(f):a[e]=f);return a}…
2isElement(i.label)?m.appendChild(i.label):m.innerHTML=i.label,i["class"]&&(j.className=i["class"])…
H A Dexport.js729 !( v instanceof Function || v instanceof Date || _this.isElement( v ) ) &&
747 isElement: function( thingy ) { method in AmCharts._this
871 if ( _this.isElement( elm ) ) {
1952 if ( _this.isElement( items[ i1 ] ) ) {
1963 if ( _this.isElement( items[ i1 ] ) ) {
2768 if ( _this.isElement( item.label ) ) {
2829 } else if ( _this.isElement( _this.config.divId ) ) {
2837 if ( _this.isElement( _this.setup.menu ) ) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js131 if (Object.isElement(object)) return;
169 isElement: function(object) {
1595 if (Object.isElement(content)) return element.update().insert(content);
1605 else if (!Object.isElement(content)) {
1620 Object.isElement(insertions) || (insertions && (insertions.toElement || insertions.toHTML)))
1631 if (Object.isElement(content)) {
1654 if (Object.isElement(wrapper))
2428 if (Object.isElement(content)) return element.update().insert(content);
2450 if (Object.isElement(content)) {
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12isElement="function"==typeof HTMLElement||"object"==typeof HTMLElement?function(t){return t instan…
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js1071 , isElement: function(o){
1108 if (!this.isElement(elementOrSelector)) {
/plugin/aceeditor/
H A Dbuild.js1 …))return e.length===0;for(var t in e)if(x.has(e,t))return!1;return!0},x.isElement=function(e){retu… function
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js180 if (isElement(object)) return;
218 function isElement(object) { function
256 isElement: isElement,
1867 if (Object.isElement(content))
1907 else if (!Object.isElement(content)) {
1922 Object.isElement(insertions) || (insertions && (insertions.toElement || insertions.toHTML)))
1933 if (Object.isElement(content)) {
1956 if (Object.isElement(wrapper))
2787 if (Object.isElement(content)) {
/plugin/aimg/
H A Dscript.js273 isElement: null, // Function ref to test for an element. property in DragResize.props
397 if (isElement(elm)) { newElement = elm; break }
1253 dragresize.isElement = function(elm) function

12