Home
last modified time | relevance | path

Searched refs:isSticky (Results 1 – 2 of 2) sorted by relevance

/plugin/twofactor/action/
H A Dlogin.php69 $this->isSticky()
186 protected function isSticky()
179 protected function isSticky() global() function in action_plugin_twofactor_login
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js4176 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);