Searched refs:isSticky (Results 1 – 3 of 3) sorted by relevance
| /plugin/twofactor/action/ |
| D | login.php | 69 $this->isSticky() 186 protected function isSticky() function in action_plugin_twofactor_login
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 4176 View.prototype.reportExternalDrop = function (singleEventDef, isEvent, isSticky, el, ev, ui) { 4178 this.calendar.eventManager.addEventDef(singleEventDef, isSticky); 9065 EventManager.prototype.addEventDef = function (eventDef, isSticky) { 9066 if (isSticky) { 11390 Calendar.prototype.renderEvents = function (eventInputs, isSticky) { 11393 this.renderEvent(eventInputs[i], isSticky); 11397 Calendar.prototype.renderEvent = function (eventInput, isSticky) { 11398 if (isSticky === void 0) { isSticky = false; } 11402 eventManager.addEventDef(eventDef, isSticky);
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …isSticky=!0,this._isStickyToTheBottomOfLimiter=!1,this._stickyTopOffset=e,this._stickyBottomOffset…
|