Skip to content

Commit

Permalink
bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Assis committed Apr 14, 2016
1 parent b456ed5 commit 49f54ea
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 137 deletions.
112 changes: 71 additions & 41 deletions .tags
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,6 @@
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.9~svn20110310 //
createDiv /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ createDiv: function (attr, name, parent) {$/;" function line:14
customKit.createDiv /var/www/html/gits/custom-alert/dist/js/customAlert.js /^var customKit = {$/;" method line:13
mergeObjects /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ mergeObjects: function (obj1, obj2) {$/;" function line:25
customKit.mergeObjects /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ },$/;" method line:24
customAlert /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customAlert(options) {$/;" function line:37
customAlert.defaultOptions.ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.defaultOptions = {$/;" property line:39
customAlert.defaultOptions.title /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'ok': 'OK',$/;" property line:40
render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog) {$/;" function line:64
customAlert.render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog) {$/;" method line:64
ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" function line:74
customAlert.ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" method line:74
customAlert /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customAlert(options) {$/;" class line:37
customConfirm /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customConfirm(options) {$/;" function line:82
customConfirm.defaultOptions.yes /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.defaultOptions = {$/;" property line:84
customConfirm.defaultOptions.no /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'yes': 'YES',$/;" property line:85
customConfirm.defaultOptions.title /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'no': 'NO',$/;" property line:86
customConfirm.defaultOptions.return /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'title': 'Confirm it:',$/;" property line:87
callback /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.callback = function (data) {$/;" function line:111
customConfirm.callback /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.callback = function (data) {$/;" method line:111
render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog, callback) {$/;" function line:115
customConfirm.render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog, callback) {$/;" method line:115
ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" function line:126
customConfirm.ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" method line:126
cancel /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.cancel = function () {$/;" function line:138
customConfirm.cancel /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.cancel = function () {$/;" method line:138
end /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.end = function () {$/;" function line:148
customConfirm.end /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.end = function () {$/;" method line:148
clear /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.clear = function () {$/;" function line:154
customConfirm.clear /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.clear = function () {$/;" method line:154
customConfirm /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customConfirm(options) {$/;" class line:82
* window.customAlert e window.customConfirm devem permanecer com esses nomes /var/www/html/gits/custom-alert/dist/css/customAlert.css /^ * window.customAlert e window.customConfirm devem permanecer com esses nomes,$/;" function line:10
#customAlert-overlay /var/www/html/gits/custom-alert/dist/css/customAlert.css /^#customAlert-overlay {$/;" function line:14
#customConfirm-overlay /var/www/html/gits/custom-alert/dist/css/customAlert.css /^#customConfirm-overlay {$/;" function line:26
Expand Down Expand Up @@ -61,17 +31,6 @@ customConfirm /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function
#customConfirm .footer /var/www/html/gits/custom-alert/dist/css/customAlert.css /^#customConfirm .footer {$/;" function line:128
#customAlert button /var/www/html/gits/custom-alert/dist/css/customAlert.css /^#customAlert button,$/;" function line:133
#customConfirm button /var/www/html/gits/custom-alert/dist/css/customAlert.css /^#customConfirm button {$/;" function line:134
html /var/www/html/gits/custom-alert/example.html /^<html>$/;" function line:2
head /var/www/html/gits/custom-alert/example.html /^<head>$/;" function line:3
meta /var/www/html/gits/custom-alert/example.html /^ <meta charset="UTF-8">$/;" function line:4
title /var/www/html/gits/custom-alert/example.html /^ <title>Example Custom Alert<\/title>$/;" function line:5
link /var/www/html/gits/custom-alert/example.html /^ <link href="dist\/css\/customAlert.css" rel="stylesheet">$/;" function line:6
body /var/www/html/gits/custom-alert/example.html /^<body>$/;" function line:8
h /var/www/html/gits/custom-alert/example.html /^<h1>Custom Alert<\/h1>$/;" function line:9
h /var/www/html/gits/custom-alert/example.html /^<h2>Por: Philippe Assis<\/h2>$/;" function line:11
a /var/www/html/gits/custom-alert/example.html /^<a href="https:\/\/github.com\/PhilippeAssis\/custom-alert">github.com\/PhilippeAssis\/custom-alert<\/a>$/;" function line:12
script /var/www/html/gits/custom-alert/example.html /^<script src="dist\/js\/customAlert.js" language="javascript"><\/script>$/;" function line:13
script /var/www/html/gits/custom-alert/example.html /^<script>$/;" function line:14
Custom Alert /var/www/html/gits/custom-alert/README.md /^#Custom Alert$/;" function line:1
Documentação e exemplos: /var/www/html/gits/custom-alert/README.md /^##Documentação e exemplos:$/;" function line:4
name /var/www/html/gits/custom-alert/bower.json /^ "name": "custom-alert",$/;" function line:2
Expand All @@ -82,3 +41,74 @@ main /var/www/html/gits/custom-alert/bower.json /^ "main": "customAlert.js",$/;
moduleType /var/www/html/gits/custom-alert/bower.json /^ "moduleType": [],$/;" function line:9
license /var/www/html/gits/custom-alert/bower.json /^ "license": "MIT",$/;" function line:10
ignore /var/www/html/gits/custom-alert/bower.json /^ "ignore": [$/;" function line:11
createDiv /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ createDiv: function (attr, name, parent) {$/;" function line:14
customKit.createDiv /var/www/html/gits/custom-alert/dist/js/customAlert.js /^var customKit = {$/;" method line:13
mergeObjects /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ mergeObjects: function (obj1, obj2) {$/;" function line:25
customKit.mergeObjects /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ },$/;" method line:24
customAlert /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customAlert(options) {$/;" function line:37
customAlert.defaultOptions.ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.defaultOptions = {$/;" property line:39
customAlert.defaultOptions.title /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'ok': 'OK',$/;" property line:40
render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog) {$/;" function line:64
customAlert.render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog) {$/;" method line:64
ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" function line:74
customAlert.ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" method line:74
customAlert /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customAlert(options) {$/;" class line:37
customConfirm /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customConfirm(options) {$/;" function line:82
customConfirm.defaultOptions.yes /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.defaultOptions = {$/;" property line:84
customConfirm.defaultOptions.no /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'yes': 'YES',$/;" property line:85
customConfirm.defaultOptions.title /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'no': 'NO',$/;" property line:86
customConfirm.defaultOptions.return /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ 'title': 'Confirm it:',$/;" property line:87
callback /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.callback = function (data) {$/;" function line:111
customConfirm.callback /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.callback = function (data) {$/;" method line:111
render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog, callback) {$/;" function line:115
customConfirm.render /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.render = function (dialog, callback) {$/;" method line:115
ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" function line:126
customConfirm.ok /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.ok = function () {$/;" method line:126
cancel /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.cancel = function () {$/;" function line:138
customConfirm.cancel /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.cancel = function () {$/;" method line:138
end /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.end = function () {$/;" function line:148
customConfirm.end /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.end = function () {$/;" method line:148
clear /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.clear = function () {$/;" function line:154
customConfirm.clear /var/www/html/gits/custom-alert/dist/js/customAlert.js /^ this.clear = function () {$/;" method line:154
customConfirm /var/www/html/gits/custom-alert/dist/js/customAlert.js /^function customConfirm(options) {$/;" class line:82
html /var/www/html/gits/custom-alert/example.html /^<html>$/;" function line:2
head /var/www/html/gits/custom-alert/example.html /^<head>$/;" function line:3
meta /var/www/html/gits/custom-alert/example.html /^ <meta charset="UTF-8">$/;" function line:4
title /var/www/html/gits/custom-alert/example.html /^ <title>Example Custom Alert<\/title>$/;" function line:5
link /var/www/html/gits/custom-alert/example.html /^ <link href="dist\/css\/custom-alert.min.css" rel="stylesheet">$/;" function line:6
body /var/www/html/gits/custom-alert/example.html /^<body>$/;" function line:8
h /var/www/html/gits/custom-alert/example.html /^<h1>Custom Alert<\/h1>$/;" function line:9
h /var/www/html/gits/custom-alert/example.html /^<h2>Por: Philippe Assis<\/h2>$/;" function line:11
pre /var/www/html/gits/custom-alert/example.html /^<pre>$/;" function line:13
a /var/www/html/gits/custom-alert/example.html /^<a href="https:\/\/github.com\/PhilippeAssis\/custom-alert">github.com\/PhilippeAssis\/custom-alert<\/a>$/;" function line:22
script /var/www/html/gits/custom-alert/example.html /^<script src="dist\/js\/custom-alert.js" language="javascript"><\/script>$/;" function line:23
script /var/www/html/gits/custom-alert/example.html /^<script>$/;" function line:24
createDiv /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ createDiv: function (attr, parent) {$/;" function line:14
customKit.createDiv /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^var customKit = {$/;" method line:13
mergeObjects /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ mergeObjects: function (obj1, obj2) {$/;" function line:29
customKit.mergeObjects /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ },$/;" method line:28
customAlert /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^function customAlert(options) {$/;" function line:41
customAlert.defaultOptions.ok /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.defaultOptions = {$/;" property line:43
customAlert.defaultOptions.title /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ 'ok': 'OK',$/;" property line:44
customAlert /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^function customAlert(options) {$/;" class line:41
render /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.render = function (dialog) {$/;" function line:87
render /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.render = function (dialog) {$/;" function line:87
ok /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.ok = function () {$/;" function line:99
ok /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.ok = function () {$/;" class line:99
customConfirm /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^function customConfirm(options) {$/;" function line:111
customConfirm.defaultOptions.yes /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.defaultOptions = {$/;" property line:120
customConfirm.defaultOptions.no /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ 'yes': 'YES',$/;" property line:121
customConfirm.defaultOptions.title /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ 'no': 'NO',$/;" property line:122
customConfirm.defaultOptions.return /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ 'title': 'Confirm it:',$/;" property line:123
customConfirm /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^function customConfirm(options) {$/;" class line:111
callback /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.callback = function (data) {$/;" function line:176
callback /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.callback = function (data) {$/;" function line:176
render /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.render = function (dialog, callback) {$/;" function line:179
render /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.render = function (dialog, callback) {$/;" class line:179
ok /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.ok = function () {$/;" function line:192
cancel /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.cancel = function () {$/;" function line:212
cancel /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.cancel = function () {$/;" class line:212
end /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.end = function () {$/;" function line:229
end /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.end = function () {$/;" function line:229
clear /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.clear = function () {$/;" function line:235
clear /var/www/html/gits/custom-alert/dist/js/custom-alert.js /^ this.clear = function () {$/;" class line:235
6 changes: 6 additions & 0 deletions .tags1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 0 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.9~svn20110310 //
2 changes: 1 addition & 1 deletion dist/css/custom-alert.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49f54ea

Please sign in to comment.