Home
last modified time | relevance | path

Searched refs:change (Results 51 – 75 of 356) sorted by path

12345678910>>...15

/template/benjamin/
H A DLICENSE12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
25 if you want it, that you can change the software or use pieces of it
96 stating that you changed the files and the date of any change.
286 free software which everyone can redistribute and change under these terms.
/template/binkytestinstance/
H A DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
25 if you want it, that you can change the software or use pieces of it
96 stating that you changed the files and the date of any change.
286 free software which everyone can redistribute and change under these terms.
/template/binkytestinstance/css/
H A D_edit.css107 /* change background colour if summary is missing */
H A D_media_fullscreen.css5 * What most templates would probably need to change (depending on
6 * their site width) are the 4 min-width's (search for @change).
18 min-width: 50em; /* @change */
29 min-width: 10em; /* @change */
33 min-width: 25em; /* @change */
37 min-width: 15em; /* @change */
/template/bootie/
H A DREADME.md26 The configuration can be change with the [Configuration Manager Plugin](https://www.dokuwiki.org/pl…
/template/bootie/css/
H A D_media_fullscreen.css5 * What most templates would probably need to change (depending on
6 * their site width) are the 4 min-width's (search for @change).
18 min-width: 50em; /* @change */
30 min-width: 10em; /* @change */
34 min-width: 25em; /* @change */
38 min-width: 15em; /* @change */
/template/bootstrap3/
H A DLICENSE12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
25 if you want it, that you can change the software or use pieces of it
96 stating that you changed the files and the date of any change.
286 free software which everyone can redistribute and change under these terms.
H A DRELEASE.md313 * #250: Fixed "headers already send" issue when change theme (thanks to @bobdeh)
438 * #141: Added option to change visibility of navbar hook (thanks to @jERCle)
/template/bootstrap3/assets/typeahead/
H A Dbootstrap3-typeahead.min.js1 (function(a,b){if(typeof module!=="undefined"&&module.exports){module.exports=b(require("jquery"))}else{if(typeof define==="function"&&define.amd){define(["jquery"],function(c){return b(c)})}else{b(a.jQuery)}}}(this,function(b){var c=function(e,d){this.$element=b(e);this.options=b.extend({},c.defaults,d);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.select=this.options.select||this.select;this.autoSelect=typeof this.options.autoSelect=="boolean"?this.options.autoSelect:true;this.highlighter=this.options.highlighter||this.highlighter;this.render=this.options.render||this.render;this.updater=this.options.updater||this.updater;this.displayText=this.options.displayText||this.displayText;this.itemLink=this.options.itemLink||this.itemLink;this.itemTitle=this.options.itemTitle||this.itemTitle;this.followLinkOnSelect=this.options.followLinkOnSelect||this.followLinkOnSelect;this.source=this.options.source;this.delay=this.options.delay;this.theme=this.options.theme&&this.options.themes&&this.options.themes[this.options.theme]||c.defaults.themes[c.defaults.theme];this.$menu=b(this.options.menu||this.theme.menu);this.$appendTo=this.options.appendTo?b(this.options.appendTo):null;this.fitToElement=typeof this.options.fitToElement=="boolean"?this.options.fitToElement:false;this.shown=false;this.listen();this.showHintOnFocus=typeof this.options.showHintOnFocus=="boolean"||this.options.showHintOnFocus==="all"?this.options.showHintOnFocus:false;this.afterSelect=this.options.afterSelect;this.afterEmptySelect=this.options.afterEmptySelect;this.addItem=false;this.value=this.$element.val()||this.$element.text();this.keyPressed=false;this.focused=this.$element.is(":focus");this.changeInputOnSelect=this.options.changeInputOnSelect||this.changeInputOnSelect;this.changeInputOnMove=this.options.changeInputOnMove||this.changeInputOnMove;this.openLinkInNewTab=this.options.openLinkInNewTab||this.openLinkInNewTab;this.selectOnBlur=this.options.selectOnBlur||this.selectOnBlur;this.showCategoryHeader=this.options.showCategoryHeader||this.showCategoryHeader};c.prototype={constructor:c,setDefault:function(e){this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change();this.afterSelect(d)}return this.hide()},select:function(){var e=this.$menu.find(".active").data("value");this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}if(this.changeInputOnSelect){this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change()}if(this.followLinkOnSelect&&this.itemLink(e)){if(this.openLinkInNewTab){window.open(this.itemLin (…)
/template/bootstrap3/css/core/
H A D_edit.css105 /* change background colour if summary is missing */
H A D_media_fullscreen.css5 * What most templates would probably need to change (depending on
6 * their site width) are the 4 min-width's (search for @change).
18 min-width: 50em; /* @change */
34 min-width: 10em; /* @change */
39 min-width: 25em; /* @change */
44 min-width: 15em; /* @change */
/template/boozurk/
H A DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
25 if you want it, that you can change the software or use pieces of it
96 stating that you changed the files and the date of any change.
286 free software which everyone can redistribute and change under these terms.
/template/boozurk/lang/en/
H A Dstyle.txt1 If you'd like to change the favicon, simply use the Media Manager to upload a ''favicon.ico'' into …
/template/boozurk/tinynav/
H A DREADME.md35 v1.04 (2012-10-19) - Adds the possibility to change the text of the header. Notice that there seems…
H A Dtinynav.js59 $select.change(function () {
H A Dtinynav.min.js3 b.header||e.find(":eq("+a(f+" li").index(a(f+" li."+b.active))+")").attr("selected",!0);e.change(fu…
/template/breeze/
H A DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
25 if you want it, that you can change the software or use pieces of it
96 stating that you changed the files and the date of any change.
286 free software which everyone can redistribute and change under these terms.
/template/breeze/bower_components/gumby/css/
H A Dgumby.css740 but you can change it to whatever you'd like.
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-1.10.1.min.js4 …nction(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.s…
5 ….remove(this,"._submit"),t)}}),x.support.changeBubbles||(x.event.special.change={setup:function(){…
H A Djquery-1.10.1.min.map1 …dioValue","createDocumentFragment","appendChecked","checkClone","click","change","focusin","backgr…
/template/breeze/bower_components/gumby/sass/
H A D_grid.scss10 but you can change it to whatever you'd like.
/template/breeze/bower_components/gumby/sass/ui/
H A D_navbar.scss8 background: $navbar-color; // Change this color in settings to change the navbar color
/template/breeze/bower_components/modular-scale/
H A Dreadme.md51 …size or `1em` and can have multiple values. `$ms-ratio` is the factor of change between each numbe…
/template/breeze/css/
H A Dgumby.css741 but you can change it to whatever you'd like.
/template/breeze/sass/
H A D_navbar.scss8 background: $navbar-color; // Change this color in settings to change the navbar color

12345678910>>...15