Home
last modified time | relevance | path

Searched refs:scope (Results 651 – 675 of 675) sorted by path

1...<<21222324252627

/plugin/webdav/
H A Dadmin.php152 echo "<td>{$this->getLockType($lock->scope)}</td>";
183 * @param string $scope
186 private function getLockType($scope) argument
188 switch ($scope) {
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md12 features are out of scope for our projects.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php103 $lockInfo->scope = $row['scope'];
139 $lockInfo->scope,
150 $lockInfo->scope,
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php65 public $scope = self::EXCLUSIVE; variable in Sabre\\DAV\\Locks\\LockInfo
H A DPlugin.php183 if ($existingLock->scope === LockInfo::EXCLUSIVE) {
191 if ($existingLock && $lockInfo->scope != LockInfo::SHARED)
562 $lockInfo->scope = $result->scope;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php75 if ($lock->scope === LockInfo::SHARED) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php36 public $scope; variable in Sabre\\DAV\\Xml\\Request\\Lock
70 $new->scope = LockInfo::SHARED;
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
/plugin/webdav/vendor/sabre/http/
H A DREADME.md59 releases and hopefully giving it use outside of the scope of just `sabre/dav`.
/plugin/webmaster/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/wideredit/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/wikicalendar/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/wikistats/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/wrap/
H A DCOPYING74 covered by this License; they are outside its scope. The act of
134 the scope of this License.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm136 <cflock scope="application" type="readonly" timeout="5">
142 <cflock scope="server" type="readonly" timeout="5">
151 <cflock scope="application" type="readonly" timeout="5">
157 <cflock scope="server" type="readonly" timeout="5">
162 <!--- catch potential "The requested scope application has not been enabled" exception --->
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt102 covered by this License; they are outside its scope. The act of
161 the scope of this License.
457 covered by this License; they are outside its scope. The act of
523 the scope of this License.
558 therefore falls outside the scope of this License.
/plugin/xcom/lang/en/
H A Dfunctions.txt120 ^Parameters |(String) scope, (String) username, (int) permission|
126 ^Parameters |(String) scope, (String) username|
127 ^Description|Delete any ACL rule matching the given scope and user. Use ''@groupname'' instead of '…
/plugin/yalist/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/yourip/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/youtracklinks/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1246 addShortcut(shortcut: string, handler: GanttCallback, scope: string): void;
1780 getShortcutHandler(shortcut: string, scope: string): GanttCallback;
2154 removeShortcut(shortcut: string, scope: any): void;
H A Ddhtmlxgantt.js.map1scope","Timeout","clearFn","_id","_clearFn","unref","ref","enroll","msecs","_idleTimeoutId","_idle…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1scope","scopeObject","getShortcutHandler","getCommandHandler","removeShortcut","type","constructor…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js5853 /* WEBPACK VAR INJECTION */(function(global) {var scope = (typeof global !== "undefined" && global)…
5861 return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);
5864 return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);
5879 this._clearFn.call(scope, this._id);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js420 addShortcut: function(shortcut, handler, scope){ argument
421 var scopeObject = getScope(scope);
426 getShortcutHandler: function(shortcut, scope){ argument
429 return this.getCommandHandler(commands[0], scope);
432 getCommandHandler: function(command, scope){ argument
433 var scopeObject = getScope(scope);
440 removeShortcut: function(shortcut, scope){ argument
441 var scopeObject = getScope(scope);
487 var scope = getScopeName(node);
489 switch (scope){
/plugin/yuriigantt/
H A DLICENSE522 the scope of its coverage, prohibits the exercise of, or is

1...<<21222324252627