Home
last modified time | relevance | path

Searched refs:attributes (Results 176 – 200 of 644) sorted by relevance

12345678910>>...26

/plugin/youtracklinks/
H A Dhelper.php130 $id = $issue->attributes()->id;
132 if ($field->attributes()->name == 'summary') {
136 if ($field->attributes()->name == 'resolved') {
143 if ($field->attributes()->name == 'resolved') {
/plugin/combo/ComboStrap/
H A DCacheLog.php121 $attributes[] = DatabasePageRow::ROWID;
122 $attributes = array_merge($attributes, self::CACHE_LOG_ATTRIBUTES);
123 $select = Sqlite::createSelectFromTableAndColumns(self::CACHE_LOG_TABLE, $attributes);
H A DButtonTag.php97 public static function handleEnter(TagAttributes $attributes, \Doku_Handler $handler): array argument
117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
118 $attributes->addComponentAttributeValue("spacing", "mr-2 mb-2 mt-2 mb-lg-0 mt-lg-0");
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php150 * @param string[] $attributes
155 public function read(string $entry = '', $attributes = [], Control ...$controls): ?Entry
158 return $this->readOrFail($entry, $attributes, ...$controls);
171 * @param string[] $attributes
176 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry
178 $entryObj = $this->search(Operations::read($entry, ...$attributes), ...$controls)->first();
291 * @param mixed ...$attributes
294 public function dirSync(?string $rootNc = null, FilterInterface $filter = null, ...$attributes): DirSync
296 return new DirSync($this, $rootNc, $filter, ...$attributes);
377 * Get a helper class for handling ranged attributes
151 read(string $entry = '', $attributes = [], Control...$controls) global() argument
172 readOrFail(string $entry = '', $attributes = [], Control...$controls) global() argument
290 dirSync(string $rootNc = null, FilterInterface $filter = null, ...$attributes) global() argument
[all...]
/plugin/odt/ODT/css/
H A Dcssimportnew.php65 * @param string $attributes String containing the selector
68 public function matches (array $attributes=NULL) { argument
71 return isset($attributes) && array_key_exists($this->attribute, $attributes);
76 if ($attributes [$this->attribute] == $this->value) {
98 if ($attributes [$this->attribute] == $this->value ||
168 protected $attributes = array(); variable in css_simple_selector
338 foreach ($this->attributes as $attr_sel) {
380 foreach ($this->attributes as $attr_sel) {
1117 $attributes = $element->iECSSM_getAttributes();
1118 if (!empty($attributes ['style'])) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php187 * @param array $attributes the attribute name-value pairs.
190 private function generateHtmlAttributes($attributes) argument
192 foreach ($attributes as $name => $value) {
193 $attributes[$name] = "$name=\"$value\"";
195 return implode(' ', $attributes);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreative.php48 public $attributes; variable in Google\\Service\\AdExchangeBuyerII\\Creative
203 public function setAttributes($attributes) argument
205 $this->attributes = $attributes;
212 return $this->attributes;
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php36 public static function renderEnterXhtml(TagAttributes $attributes): string argument
48 $data['list-value'] = $attributes->getValueAndRemove(self::LIST_ID_ATTRIBUTE);
60 return $attributes->toHtmlEnterTag("div") . $form . '</div>';
/plugin/ckgdoku/ckeditor/
H A Dstyles.js25 attributes: { 'class': 'code' }
30 attributes: { 'class': 'file' }
/plugin/ckgedit/ckeditor/
H A Dstyles.js25 attributes: { 'class': 'code' }
30 attributes: { 'class': 'file' }
/plugin/openid/Auth/Yadis/
H A DXML.php125 function attributes($node) function in Auth_Yadis_XMLParser
198 function attributes($node) function in Auth_Yadis_domxml
201 $arr = $node->attributes();
312 function attributes($node) function in Auth_Yadis_dom
316 $arr = $node->attributes;
H A DXRDS.php138 $attrs = $this->parser->attributes($elem);
177 $attributes = $this->parser->attributes($this->element);
179 if (array_key_exists('priority', $attributes)) {
180 return intval($attributes['priority']);
320 $attrs = $parser->attributes($root);
/plugin/vshare/
H A Dscript.js67 // create an iframe and copy over the attributes
70 let attributes = Array.prototype.slice.call(this.attributes);
71 while(attr = attributes.pop()) {
/plugin/svgembed/
H A Dsyntax.php211 … $svg_adjustment = max($this->Get_SVG_Unit_Adjustment($svg_xml->attributes()->width),
212 … $this->Get_SVG_Unit_Adjustment($svg_xml->attributes()->height));
214 $svg_width = round(floatval($svg_xml->attributes()->width) * $svg_adjustment);
215 $svg_height = round(floatval($svg_xml->attributes()->height) * $svg_adjustment);
218 if (isset($svg_xml->attributes()->viewBox)) {
219 … $svg_viewbox = preg_split('/[ ,]{1,}/', $svg_xml->attributes()->viewBox);
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php138 $attrs = $this->parser->attributes($elem);
177 $attributes = $this->parser->attributes($this->element);
179 if (array_key_exists('priority', $attributes)) {
180 return intval($attributes['priority']);
306 $attrs = $parser->attributes($root);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2UserEvent.php97 public function setAttributes($attributes) argument
99 $this->attributes = $attributes;
106 return $this->attributes;
/plugin/combo/syntax/
H A Drelated.php109 $attributes = [];
113 $attributes = $tagAttributes->toCallStackArray();
117 PluginUtility::ATTRIBUTES => $attributes
H A Dtabpanels.php167 $attributes = TagAttributes::createEmpty();
171 $renderer->doc .= TabsTag::openTabPanelsElement($attributes);
174 $renderer->doc .= TabsTag::closeTabPanelsElement($attributes);
H A Dunit.php169 $attributes = $data[PluginUtility::ATTRIBUTES];
171 if ($attributes['display'] ?? null) {
172 $renderer->doc .= ' style="display:' . $attributes['display'] . '" ';
/plugin/dokutranslate/
H A Dscript.js71 var attributes = {};
75 attributes[att[0]] = decodeURIComponent(att[1]);
77 return attributes;
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php239 $attributes = [];
242 $attributes = $this->parseAttributes();
253 'attributes' => $attributes,
270 $attributes = [];
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php239 $attributes = [];
242 $attributes = $this->parseAttributes();
253 'attributes' => $attributes,
270 $attributes = [];
/plugin/weiqi/
H A Dweiqi_parser.php118 …$attributes = $this->parse_goban_attributes($attributes_str);//echo 'att:<';print_r($attributes);e…
132 if (!array_key_exists('advanced', $attributes)) {
144 $width = $attributes['advanced']?($line_length/2):$line_length;
146 return array($attributes, $caption, $board, $width, $height, $str);
155 list($attributes, $caption, $board, $width, $height, $source) = $goban_data;
161 foreach ($attributes as $key => $val) $$key = $val;
441 $attributes = explode(' ', $str);
443 foreach ($attributes as $attribute) {
/plugin/stlviewer/stlviewer/
H A DProjector.js445 var attributes = geometry.attributes;
450 var positions = attributes.position.array;
458 if ( attributes.normal !== undefined ) {
460 var normals = attributes.normal.array;
470 if ( attributes.uv !== undefined ) {
472 var uvs = attributes.uv.array;
657 var attributes = geometry.attributes;
659 if ( attributes.position !== undefined ) {
669 if ( attributes.color !== undefined ) {
671 var colors = attributes.color.array;
[all …]
/plugin/youtrack/syntax/
H A Dlist.php75 $id = (string) $issue->attributes()->id;
78 if ($field->attributes()->name == $col) {
81 $fullname = (string) $field->value->attributes()->fullName;

12345678910>>...26