Home
last modified time | relevance | path

Searched refs:_identity (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DNativeLayoutSignatureNode.cs20 private TypeSystemEntity _identity; field in ILCompiler.DependencyAnalysis.NativeLayoutSignatureNode
27 _identity = identity; in NativeLayoutSignatureNode()
34 if (_identity is MethodDesc) in AppendMangledName()
38 else if (_identity is TypeDesc) in AppendMangledName()
42 else if (_identity is FieldDesc) in AppendMangledName()
93 if (_identity is MethodDesc) in CompareToImpl()
95 if (otherSignature._identity is TypeDesc || otherSignature._identity is FieldDesc) in CompareToImpl()
99 else if (_identity is TypeDesc) in CompareToImpl()
107 …return comparer.Compare((TypeDesc)_identity, (TypeDesc)((NativeLayoutSignatureNode)other)._identit… in CompareToImpl()
109 else if (_identity is FieldDesc) in CompareToImpl()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DMarshalByRefObject.cs46 private object _identity; //Keep layout equal to avoid runtime issues field in System.MarshalByRefObject
48 private ServerIdentity _identity; // Holds marshalling iformation of the object
79 get { return _identity; }
80 set { _identity = value; }
91 if (_identity == null) in CreateObjRef()
93 return _identity.CreateObjRef (requestedType); in CreateObjRef()
105 if (_identity == null) in GetLifetimeService()
107 else return _identity.Lease; in GetLifetimeService()
117 if (_identity != null && _identity.Lease != null) in InitializeLifetimeService()
118 return _identity.Lease; in InitializeLifetimeService()
[all …]
/dports/www/thundersnarf/thundersnarf/protected/models/
H A DLoginForm.php25 private $_identity; variable in LoginForm
64 $this->_identity=new UserIdentity($this->username,$this->password);
65 $this->_identity->authenticate();
66 switch($this->_identity->errorCode)
89 if($this->_identity===null)
91 $this->_identity=new UserIdentity($this->username,$this->password);
92 $this->_identity->authenticate();
94 if($this->_identity->errorCode===UserIdentity::ERROR_NONE)
97 Yii::app()->user->login($this->_identity,$duration);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/models/
H A DLoginForm.php9 private $_identity; variable in LoginForm
25 $this->_identity=new UserIdentity('yiier',$this->password);
26 if(!$this->_identity->authenticate())
36 if($this->_identity===null)
38 $this->_identity=new UserIdentity('yiier',$this->password);
39 $this->_identity->authenticate();
41 if($this->_identity->errorCode===UserIdentity::ERROR_NONE)
43 Yii::app()->user->login($this->_identity);
/dports/www/limesurvey/limesurvey/framework/gii/models/
H A DLoginForm.php9 private $_identity; variable in LoginForm
27 $this->_identity=new UserIdentity('yiier',$this->password);
28 if(!$this->_identity->authenticate())
38 if($this->_identity===null)
40 $this->_identity=new UserIdentity('yiier',$this->password);
41 $this->_identity->authenticate();
43 if($this->_identity->errorCode===UserIdentity::ERROR_NONE)
45 Yii::app()->user->login($this->_identity);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/views/webapp/protected/models/
H A DLoginForm.php14 private $_identity; variable in LoginForm
49 $this->_identity=new UserIdentity($this->username,$this->password);
50 if(!$this->_identity->authenticate())
60 if($this->_identity===null)
62 $this->_identity=new UserIdentity($this->username,$this->password);
63 $this->_identity->authenticate();
65 if($this->_identity->errorCode===UserIdentity::ERROR_NONE)
68 Yii::app()->user->login($this->_identity,$duration);
/dports/www/limesurvey/limesurvey/framework/cli/views/webapp/protected/models/
H A DLoginForm.php14 private $_identity; variable in LoginForm
53 $this->_identity=new UserIdentity($this->username,$this->password);
54 if(!$this->_identity->authenticate())
65 if($this->_identity===null)
67 $this->_identity=new UserIdentity($this->username,$this->password);
68 $this->_identity->authenticate();
70 if($this->_identity->errorCode===UserIdentity::ERROR_NONE)
73 Yii::app()->user->login($this->_identity,$duration);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/src/System/Security/Principal/
H A DWindowsPrincipal.cs28 private WindowsIdentity _identity = null; field in System.Security.Principal.WindowsPrincipal
42 _identity = ntIdentity; in WindowsPrincipal()
52 return _identity;
156 if (_identity.AccessToken.IsInvalid) in IsInRole()
161 if (_identity.ImpersonationLevel == TokenImpersonationLevel.None) in IsInRole()
163 if (!Interop.Advapi32.DuplicateTokenEx(_identity.AccessToken, in IsInRole()
176 …nterop.Kernel32.CheckTokenMembershipEx((_identity.ImpersonationLevel != TokenImpersonationLevel.No… in IsInRole()
182 …!Interop.Advapi32.CheckTokenMembership((_identity.ImpersonationLevel != TokenImpersonationLevel.No… in IsInRole()
/dports/devel/pear-Horde_Itip/Horde_Itip-2.1.2/lib/Horde/Itip/Resource/
H A DIdentity.php31 protected $_identity; variable in Horde_Itip_Resource_Identity
52 $this->_identity = $identity;
73 return $this->_identity->getFromAddress()->bare_address;
83 return $this->_identity->getValue('replyto_addr', $this->_reply_to);
93 return $this->_identity->getValue('fullname');
103 return (string)$this->_identity->getDefaultFromAddress(true);
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Hosting/
H A DActivationArguments.cs41 private ApplicationIdentity _identity; field in System.Runtime.Hosting.ActivationArguments
50 _identity = activationData.Identity; in ActivationArguments()
58 _identity = applicationIdentity; in ActivationArguments()
67 _identity = activationContext.Identity; in ActivationArguments()
76 _identity = applicationIdentity; in ActivationArguments()
91 get { return _identity; }
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/agent/
H A Dregscan.cc29 _identity(identity), in regexScanner()
33 rcp.maybeLoad(_identity); in regexScanner()
34 _reg = rx::regex(rcp.getRegexValue(_identity, _type), in regexScanner()
48 _identity(type), in regexScanner()
52 rcp.maybeLoad(_identity,stream); in regexScanner()
53 _reg = rx::regex(rcp.getRegexValue(_identity, _type), in regexScanner()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DProxyIdentityKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityKey()
34 h = com.zeroc.IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityKey()
69 return (_hashCode == other._hashCode) && _identity.equals(other._identity); in equals()
82 final private Identity _identity; field in ProxyIdentityKey
H A DProxyIdentityFacetKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityFacetKey()
35 h = com.zeroc.IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityFacetKey()
71 …return (_hashCode == other._hashCode) && _identity.equals(other._identity) && _facet.equals(other.… in equals()
89 final private Identity _identity; field in ProxyIdentityFacetKey
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DProxyIdentityKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityKey()
34 h = com.zeroc.IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityKey()
69 return (_hashCode == other._hashCode) && _identity.equals(other._identity); in equals()
82 final private Identity _identity; field in ProxyIdentityKey
H A DProxyIdentityFacetKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityFacetKey()
35 h = com.zeroc.IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityFacetKey()
71 …return (_hashCode == other._hashCode) && _identity.equals(other._identity) && _facet.equals(other.… in equals()
89 final private Identity _identity; field in ProxyIdentityFacetKey
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DProxyIdentityKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityKey()
34 h = IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityKey()
69 return (_hashCode == other._hashCode) && _identity.equals(other._identity); in equals()
82 final private Ice.Identity _identity; field in ProxyIdentityKey
H A DProxyIdentityFacetKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityFacetKey()
35 h = IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityFacetKey()
71 …return (_hashCode == other._hashCode) && _identity.equals(other._identity) && _facet.equals(other.… in equals()
89 final private Ice.Identity _identity; field in ProxyIdentityFacetKey
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DProxyIdentityKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityKey()
34 h = IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityKey()
69 return (_hashCode == other._hashCode) && _identity.equals(other._identity); in equals()
82 final private Ice.Identity _identity; field in ProxyIdentityKey
H A DProxyIdentityFacetKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityFacetKey()
35 h = IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityFacetKey()
71 …return (_hashCode == other._hashCode) && _identity.equals(other._identity) && _facet.equals(other.… in equals()
89 final private Ice.Identity _identity; field in ProxyIdentityFacetKey
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DProxyIdentityKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityKey()
34 h = com.zeroc.IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityKey()
69 return (_hashCode == other._hashCode) && _identity.equals(other._identity); in equals()
82 final private Identity _identity; field in ProxyIdentityKey
H A DProxyIdentityFacetKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityFacetKey()
35 h = com.zeroc.IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityFacetKey()
71 …return (_hashCode == other._hashCode) && _identity.equals(other._identity) && _facet.equals(other.… in equals()
89 final private Identity _identity; field in ProxyIdentityFacetKey
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DProxyIdentityKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityKey()
34 h = IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityKey()
69 return (_hashCode == other._hashCode) && _identity.equals(other._identity); in equals()
82 final private Ice.Identity _identity; field in ProxyIdentityKey
H A DProxyIdentityFacetKey.java32 _identity = proxy.ice_getIdentity(); in ProxyIdentityFacetKey()
35 h = IceInternal.HashUtil.hashAdd(h, _identity); in ProxyIdentityFacetKey()
71 …return (_hashCode == other._hashCode) && _identity.equals(other._identity) && _facet.equals(other.… in equals()
89 final private Ice.Identity _identity; field in ProxyIdentityFacetKey
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DChannelAgentForwarding.java167 Identity _identity=(Identity)(identities.elementAt(i)); in write() local
168 if(_identity.getPublicKeyBlob()==null) in write()
170 if(!Util.array_equals(blob, _identity.getPublicKeyBlob())){ in write()
173 if(_identity.isEncrypted()){ in write()
176 while(_identity.isEncrypted()){ in write()
177 if(!userinfo.promptPassphrase("Passphrase for "+_identity.getName())){ in write()
188 if(_identity.setPassphrase(passphrase)){ in write()
198 if(!_identity.isEncrypted()){ in write()
199 identity=_identity; in write()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DChannelAgentForwarding.java167 Identity _identity=(Identity)(identities.elementAt(i)); in write() local
168 if(_identity.getPublicKeyBlob()==null) in write()
170 if(!Util.array_equals(blob, _identity.getPublicKeyBlob())){ in write()
173 if(_identity.isEncrypted()){ in write()
176 while(_identity.isEncrypted()){ in write()
177 if(!userinfo.promptPassphrase("Passphrase for "+_identity.getName())){ in write()
188 if(_identity.setPassphrase(passphrase)){ in write()
198 if(!_identity.isEncrypted()){ in write()
199 identity=_identity; in write()

12345678910>>...25