This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jQuery.browser.mobile (detectmobilebrowser.com) | |
* | |
* detectmobilebrowser.com says: "Regex updated: 9 September 2013" | |
* | |
* We added tablet support by adding `|android|ipad|playbook|silk` to the first | |
* regular expression. Also see detectmobilebrowsers.com/about. | |
*/ | |
(function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! Touch Or Mouse - v0.2 - 2014-10-10 | |
* Shared at https://gist.github.com/lmeurs/e5db12f0b3ef43f9cd65 | |
* Demonstrated at http://jsfiddle.net/lmeurs/uo4069nh | |
* Discussed at http://stackoverflow.com/a/26145343/328272 | |
* Copyright (c) 2014 Laurens Meurs, wiedes.nl; Licensed MIT */ | |
/** | |
* Touch Or Mouse: A jQuery plugin that detects whether an event has been | |
* invoked by a touchscreen or a mouse. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Force anonymous users to login before being able to checkout. | |
*/ | |
/** | |
* Implements hook_menu(). | |
*/ | |
function commerce_checkout_redirect_menu() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Definition of views_handler_area_view. | |
*/ | |
/** | |
* Views area handlers. Insert a view inside of an area. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-04-27T12:45:30.276Z","extensionVersion":"v3.2.9"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
"squizlabs/php_codesniffer": "^2.5", | |
"drupal/coder": "^8.2" | |
} | |
} |