Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DServerRequestInterface.php210 public function getAttributes(); function
222 * @see getAttributes()
239 * @see getAttributes()
256 * @see getAttributes()
/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/odt/ODT/elements/
H A DODTElementTextBox.php39 $encoded = '<draw:text-box '.$this->getAttributes().'>';
86 public function getAttributes() { function in ODTElementTextBox
/plugin/syntaxhighlightjs/
H A Dhelper.php20 function getAttributes($data) { function in helper_plugin_syntaxhighlightjs
58 $attr = $this->getAttributes($data);
/plugin/swiftmail/Swift/Connection/
H A DMulti.php157 public function getAttributes($name) function in Swift_Connection_Multi
159 return $this->connections[$this->active]->getAttributes($name);
H A DRotator.php190 public function getAttributes($name) function in Swift_Connection_Rotator
192 return $this->connections[$this->active]->getAttributes($name);
/plugin/combo/syntax/
H A Dlabel.php97 $parentAttribute = $parentTag->getAttributes();
108 $tagAttributes = $parentTag->getAttributes();
149 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
H A Dcode.php145 $tagAttributes = $parentTag->getAttributes();
162 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
H A Dtooltip.php164 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
191 $attributes = $openingTag->getAttributes();
/plugin/adfs/phpsaml/lib/Saml/
H A DResponse.php27 return $this->getAttributes();
/plugin/adhoctags/
H A Dhelper.php41 $attList = $this->getAttributes($data);
132 function getAttributes($data) {
134 //dbg('getAttributes("$data="' . $data . '"');
127 function getAttributes($data) { global() function in helper_plugin_adhoctags
/plugin/swiftmail/Swift/
H A DConnection.php65 public function getAttributes($name); function
/plugin/combo/ComboStrap/
H A DTabsTag.php294 $openingTag->getAttributes(),
346 $openingTag->getAttributes(),
366 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
H A DPrismTags.php38 return array(PluginUtility::ATTRIBUTES => $openingTag->getAttributes());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CompleteQueryResponseCompletionResult.php39 public function getAttributes() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CompleteQueryResponseCompletionResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttributes.php40 public function getAttributes() function in Google\\Service\\MyBusinessBusinessInformation\\Attributes
/plugin/refnotes/
H A Drefnote.php27 public function getAttributes() { function in refnotes_refnote
/plugin/authgoogle/google/auth/
H A DGoogle_LoginTicket.php60 public function getAttributes() { function in Google_LoginTicket
/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/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DPubsubTarget.php45 public function getAttributes() function in Google\\Service\\CloudScheduler\\PubsubTarget
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DColumn.php45 public function getAttributes() function in Google\\Service\\Analytics\\Column
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributesInline.php40 public function getAttributes(): array
41 public function getAttributes(): array global() function in League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline
H A DAttributes.php43 public function getAttributes(): array
36 public function getAttributes(): array global() function in League\\CommonMark\\Extension\\Attributes\\Node\\Attributes
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DAnnotation.php37 public function getAttributes() function in Google\\Service\\CloudTrace\\Annotation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DPushConfig.php43 public function getAttributes() function in Google\\Service\\Pubsub\\PushConfig

12345