Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 138) sorted by relevance

123456

/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php210 public function getAttributes(); function
222 * @see getAttributes()
239 * @see getAttributes()
256 * @see getAttributes()
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php210 public function getAttributes(): array; function
222 * @see getAttributes()
239 * @see getAttributes()
256 * @see getAttributes()
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
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/odt/ODT/elements/
DODTElementTextBox.php39 $encoded = '<draw:text-box '.$this->getAttributes().'>';
86 public function getAttributes() { function in ODTElementTextBox
/plugin/asciidocjs/node_modules/pug-filters/lib/
Dhandle-filters.js17 var attrs = getAttributes(node, options);
23 var attrs = getAttributes(firstFilter, options);
29 var attrs = getAttributes(filter, options);
93 function getAttributes(node, options) { function
/plugin/syntaxhighlightjs/
Dhelper.php20 function getAttributes($data) { function in helper_plugin_syntaxhighlightjs
58 $attr = $this->getAttributes($data);
/plugin/swiftmail/Swift/Connection/
DMulti.php157 public function getAttributes($name) function in Swift_Connection_Multi
159 return $this->connections[$this->active]->getAttributes($name);
DRotator.php190 public function getAttributes($name) function in Swift_Connection_Rotator
192 return $this->connections[$this->active]->getAttributes($name);
/plugin/combo/syntax/
Dlabel.php97 $parentAttribute = $parentTag->getAttributes();
108 $tagAttributes = $parentTag->getAttributes();
149 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
Dcode.php145 $tagAttributes = $parentTag->getAttributes();
162 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
Dtooltip.php164 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
191 $attributes = $openingTag->getAttributes();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
DPagingRequestComparator.php70 && $this->attributesMatch($oldSearch->getAttributes(), $newSearch->getAttributes())
/plugin/combo/ComboStrap/
DTabsTag.php294 $openingTag->getAttributes(),
346 $openingTag->getAttributes(),
366 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
/plugin/saml/phpsaml/lib/Saml/
DResponse.php27 return $this->getAttributes();
/plugin/adfs/phpsaml/lib/Saml/
DResponse.php27 return $this->getAttributes();
/plugin/swiftmail/Swift/
DConnection.php65 public function getAttributes($name); function
/plugin/adhoctags/
Dhelper.php41 $attList = $this->getAttributes($data);
132 function getAttributes($data) { function in helper_plugin_adhoctags
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2CompleteQueryResponseCompletionResult.php39 public function getAttributes() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CompleteQueryResponseCompletionResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DAttributes.php40 public function getAttributes() function in Google\\Service\\MyBusinessBusinessInformation\\Attributes
/plugin/refnotes/
Drefnote.php27 public function getAttributes() { function in refnotes_refnote
/plugin/authgoogle/google/auth/
DGoogle_LoginTicket.php60 public function getAttributes() { function in Google_LoginTicket
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
DPubsubTarget.php45 public function getAttributes() function in Google\\Service\\CloudScheduler\\PubsubTarget
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DColumn.php45 public function getAttributes() function in Google\\Service\\Analytics\\Column
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
DAnnotation.php37 public function getAttributes() function in Google\\Service\\CloudTrace\\Annotation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
DPushConfig.php43 public function getAttributes() function in Google\\Service\\Pubsub\\PushConfig

123456