Home
last modified time | relevance | path

Searched refs:fn (Results 201 – 225 of 301) sorted by last modified time

12345678910>>...13

/template/templar/js/
H A Dbootstrap-modal.js198 var old = $.fn.modal
200 $.fn.modal = function (option) {
204 … , options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option)
211 $.fn.modal.defaults = {
217 $.fn.modal.Constructor = Modal
223 $.fn.modal.noConflict = function () {
224 $.fn.modal = old
H A Dbootstrap-popover.js37 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
84 var old = $.fn.popover
86 $.fn.popover = function (option) {
96 $.fn.popover.Constructor = Popover
98 $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
109 $.fn.popover.noConflict = function () {
110 $.fn.popover = old
H A Dbootstrap-scrollspy.js33 this.options = $.extend({}, $.fn.scrollspy.defaults, options)
124 var old = $.fn.scrollspy
126 $.fn.scrollspy = function (option) {
136 $.fn.scrollspy.Constructor = ScrollSpy
138 $.fn.scrollspy.defaults = {
146 $.fn.scrollspy.noConflict = function () {
147 $.fn.scrollspy = old
H A Dbootstrap-affix.js30 this.options = $.extend({}, $.fn.affix.defaults, options)
71 var old = $.fn.affix
73 $.fn.affix = function (option) {
83 $.fn.affix.Constructor = Affix
85 $.fn.affix.defaults = {
93 $.fn.affix.noConflict = function () {
94 $.fn.affix = old
H A Dbootstrap-collapse.js31 this.options = $.extend({}, $.fn.collapse.defaults, options)
126 var old = $.fn.collapse
128 $.fn.collapse = function (option) {
132 …, options = $.extend({}, $.fn.collapse.defaults, $this.data(), typeof option == 'object' && option)
138 $.fn.collapse.defaults = {
142 $.fn.collapse.Constructor = Collapse
148 $.fn.collapse.noConflict = function () {
149 $.fn.collapse = old
H A Dbootstrap-dropdown.js132 var old = $.fn.dropdown
134 $.fn.dropdown = function (option) {
143 $.fn.dropdown.Constructor = Dropdown
149 $.fn.dropdown.noConflict = function () {
150 $.fn.dropdown = old
H A Dbootstrap-typeahead.js31 this.options = $.extend({}, $.fn.typeahead.defaults, options)
294 var old = $.fn.typeahead
296 $.fn.typeahead = function (option) {
306 $.fn.typeahead.defaults = {
314 $.fn.typeahead.Constructor = Typeahead
320 $.fn.typeahead.noConflict = function () {
321 $.fn.typeahead = old
/template/navigation/
H A Dprint.css188 div.fn {
H A Dsidebar.php81 $fn = wikiFN($ID.'_sidebar');
82 $localFile = dirname($fn).'/_'.basename($fn);
H A Ddesign.css682 div.dokuwiki div.fn {
/template/apricot/css/
H A D_footnotes.css24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/template/apricot/
H A Dtpl_functions.php181 function _tpl_include($fn) { argument
182 $confFile = DOKU_CONF.$fn;
183 $tplFile = dirname(__FILE__).'/'.$fn;
/template/darkclean/css/
H A Ddesign.css617 div.fn{
H A Dprint.css182 div.fn{
/template/scanlines/css/
H A Ddesign.css806 div.dokuwiki div.fn {
H A Dprint.css195 div.fn {
/template/backpack/
H A Dprint.css188 div.fn {
H A Ddesign.css700 div.dokuwiki div.fn {
/template/spacedok/
H A Ddesign.css620 div.dokuwiki div.fn {
H A Dprint.css194 div.fn {
/template/lcars/
H A Ddesign.css890 div.dokuwiki div.fn {
H A Dprint.css188 div.fn {
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js353 observe: function( fn ) { argument
354 var id = PIE.Util.getUID( fn ),
359 observers.push( fn );
363 unobserve: function( fn ) { argument
364 var id = PIE.Util.getUID( fn ),
1262 function cacheWhenLocked( fn ) { argument
1263 var uid = PIE.Util.getUID( fn );
1269 return fn.call( this );
1655 withActualBg: function( fn ) { argument
1678 ret = fn.call( this );
[all …]
/template/scanlines/js/
H A Djquery.fittext.js14 $.fn.fitText = function( kompressor, options ) {
/template/lcars/js/
H A Djquery.timers-1.1.2.js12 jQuery.fn.extend({
18 oneTime: function(interval, label, fn) { argument
23 stopTime: function(label, fn) { argument
65 times = fn;
66 fn = label;
88 fn.timerID = fn.timerID || this.guid++;
99 handler.timerID = fn.timerID;
101 if (!timers[label][fn.timerID])
116 if ( fn ) {
117 if ( fn.timerID ) {
[all …]

12345678910>>...13