Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
announcement
Commit Description:
announcement
/*!
jQuery UI integration for DataTables' Buttons
©2016 SpryMedia Ltd - datatables.net/license
*/
( function ( c ){ "function" === typeof define && define . amd ? define ([ "jquery" , "datatables.net-jqui" , "datatables.net-buttons" ], function ( a ){ return c ( a , window , document )}) : "object" === typeof exports ? module . exports = function ( a , b ){ a || ( a = window ); b && b . fn . dataTable || ( b = require ( "datatables.net-jqui" )( a , b ). $ ); b . fn . dataTable . Buttons || require ( "datatables.net-buttons" )( a , b ); return c ( b , a , a . document )} : c ( jQuery , window , document )})( function ( c , a , b , e ){ a = c . fn . dataTable ; c . extend ( ! 0 , a . Buttons . defaults ,{ dom : { container : { className : "dt-buttons ui-buttonset" },
button : { className : "dt-button ui-button ui-state-default ui-button-text-only" , disabled : "ui-state-disabled" , active : "ui-state-active" }, buttonLiner : { tag : "span" , className : "ui-button-text" }, splitWrapper : { tag : "div" , className : "dt-btn-split-wrapper dt-btn-split-wrapper ui-widget ui-controlgroup-item ui-corner-left" }, splitDropdown : { tag : "button" , text : "▼" , className : "dt-btn-split-drop ui-selectmenu-button demo-splitbutton-select ui-button ui-widget ui-controlgroup-item ui-selectmenu-button-closed ui-corner-right" },
splitDropdownButton : { tag : "button" , className : "dt-btn-split-drop-button ui-button" }}}); a . ext . buttons . collection . text = function ( d ){ return d . i18n ( "buttons.collection" , 'Collection <span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-s"/>' )}; return a . Buttons });
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings