Skip to content

Commit

Permalink
kmom02/uppgift2 first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Barnå committed Apr 13, 2018
1 parent c8ff53d commit bb324fe
Show file tree
Hide file tree
Showing 345 changed files with 121,175 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ My redovisa in oophp
====================

This is a project repo for course oophp at BTH (bth.se).
2018-04-06 Project init
2018-04-08 Added report text, styling and bootstrap stylesheets.
Author: thba17

v2.0.1
2018-04-09 Moved bootstrap stylesheet to Page.php
Added phpDocumentor
Built documentation

v1.0.x
2018-04-08 Added report text, styling and bootstrap stylesheets.
kmom01 finished.
2018-04-06 Project init
5 changes: 5 additions & 0 deletions doc/api/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt
<FilesMatch \.php\.txt$>
RemoveHandler .php
ForceType text/plain
</FilesMatch>
718 changes: 718 additions & 0 deletions doc/api/classes/Anax.App.App.html

Large diffs are not rendered by default.

797 changes: 797 additions & 0 deletions doc/api/classes/Anax.App.AppDI.html

Large diffs are not rendered by default.

937 changes: 937 additions & 0 deletions doc/api/classes/Anax.App.AppDIMagic.html

Large diffs are not rendered by default.

654 changes: 654 additions & 0 deletions doc/api/classes/Anax.Common.AppInjectableInterface.html

Large diffs are not rendered by default.

709 changes: 709 additions & 0 deletions doc/api/classes/Anax.Common.AppInjectableTrait.html

Large diffs are not rendered by default.

683 changes: 683 additions & 0 deletions doc/api/classes/Anax.Common.ConfigurationException.html

Large diffs are not rendered by default.

661 changes: 661 additions & 0 deletions doc/api/classes/Anax.Common.ConfigureInterface.html

Large diffs are not rendered by default.

717 changes: 717 additions & 0 deletions doc/api/classes/Anax.Common.ConfigureTrait.html

Large diffs are not rendered by default.

763 changes: 763 additions & 0 deletions doc/api/classes/Anax.Configure.Configure2Trait.html

Large diffs are not rendered by default.

661 changes: 661 additions & 0 deletions doc/api/classes/Anax.Configure.ConfigureInterface.html

Large diffs are not rendered by default.

763 changes: 763 additions & 0 deletions doc/api/classes/Anax.Configure.ConfigureTrait.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Configure.Exception.html

Large diffs are not rendered by default.

970 changes: 970 additions & 0 deletions doc/api/classes/Anax.DI.DI.html

Large diffs are not rendered by default.

1,196 changes: 1,196 additions & 0 deletions doc/api/classes/Anax.DI.DIFactoryConfig.html

Large diffs are not rendered by default.

1,294 changes: 1,294 additions & 0 deletions doc/api/classes/Anax.DI.DIFactoryConfigMagic.html

Large diffs are not rendered by default.

1,049 changes: 1,049 additions & 0 deletions doc/api/classes/Anax.DI.DIFactoryDefault.html

Large diffs are not rendered by default.

1,217 changes: 1,217 additions & 0 deletions doc/api/classes/Anax.DI.DIFactoryTest.html

Large diffs are not rendered by default.

701 changes: 701 additions & 0 deletions doc/api/classes/Anax.DI.DIInterface.html

Large diffs are not rendered by default.

724 changes: 724 additions & 0 deletions doc/api/classes/Anax.DI.DIMagicTrait.html

Large diffs are not rendered by default.

667 changes: 667 additions & 0 deletions doc/api/classes/Anax.DI.DIServiceSetBaseTrait.html

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions doc/api/classes/Anax.DI.Exception.DIExceptionInterface.html

Large diffs are not rendered by default.

635 changes: 635 additions & 0 deletions doc/api/classes/Anax.DI.Exception.Exception.html

Large diffs are not rendered by default.

635 changes: 635 additions & 0 deletions doc/api/classes/Anax.DI.Exception.NotFoundException.html

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions doc/api/classes/Anax.DI.Exception.NotFoundExceptionInterface.html

Large diffs are not rendered by default.

653 changes: 653 additions & 0 deletions doc/api/classes/Anax.DI.InjectionAwareInterface.html

Large diffs are not rendered by default.

707 changes: 707 additions & 0 deletions doc/api/classes/Anax.DI.InjectionAwareTrait.html

Large diffs are not rendered by default.

776 changes: 776 additions & 0 deletions doc/api/classes/Anax.DI.InjectionMagicTrait.html

Large diffs are not rendered by default.

742 changes: 742 additions & 0 deletions doc/api/classes/Anax.Page.DebugController.html

Large diffs are not rendered by default.

841 changes: 841 additions & 0 deletions doc/api/classes/Anax.Page.ErrorController.html

Large diffs are not rendered by default.

742 changes: 742 additions & 0 deletions doc/api/classes/Anax.Page.FlatFileContentController.html

Large diffs are not rendered by default.

762 changes: 762 additions & 0 deletions doc/api/classes/Anax.Page.Page.html

Large diffs are not rendered by default.

763 changes: 763 additions & 0 deletions doc/api/classes/Anax.Page.PageRender.html

Large diffs are not rendered by default.

655 changes: 655 additions & 0 deletions doc/api/classes/Anax.Page.PageRenderInterface.html

Large diffs are not rendered by default.

1,555 changes: 1,555 additions & 0 deletions doc/api/classes/Anax.Request.Request.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Response.Exception.html

Large diffs are not rendered by default.

1,134 changes: 1,134 additions & 0 deletions doc/api/classes/Anax.Response.Response.html

Large diffs are not rendered by default.

1,255 changes: 1,255 additions & 0 deletions doc/api/classes/Anax.Response.ResponseUtility.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Route.Exception.ConfigurationException.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Route.Exception.ForbiddenException.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Route.Exception.InternalErrorException.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Route.Exception.NotFoundException.html

Large diffs are not rendered by default.

1,269 changes: 1,269 additions & 0 deletions doc/api/classes/Anax.Route.Route.html

Large diffs are not rendered by default.

1,587 changes: 1,587 additions & 0 deletions doc/api/classes/Anax.Route.Router.html

Large diffs are not rendered by default.

1,397 changes: 1,397 additions & 0 deletions doc/api/classes/Anax.Route.RouterInjectable.html

Large diffs are not rendered by default.

1,008 changes: 1,008 additions & 0 deletions doc/api/classes/Anax.Session.Session.html

Large diffs are not rendered by default.

1,158 changes: 1,158 additions & 0 deletions doc/api/classes/Anax.Session.SessionConfigurable.html

Large diffs are not rendered by default.

949 changes: 949 additions & 0 deletions doc/api/classes/Anax.Session.SessionInterface.html

Large diffs are not rendered by default.

683 changes: 683 additions & 0 deletions doc/api/classes/Anax.TextFilter.Exception.html

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions doc/api/classes/Anax.TextFilter.TShortcode.html

Large diffs are not rendered by default.

1,101 changes: 1,101 additions & 0 deletions doc/api/classes/Anax.TextFilter.TTextUtilities.html

Large diffs are not rendered by default.

2,277 changes: 2,277 additions & 0 deletions doc/api/classes/Anax.TextFilter.TextFilter.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.Url.Exception.html

Large diffs are not rendered by default.

1,397 changes: 1,397 additions & 0 deletions doc/api/classes/Anax.Url.Url.html

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions doc/api/classes/Anax.View.Exception.html

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions doc/api/classes/Anax.View.View.html

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions doc/api/classes/Anax.View.View2.html

Large diffs are not rendered by default.

1,173 changes: 1,173 additions & 0 deletions doc/api/classes/Anax.View.ViewCollection.html

Large diffs are not rendered by default.

1,132 changes: 1,132 additions & 0 deletions doc/api/classes/Anax.View.ViewContainer.html

Large diffs are not rendered by default.

943 changes: 943 additions & 0 deletions doc/api/classes/Anax.View.ViewHelperTrait.html

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions doc/api/classes/Anax.View.ViewRenderFile.html

Large diffs are not rendered by default.

1,164 changes: 1,164 additions & 0 deletions doc/api/classes/Anax.View.ViewRenderFile2.html

Large diffs are not rendered by default.

660 changes: 660 additions & 0 deletions doc/api/classes/Anax.View.ViewRenderFileInterface.html

Large diffs are not rendered by default.

732 changes: 732 additions & 0 deletions doc/api/css/bootstrap-combined.no-icons.min.css

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions doc/api/css/font-awesome.min.css

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions doc/api/css/jquery.iviewer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
.viewer {
-ms-touch-action: none;
}

.iviewer_common {
position:absolute;
bottom:10px;
border: 1px solid #000;
height: 28px;
z-index: 5000;
}

.iviewer_cursor {
cursor: url(../images/iviewer/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
cursor: url(../images/iviewer/grab.cur) 6 8, pointer;
}

.iviewer_button {
width: 28px;
cursor: pointer;
background-position: center center;
background-repeat: no-repeat;
}

.iviewer_zoom_in {
left: 20px;
background: url(../images/iviewer/iviewer.zoom_in.png);
}

.iviewer_zoom_out {
left: 55px;
background: url(../images/iviewer/iviewer.zoom_out.png);
}

.iviewer_zoom_zero {
left: 90px;
background: url(../images/iviewer/iviewer.zoom_zero.png);
}

.iviewer_zoom_fit {
left: 125px;
background: url(../images/iviewer/iviewer.zoom_fit.png);
}

.iviewer_zoom_status {
left: 160px;
font: 1em/28px Sans;
color: #000;
background-color: #fff;
text-align: center;
width: 60px;
}

.iviewer_rotate_left {
left: 227px;
background: #fff url(../images/iviewer/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
left: 262px;
background: #fff url(../images/iviewer/iviewer.rotate_right.png) center center no-repeat;
}
3 changes: 3 additions & 0 deletions doc/api/css/phpdocumentor-clean-icons/Read Me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.

See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
30 changes: 30 additions & 0 deletions doc/api/css/phpdocumentor-clean-icons/lte-ie7.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */

window.onload = function() {
function addIcon(el, entity) {
var html = el.innerHTML;
el.innerHTML = '<span style="font-family: \'phpdocumentor-clean-icons\'">' + entity + '</span>' + html;
}
var icons = {
'icon-trait' : '&#xe000;',
'icon-interface' : '&#xe001;',
'icon-class' : '&#xe002;'
},
els = document.getElementsByTagName('*'),
i, attr, html, c, el;
for (i = 0; ; i += 1) {
el = els[i];
if(!el) {
break;
}
attr = el.getAttribute('data-icon');
if (attr) {
addIcon(el, attr);
}
c = el.className;
c = c.match(/icon-[^\s'"]+/);
if (c && icons[c[0]]) {
addIcon(el, icons[c[0]]);
}
}
};
48 changes: 48 additions & 0 deletions doc/api/css/phpdocumentor-clean-icons/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
@font-face {
font-family: 'phpdocumentor-clean-icons';
src:url('fonts/phpdocumentor-clean-icons.eot');
src:url('fonts/phpdocumentor-clean-icons.eot?#iefix') format('embedded-opentype'),
url('fonts/phpdocumentor-clean-icons.woff') format('woff'),
url('fonts/phpdocumentor-clean-icons.ttf') format('truetype'),
url('fonts/phpdocumentor-clean-icons.svg#phpdocumentor-clean-icons') format('svg');
font-weight: normal;
font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'phpdocumentor-clean-icons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-trait, .icon-interface, .icon-class {
font-family: 'phpdocumentor-clean-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-trait:before {
content: "\e000";
}
.icon-interface:before {
content: "\e001";
}
.icon-class:before {
content: "\e002";
}
Loading

0 comments on commit bb324fe

Please sign in to comment.