Home
last modified time | relevance | path

Searched refs:attrs (Results 26 – 29 of 29) sorted by path

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php124 private $attrs;
177 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row);
239 $this->history_attrs = array_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0, $this->old_y));
240 $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row));
250 array_splice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $this->max_x - ($this->x - 1), $this->base_attr_cell));
254 $this->attrs[$this->y] = $this->attr_row;
366 $this->attrs[$this->y][$this->x] = clone $this->base_attr_cell;
385 $this->attrs[$this->y][$this->x] = clone $this->attr_cell;
422 $this->history_attrs = array_merge($this->history_attrs, [array_shift($this->attrs)]);
142 var $attrs; global() variable in phpseclib\\File\\ANSI
[all...]
H A DX509.php3516 $attrs = [];
3520 $attrs[] = $attribute['type'];
3524 return $attrs;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1129 // built from information available in the attrs structure."
1702 $attrs = $this->parseAttributes($response);
1703 return $attrs['mode'];
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php547 $attrs = [];
557 $attrs[] = $name;
562 $attrs[] = $name . '="' . $attr->value . '"';
564 $text .= ' ' . implode(' ', $attrs);

12