Home
last modified time | relevance | path

Searched refs:Value (Results 201 – 225 of 254) sorted by path

1234567891011

/plugin/struct/action/
H A Dedit.php16 use dokuwiki\plugin\struct\meta\Value;
155 * @param Value $field
159 public function makeField(Value $field, $name)
13 use dokuwiki\plugin\struct\meta\Value; global() alias
/plugin/struct/helper/
H A Dfield.php6 use dokuwiki\plugin\struct\meta\Value; alias
154 * Returns a Value object for the current column.
157 * @return Value
179 $value = new Value($this->column, $preparedValue);
192 * @param Value $field
196 protected function makeField(Value $field, $name)
/plugin/struct/meta/
H A DAccessTable.php377 * @return Value|null
393 * @return Value[] a list of values saved for the current page
453 * @return array|Value[]
475 $value = new Value($col, $val);
H A DAggregationCloud.php34 * @param ['tag' => Value, 'count' => int] $result
39 * @var Value $value
H A DAggregationList.php43 $children = $node->getChildren(!$self instanceof Value && $this->data['index']); // sort only for index
47 if ($self instanceof Value) {
52 if ($self instanceof Value) {
78 if ($self instanceof Value) {
86 * @param Value[] $resultrow
117 * Render the given Value in a XHTML renderer
118 * @param Value $value
146 * Render the given Value in any non-XHTML renderer
147 * @param Value $value
H A DAggregationTable.php364 /** @var Value $value */
H A DAggregationValue.php48 * @param Value[] $resultrow
H A DCSVExporter.php79 * @param Value[] $values
92 /** @var Value $value */
H A DSearch.php437 * @return Value[][]
447 * The result is a two dimensional array of Value()s.
453 * @return Value[][]
H A DSearchCloud.php101 * The result is a two dimensional array of Value()s.
103 * @return Value[][]
121 $row['tag'] = new Value($this->columns[0], $row['tag']);
H A DValue.php6 * Class Value
12 class Value class
33 * Value constructor.
105 * @param bool $israw is the passed value a raw value? turns Value into rawonly
/plugin/struct/types/
H A DAbstractBaseType.php12 use dokuwiki\plugin\struct\meta\Value;
443 * @param string|Value $value The string by which the types would usually be sorted
11 use dokuwiki\plugin\struct\meta\Value; global() alias
H A DLookup.php15 use dokuwiki\plugin\struct\meta\Value; alias
/plugin/structcombolookup/types/
H A DNarrowingLookup.php6 use dokuwiki\plugin\struct\meta\Value; alias
99 /** @var Value[][] $result */
/plugin/structcondstyle/
H A Daction.php188 /** @var Value $value */
/plugin/structgantt/meta/
H A DGantt.php8 use dokuwiki\plugin\struct\meta\Value; alias
130 /** @var Value[] $row */
245 * @param Value[] $row
299 * @param Value[] $row
/plugin/structgroupby/syntax/
H A Done.php14 use dokuwiki\plugin\struct\meta\Value; alias
72 /** @var Value $value */
/plugin/structnotification/action/
H A Dnotification.php11 use dokuwiki\plugin\struct\meta\Value; alias
58 /* @var Value $value */
112 /* @var Value[] $row */
154 /* @var Value $value */
228 /* @var Value $value */
/plugin/structodt/
H A Daction.php11 use dokuwiki\plugin\struct\meta\Value; alias
217 /** @var Value $row */
H A Dhelper.php16 use dokuwiki\plugin\struct\meta\Value; alias
228 * @return Value[][]
249 * @return Value[]|null
271 * @param Value[] $row
275 /** @var Value $value */
/plugin/structpublish/meta/
H A DRevision.php9 use dokuwiki\plugin\struct\meta\Value; alias
55 /** @var Value[] $values */
232 * Returns an array of struct Value objects, not literal values.
238 * @return array|Value[]
/plugin/structrowcolor/
H A Dstruct.php11 use dokuwiki\plugin\struct\meta\Value; alias
91 /** @var Value $value */
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1Value to locate in the array.\n * @returns {Number} Zero-based index at which the item is found, o…
/plugin/translator/
H A Dhelper.php416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument
434 if ( !empty($Value) ) {
436 $execute[] = $Value;
452 function _insertTranslation($KeyID, $Value, $Lang, $Date, $User=null) { argument
457 if ( empty($Value) ) return $revertable;
462 … if ( $this->_keyExists($KeyID, $Lang, $Value) || $this->_keyExists($KeyID, $Lang, null, $Date) ) {
474 $this->database->execute($KeyID, $Lang, $Value, $User, $Date);
/plugin/tuxquote/
H A Dquotes.txt485 …nterpreting data that is different from other people's. <BR> -- Bill Miller, Legg Mason Value Trust

1234567891011