/template/templar/js/ |
H A D | bootstrap-button.js | 29 var Button = function (element, options) { class 34 Button.prototype.setState = function (state) { 53 Button.prototype.toggle = function () { 74 if (!data) $this.data('button', (data = new Button(this, options))) 84 $.fn.button.Constructor = Button
|
/template/breeze/bower_components/gumby/sass/ui/ |
H A D | _buttons.scss | 6 // Button structure 37 // Button Shapes & Sizes 71 // Button Colors & Styles
|
/template/breeze/sass/ |
H A D | _buttons.scss | 6 // Button structure 37 // Button Shapes & Sizes 71 // Button Colors & Styles
|
/template/zero/ |
H A D | UWEB.css | 2 * This stylesheet adds the Universal Wiki Edit Button log to the edit page button
|
/template/parallax/lib/languages/ |
H A D | da_DK.po | 998 msgid "Callout Button" 999 msgstr "Billedtekst Button" 1002 msgid "Callout Button Text" 1003 msgstr "Billedtekst Button Text" 1010 msgid "Callout Button URL" 1011 msgstr "Billedtekst Button URL" 1018 msgid "Button" 1019 msgstr "Brugerdefineret Billedtekst Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | ja_JP.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | cyberchimps_core.pot | 971 msgid "Callout Button" 975 msgid "Callout Button Text" 983 msgid "Callout Button URL" 991 msgid "Button" 1003 msgid "Button Color" 1007 msgid "Button Text Color"
|
H A D | zh_CN.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | hi_IN.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | ru_RU.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | uk_UA.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | nb_NO.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | fi_FI.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
H A D | id_ID.po | 998 msgid "Callout Button" 1002 msgid "Callout Button Text" 1010 msgid "Callout Button URL" 1018 msgid "Button" 1030 msgid "Button Color" 1034 msgid "Button Text Color"
|
/template/kkh/ |
H A D | README.md | 22 * Style-Modifications for the [Button-Plugin](https://www.dokuwiki.org/plugin:button)
|
/template/quickjump/blueprint/plugins/buttons/ |
H A D | screen.css | 54 /* Button colors
|
/template/usable/blueprint/plugins/buttons/ |
H A D | screen.css | 54 /* Button colors
|
/template/flat/assets/js/ |
H A D | flat.js | 169 var Button = function (element, options) { class 171 this.options = $.extend({}, Button.DEFAULTS, options) 175 Button.VERSION = '3.3.2' 177 Button.DEFAULTS = { 181 Button.prototype.setState = function (state) { 205 Button.prototype.toggle = function () { 233 if (!data) $this.data('bs.button', (data = new Button(this, options))) 243 $.fn.button.Constructor = Button
|
/template/starterbootstrap/js/ |
H A D | bootstrap.js | 188 var Button = function (element, options) { class 190 this.options = $.extend({}, Button.DEFAULTS, options) 194 Button.VERSION = '3.3.0' 196 Button.DEFAULTS = { 200 Button.prototype.setState = function (state) { 224 Button.prototype.toggle = function () { 252 if (!data) $this.data('bs.button', (data = new Button(this, options))) 262 $.fn.button.Constructor = Button
|
/template/klean/bootstrap/js/ |
H A D | bootstrap.js | 189 var Button = function (element, options) { class 191 this.options = $.extend({}, Button.DEFAULTS, options) 195 Button.VERSION = '3.3.7' 197 Button.DEFAULTS = { 201 Button.prototype.setState = function (state) { 225 Button.prototype.toggle = function () { 257 if (!data) $this.data('bs.button', (data = new Button(this, options))) 267 $.fn.button.Constructor = Button
|
/template/kajukkk/bs/ |
H A D | bootstrap.js | 132 var Button = function (element, options) { class 134 this.options = $.extend({}, Button.DEFAULTS, options) 138 Button.VERSION = '3.3.7' 140 Button.DEFAULTS = { 144 Button.prototype.setState = function (state) { 168 Button.prototype.toggle = function () { 200 if (!data) $this.data('bs.button', (data = new Button(this, options))) 210 $.fn.button.Constructor = Button
|
/template/mywiki/ |
H A D | bootstrap.js | 189 var Button = function (element, options) { class 191 this.options = $.extend({}, Button.DEFAULTS, options) 195 Button.VERSION = '3.3.7' 197 Button.DEFAULTS = { 201 Button.prototype.setState = function (state) { 225 Button.prototype.toggle = function () { 257 if (!data) $this.data('bs.button', (data = new Button(this, options))) 267 $.fn.button.Constructor = Button
|
/template/argon-alt/assets/css/ |
H A D | doku.scss | 77 // Edit Button 101 // Page Revisions Button
|
/template/argon/assets/css/ |
H A D | doku.scss | 89 // Edit Button 103 // Page Revisions Button
|
/template/parallax/lib/bootstrap/js/ |
H A D | bootstrap.js | 185 var Button = function (element, options) { class 190 Button.prototype.setState = function (state) { 209 Button.prototype.toggle = function () { 230 if (!data) $this.data('button', (data = new Button(this, options))) 240 $.fn.button.Constructor = Button
|