Home
last modified time | relevance | path

Searched refs:types (Results 76 – 100 of 570) sorted by relevance

12345678910>>...23

/plugin/overlay/
H A DOverlayMenu.php15 protected $types = array( variable in dokuwiki\\plugin\\overlay\\OverlayMenu
/plugin/dwedit/
H A DDweditMenu.php14 protected $types = array( variable in dokuwiki\\plugin\\dwedit\\DweditMenu
/plugin/codemirror/dist/modes/
H A Dpig.min.js1types,f=b.multiLineStrings;var g=/[*+\-%<>=&?:\/!|]/;function h(a,b,c){b.tokenize=c;return c(a,b)}…
/plugin/strata/
H A Dmanual.txt18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
52 **Type hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are added by appending them to the type with ''::''. For example ''[page::places]'' uses the page type, and will try to resolve values without an explicit namespace as if they were in the ''places:'' namespace. For a list of types and their hints, see [[#Types]].
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p ?k [date]: 1982-7-23'' to find out who has what relation to the date 1982-7-23.
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
167 There is a single magic value to indicate the empty value: ''%%[[]]%%'' This token can be used with any type, but is especially useful with the [[#types|ref]] and [[#types|page]] types a
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php188 if (!in_array($candidate, static::$types)) {
189 …ew \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$types));
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock161 babel-types "^6.21.0"
179 babel-types "^6.21.0"
191 babel-types "^6.18.0"
199 babel-types "^6.18.0"
208 babel-types "^6.18.0"
216 babel-types "^6.18.0"
225 babel-types "^6.18.0"
234 babel-types "^6.18.0"
732 …-types@^6.13.0, babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.20.0…
2144 mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.7:
[all …]
/plugin/struct/types/
H A DAbstractMultiBaseType.php3 namespace dokuwiki\plugin\struct\types;
8 * This class implements a standard multi editor that can be reused by user types. The multi-
11 * @package dokuwiki\plugin\struct\types
H A DText.php3 namespace dokuwiki\plugin\struct\types;
H A DWiki.php3 namespace dokuwiki\plugin\struct\types;
H A DMail.php3 namespace dokuwiki\plugin\struct\types;
/plugin/structcombolookup/
H A Dplugin.info.txt6 desc New struct types: ComboLookup, NarrowingLookup
/plugin/structjoin/
H A Daction.php43 $event->data['Join'] = \dokuwiki\plugin\structjoin\types\Join::class;
/plugin/structprogress/types/
H A DProgress.php9 namespace dokuwiki\plugin\structprogress\types;
14 use dokuwiki\plugin\struct\types\AbstractMultiBaseType;
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php252 private static function explodeCollections($unreduced, &$reduced, &$types) argument
256 self::explodeCollections($item->getComponents(), $reduced, $types);
259 $types[] = $item->geometryType();
/plugin/struct/meta/
H A DSearch.php7 use dokuwiki\plugin\struct\types\AutoSummary;
8 use dokuwiki\plugin\struct\types\DateTime;
9 use dokuwiki\plugin\struct\types\Decimal;
10 use dokuwiki\plugin\struct\types\Page;
11 use dokuwiki\plugin\struct\types\User;
200 * this reduces the number of supported filters to implement in types */
H A DPublishedColumn.php5 use dokuwiki\plugin\struct\types\Decimal;
19 if ($type->isMulti()) throw new StructException('PublishedColumns can not be multi value types!');
H A DRowColumn.php5 use dokuwiki\plugin\struct\types\Decimal;
19 if ($type->isMulti()) throw new StructException('RowColumns can not be multi value types!');
/plugin/issuetracker/
H A Dtablekit.js379 var tkst = TableKit.Sortable.types;
404 types : {}, property in TableKit.Sortable
408 TableKit.Sortable.types[o.name] = o;
421 if(cell.id && TableKit.Sortable.types[cell.id]) {
426 return (TableKit.Sortable.types[n]) ? true : false;
781 var ftype = TableKit.Editable.types['text-input'];
782 if(head.id && TableKit.Editable.types[head.id]) {
783 ftype = TableKit.Editable.types[head.id];
786 return (TableKit.Editable.types[n]) ? true : false;
788 ftype = n ? TableKit.Editable.types[n] : ftype;
[all …]
/plugin/spreadout/
H A Dplugin.info.txt6 desc A simple plugin that allows for two spaces between content sentences if the user types two s…
H A DREADME.md2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php3319 $types, argument
3326 $types = (array) $types;
3334 foreach ($types as $type) {
3400 $types, argument
3407 $types = (array) $types;
3415 foreach ($types as $type) {
3600 if (is_array($types) === false) {
3601 $types = array($types);
3612 foreach ($types as $type) {
3660 $types = (array) $types;
[all …]
/plugin/structcombolookup/types/
H A DNarrowingLookup.php2 namespace dokuwiki\plugin\structcombolookup\types;
7 use dokuwiki\plugin\struct\types\Lookup;
/plugin/combo/ComboStrap/
H A DSkin.php111 $types = implode(", ", array_keys($skinColors));
112 LogUtility::msg("The type value ($type) is not supported. Only the following types value may be used: $types", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php644 $types = [
696 if (isset($types[$resourceType])) {
697 $info['string'][] = $types[$resourceType]['string'];
702 foreach ($types as $key => $resourceInfo) {
/plugin/dataloop/syntax/
H A Droll.php209 $types = array_values($data['cols']);
227 …lugin_roll '.$cols[$num].'">'.$this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer).'…
231 …lugin_roll '.$cols[$num].'">'.$this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer).'…

12345678910>>...23