Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 139) sorted by relevance

123456

/template/apricot/
Dtpl_functions.php142 * @param array $types - list of icon types to display (favicon|mobile|generic)
145 function _tpl_favicon($types=array('favicon')) { argument
149 foreach ($types as $type) {
169 function tpl_favicon($types=array('favicon')){ argument
170 _tpl_favicon($types);
/template/strap/ComboStrap/
H A DPageType.php131 $types = [
142 sort($types);
143 return $types;
/template/peanutbutter/
Dtpl_functions.php126 * @param array $types - list of icon types to display (favicon|mobile)
129 function _tpl_favicon($types = array('favicon','mobile')) { argument
134 foreach($types as $type) {
/template/monochrome/
Dtpl_functions.php123 * @param array $types - list of icon types to display (favicon|mobile)
126 function _tpl_favicon($types = array('favicon','mobile')) { argument
131 foreach($types as $type) {
/template/peanutbutter2/
Dtpl_functions.php126 * @param array $types - list of icon types to display (favicon|mobile)
129 function _tpl_favicon($types = array('favicon','mobile')) { argument
134 foreach($types as $type) {
/template/bootstrap3/compat/inc/Menu/
DAbstractMenu.php17 protected $types = array(); variable in dokuwiki\\Menu\\AbstractMenu
56 foreach($this->types as $class) {
DPageMenu.php14 protected $types = array( variable in dokuwiki\\Menu\\PageMenu
DSiteMenu.php14 protected $types = array( variable in dokuwiki\\Menu\\SiteMenu
DUserMenu.php14 protected $types = array( variable in dokuwiki\\Menu\\UserMenu
DDetailMenu.php15 protected $types = array( variable in dokuwiki\\Menu\\DetailMenu
/template/breeze/bower_components/gumby/sass/var/
D_lists.scss17 // Form field types
18 $field-types: text, email, password, numeric, search, combined, prepend, append, double;
/template/apricot/css/
D_links.css2 * This file provides styles for all types of links.
33 /*____________ other link types ____________*/
/template/strap/
H A Dyarn.lock76 "@types/bootstrap@^5.2.10":
78 resolved "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.10.tgz"
83 "@types/estree@^1.0.0", "@types/estree@1.0.7":
85 resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz"
343 "@types/estree" "^1.0.0"
368 mime-types "^2.1.12"
521 pkg-types "^1.2.1"
557 mime-types@^2.1.12:
559 resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz"
576 pkg-types "^1.3.0"
[all …]
/template/khum1/css/
D_links.css2 * This file provides styles for all types of links.
26 /*____________ other link types ____________*/
/template/kiwiki/classes/
H A Dkiwiki_go.php15 public $types = array( variable in dokuwiki\\Menu\\KiwikiGo
H A Dkiwiki_page_menu.php17 protected $types = array( variable in dokuwiki\\Menu\\KiwikiPageMenu
/template/bootstrap3/inc/Menu/
DDetailMenu.php15 protected $types = array( variable in dokuwiki\\template\\bootstrap3\\Menu\\DetailMenu
DPageIconsMenu.php14 protected $types = array( variable in dokuwiki\\template\\bootstrap3\\Menu\\PageIconsMenu
DPageMenu.php14 protected $types = array( variable in dokuwiki\\template\\bootstrap3\\Menu\\PageMenu
/template/binkytestinstance/css/
D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/template/zenith/css/
D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/template/dokuwikibee/dokuwikibee/css/
D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/template/simplewiki/css/
D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/template/kkh/css/
D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/template/bootstrap3/css/core/
D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/

123456