Home
last modified time | relevance | path

Searched +full:postfix +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/data/
H A Daction.php152 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
155 $aliases[$type]['postfix'] .= $conf['start'];
174 if ($aliases[$type]['postfix'] !== '') {
175 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
183 // Does not satisfy the postfix and prefix criteria
H A Dhelper.php176 if (isset($type['postfix'])) {
177 $post = $type['postfix'];
279 // no prefix/postfix here
/plugin/data/admin/
H A Daliases.php122 '<th>' . $this->getLang('postfix') . '</th>' .
128 $rows[] = ['name' => '', 'type' => '', 'prefix' => '', 'postfix' => '', 'enum' => ''];
153 $form->addElement(form_makeTextField('d[' . $cur . '][postfix]', $row['postfix'], ''));
/plugin/data/_test/
H A DhelperAliases.test.php
H A Dhelper.test.php
/plugin/data/db/
H A Dupdate0002.sql6 postfix,
1 CREATE TABLE aliases (name, type, prefix, postfix, comment); global() field