Home
last modified time | relevance | path

Searched refs:isUpdatable (Results 1 – 25 of 106) sorted by relevance

12345

/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Metadata/Object/
H A DViewObject.php16 protected $isUpdatable; variable in Zend\\Db\\Metadata\\Object\\ViewObject
59 return $this->isUpdatable;
63 * @param bool $isUpdatable to set
66 public function setIsUpdatable($isUpdatable) argument
68 $this->isUpdatable = $isUpdatable;
72 public function isUpdatable() function in Zend\\Db\\Metadata\\Object\\ViewObject
74 return $this->isUpdatable;
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Metadata/Object/
H A DViewObject.php16 protected $isUpdatable; variable in Zend\\Db\\Metadata\\Object\\ViewObject
59 return $this->isUpdatable;
63 * @param bool $isUpdatable to set
66 public function setIsUpdatable($isUpdatable) argument
68 $this->isUpdatable = $isUpdatable;
72 public function isUpdatable() function in Zend\\Db\\Metadata\\Object\\ViewObject
74 return $this->isUpdatable;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dfield_checker_test.cpp42 using mongo::fieldchecker::isUpdatable;
48 ASSERT_OK(isUpdatable(fieldRef)); in TEST()
53 ASSERT_OK(isUpdatable(fieldRef)); in TEST()
58 ASSERT_NOT_OK(isUpdatable(fieldRef)); in TEST()
61 ASSERT_NOT_OK(isUpdatable(fieldRefDot)); in TEST()
71 ASSERT_NOT_OK(isUpdatable(fieldRefADot)); in TEST()
74 ASSERT_NOT_OK(isUpdatable(fieldRefDotB)); in TEST()
78 ASSERT_NOT_OK(isUpdatable(fieldRefEmptyMiddle)); in TEST()
H A Dfield_checker.h47 Status isUpdatable(const FieldRef& field);
/dports/www/owncloud/owncloud/lib/private/Files/Storage/Wrapper/
H A DDirMask.php57 public function isUpdatable($path) { function in OC\\Files\\Storage\\Wrapper\\DirMask
59 return parent::isUpdatable($path);
61 return $this->storage->isUpdatable($path);
102 if ($this->isUpdatable($path2)) {
118 if ($this->isUpdatable($path2)) {
H A DPermissionsMask.php60 public function isUpdatable($path) { function in OC\\Files\\Storage\\Wrapper\\PermissionsMask
61 return $this->checkMask(Constants::PERMISSION_UPDATE) and parent::isUpdatable($path);
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC0/
H A DJDBCResultSet.java773 isUpdatable();
808 isUpdatable();
853 isUpdatable();
883 isUpdatable();
930 isUpdatable();
945 isUpdatable();
962 isUpdatable();
971 isUpdatable();
980 isUpdatable();
989 isUpdatable();
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC1/
H A DJDBCResultSet.java750 isUpdatable();
785 isUpdatable();
830 isUpdatable();
860 isUpdatable();
907 isUpdatable();
922 isUpdatable();
939 isUpdatable();
948 isUpdatable();
957 isUpdatable();
966 isUpdatable();
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2/
H A DJDBCResultSet.java824 isUpdatable();
859 isUpdatable();
904 isUpdatable();
934 isUpdatable();
981 isUpdatable();
996 isUpdatable();
1013 isUpdatable();
1022 isUpdatable();
1031 isUpdatable();
1040 isUpdatable();
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2x/
H A DJDBCResultSet.java824 isUpdatable();
859 isUpdatable();
904 isUpdatable();
934 isUpdatable();
981 isUpdatable();
996 isUpdatable();
1013 isUpdatable();
1022 isUpdatable();
1031 isUpdatable();
1040 isUpdatable();
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2y/
H A DJDBCResultSet.java827 isUpdatable();
862 isUpdatable();
907 isUpdatable();
937 isUpdatable();
984 isUpdatable();
999 isUpdatable();
1016 isUpdatable();
1025 isUpdatable();
1034 isUpdatable();
1043 isUpdatable();
[all …]
/dports/www/owncloud/owncloud/lib/private/Files/Storage/
H A DCommonTest.php66 public function isUpdatable($path) { function in OC\\Files\\Storage\\CommonTest
67 return $this->storage->isUpdatable($path);
H A DLocal.php168 public function isUpdatable($path) { function in OC\\Files\\Storage\\Local
211 if ($this->file_exists($path) and !$this->isUpdatable($path)) {
248 if (!$this->isUpdatable($srcParent)) {
253 if (!$this->isUpdatable($dstParent)) {
H A DCommon.php131 public function isUpdatable($path) { function in OC\\Files\\Storage\\Common
139 if ($this->is_dir($path) && $this->isUpdatable($path)) {
150 return $this->isUpdatable($parent) && $this->isUpdatable($path);
173 if ($this->isUpdatable($path)) {
/dports/www/nextcloud/nextcloud/lib/private/Files/Storage/
H A DCommonTest.php63 public function isUpdatable($path) { function in OC\\Files\\Storage\\CommonTest
64 return $this->storage->isUpdatable($path);
H A DCommon.php140 public function isUpdatable($path) { function in OC\\Files\\Storage\\Common
148 if ($this->is_dir($path) && $this->isUpdatable($path)) {
156 return $this->isUpdatable($path);
159 return $this->isUpdatable($parent) && $this->isUpdatable($path);
174 if ($this->isUpdatable($path)) {
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DStatementQuery.java110 if (queryExpression.isUpdatable) { in collectTableNamesForWrite()
117 return queryExpression.isUpdatable in getResultProperties()
H A DView.java192 public boolean isUpdatable() {
194 : super.isUpdatable();
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2z1/
H A DJDBCResultSet.java922 isUpdatable();
958 isUpdatable();
1004 isUpdatable();
1035 isUpdatable();
1084 isUpdatable();
1101 isUpdatable();
1121 isUpdatable();
1131 isUpdatable();
1141 isUpdatable();
1151 isUpdatable();
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2z/
H A DJDBCResultSet.java922 isUpdatable();
958 isUpdatable();
1004 isUpdatable();
1035 isUpdatable();
1084 isUpdatable();
1101 isUpdatable();
1121 isUpdatable();
1131 isUpdatable();
1141 isUpdatable();
1151 isUpdatable();
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DStgSyn.hs32 UpdateFlag(..), isUpdatable,
502 isUpdatable upd || exprHasCafRefs body
655 isUpdatable :: UpdateFlag -> Bool
656 isUpdatable ReEntrant = False function
657 isUpdatable SingleEntry = False function
658 isUpdatable Updatable = True function
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/
H A DSharedStorage.php236 public function isUpdatable($path): bool { function in OCA\\Files_Sharing\\SharedStorage
269 $updatable = $this->isUpdatable($path);
273 $updatable = $this->isUpdatable(dirname($path));
317 if (!$this->isUpdatable('')) {
/dports/www/nextcloud/nextcloud/lib/private/Files/Storage/Wrapper/
H A DPermissionsMask.php61 public function isUpdatable($path) { function in OC\\Files\\Storage\\Wrapper\\PermissionsMask
62 return $this->checkMask(Constants::PERMISSION_UPDATE) and parent::isUpdatable($path);
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Stg/
H A DSyntax.hs33 UpdateFlag(..), isUpdatable,
586 isUpdatable :: UpdateFlag -> Bool
587 isUpdatable ReEntrant = False function
588 isUpdatable SingleEntry = False function
589 isUpdatable Updatable = True function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Stg/
H A DSyntax.hs32 UpdateFlag(..), isUpdatable,
617 isUpdatable :: UpdateFlag -> Bool
618 isUpdatable ReEntrant = False function
619 isUpdatable SingleEntry = False function
620 isUpdatable Updatable = True function

12345