Lines Matching refs:isPlainObject
584 if ($.isPlainObject(info) && window.debugData) {
905 if ($.isPlainObject( val ))
1656 if ( $.isPlainObject( cos ) )
1662 if ( !$.isPlainObject( co ) ) return;
1734 if ($.isPlainObject( pC )) {
1901 if (o.inset && !$.isPlainObject(o.inset)) {
1924 else if (!$.isPlainObject(o.outset)) {
2044 opts.panes[key] = $.isPlainObject(val) ? $.extend(true, {}, val) : val;
3066 , hasChildren = $.isPlainObject( pC ) && !$.isEmptyObject( pC )
4307 if (evt_or_refresh === true && $.isPlainObject(options.outset)) {
4370 if ($.isPlainObject( pC )) {
5360 if (!$.isPlainObject( data ) || $.isEmptyObject( data )) return;
5395 if (!$.isPlainObject( o )) return; // no key, skip pane
5481 if ($.isPlainObject( pC ) && !$.isEmptyObject( pC )) {
5567 if ($.isPlainObject( sm.autoLoad )) {
5580 if (d && $.isPlainObject( d ) && !$.isEmptyObject( d ))