Home
last modified time | relevance | path

Searched refs:getAttributes (Results 76 – 100 of 121) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p1beta1TimestampedObject.php44 public function getAttributes() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1TimestampedObject
H A DGoogleCloudVideointelligenceV1p1beta1Track.php44 public function getAttributes() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1Track
H A DGoogleCloudVideointelligenceV1p2beta1TimestampedObject.php44 public function getAttributes() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1TimestampedObject
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DPubsubMessage.php53 public function getAttributes() function in Google\\Service\\Pubsub\\PubsubMessage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CompleteQueryResponseCompletionResult.php39 public function getAttributes() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CompleteQueryResponseCompletionResult
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php182 public function getAttributes(): array
174 public function getAttributes(): array global() function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php214 public function getAttributes(): array
199 public function getAttributes(): array global() function in FreeDSx\\Ldap\\LdapUrl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php221 public function getAttributes(): array
219 public function getAttributes(): array global() function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
H A DAddRequest.php139 foreach ($this->entry->getAttributes() as $attribute) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php104 foreach ($this->entry->getAttributes() as $attribute) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php114 if (count($request->getAttributes()) !== 0) {
115 foreach ($entry->getAttributes() as $dseAttr) {
117 foreach ($request->getAttributes() as $attribute) {
133 foreach ($entry->getAttributes() as $attribute) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php72 foreach ($entry->getAttributes() as $attribute) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php48 $attributes = AttributesHelper::mergeAttributes($target, $node->getAttributes());
50 $attributes = AttributesHelper::mergeAttributes($node->getAttributes(), $target);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php43 public function getAttributes(): array
36 public function getAttributes(): array global() function in League\\CommonMark\\Extension\\Attributes\\Node\\Attributes
H A DAttributesInline.php40 public function getAttributes(): array
41 public function getAttributes(): array global() function in League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js626getAttributes(),b=this.grammarToString();b&&a.push("grammar:"+b);return 0<a.length?"("+a.join(", "… method in sre.SpeechRule.Component
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …e,new l},getAttributes:function(n,t,i){var f=[],r,o,u,e,s,c,h;if(i&&(c=Bridge.Reflection.getBaseTy…
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8 …e,new l},getAttributes:function(n,t,i){var f=[],r,o,u,e,s,c,h;if(i&&(c=Bridge.Reflection.getBaseTy…
/plugin/refnotes/
H A Dnote.php297 $this->attributes = $note->getAttributes();
H A Drefnote.php27 public function getAttributes() { function in refnotes_refnote
/plugin/refnotes/syntax/
H A Dreferences.php181 return array('render', $reference->getAttributes(), $reference->getData());
184 return array('render', $reference->getAttributes());
/plugin/adfs/phpsaml/
H A DREADME.md782 $_SESSION['samlUserdata'] = $auth->getAttributes();
828 ###### The `getAttributes` method ######
833 $attributes = $auth->getAttributes();
871 $attributes = $auth->getAttributes();
883 returned. For example, if we call to `getAttributes` before a
884 `$auth->processResponse`, the `getAttributes()` will return an
1126 $_SESSION['samlUserdata'] = $auth->getAttributes(); // Retrieves user data
1192 $_SESSION['samlUserdata'] = $auth->getAttributes();
1324 * `getAttributes` - Returns the set of SAML attributes.
1371 * `getAttributes` - Gets the Attributes from the AttributeStatement element.
[all …]
/plugin/adfs/phpsaml/lib/Saml/
H A DResponse.php27 return $this->getAttributes();
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php213 $this->_attributes = $response->getAttributes();
357 public function getAttributes() function in OneLogin_Saml2_Auth

12345