Home
last modified time | relevance | path

Searched refs:types (Results 501 – 525 of 570) sorted by path

1...<<212223

/plugin/struct/types/
H A DColor.php3 namespace dokuwiki\plugin\struct\types;
H A DDate.php3 namespace dokuwiki\plugin\struct\types;
H A DDateTime.php3 namespace dokuwiki\plugin\struct\types;
H A DDecimal.php3 namespace dokuwiki\plugin\struct\types;
14 * @package dokuwiki\plugin\struct\types
H A DDropdown.php3 namespace dokuwiki\plugin\struct\types;
H A DLongText.php3 namespace dokuwiki\plugin\struct\types;
H A DLookup.php3 namespace dokuwiki\plugin\struct\types;
H A DMail.php3 namespace dokuwiki\plugin\struct\types;
H A DMedia.php3 namespace dokuwiki\plugin\struct\types;
18 * Checks against the allowed mime types
H A DPage.php3 namespace dokuwiki\plugin\struct\types;
16 * @package dokuwiki\plugin\struct\types
H A DTag.php3 namespace dokuwiki\plugin\struct\types;
H A DText.php3 namespace dokuwiki\plugin\struct\types;
H A DTraitFilterPrefix.php3 namespace dokuwiki\plugin\struct\types;
13 * @package dokuwiki\plugin\struct\types
H A DUrl.php3 namespace dokuwiki\plugin\struct\types;
H A DUser.php3 namespace dokuwiki\plugin\struct\types;
H A DWiki.php3 namespace dokuwiki\plugin\struct\types;
/plugin/structacl/
H A Daction.php60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/structcombolookup/
H A Daction.php11 use dokuwiki\plugin\structcombolookup\types\NarrowingLookup;
H A Dplugin.info.txt6 desc New struct types: ComboLookup, NarrowingLookup
/plugin/structcombolookup/types/
H A DComboLookup.php2 namespace dokuwiki\plugin\structcombolookup\types;
5 use dokuwiki\plugin\struct\types\Lookup;
H A DNarrowingLookup.php2 namespace dokuwiki\plugin\structcombolookup\types;
7 use dokuwiki\plugin\struct\types\Lookup;
/plugin/structgantt/meta/
H A DGantt.php9 use dokuwiki\plugin\struct\types\Color;
10 use dokuwiki\plugin\struct\types\Date;
11 use dokuwiki\plugin\struct\types\DateTime;
/plugin/structgeohash/types/
H A DGeoHash.php7 namespace dokuwiki\plugin\structgeohash\types;
9 use dokuwiki\plugin\struct\types\AbstractBaseType;
/plugin/structgroup/types/
H A DGroup.php2 namespace dokuwiki\plugin\structgroup\types;
8 use dokuwiki\plugin\struct\types\AbstractMultiBaseType;
/plugin/structjoin/
H A Daction.php43 $event->data['Join'] = \dokuwiki\plugin\structjoin\types\Join::class;

1...<<212223