Searched refs:getType (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/ |
H A D | Container.php | 99 $type = $reflection_parameter->getType();
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 451 …!0):e=!1}e=!e}e&&(b.reset(),b=0)}if(!b&&(b=c||this.getSelection(1),!b||b.getType()==CKEDITOR.SELEC… 464 …edown",function(a){2==a.data.$.button&&((a=c.document.getSelection())&&a.getType()!=CKEDITOR.SELEC… 471 …r.prototype.lockSelection=function(a){a=a||this.getSelection(1);return a.getType()!=CKEDITOR.SELEC… 475 …=m?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:m?function(){var … property 479 …h}};return function(){var a=this.getNative(),c=a&&a.createRange(),d=this.getType();if(!a)return[];… 482 var b;switch(this.getType()){case CKEDITOR.SELECTION_ELEMENT:return this.getSelectedElement();case … 495 …ncestor(a[a.length-1].endContainer):null},scrollIntoView:function(){this.getType()!=CKEDITOR.SELEC… 496 this.getRanges()[0].scrollIntoView()},removeAllRanges:function(){if(this.getType()!=CKEDITOR.SELECT… 727 …if(CKEDITOR.env.ie&&!CKEDITOR.env.quirks){var b=a.getSelection(),c,d,e;b.getType()==CKEDITOR.SELEC… 733 …return CKEDITOR.TRISTATE_OFF;b=a.getSelection();c=b.getRanges();return b.getType()==CKEDITOR.SELEC… [all …]
|