Searched refs:enable (Results 1 – 25 of 96) sorted by relevance
1234
| /template/strap/syntax/ |
| H A D | media.php | 211 $enable = $this->getConf(self::CONF_IMAGE_ENABLE, 1); 212 if (!$enable) { 218 $enable = in_array($mode, $modes); 221 if ($enable) {
|
| /template/strap/resources/snippet/js/ |
| H A D | slot-manager.js | 2 combos.popover.enable();
|
| H A D | historical-breadcrumb.js | 2 combos.popover.enable();
|
| H A D | combo-popover.js | 28 enable: function (cssSelector) { method
|
| /template/kiwiki/images/ |
| H A D | search.svg | 1 <svg version="1.1" id="search_icon" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:ne…
|
| H A D | user_icon.svg | 1 <svg version="1.1" id="user_icon" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new …
|
| H A D | edit.svg | 1 <svg version="1.1" id="edit_icon" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new …
|
| H A D | preferences.svg | 1 <svg version="1.1" id="preferences_icon" x="0px" y="0px" viewBox="0 0 32 32" style="enable-backgrou…
|
| H A D | full_screen.svg | 1 <svg version="1.1" id="fullscreen_icon" x="0px" y="0px" viewBox="0 0 32 32" style="enable-backgroun…
|
| H A D | theme_mode.svg | 2 viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;">
|
| /template/dokuxp/ |
| D | README | 6 To enable the skin open your <dokuwiki-path>/conf/dokuwiki.php
|
| /template/dokumac/ |
| D | README | 6 To enable the skin open your <dokuwiki-path>/conf/dokuwiki.php
|
| /template/starterpjax/ |
| D | jquery.pjax.js | 764 function enable() { function 767 $.pjax.enable = $.noop 799 $.pjax.enable = enable 820 $.support.pjax ? enable() : disable()
|
| /template/strap/ComboStrap/ |
| H A D | HeadingTag.php | 337 $enable = $executionContext 340 if ($enable) {
|
| H A D | Outline.php | 535 …$enable = SiteConfig::getConfValue(self::CONF_OUTLINE_NUMBERING_ENABLE, Outline::CONF_OUTLINE_NUMB… 536 if (!$enable) {
|
| /template/chippedsnow/css/ |
| D | semanticgridsystem.less | 16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for…
|
| D | semanticgridmerged.less | 16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for…
|
| /template/argon-alt/assets/css/ |
| D | nucleo-svg.css | 80 Icon reset values - used to enable color customizations
|
| /template/argon/assets/css/ |
| D | nucleo-svg.css | 80 Icon reset values - used to enable color customizations
|
| /template/writr/ |
| H A D | AUTHORS.md | 69 <!-- markdownlint-enable -->
|
| /template/congrid/css/ |
| D | mobile.less | 80 /* enable horizontal scrolling in media manager */
|
| /template/bootstrap3/ |
| D | RELEASE.md | 202 … Material Design Icon (added WebFont and SVG icons) and added option for enable the Material Desig… 210 …* Added `useAlternativeToolbarIcons` option for enable Material Design Icons support on DokuWiki t… 319 …* #230: Added Template by Namespace feature and new option to enable/disable this feature (thanks … 360 …* #162: Added new option ("tocCollapseOnScroll" - default is "on") to enable/disable automatic col… 419 * Added ``tocAffix`` (default: 1) option to disable/enable the affix of TOC 420 * Added ``collapsibleSections`` (default:0) option to enable/disable 2nd section levels collapse 421 …* Added ``showSearchButton`` (default:0) option to enable/disable search button in navbar. Turn of… 513 …* Added new option to enable/disable the collapse of all sub-sections in TOC (thanks to Jason Harr… 544 …* #124, #118, #109 (and more...): Added a new config ('showHomePageLink' - default: 0) to enable/d…
|
| /template/readthedokus/ |
| H A D | README.md | 110 …f you decide to use it, check the option in the configuration manager to enable it. Do not forget … 116 …f you decide to use it, check the option in the configuration manager to enable it. Change the tag…
|
| /template/codowik/js/ |
| D | layout.js | 3768 , bindStartSlidingEvents = function (pane, enable) { argument 3774 if (!$R || (enable && !o.slidable)) return; 3784 $R[enable ? "unbind" : "bind"]('dblclick.'+ sID, toggle) 3789 [enable ? "bind" : "unbind"](evtName +'.'+ sID, slideOpen) 3791 .css("cursor", enable ? o.sliderCursor : "default") 3792 .attr("title", enable ? o.tips.Slide : "") 3805 , bindStopSlidingEvents = function (pane, enable) { argument 3811 , action = (enable ? "bind" : "unbind") 3817 if (enable) { 3830 $P.css("zIndex", enable ? z.pane_sliding : z.pane_normal); [all …]
|
| /template/templar/js/ |
| D | bootstrap-tooltip.js | 299 , enable: function () {
|
1234