Home
last modified time | relevance | path

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

/dokuwiki/inc/Form/
H A DLegacyForm.php18 * Creates a new modern form from an old legacy Doku_Form
97 throw new \UnexpectedValueException('Unsupported legacy field ' . $ctl['elem']);
99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
110 * @param array $legacy
113 protected function parseLegacyAttr($legacy)
118 foreach ($legacy as $key => $val) {
134 * Translates our types to the legacy types
155 * Creates an old legacy form from this modern form's data
163 $legacy = new \Doku_Form($this->attrs());
164 $legacy
116 parseLegacyAttr($legacy) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php104 protected $legacy = []; variable in SimplePie\\Registry
148 * @param bool $legacy Whether to enable legacy support for this class
151 public function register($type, $class, $legacy = false) argument
176 if ($legacy) {
177 $this->legacy[] = $class;
253 if (in_array($class, $this->legacy)) {