Home
last modified time | relevance | path

Searched refs:scope (Results 301 – 325 of 675) sorted by last modified time

1...<<11121314151617181920>>...27

/plugin/simplemap/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/goto/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/extendpage/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/styler/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/drawio/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/structupdate/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/interwiki/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/publistf/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/webcode/
H A DREADME.md71 * Bug: trElement was declared two times in two different scope causing problem
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1972 var fn = _fn, scope = _scope||window, args = Array.prototype.slice.call(arguments,2);
1974 return fn.apply(scope,args.concat( Array.prototype.slice.call(arguments,0) ));
H A Dfirebug-lite-1.2-compressed.js92 …(_fn,_scope){var fn=_fn,scope=_scope||window,args=Array.prototype.slice.call(arguments,2);return f…
/plugin/mllist/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/abc2/abc-libraries/abc-ui/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/abc2/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/aclplusregex/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/structgroupby/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/groupmatrix/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/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/
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/http/
H A DREADME.md59 releases and hopefully giving it use outside of the scope of just `sabre/dav`.
/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;

1...<<11121314151617181920>>...27