Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 25 of 62) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DLock.php35 class Lock class
64 public static function create(string $name): Lock
66 return new Lock($name);
72 function acquire(): Lock
108 register_shutdown_function([Lock::class, 'shutdownHandling'], $this->lockName);
142 Lock::create($name)->release();
171 public function setTimeout(int $int): Lock
H A DEvent.php314 public static function getLock(): Lock
316 return Lock::create("combo-event");
/plugin/combo/action/
H A Deventsystem.php16 use ComboStrap\Lock; alias
27 private static Lock $taskRunnerlock;
52 self::$taskRunnerlock = Lock::create("combo-taskrunner");
H A Dindexer.php22 use ComboStrap\Lock; alias
89 $lock = Lock::create("combo-indexer");
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckpanel.js140 FCKFocusManager.Lock() ;
143 this.ParentPanel.Lock() ;
260 FCKPanel.prototype.Lock = function() method in FCKPanel
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckpanel.js166 FCK.ToolbarSet.CurrentInstance.FocusManager.Lock() ;
169 this.ParentPanel.Lock() ;
295 FCKPanel.prototype.Lock = function() method in FCKPanel
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdialog_ie.js34 FCKFocusManager.Lock() ;
Dfckdialog_gecko.js39 FCKFocusManager.Lock() ;
Dfck.js1004 Lock : function()
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdialog_ie.js34 FCKFocusManager.Lock() ;
Dfckdialog_gecko.js39 FCKFocusManager.Lock() ;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
DLock.php21 class Lock implements XmlDeserializable { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php21 class Lock implements XmlDeserializable { class
/plugin/virtualkeyboard/vk/
Dreadme.txt69 % ������� Caps Lock �������� ������� Shift
/plugin/mermaid/
H A DREADME.md81 …y form the server, simply hover your mouse over the diagram to reveal the Lock button. Clicking it…
107 ### Visibility of Save and Lock Button
/plugin/asciidocjs/node_modules/is-regex/
DCHANGELOG.md166 - Lock covert to v1.0.0. [`9a90b03`](https://github.com/inspect-js/is-regex/commit/9a90b03fb390e66f…
/plugin/ckgedit/ckeditor/lang/
Den.js.4.95 … on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Imag…
Dlang_array.txt388 "lockRatio": "Lock Ratio",
Den.js-4.9.merged5 … on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Imag…
/plugin/ckgdoku/ckeditor/lang/
Dlang_array.txt388 "lockRatio": "Lock Ratio",
Den.js.unc5 … on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Imag…
Den.js.beautified384 lockRatio: "Lock Ratio",
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js75Lock();if (this.ParentPanel) this.ParentPanel.Lock();this.MainNode.style.width=B?B+'px':'';this.Ma… method in FCKPanel
91 …th="+D+",height="+E+",top="+H+",left="+I;if (!F) F=window;FCKFocusManager.Lock();var K=F.open('','…
Dfckeditorcode_ie.js76Lock();if (this.ParentPanel) this.ParentPanel.Lock();this.MainNode.style.width=B?B+'px':'';this.Ma… method in FCKPanel
92 …G?'yes':'no')+';dialogWidth:'+D+'px;dialogHeight:'+E+'px';FCKFocusManager.Lock();var I='B';try{I=F…
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md947 * Changed: Completely refactored the Lock plugin to deal with the new If: header
1696 * Fixed: Issue 118: Lock tokens in If headers without a uri should be treated as
1923 * Fixed: Issue 34: Incorrect Lock-Token response header for LOCK. Fixes Office
2050 * Fixed: Issue 34: Invalid Lock-Token header response.

123