Lines Matching +defs:select +defs:name
130 * The class name of this type (no namespace)
258 * @param string $name the form base name where this has to be stored
263 public function multiValueEditor($name, $rawvalues, $htmlID)
268 $html .= $this->valueEditor($name . '[]', $value, '');
274 $html .= $this->valueEditor($name . '[]', '', $htmlID);
284 * @param string $name the form name where this has to be stored
290 public function valueEditor($name, $rawvalue, $htmlID)
300 'name' => $name,
375 * @param string $colname The column name on above table to use in the SQL
398 * stuff here, eg. join more tables or select multiple values and combine them to
406 * current page context for a join or sub select.
410 * @param string $colname The column name on above table
413 public function select(QueryBuilder $QB, $tablealias, $colname, $alias)
426 * @param string $colname The column name on above table (always single column!)
428 * @see select() you probably want to implement this,
460 * This allows types to apply a transformation to the value read by select()
469 * @param string $value The value as returned by select()
523 * A call to DOKU_BASE/lib/exe/ajax.php?call=plugin_struct&column=schema.name will