Home
last modified time | relevance | path

Searched refs:globalKey (Results 1 – 25 of 71) sorted by relevance

123

/dports/games/einstein/einstein-2.0/
H A Dregstorage.cpp10 0, KEY_READ, &globalKey)) in RegistryStorage()
11 globalKey = NULL; in RegistryStorage()
26 if (globalKey) in ~RegistryStorage()
27 RegCloseKey(globalKey); in ~RegistryStorage()
36 if (globalKey) { in get()
40 if (! RegQueryValueEx(globalKey, uname.c_str(), NULL, &type, in get()
63 if (globalKey) { in get()
66 if (! RegQueryValueEx(globalKey, uname.c_str(), NULL, &type, in get()
71 if (! RegQueryValueEx(globalKey, uname.c_str(), NULL, &type, in get()
/dports/sysutils/istio/istio-1.6.7/operator/pkg/apis/istio/v1alpha1/
H A Dcommon.go25 globalKey = "global" const
37 if iops.Values[globalKey] == nil {
40 v := iops.Values[globalKey].(map[string]interface{})
56 if iops.Values[globalKey] == nil {
57 iops.Values[globalKey] = make(map[string]interface{})
59 v := iops.Values[globalKey].(map[string]interface{})
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/tests/
H A DMediaWikiIntegrationTestCaseTest.php54 public function testSetGlobalsAreRestoredOnTearDown( $globalKey, $newValue ) { argument
55 $this->setMwGlobals( $globalKey, $newValue );
58 $GLOBALS[$globalKey],
65 self::$startGlobals[$globalKey],
66 $GLOBALS[$globalKey],
76 $globalKey = 'abcdefg1234567';
77 $this->setMwGlobals( $globalKey, true );
79 $GLOBALS[$globalKey],
86 isset( $GLOBALS[$globalKey] ),
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/tests/
H A DMediaWikiIntegrationTestCaseTest.php57 public function testSetGlobalsAreRestoredOnTearDown( $globalKey, $newValue ) { argument
58 $this->setMwGlobals( $globalKey, $newValue );
61 $GLOBALS[$globalKey],
68 self::$startGlobals[$globalKey],
69 $GLOBALS[$globalKey],
79 $globalKey = 'abcdefg1234567';
80 $this->setMwGlobals( $globalKey, true );
82 $GLOBALS[$globalKey],
89 isset( $GLOBALS[$globalKey] ),
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/tests/
H A DMediaWikiIntegrationTestCaseTest.php57 public function testSetGlobalsAreRestoredOnTearDown( $globalKey, $newValue ) { argument
58 $this->setMwGlobals( $globalKey, $newValue );
61 $GLOBALS[$globalKey],
68 self::$startGlobals[$globalKey],
69 $GLOBALS[$globalKey],
79 $globalKey = 'abcdefg1234567';
80 $this->setMwGlobals( $globalKey, true );
82 $GLOBALS[$globalKey],
89 isset( $GLOBALS[$globalKey] ),
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Dfunctor.hh26 void operator() ( const LocalKey localKey, const GlobalKey &globalKey ) const in operator ()()
28 … functor_( std::make_pair( localIndex_, localKey ), std::make_pair( globalIndex_, globalKey ) ); in operator ()()
49 void operator() ( const LocalKey &localKey, const GlobalKey &globalKey ) const in operator ()()
51 ….mapEach( entity_, IndexFunctor< Functor, LocalKey, GlobalKey >( functor_, localKey, globalKey ) ); in operator ()()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/tuplediscretefunction/
H A Dfunctor.hh25 void operator() ( std::size_t local, const GlobalKey &globalKey ) const in operator ()()
30 const int index = globalKey.index(); in operator ()()
52 void operator() ( std::size_t local, const GlobalKey &globalKey ) const in operator ()()
57 const int index = globalKey.index(); in operator ()()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/changes/
H A DChangesListFilterGroup.php223 * @param string $globalKey i18n key for top-level conflict message
229 public function conflictsWith( $other, $globalKey, $forwardKey, $backwardKey ) { argument
230 if ( $globalKey === null || $forwardKey === null || $backwardKey === null ) {
236 $globalKey,
242 $globalKey,
H A DChangesListFilter.php189 * @param string $globalKey i18n key for top-level conflict message
195 public function conflictsWith( $other, $globalKey, $forwardKey, $backwardKey ) { argument
196 if ( $globalKey === null || $forwardKey === null || $backwardKey === null ) {
202 $globalKey,
208 $globalKey,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/changes/
H A DChangesListFilterGroup.php223 * @param string $globalKey i18n key for top-level conflict message
229 public function conflictsWith( $other, $globalKey, $forwardKey, $backwardKey ) { argument
230 if ( $globalKey === null || $forwardKey === null || $backwardKey === null ) {
236 $globalKey,
242 $globalKey,
H A DChangesListFilter.php188 * @param string $globalKey i18n key for top-level conflict message
194 public function conflictsWith( $other, $globalKey, $forwardKey, $backwardKey ) { argument
195 if ( $globalKey === null || $forwardKey === null || $backwardKey === null ) {
201 $globalKey,
207 $globalKey,
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Ddefaultcommhandler.hh72 void operator () ( const size_t local, const GlobalKey& globalKey ) const in operator ()()
74 const auto &block = function_->dofVector()[ globalKey ]; in operator ()()
91 void operator () ( const size_t local, const GlobalKey& globalKey ) const in operator ()()
93 auto &&block = function_->dofVector()[ globalKey ]; in operator ()()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/changes/
H A DChangesListFilter.php188 * @param string $globalKey i18n key for top-level conflict message
194 public function conflictsWith( $other, $globalKey, $forwardKey, $backwardKey ) { argument
195 if ( $globalKey === null || $forwardKey === null || $backwardKey === null ) {
201 $globalKey,
207 $globalKey,
H A DChangesListFilterGroup.php223 * @param string $globalKey i18n key for top-level conflict message
229 public function conflictsWith( $other, $globalKey, $forwardKey, $backwardKey ) { argument
230 if ( $globalKey === null || $forwardKey === null || $backwardKey === null ) {
236 $globalKey,
242 $globalKey,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php818 foreach ( $globalKeys as $globalKey ) {
823 !array_key_exists( $globalKey, $this->mwGlobals ) &&
826 if ( !array_key_exists( $globalKey, $GLOBALS ) ) {
827 $this->mwGlobalsToUnset[$globalKey] = $globalKey;
834 $this->mwGlobals[$globalKey] = $GLOBALS[$globalKey];
838 $GLOBALS[$globalKey] instanceof Language ||
839 $GLOBALS[$globalKey] instanceof User ||
840 $GLOBALS[$globalKey] instanceof FauxRequest
842 $this->mwGlobals[$globalKey] = clone $GLOBALS[$globalKey];
845 $this->mwGlobals[$globalKey] = unserialize( serialize( $GLOBALS[$globalKey] ) );
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/common/
H A Dfunctor.hh115 void operator () ( std::size_t local, const GlobalKey& globalKey ) const in operator ()()
117 Hybrid::forEach( BlockIndices(), [ this, local, &globalKey ] ( auto &&i ) { in operator ()()
118 functor_( local*blockSize + i, dofVector_[ globalKey ][ i ] ); in operator ()()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php824 foreach ( $globalKeys as $globalKey ) {
829 !array_key_exists( $globalKey, $this->mwGlobals ) &&
832 if ( !array_key_exists( $globalKey, $GLOBALS ) ) {
833 $this->mwGlobalsToUnset[$globalKey] = $globalKey;
840 $this->mwGlobals[$globalKey] = $GLOBALS[$globalKey];
844 $GLOBALS[$globalKey] instanceof Language ||
845 $GLOBALS[$globalKey] instanceof User ||
846 $GLOBALS[$globalKey] instanceof FauxRequest
848 $this->mwGlobals[$globalKey] = clone $GLOBALS[$globalKey];
851 $this->mwGlobals[$globalKey] = unserialize( serialize( $GLOBALS[$globalKey] ) );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php840 foreach ( $globalKeys as $globalKey ) {
845 !array_key_exists( $globalKey, $this->mwGlobals ) &&
848 if ( !array_key_exists( $globalKey, $GLOBALS ) ) {
849 $this->mwGlobalsToUnset[$globalKey] = $globalKey;
856 $this->mwGlobals[$globalKey] = $GLOBALS[$globalKey];
860 $GLOBALS[$globalKey] instanceof Language ||
861 $GLOBALS[$globalKey] instanceof User ||
862 $GLOBALS[$globalKey] instanceof FauxRequest
864 $this->mwGlobals[$globalKey] = clone $GLOBALS[$globalKey];
867 $this->mwGlobals[$globalKey] = unserialize( serialize( $GLOBALS[$globalKey] ) );
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/syncthing/cli/
H A Dindex_idxck.go28 type globalKey struct { struct
48 globals := make(map[globalKey]db.VersionList)
50 needs := make(map[globalKey]struct{})
98 globals[globalKey{folder, name}] = flv
121 needs[globalKey{folder, name}] = struct{}{}
198 _, ok := globals[globalKey{fk.folder, fk.name}]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dpowermapper.hh76 void operator() ( int localBlock, const GlobalKey &globalKey ) in operator ()()
80 functor_( localDof, globalKey + component * offset_ ); in operator ()()
84 void operator() ( const GlobalKey &globalKey ) in operator ()()
87 functor_( globalKey + component * offset_ ); in operator ()()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/
H A Dfunctor.hh80 void operator() ( const std::size_t local, const Value &globalKey ) const in operator ()()
83 value_ = globalKey; in operator ()()
/dports/misc/concourse/concourse-6.7.2/tsa/cmd/tsa/
H A Dreport_containers_test.go27 tsaClient.PrivateKey = globalKey
132 tsaClient.PrivateKey = globalKey
/dports/net/concourse-fly/concourse-6.7.1/tsa/cmd/tsa/
H A Dcontainers_to_destroy_test.go27 tsaClient.PrivateKey = globalKey
136 tsaClient.PrivateKey = globalKey
H A Dreport_containers_test.go27 tsaClient.PrivateKey = globalKey
132 tsaClient.PrivateKey = globalKey
H A Dreport_volumes_test.go27 tsaClient.PrivateKey = globalKey
132 tsaClient.PrivateKey = globalKey

123