Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/template/bootstrap3/compat/inc/Menu/
DMobileMenu.php50 * @param string $empty empty option label
54 public function getDropdown($empty = '', $button = '>') { argument
70 $html .= '<option value="">' . $empty . '</option>';
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php67 static $empty;
69 return $empty ?? ($empty = new self());
H A DRuleContext.php85 static $empty;
87 return $empty ?? ($empty = new ParserRuleContext(null));
/template/monobook/user/
Dtabs.php.dist54 if (!empty($conf["recent_days"])){
64 if (!empty($conf["useacl"]) &&
65 !empty($conf["subscribers"]) &&
66 !empty($loginname)){ //$loginname was defined within main.php
67 if (empty($INFO["subscribedns"])){ //$INFO comes from DokuWiki core
/template/vector20/user/
Dtabs.php.dist84 if (!empty($conf["useacl"]) &&
85 !empty($conf["subscribers"]) &&
86 !empty($loginname)){ //$loginname was defined within main.php
87 if (empty($INFO["subscribedns"])){ //$INFO comes from DokuWiki core
100 if (!empty($conf["recent_days"])){
/template/vector/user/
Dtabs.php.dist84 if (!empty($conf["useacl"]) &&
85 !empty($conf["subscribers"]) &&
86 !empty($loginname)){ //$loginname was defined within main.php
87 if (empty($INFO["subscribedns"])){ //$INFO comes from DokuWiki core
100 if (!empty($conf["recent_days"])){
/template/wikiweko/user/
H A Dtabs.php.dist84 if (!empty($conf["useacl"]) &&
85 !empty($conf["subscribers"]) &&
86 !empty($loginname)){ //$loginname was defined within main.php
87 if (empty($INFO["subscribedns"])){ //$INFO comes from DokuWiki core
100 if (!empty($conf["recent_days"])){
/template/mnml-blog/user/
Dboxes.php.dist115 if (!empty($loginname)){ //$loginname comes from main.php
119 if (!empty($INFO["writable"])){ //$INFO comes from DokuWiki core
120 if (!empty($INFO["draft"])){
123 if(!empty($INFO["exists"])){
137 if (!empty($INFO["isadmin"]) ||
138 !empty($INFO["ismanager"])){
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php60 static $empty;
62 if ($empty === null) {
64 $empty = new EmptyPredictionContext();
65 $empty->id = 0;
68 return $empty;
/template/strap/resources/slot/
H A Dmain-header.md3 <text lead display="none-if-empty">$lead</text>
/template/sprintdoc/css/
H A Darea_msg.less13 &:empty {
H A Dbase_fontello-icons.less62 .icon-bookmark-empty { &::before { content: '\e83b'; } } /* '' */
74 .icon-clipboard-empty { &::before { content: '\e856'; } } /* '' */
/template/sprintdoc/fonts/icons/
H A Dfontello-codes.css35 .icon-bookmark-empty:before { content: '\e83b'; } /* '' */
62 .icon-clipboard-empty:before { content: '\e856'; } /* '' */
/template/templar/less/
Dvariables.less56 @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
58 @headingsColor: inherit; // empty to use BS default, @textColor
Dlabels-badges.less33 &:empty {
/template/strap/vendor/symfony/deprecation-contracts/
H A DREADME.md25 …ot necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
/template/varicolored/css/
Dfordokuwiki.css45 #footer p, #footer .doc:not(:empty), #footer .license {
/template/usable/blueprint/src/
Dgrid.css76 /* Add these to a column to append empty cols. */
101 /* Add these to a column to prepend empty cols. */
/template/quickjump/blueprint/src/
Dgrid.css76 /* Add these to a column to append empty cols. */
101 /* Add these to a column to prepend empty cols. */
/template/dokucms/
DREADME.md59 …ll be used. If the file option is chosen and no sidebar file exists, the sidebar will remain empty.
62 …es to be removed from the index if "clean index" is switched on (default: empty) (for "index" side…
/template/breeze/bower_components/gumby/sass/var/icons/
D_entypo-icon-list.scss9 icon-heart-empty $entypo-icon-heart-empty,
11 icon-star-empty $entypo-icon-star-empty,
/template/arcadebasic/css/
Dprint.css118 empty-cells: show;
/template/bushwick/css/
Dprint.css118 empty-cells: show;
/template/artforwater/css/
Dprint.css118 empty-cells: show;
/template/tripillar/css/
Dprint.css118 empty-cells: show;

12345678910>>...17