Home
last modified time | relevance | path

Searched refs:getDomainID (Results 1 – 25 of 93) sorted by relevance

1234

/dports/security/lego/lego-4.5.3/providers/dns/ibmcloud/internal/
H A Dwrapper.go23 domainID, err := getDomainID(service, domain)
40 domainID, err := getDomainID(service, domain)
55 func getDomainID(service services.Dns_Domain, domain string) (*int, error) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/ibmcloud/internal/
H A Dwrapper.go23 domainID, err := getDomainID(service, domain)
40 domainID, err := getDomainID(service, domain)
55 func getDomainID(service services.Dns_Domain, domain string) (*int, error) { func
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DActorMigration.php267 ->getActorNormalization( $db->getDomainID() )
290 ->getActorNormalization( $dbw->getDomainID() )
318 ->getActorNormalization( $dbw->getDomainID() )
354 ->getActorNormalization( $dbw->getDomainID() )
452 ->getActorNormalization( $db->getDomainID() )
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/loadbalancer/
H A DLoadBalancerSingle.php58 'localDomain' => $params['localDomain'] ?? $this->db->getDomainID(),
75 [ 'localDomain' => $db->getDomainID() ],
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/loadbalancer/
H A DLoadBalancerSingle.php58 'localDomain' => $params['localDomain'] ?? $this->db->getDomainID(),
76 [ 'localDomain' => $db->getDomainID() ],
H A DLoadBalancer.php1066 $domain = $conn->getDomainID();
1194 !$this->localDomain->isCompatible( $conn->getDomainID() )
1197 "Got connection to '{$conn->getDomainID()}', " .
1280 $this->conns[$connInUseKey][$i][$conn->getDomainID()] = $conn;
1299 $this->conns[$connInUseKey][$i][$conn->getDomainID()] = $conn;
1313 if ( !$domainInstance->isCompatible( $conn->getDomainID() ) ) {
1315 "Got connection to '{$conn->getDomainID()}', but expected '$domain'" );
1666 $domain = $conn->getDomainID();
1887 'db_domain' => $conn->getDomainID(),
2391 'db_domain' => $conn->getDomainID(),
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/loadbalancer/
H A DLoadBalancerSingle.php60 'localDomain' => $params['localDomain'] ?? $this->db->getDomainID(),
78 [ 'localDomain' => $db->getDomainID() ],
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/libs/rdbms/database/
H A DDatabaseTest.php673 $this->assertEquals( $ud->getId(), $this->db->getDomainID() );
676 $oldDomain = $this->db->getDomainID();
683 $this->assertSame( $oldDomain, $this->db->getDomainID() );
686 $oldDomain = $this->db->getDomainID();
695 $this->assertSame( "y", $this->db->getDomainID() );
705 $this->assertEquals( $ud->getId(), $this->db->getDomainID() );
716 $oldDomain = $this->db->getDomainID();
730 $this->assertSame( $oldDomain, $this->db->getDomainID() );
741 $this->assertSame( $oldDomain, $this->db->getDomainID() );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/libs/rdbms/database/
H A DDatabaseTest.php654 $this->assertEquals( $ud->getId(), $this->db->getDomainID() );
657 $oldDomain = $this->db->getDomainID();
664 $this->assertSame( $oldDomain, $this->db->getDomainID() );
667 $oldDomain = $this->db->getDomainID();
676 $this->assertSame( "y", $this->db->getDomainID() );
686 $this->assertEquals( $ud->getId(), $this->db->getDomainID() );
697 $oldDomain = $this->db->getDomainID();
711 $this->assertSame( $oldDomain, $this->db->getDomainID() );
722 $this->assertSame( $oldDomain, $this->db->getDomainID() );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/libs/rdbms/database/
H A DDatabaseTest.php654 $this->assertEquals( $ud->getId(), $this->db->getDomainID() );
657 $oldDomain = $this->db->getDomainID();
664 $this->assertSame( $oldDomain, $this->db->getDomainID() );
667 $oldDomain = $this->db->getDomainID();
676 $this->assertSame( "y", $this->db->getDomainID() );
686 $this->assertEquals( $ud->getId(), $this->db->getDomainID() );
697 $oldDomain = $this->db->getDomainID();
711 $this->assertSame( $oldDomain, $this->db->getDomainID() );
722 $this->assertSame( $oldDomain, $this->db->getDomainID() );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/deferred/
H A DLinksDeletionUpdate.php111 __METHOD__, $this->ticket, [ 'domain' => $dbw->getDomainID() ]
119 'domain' => $this->getDB()->getDomainID(),
/dports/www/mediawiki135/mediawiki-1.35.5/includes/deferred/
H A DLinksDeletionUpdate.php112 __METHOD__, $this->ticket, [ 'domain' => $dbw->getDomainID() ]
123 'domain' => $this->getDB()->getDomainID(),
/dports/www/mediawiki136/mediawiki-1.36.3/includes/deferred/
H A DLinksDeletionUpdate.php112 __METHOD__, $this->ticket, [ 'domain' => $dbw->getDomainID() ]
123 'domain' => $this->getDB()->getDomainID(),
/dports/www/mediawiki135/mediawiki-1.35.5/includes/resourceloader/
H A DResourceLoaderWikiModule.php473 if ( $mDB->getDomainID() === $db->getDomainID() ) {
495 $cache->makeGlobalKey( 'resourceloader-titleinfo', $db->getDomainID(), $hash ),
504 $cache->makeGlobalKey( 'resourceloader-titleinfo', $db->getDomainID() ) ]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/db/
H A DLBFactoryTest.php445 $db->getDomainID()
454 $db->getDomainID(),
490 $db->getDomainID()
531 $this->assertSame( '', $db->getDomainID(), "Null domain used" );
681 $conn1->getDomainID()
700 $conn2->getDomainID()
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/db/
H A DLBFactoryTest.php445 $db->getDomainID()
454 $db->getDomainID(),
490 $db->getDomainID()
531 $this->assertSame( '', $db->getDomainID(), "Null domain used" );
681 $conn1->getDomainID()
700 $conn2->getDomainID()
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/db/
H A DLBFactoryTest.php445 $db->getDomainID()
454 $db->getDomainID(),
490 $db->getDomainID()
531 $this->assertSame( '', $db->getDomainID(), "Null domain used" );
681 $conn1->getDomainID()
700 $conn2->getDomainID()
/dports/www/mediawiki136/mediawiki-1.36.3/includes/resourceloader/
H A DResourceLoaderWikiModule.php490 if ( $mDB->getDomainID() === $db->getDomainID() ) {
512 $cache->makeGlobalKey( 'resourceloader-titleinfo', $db->getDomainID(), $hash ),
521 $cache->makeGlobalKey( 'resourceloader-titleinfo', $db->getDomainID() ) ]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/resourceloader/
H A DResourceLoaderWikiModule.php491 if ( $mDB->getDomainID() === $db->getDomainID() ) {
513 $cache->makeGlobalKey( 'resourceloader-titleinfo', $db->getDomainID(), $hash ),
522 $cache->makeGlobalKey( 'resourceloader-titleinfo', $db->getDomainID() ) ]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/jobs/
H A DRecentChangesUpdateJob.php77 $lockKey = $dbw->getDomainID() . ':recentchanges-prune';
130 $lockKey = $dbw->getDomainID() . '-activeusers';
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/jobs/
H A DRecentChangesUpdateJob.php77 $lockKey = $dbw->getDomainID() . ':recentchanges-prune';
130 $lockKey = $dbw->getDomainID() . '-activeusers';
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/jobs/
H A DRecentChangesUpdateJob.php77 $lockKey = $dbw->getDomainID() . ':recentchanges-prune';
130 $lockKey = $dbw->getDomainID() . '-activeusers';
/dports/dns/powerdns/pdns-4.5.2/modules/lmdbbackend/
H A Dlmdbbackend.cc807 zr.domain_id = compoundOrdername::getDomainID(key); in get()
1208 if (co.getDomainID(key.get<StringView>()) != id) { in getBeforeAndAfterNamesAbsolute()
1239 if (cursor.next(key, val) || co.getDomainID(key.get<StringView>()) != id) { in getBeforeAndAfterNamesAbsolute()
1293 if (cursor.prev(key, val) || co.getDomainID(key.get<StringView>()) != id) { in getBeforeAndAfterNamesAbsolute()
1306 if (co.getDomainID(key.get<StringView>()) != id) { in getBeforeAndAfterNamesAbsolute()
1416 if (co.getDomainID(key.get<string_view>()) == id) { in getBeforeAndAfterNames()
1442 if (rc || co.getDomainID(key.get<string_view>()) != id) { in getBeforeAndAfterNames()
1451 if (co.getDomainID(key.get<string_view>()) != id) { in getBeforeAndAfterNames()
1463 if (co.getDomainID(key.get<string_view>()) != id) { in getBeforeAndAfterNames()
1495 if (rc || co.getDomainID(key.get<string_view>()) != id) { in getBeforeAndAfterNames()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DActorMigrationBase.php324 ->getActorNormalization( $dbw->getDomainID() )
365 ->getActorNormalization( $dbw->getDomainID() )
469 ->getActorNormalization( $db->getDomainID() )
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/lbfactory/
H A DLBFactorySingle.php64 [ 'localDomain' => $db->getDomainID() ],

1234