Skip to content

Commit 27d67ff

Browse files
committed
Add phpDocumentor
1 parent 1a8dca0 commit 27d67ff

File tree

104 files changed

+23917
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+23917
-7
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ composer.phar
99
.phpunit.result.cache
1010
testdox.xml
1111
phpdoc.xml
12-
phpunit.xml
12+
phpunit.xml
13+
14+
.phpdoc/cache

docs/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Fixes a vulnerability in CentOS: https://stackoverflow.com/questions/20533279/
2+
<FilesMatch \.php\.txt$>
3+
RemoveHandler .php
4+
ForceType text/plain
5+
</FilesMatch>

docs/classes/Matscode-Paystack-Exceptions-InvalidResourceException.html

Lines changed: 476 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Interfaces-ResourceInterface.html

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Paystack.html

Lines changed: 658 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Providers-PaystackResourceProvider.html

Lines changed: 653 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-ResourceRegistry.html

Lines changed: 504 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Resources-Transaction.html

Lines changed: 1263 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Traits-ResourcePath.html

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Utility-Debug.html

Lines changed: 655 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Utility-HTTP-HTTPClient.html

Lines changed: 591 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Utility-HTTP-Request.html

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Utility-Http.html

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/Matscode-Paystack-Utility-Text.html

Lines changed: 581 additions & 0 deletions
Large diffs are not rendered by default.

docs/css/bootstrap-combined.no-icons.min.css

Lines changed: 732 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/font-awesome.min.css

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

docs/css/jquery.iviewer.css

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
.viewer {
2+
-ms-touch-action: none;
3+
}
4+
5+
.iviewer_common {
6+
position:absolute;
7+
bottom:10px;
8+
border: 1px solid #000;
9+
height: 28px;
10+
z-index: 5000;
11+
}
12+
13+
.iviewer_cursor {
14+
cursor: url(../images/iviewer/hand.cur) 6 8, pointer;
15+
}
16+
17+
.iviewer_drag_cursor {
18+
cursor: url(../images/iviewer/grab.cur) 6 8, pointer;
19+
}
20+
21+
.iviewer_button {
22+
width: 28px;
23+
cursor: pointer;
24+
background-position: center center;
25+
background-repeat: no-repeat;
26+
}
27+
28+
.iviewer_zoom_in {
29+
left: 20px;
30+
background: url(../images/iviewer/iviewer.zoom_in.png);
31+
}
32+
33+
.iviewer_zoom_out {
34+
left: 55px;
35+
background: url(../images/iviewer/iviewer.zoom_out.png);
36+
}
37+
38+
.iviewer_zoom_zero {
39+
left: 90px;
40+
background: url(../images/iviewer/iviewer.zoom_zero.png);
41+
}
42+
43+
.iviewer_zoom_fit {
44+
left: 125px;
45+
background: url(../images/iviewer/iviewer.zoom_fit.png);
46+
}
47+
48+
.iviewer_zoom_status {
49+
left: 160px;
50+
font: 1em/28px Sans;
51+
color: #000;
52+
background-color: #fff;
53+
text-align: center;
54+
width: 60px;
55+
}
56+
57+
.iviewer_rotate_left {
58+
left: 227px;
59+
background: #fff url(../images/iviewer/iviewer.rotate_left.png) center center no-repeat;
60+
}
61+
62+
.iviewer_rotate_right {
63+
left: 262px;
64+
background: #fff url(../images/iviewer/iviewer.rotate_right.png) center center no-repeat;
65+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.
2+
3+
See the documentation for more info on how to use this package: https://icomoon.io/#docs/font-face
Lines changed: 17 additions & 0 deletions
Loading
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
2+
3+
window.onload = function() {
4+
function addIcon(el, entity) {
5+
var html = el.innerHTML;
6+
el.innerHTML = '<span style="font-family: \'phpdocumentor-clean-icons\'">' + entity + '</span>' + html;
7+
}
8+
var icons = {
9+
'icon-trait' : '&#xe000;',
10+
'icon-interface' : '&#xe001;',
11+
'icon-class' : '&#xe002;'
12+
},
13+
els = document.getElementsByTagName('*'),
14+
i, attr, html, c, el;
15+
for (i = 0; ; i += 1) {
16+
el = els[i];
17+
if(!el) {
18+
break;
19+
}
20+
attr = el.getAttribute('data-icon');
21+
if (attr) {
22+
addIcon(el, attr);
23+
}
24+
c = el.className;
25+
c = c.match(/icon-[^\s'"]+/);
26+
if (c && icons[c[0]]) {
27+
addIcon(el, icons[c[0]]);
28+
}
29+
}
30+
};
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
@font-face {
2+
font-family: 'phpdocumentor-clean-icons';
3+
src:url('fonts/phpdocumentor-clean-icons.eot');
4+
src:url('fonts/phpdocumentor-clean-icons.eot?#iefix') format('embedded-opentype'),
5+
url('fonts/phpdocumentor-clean-icons.woff') format('woff'),
6+
url('fonts/phpdocumentor-clean-icons.ttf') format('truetype'),
7+
url('fonts/phpdocumentor-clean-icons.svg#phpdocumentor-clean-icons') format('svg');
8+
font-weight: normal;
9+
font-style: normal;
10+
}
11+
12+
/* Use the following CSS code if you want to use data attributes for inserting your icons */
13+
[data-icon]:before {
14+
font-family: 'phpdocumentor-clean-icons';
15+
content: attr(data-icon);
16+
speak: none;
17+
font-weight: normal;
18+
font-variant: normal;
19+
text-transform: none;
20+
line-height: 1;
21+
-webkit-font-smoothing: antialiased;
22+
}
23+
24+
/* Use the following CSS code if you want to have a class per icon */
25+
/*
26+
Instead of a list of all class selectors,
27+
you can use the generic selector below, but it's slower:
28+
[class*="icon-"] {
29+
*/
30+
.icon-trait, .icon-interface, .icon-class {
31+
font-family: 'phpdocumentor-clean-icons';
32+
speak: none;
33+
font-style: normal;
34+
font-weight: normal;
35+
font-variant: normal;
36+
text-transform: none;
37+
line-height: 1;
38+
-webkit-font-smoothing: antialiased;
39+
}
40+
.icon-trait:before {
41+
content: "\e000";
42+
}
43+
.icon-interface:before {
44+
content: "\e001";
45+
}
46+
.icon-class:before {
47+
content: "\e002";
48+
}

0 commit comments

Comments
 (0)