Home
last modified time | relevance | path

Searched refs:attributes (Results 151 – 175 of 644) sorted by relevance

12345678910>>...26

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php189 * @param string|Attribute ...$attributes
191 public static function search(FilterInterface $filter, ...$attributes): SearchRequest
193 return new SearchRequest($filter, ...$attributes);
200 * @param string|Attribute ...$attributes
202 public static function read(string $baseDn, ...$attributes): SearchRequest
204 return (new SearchRequest(Filters::present('objectClass'), ...$attributes))->base($baseDn)->useBaseScope();
210 * @param string|Attribute ...$attributes
212 public static function list(FilterInterface $filter, string $baseDn, ...$attributes): SearchRequest
214 return (new SearchRequest($filter, ...$attributes))->base($baseDn)->useSingleLevelScope();
187 search(FilterInterface $filter, ...$attributes) global() argument
198 read(string $baseDn, ...$attributes) global() argument
208 list(FilterInterface $filter, string $baseDn, ...$attributes) global() argument
H A DLdapUrl.php76 protected $attributes = [];
216 return $this->attributes;
220 * @param string|Attribute ...$attributes
223 public function setAttributes(...$attributes)
226 foreach ($attributes as $attribute) {
229 $this->attributes = $attr;
368 if (count($this->attributes) !== 0) {
372 }, $this->attributes));
62 protected $attributes = []; global() variable in FreeDSx\\Ldap\\LdapUrl
208 setAttributes(...$attributes) global() argument
/plugin/odt/ODT/
H A DODTParagraph.php27 …* @param string $attributes The attributes belonging o the element, e.g. 'class="ex…
29 …unction paragraphOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $attributes=NULL){ argument
117 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
156 …* @param string $attributes The attributes belonging o the element, e.g. 'class="ex…
158 …ic static function paragraphOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){ argument
165 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
H A DODTSpan.php18 …c static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=NULL){ argument
24 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
52 … public static function spanOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){ argument
54 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
116 public static function createSpanInternal (ODTInternalParams $params, $attributes) { argument
119 ODTUtility::getHTMLElementProperties ($params, $properties, 'span', $attributes);
H A DODTList.php21 …listOpen(ODTInternalParams $params, $continue=false, $styleName, $element=NULL, $attributes=NULL) { argument
25 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
73 … public function listItemOpen(ODTInternalParams $params, $level, $element=NULL, $attributes=NULL) { argument
89 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
129 …ublic function listHeaderOpen(ODTInternalParams $params, $level, $element=NULL, $attributes=NULL) { argument
145 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
176 …static public function listContentOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL)… argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php
H A DAttributesInlineParser.php36 $attributes = AttributesHelper::parseAttributes($cursor);
37 if ($attributes === []) {
49 $node = new AttributesInline($attributes, $char === ' ' || $char === '');
/plugin/bootswrapper/syntax/
H A Dalert.php50 list($state, $match, $pos, $attributes) = $data;
53 extract($attributes);
55 $html_attributes = $this->mergeCoreAttributes($attributes);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1App.php101 public function setAttributes($attributes) argument
103 $this->attributes = $attributes;
110 return $this->attributes;
H A DGoogleCloudApigeeV1Developer.php123 public function setAttributes($attributes) argument
125 $this->attributes = $attributes;
132 return $this->attributes;
H A DGoogleCloudApigeeV1Organization.php32 public $attributes; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Organization
139 public function setAttributes($attributes) argument
141 $this->attributes = $attributes;
148 return $this->attributes;
H A DGoogleCloudApigeeV1ApiProduct.php113 public function setAttributes($attributes) argument
115 $this->attributes = $attributes;
122 return $this->attributes;
/plugin/combo/syntax/
H A Dtext.php110 $attributes = TagAttributes::createFromTagMatch($match,[],[],true);
111 $callStackArray = $attributes->toCallStackArray();
128 $attributes = $openingCall->getAttributes();
131 $callStack->processEolToEndStack($attributes);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php221 $attrs = $v->attributes();
243 …ibute && null === $metadata->xmlDiscriminatorNamespace && isset($data->attributes()->{$metadata->d…
244 return (string) $data->attributes()->{$metadata->discriminatorFieldName};
247 …ibute && null !== $metadata->xmlDiscriminatorNamespace && isset($data->attributes($metadata->xmlDi…
248 …return (string) $data->attributes($metadata->xmlDiscriminatorNamespace)->{$metadata->discriminator…
285 $attributes = $data->attributes($metadata->xmlNamespace);
286 if (isset($attributes[$name])) {
287 return $this->navigator->accept($attributes[$name], $metadata->type);
433 $xsiAttributes = $value->attributes('http://www.w3.org/2001/XMLSchema-instance');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DSpan.php70 public function setAttributes(Attributes $attributes) argument
72 $this->attributes = $attributes;
79 return $this->attributes;
/plugin/glossary/
H A Dscript.js84 for (var i = 0; i < a.attributes.length; i++)
85 if (a.attributes [i].name == name) {
86 valA = a.attributes [i].nodeValue;
90 for (var i = 0; i < b.attributes.length; i++)
91 if (b.attributes [i].name == name) {
92 valB = b.attributes [i].nodeValue;
/plugin/refnotes/
H A Dcore.php342 public function addReference($attributes, $data) {
343 $note = $this->getNote($attributes['ns'], $attributes['name']);
344 $reference = new refnotes_renderer_reference($note, $attributes, $data);
469 public function addReference($attributes, $data, $call) {
470 $note = $this->getNote($attributes['ns'], $attributes['name']);
471 $reference = new refnotes_action_reference($note, $attributes, $data, $call);
341 addReference($attributes, $data) global() argument
449 addReference($attributes, $data, $call) global() argument
/plugin/combo/ComboStrap/
H A DEditButton.php103 public static function createFromCallStackArray($attributes): EditButton argument
105 $label = $attributes[\syntax_plugin_combo_edit::LABEL];
106 $startPosition = $attributes[\syntax_plugin_combo_edit::START_POSITION];
107 $endPosition = $attributes[\syntax_plugin_combo_edit::END_POSITION];
108 $wikiId = $attributes[TagAttributes::WIKI_ID];
113 $headingId = $attributes[\syntax_plugin_combo_edit::HEADING_ID];
117 $sectionId = $attributes[\syntax_plugin_combo_edit::SECTION_ID];
121 $format = $attributes[\syntax_plugin_combo_edit::FORMAT];
H A DCall.php371 * @return mixed the data returned from the {@link DokuWiki_Syntax_Plugin::handle} (ie attributes, payload, ...)
432 $attributes = &$data[PluginUtility::ATTRIBUTES];
433 if (!is_array($attributes)) {
434 $message = "The attributes value are not an array for the call ($this), the value was wrapped in an array";
436 $attributes = [$attributes];
438 return $attributes;
454 function updateToPluginComponent($component, $state, $attributes = array()) argument
465 PluginUtility::ATTRIBUTES => $attributes,
669 $attributes
[all...]
/plugin/structgeohash/types/
H A DGeoHash.php76 $attributes = buildAttributes($params, true);
81 return "<input $attributes disabled><div $attributes_div></div>";
83 return "<input $attributes><div $attributes_div></div>";
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php159 $lat = $node->attributes->getNamedItem("lat")->nodeValue;
160 $lon = $node->attributes->getNamedItem("lon")->nodeValue;
259 * to: ['name' => 'Test', 'link' => ['text'] => 'Example', '@attributes' => ['href' => 'example.com']]
289 // As of the GPX specification text node cannot have attributes, thus this never happens
292 $attributes = [];
293 foreach ($node->attributes as $attribute) {
295 $attributes[$attribute->name] = trim($attribute->value);
298 if (count($attributes)) {
299 $result['@attributes'] = $attributes;
[all...]
/plugin/pdb/classes/
H A D_xml.php13 var $attributes; variable in Xml
32 $NowObj[$Index]->attributes = $Xml_Value["attributes"];
37 $NowObj[$Index]->attributes = $Xml_Value["attributes"];
/plugin/pubchem/classes/
H A D_xml.php13 var $attributes; variable in Xml
27 $AT = "attributes";
34 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
39 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
/plugin/pubmed/classes/
H A D_xml.php13 var $attributes; variable in Xml
27 $AT = "attributes";
34 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
39 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
/plugin/fedauth/Auth/Yadis/
H A DXML.php121 function attributes($node) function in Auth_Yadis_XMLParser
193 function attributes($node) function in Auth_Yadis_domxml
196 $arr = $node->attributes();
283 function attributes($node) function in Auth_Yadis_dom
286 $arr = $node->attributes;

12345678910>>...26