Home
last modified time | relevance | path

Searched refs:context (Results 26 – 50 of 167) sorted by last modified time

1234567

/template/khum1/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php19 /** @var int the context this menu is used in */
20 protected $context = AbstractItem::CTX_DESKTOP; variable in dokuwiki\\Menu\\AbstractMenu
28 * @param int $context the context this menu is used in
30 public function __construct($context = AbstractItem::CTX_DESKTOP) { argument
31 $this->context = $context;
61 if(!$item->visibleInContext($this->context)) continue;
/template/bootstrap3/compat/inc/Menu/Item/
H A DTop.php9 * Not shown in mobile context
21 $this->context = self::CTX_DESKTOP;
H A DAbstractItem.php14 * desktop. The item's $context property can be used to hide the item depending on the current
15 * context.
49 /** @var int the context this titme is shown in */
50 protected $context = self::CTX_ALL; variable in dokuwiki\\Menu\\Item\\AbstractItem
190 * Should this item be shown in the given context
192 * @param int $ctx the current context
196 return (bool) ($ctx & $this->context);
/template/bootstrap3/css/
H A Ddiff.less78 &.diff-context {
H A Dtemplate.less688 td.diff-context {
/template/bootstrap3/inc/
H A Dsimple_html_dom.php56 $context = null, argument
85 $context,
/template/bootstrap3/
H A DRELEASE.md46 * #520: Revert .wikilink2 class in list context (@takuy)
/template/pinkberrynight/css/
H A D_dwstyles.css49 dokuwiki table.diff td.diff-context,
H A D_pluginstyles.css27 /*context menu*/
/template/pinkberrynight/css/css/
H A D_dwstyles.css49 dokuwiki table.diff td.diff-context,
H A D_pluginstyles.css27 /*context menu*/
/template/flat/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/default/
H A Ddesign.css704 div.dokuwiki td.diff-context {
/template/darkblue/
H A DLICENSE129 "Major Component", in this context, means a major essential component
/template/flarum/css/
H A D_diff.less140 .diff-context {
/template/parallax/lib/js/
H A Dretina-1.1.0.js31 Retina.init = function(context) { argument
32 if (context == null) context = root;
34 var existing_onload = context.onload || new Function;
36 context.onload = function() {
H A Djquery.placeholder.js18 context = $(this),
27 if (context.val() === '') {
28 if (context.attr('type') === 'password') {
30 context.attr('type', 'text');
35 context.val(placeholderText);
36 context.addClass('ui-placeholder');
41 context.removeClass('ui-placeholder');
42 if (context.val() === placeholderText) {
43 context.val('');
56 if (context.val() === placeholderText) {
[all …]
/template/graphy/css/
H A Dgraphy.css1807 #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
/template/notes/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/kkh/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/arctic/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
H A Ddesign.css668 div.dokuwiki td.diff-context {
/template/docnavwiki/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/bs4simple/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {

1234567