Lines Matching full:be
8 * This class defines a single Item to be displayed in one of DokuWiki's menus. Plugins
12 * Items may be shown multiple times in different contexts. Eg. for the default template
14 * desktop. The item's $context property can be used to hide the item depending on the current
18 * the accessors may be overwritten instead.
22 /** menu item is to be shown on desktop screens only */
24 /** menu item is to be shown on mobile screens only */
26 /** menu item is to be shown in all contexts */
35 /** @var string the method to be used when this action is used in a form */
39 /** @var bool when true, a rel=nofollow should be used */
45 /** @var string can be set to overwrite the default lookup in $lang.btn_* */
97 * This title should be used to display a tooltip (using the HTML title attribute). If
98 * a title property was not explicitly set, the label will be returned.
194 * Should this item be shown in the given context