Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Form/
H A DLegacyForm.php110 * @param array $legacy
113 protected function parseLegacyAttr($legacy) argument
118 foreach ($legacy as $key => $val) {
163 $legacy = new \Doku_Form($this->attrs());
164 $legacy->_hidden = $this->hidden;
167 $legacy->_content[] = $element->toHTML();
176 $legacy->_content[] = $data;
180 return $legacy;
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php103 protected $legacy = []; variable in SimplePie\\Registry
147 * @param bool $legacy Whether to enable legacy support for this class
150 public function register($type, $class, $legacy = false) argument
175 if ($legacy) {
176 $this->legacy[] = $class;
252 if (in_array($class, $this->legacy)) {