Home
last modified time | relevance | path

Searched refs:cloneable (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/
H A DStatic.php147 $cloneable = NULL;
154 $cloneable = FALSE;
157 if ($cloneable === NULL) {
160 $cloneable = FALSE;
166 if ($cloneable === NULL && method_exists($object, 'isCloneable')) {
167 $cloneable = $object->isCloneable();
170 if ($cloneable === NULL && $object->hasMethod('__clone')) {
172 $cloneable = $method->isPublic();
175 if ($cloneable === NULL) {
176 $cloneable = TRUE;
[all …]
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php110 $cloneable = null;
117 $cloneable = false;
120 if ($cloneable === null) {
123 $cloneable = false;
129 if ($cloneable === null && method_exists($object, 'isCloneable')) {
130 $cloneable = $object->isCloneable();
133 if ($cloneable === null && $object->hasMethod('__clone')) {
135 $cloneable = $method->isPublic();
138 if ($cloneable === null) {
139 $cloneable = true;
[all …]
/dports/devel/pear-PHPUnit_MockObject/phpunit-mock-objects-4.0.1/src/Invocation/
H A DStatic.php167 $cloneable = null;
174 $cloneable = false;
177 if ($cloneable === null) {
180 $cloneable = false;
186 if ($cloneable === null && method_exists($object, 'isCloneable')) {
187 $cloneable = $object->isCloneable();
190 if ($cloneable === null && $object->hasMethod('__clone')) {
192 $cloneable = $method->isPublic();
195 if ($cloneable === null) {
196 $cloneable = true;
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/var-exporter/Internal/
H A DRegistry.php27 public static $cloneable = []; variable in Symfony\\Component\\VarExporter\\Internal\\Registry
66 …atic function getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) argument
78 …= self::$reflectors[$name = $reflector->name] ?? self::getClassReflector($name, false, $cloneable);
79 self::$cloneable[$class] = self::$cloneable[$name];
115 if (null === $cloneable) {
120 $cloneable = $reflector->isCloneable() && !$reflector->hasMethod('__clone');
123 self::$cloneable[$class] = $cloneable;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/var-exporter/Internal/
H A DRegistry.php27 public static $cloneable = []; variable in Symfony\\Component\\VarExporter\\Internal\\Registry
66 …atic function getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) argument
78 …= self::$reflectors[$name = $reflector->name] ?? self::getClassReflector($name, false, $cloneable);
79 self::$cloneable[$class] = self::$cloneable[$name];
115 if (null === $cloneable) {
120 $cloneable = $reflector->isCloneable() && !$reflector->hasMethod('__clone');
123 self::$cloneable[$class] = $cloneable;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/var-exporter/Internal/
H A DRegistry.php27 public static $cloneable = []; variable in Symfony\\Component\\VarExporter\\Internal\\Registry
66 …atic function getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) argument
78 …= self::$reflectors[$name = $reflector->name] ?? self::getClassReflector($name, false, $cloneable);
79 self::$cloneable[$class] = self::$cloneable[$name];
105 if (null === $cloneable) {
110 $cloneable = $reflector->isCloneable() && !$reflector->hasMethod('__clone');
113 self::$cloneable[$class] = $cloneable;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/var-exporter/Internal/
H A DRegistry.php27 public static $cloneable = []; variable in Symfony\\Component\\VarExporter\\Internal\\Registry
66 …atic function getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) argument
78 …= self::$reflectors[$name = $reflector->name] ?? self::getClassReflector($name, false, $cloneable);
79 self::$cloneable[$class] = self::$cloneable[$name];
115 if (null === $cloneable) {
120 $cloneable = $reflector->isCloneable() && !$reflector->hasMethod('__clone');
123 self::$cloneable[$class] = $cloneable;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/var-exporter/Internal/
H A DRegistry.php27 public static $cloneable = []; variable in Symfony\\Component\\VarExporter\\Internal\\Registry
66 …atic function getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) argument
78 …= self::$reflectors[$name = $reflector->name] ?? self::getClassReflector($name, false, $cloneable);
79 self::$cloneable[$class] = self::$cloneable[$name];
105 if (null === $cloneable) {
110 $cloneable = $reflector->isCloneable() && !$reflector->hasMethod('__clone');
113 self::$cloneable[$class] = $cloneable;
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestStringStream.cpp38 nsCOMPtr<nsICloneableInputStream> cloneable = do_QueryInterface(stream); in TestStringStreamClone() local
39 ASSERT_TRUE(cloneable != nullptr); in TestStringStreamClone()
40 ASSERT_TRUE(cloneable->GetCloneable()); in TestStringStreamClone()
43 rv = cloneable->Clone(getter_AddRefs(clone)); in TestStringStreamClone()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestStringStream.cpp40 nsCOMPtr<nsICloneableInputStream> cloneable = do_QueryInterface(stream); in TestStringStreamClone() local
41 ASSERT_TRUE(cloneable != nullptr); in TestStringStreamClone()
42 ASSERT_TRUE(cloneable->GetCloneable()); in TestStringStreamClone()
45 rv = cloneable->Clone(getter_AddRefs(clone)); in TestStringStreamClone()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/gtest/
H A DTestStringStream.cpp40 nsCOMPtr<nsICloneableInputStream> cloneable = do_QueryInterface(stream); in TestStringStreamClone() local
41 ASSERT_TRUE(cloneable != nullptr); in TestStringStreamClone()
42 ASSERT_TRUE(cloneable->GetCloneable()); in TestStringStreamClone()
45 rv = cloneable->Clone(getter_AddRefs(clone)); in TestStringStreamClone()
/dports/devel/R-cran-R6/R6/R/
H A Dr6_class.R472 lock_class = FALSE, cloneable = TRUE, argument
516 generator$cloneable <- cloneable
528 if (cloneable)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/GROpenSourceDev/go-ntlm-auth/ntlm/
H A Dntlm_test.go129 func assertCloneableBody(t *testing.T, cloneable *cloneableBody, expectedBody, expectedBuffer strin…
130 buffer := string(cloneable.bytes)
135 if cloneable.closed {
139 by, err := ioutil.ReadAll(cloneable)
144 if err := cloneable.Close(); err != nil {
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) {
110 wc.clone_callback = cloneable ? clone_callback : NULL;
141 if (cloneable || !dirty ) {
149 if (dirty == CACHETABLE_DIRTY && cloneable) {
159 if (cloneable || !dirty ) {
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-simple-clone.cc97 test_clean (enum cachetable_dirty dirty, bool cloneable) { in test_clean() argument
110 wc.clone_callback = cloneable ? clone_callback : NULL; in test_clean()
141 if (cloneable || !dirty ) { in test_clean()
149 if (dirty == CACHETABLE_DIRTY && cloneable) { in test_clean()
159 if (cloneable || !dirty ) { in test_clean()

12345678910>>...18