Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 27, 2018 22:39
Show Gist options
  • Save Whateverable/30fb73dc5e615fe534562b3be0291d21 to your computer and use it in GitHub Desktop.
Save Whateverable/30fb73dc5e615fe534562b3be0291d21 to your computer and use it in GitHub Desktop.
greppable6
\.toggle\b
File Code
JNTHN/cro
…/app.js :9989:
var toggle = __WEBPACK_IMPORTED_MODULE_11_react_dom___default.a.findDOMNode(this.toggle);
JNTHN/cro
…/app.js :10000:
_this2.toggle = c;
JNTHN/cro
…/app.js :19944:
// Store hidden/visible for toggle so `.stop().toggle()` "reverses"
MELEZHIK/Sparky
…/bootstrap.min.js :6:
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].spl…
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :21:
a.toggle { color: #444 }
azawawi/farabi6
…/accordion.min.js :11:
!function(e,n,t,i){"use strict";e.fn.accordion=function(t){{var o,a=e(this),s=(new Date).getTime(),r=[],c=arguments[0],l="string"==typeof c,u=[].slic…
azawawi/farabi6
…/button.min.css :10:
*/.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background-color:#e0e0e0;color:rgba(0,…
azawawi/farabi6
…/checkbox.min.css :10:
*/.ui.checkbox{position:relative;display:inline-block;min-height:17px;font-size:1rem;line-height:15px;min-width:17px;-webkit-backface-visibility:hid…
azawawi/farabi6
…/checkbox.min.js :11:
!function(e,n,t,o){"use strict";e.fn.checkbox=function(t){var c,i=e(this),r=i.selector||"",a=(new Date).getTime(),l=[],s=arguments[0],u="string"==typ…
azawawi/farabi6
…/dimmer.min.js :11:
!function(e,i,n,t){"use strict";e.fn.dimmer=function(i){var o,a=e(this),r=(new Date).getTime(),m=[],s=arguments[0],d="string"==typeof s,c=[].slice.ca…
azawawi/farabi6
…/dropdown.min.js :11:
!function(e,t,n,i){"use strict";e.fn.dropdown=function(o){var a,r=e(this),s=e(n),c=r.selector||"",l="ontouchstart"in n.documentElement,u=(new Date).g…
azawawi/farabi6
…/form.min.css :10:
*/.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field,.ui.form .fields .field{clear:both;margin:0 0 1em}.ui.form .fiel…
azawawi/farabi6
…/icon.min.css :10:
*/@font-face{font-family:Icons;src:url(../themes/default/assets/fonts/icons.eot);src:url(../themes/default/assets/fonts/icons.eot?#iefix) format('em…
azawawi/farabi6
…/modal.min.js :11:
!function(e,i,n,t){"use strict";e.fn.modal=function(o){var a,s=e(this),r=e(i),c=e(n),l=e("body"),u=s.selector||"",d=(new Date).getTime(),m=[],f=argum…
azawawi/farabi6
…/popup.min.js :11:
!function(e,t,o,n){"use strict";e.fn.popup=function(i){var r,s=e(this),a=e(o),p=s.selector||"",l="ontouchstart"in o.documentElement,u=(new Date).getT…
azawawi/farabi6
…/sidebar.min.js :11:
!function(e,i,n,t){"use strict";e.fn.sidebar=function(o){var r,s=e(this),a=e(i),l=e(n),c=e("html"),u=e("head"),d=s.selector||"",f=(new Date).getTime(…
azawawi/farabi6
…/state.min.js :11:
!function(e,t,n,a){"use strict";e.fn.state=function(t){var i,o=e(this),s=o.selector||"",r=("ontouchstart"in n.documentElement,(new Date).getTime()),c…
azawawi/farabi6
…/semantic.min.css :11:
@import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic\&subset=latin';\*,:after,:before{box-sizing:inherit}html{box-sizing:b…
azawawi/farabi6
…/semantic.min.js :11:
!function(e,t,n,i){e.site=e.fn.site=function(o){var a,r,s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1),…
azawawi/farabi6
…/semantic.min.js :12:
},instantiate:function(){m.verbose("Storing instance of module",m),S=m,k.data(x,S)},destroy:function(){m.verbose("Destroying previous module",d),k.re…
azawawi/farabi6
…/semantic.min.js :13:
}})):(T.debug("Showing modal with javascript"),D.fadeIn(S.duration,S.easing,function(){S.onVisible.apply(j),T.add.keyboardShortcuts(),T.save.focus(),…
azawawi/farabi6
…/semantic.min.js :15:
}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.sidebar=function(o){var a,r=e(this),s=e(t),c=e(n),l=e("html"),u=e("head"),d=r.selector|…
azawawi/farabi6
…/semantic.min.js :17:
})},bindEvents:function(){s.keyboardShortcuts&&l.on("keydown"+m,t.event.field.keydown),o.on("submit"+m,t.validate.form),l.on("blur"+m,t.event.field.b…
moznion/p6-Backtrace-AsHTML
…/AsHTML.pm6 :21:
a.toggle { color: #444 }
perl6/doc
…/Any.pod6 :792:
say ^10 .toggle: * < 4, * %% 2, &is-prime; # OUTPUT: «(0 1 2 3 6 7)␤»
perl6/doc
…/Any.pod6 :793:
say ^10 .toggle: :off, * > 4; # OUTPUT: «(5 6 7 8 9)␤»
perl6/doc
…/Any.pod6 :816:
say ^10 .toggle: * < 4, * %% 2, &is-prime; # OUTPUT: «(0 1 2 3 6 7)␤»
perl6/doc
…/Any.pod6 :845:
say <0 1 2>.toggle: * > 1; # OUTPUT: «()␤»
perl6/doc
…/Any.pod6 :859:
say <0 1 2>.toggle: :off, * > 1; # OUTPUT: «(2)␤»
szabgab/Perl6-Maven
…/bootstrap-button.js :53:
Button.prototype.toggle = function () {
szabgab/Perl6-Maven
…/bootstrap-button.js :75:
if (option == 'toggle') data.toggle()
szabgab/Perl6-Maven
…/bootstrap-collapse.js :37:
this.options.toggle && this.toggle()
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :31:
var $el = $(element).on('click.dropdown.data-api', this.toggle)
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :158:
.on('click.dropdown.data-api touchstart.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
szabgab/Perl6-Maven
…/bootstrap-tooltip.js :48:
this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
szabgab/Perl6-Maven
…/bootstrap.js :202:
Button.prototype.toggle = function () {
szabgab/Perl6-Maven
…/bootstrap.js :222:
if (option == 'toggle') data.toggle()
szabgab/Perl6-Maven
…/bootstrap.js :449:
this.options.toggle && this.toggle()
szabgab/Perl6-Maven
…/bootstrap.js :599:
var $el = $(element).on('click.dropdown.data-api', this.toggle)
szabgab/Perl6-Maven
…/bootstrap.js :665:
.on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
szabgab/Perl6-Maven
…/bootstrap.min.js :6:
!function(a){a(function(){"use strict",a.support.transition=function(){var a=function(){var a=document.createElement("bootstrap"),b={WebkitTransition…
szabgab/Perl6-Maven
…/jquery-1.7.2.min.js :4:
.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return…
viklund/november
…/takahashi.xul :2876:
this.toggle(enable);
zoffixznet/q
…/Actions.pm6 :109:
$(this).find('> ul').toggle('fast', function() {
zoffixznet/q
…/main.js :11:
$(this).find('> ul').toggle('fast', function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment