From a8fb2438a7975940b787cb905238886a9e6ab4a9 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Sat, 29 Jan 2022 20:08:01 +0100 Subject: [PATCH] Delete phpdocs directory --- phpdocs/classes/Core-Database.html | 495 -------- phpdocs/classes/Core-Response.html | 870 ------------- phpdocs/classes/Core-Settings.html | 986 --------------- phpdocs/classes/Core-cuteGrills.html | 357 ------ phpdocs/classes/Upload.html | 961 -------------- phpdocs/css/base.css | 1104 ----------------- phpdocs/css/normalize.css | 427 ------- phpdocs/css/template.css | 192 --- phpdocs/files/dist-grill.html | 133 -- .../files/dist-includes-core-namespace.html | 151 --- phpdocs/files/dist-includes-upload-class.html | 145 --- phpdocs/files/dist-upload.html | 133 -- phpdocs/graphs/classes.html | 110 -- phpdocs/index.html | 149 --- phpdocs/indices/files.html | 125 -- phpdocs/js/search.js | 173 --- phpdocs/js/searchIndex.js | 309 ----- phpdocs/namespaces/core.html | 143 --- phpdocs/namespaces/default.html | 145 --- phpdocs/packages/Application.html | 145 --- phpdocs/packages/default.html | 133 -- phpdocs/reports/deprecated.html | 123 -- phpdocs/reports/errors.html | 122 -- phpdocs/reports/markers.html | 123 -- 24 files changed, 7754 deletions(-) delete mode 100644 phpdocs/classes/Core-Database.html delete mode 100644 phpdocs/classes/Core-Response.html delete mode 100644 phpdocs/classes/Core-Settings.html delete mode 100644 phpdocs/classes/Core-cuteGrills.html delete mode 100644 phpdocs/classes/Upload.html delete mode 100644 phpdocs/css/base.css delete mode 100644 phpdocs/css/normalize.css delete mode 100644 phpdocs/css/template.css delete mode 100644 phpdocs/files/dist-grill.html delete mode 100644 phpdocs/files/dist-includes-core-namespace.html delete mode 100644 phpdocs/files/dist-includes-upload-class.html delete mode 100644 phpdocs/files/dist-upload.html delete mode 100644 phpdocs/graphs/classes.html delete mode 100644 phpdocs/index.html delete mode 100644 phpdocs/indices/files.html delete mode 100644 phpdocs/js/search.js delete mode 100644 phpdocs/js/searchIndex.js delete mode 100644 phpdocs/namespaces/core.html delete mode 100644 phpdocs/namespaces/default.html delete mode 100644 phpdocs/packages/Application.html delete mode 100644 phpdocs/packages/default.html delete mode 100644 phpdocs/reports/deprecated.html delete mode 100644 phpdocs/reports/errors.html delete mode 100644 phpdocs/reports/markers.html diff --git a/phpdocs/classes/Core-Database.html b/phpdocs/classes/Core-Database.html deleted file mode 100644 index a207e2d..0000000 --- a/phpdocs/classes/Core-Database.html +++ /dev/null @@ -1,495 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
-

Documentation

- - - - - -
- -
-
- - - - -
- - -
-

- Database - - -
- in package - -
- - -

- - - - -
- - - - - - - - -

- Table of Contents - -

- -
-
- antiDupe() - -  : mixed -
-
- -
- assemblePDO() - -  : mixed -
-
- -
- checkFileBlacklist() - -  : mixed -
-
- -
- dbCheckNameExists() - -  : mixed -
-
- -
- newIntoDB() - -  : mixed -
-
- -
- - - - - - - -
-

- Methods - -

-
-

- antiDupe() - -

- - - - - public - antiDupe() : mixed - - - - -
- Tags - -
-
-
- throws -
-
- Exception - - -
-
- -
Return values
- mixed - — - - -
-
-

- assemblePDO() - -

- - - - - public - static assemblePDO() : mixed - - - - -
- Tags - -
-
-
- throws -
-
- Exception - - -
-
- -
Return values
- mixed - — - - -
-
-

- checkFileBlacklist() - -

- - - - - public - checkFileBlacklist() : mixed - - - - -
- Tags - -
-
-
- throws -
-
- Exception - - -
-
- -
Return values
- mixed - — - - -
-
-

- dbCheckNameExists() - -

- - - - - public - dbCheckNameExists() : mixed - - - - -
- Tags - -
-
-
- throws -
-
- Exception - - -
-
- -
Return values
- mixed - — - - -
-
-

- newIntoDB() - -

- - - - - public - newIntoDB() : mixed - - - - -
- Tags - -
-
-
- throws -
-
- Exception - - -
-
- -
Return values
- mixed - — - - -
-
- - - - -
-
-
-
-

Search results

- -
-
-
    -
    -
    -
    -
    -
    - - -
    - - - - - - - - diff --git a/phpdocs/classes/Core-Response.html b/phpdocs/classes/Core-Response.html deleted file mode 100644 index ce137f4..0000000 --- a/phpdocs/classes/Core-Response.html +++ /dev/null @@ -1,870 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
    -

    Documentation

    - - - - - -
    - -
    -
    - - - - -
    - - -
    -

    - Response - - -
    - in package - -
    - - -

    - - - - -
    - - - - - - - - -

    - Table of Contents - -

    - -
    -
    - $type - -  : mixed -
    -
    - -
    - __construct() - -  : mixed -
    -
    - -
    - error() - -  : mixed -
    -
    - -
    - send() - -  : mixed -
    -
    - -
    - csvError() - -  : string -
    -
    - -
    - csvSuccess() - -  : string -
    -
    - -
    - htmlError() - -  : string -
    -
    - -
    - htmlSuccess() - -  : string -
    -
    - -
    - jsonError() - -  : bool|string -
    -
    - -
    - jsonSuccess() - -  : bool|string -
    -
    - -
    - textError() - -  : string -
    -
    - -
    - textSuccess() - -  : string -
    -
    - -
    - - - - - - -
    -

    - Properties - -

    -
    -

    - $type - - - -

    - - - - - private - mixed - $type - - -
    - -
    - - - -
    -
    - -
    -

    - Methods - -

    -
    -

    - __construct() - -

    - - - - - public - __construct([mixed $response_type = null ]) : mixed - -
    - -
    Parameters
    -
    -
    - $response_type - : mixed - = null
    -
    -
    - -
    -
    - - - -
    Return values
    - mixed - — - - -
    -
    -

    - error() - -

    - - - - - public - error(mixed $code, mixed $desc) : mixed - -
    - -
    Parameters
    -
    -
    - $code - : mixed -
    -
    -
    - -
    -
    - $desc - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - mixed - — - - -
    -
    -

    - send() - -

    - - - - - public - send(mixed $files) : mixed - -
    - -
    Parameters
    -
    -
    - $files - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - mixed - — - - -
    -
    -

    - csvError() - -

    - - - - - private - static csvError(mixed $description) : string - -
    - -
    Parameters
    -
    -
    - $description - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - string - — - - -
    -
    -

    - csvSuccess() - -

    - - - - - private - static csvSuccess(mixed $files) : string - -
    - -
    Parameters
    -
    -
    - $files - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - string - — - - -
    -
    -

    - htmlError() - -

    - - - - - private - static htmlError(mixed $code, mixed $description) : string - -
    - -
    Parameters
    -
    -
    - $code - : mixed -
    -
    -
    - -
    -
    - $description - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - string - — - - -
    -
    -

    - htmlSuccess() - -

    - - - - - private - static htmlSuccess(mixed $files) : string - -
    - -
    Parameters
    -
    -
    - $files - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - string - — - - -
    -
    -

    - jsonError() - -

    - - - - - private - static jsonError(mixed $code, mixed $description) : bool|string - -
    - -
    Parameters
    -
    -
    - $code - : mixed -
    -
    -
    - -
    -
    - $description - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - bool|string - — - - -
    -
    -

    - jsonSuccess() - -

    - - - - - private - static jsonSuccess(mixed $files) : bool|string - -
    - -
    Parameters
    -
    -
    - $files - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - bool|string - — - - -
    -
    -

    - textError() - -

    - - - - - private - static textError(mixed $code, mixed $description) : string - -
    - -
    Parameters
    -
    -
    - $code - : mixed -
    -
    -
    - -
    -
    - $description - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - string - — - - -
    -
    -

    - textSuccess() - -

    - - - - - private - static textSuccess(mixed $files) : string - -
    - -
    Parameters
    -
    -
    - $files - : mixed -
    -
    -
    - -
    -
    - - - -
    Return values
    - string - — - - -
    -
    - - - - -
    -
    -
    -
    -

    Search results

    - -
    -
    -
      -
      -
      -
      -
      -
      - - -
      - - - - - - - - diff --git a/phpdocs/classes/Core-Settings.html b/phpdocs/classes/Core-Settings.html deleted file mode 100644 index a735934..0000000 --- a/phpdocs/classes/Core-Settings.html +++ /dev/null @@ -1,986 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
      -

      Documentation

      - - - - - -
      - -
      -
      - - - - -
      - - -
      -

      - Settings - - -
      - in package - -
      - - -

      - - - - -
      - - - - - - - - -

      - Table of Contents - -

      - -
      -
      - $ANTI_DUPE - -  : bool -
      -
      - -
      - $BLACKLIST_DB - -  : bool -
      -
      - -
      - $BLOCKED_EXTENSIONS - -  : array<string|int, mixed> -
      -
      - -
      - $BLOCKED_MIME - -  : array<string|int, mixed> -
      -
      - -
      - $DB - -  : mixed -
      -
      - -
      - $DB_MODE - -  : string -
      -
      - -
      - $DB_PASS - -  : string -
      -
      - -
      - $DB_PATH - -  : string -
      -
      - -
      - $DB_USER - -  : string -
      -
      - -
      - $FILES_RETRIES - -  : int -
      -
      - -
      - $FILES_ROOT - -  : string -
      -
      - -
      - $FILTER_MODE - -  : bool -
      -
      - -
      - $ID_CHARSET - -  : string -
      -
      - -
      - $LOG_IP - -  : bool -
      -
      - -
      - $NAME_LENGTH - -  : int -
      -
      - -
      - $SSL - -  : bool -
      -
      - -
      - $URL - -  : string -
      -
      - -
      - loadConfig() - -  : mixed -
      -
      - -
      - - - - - - -
      -

      - Properties - -

      -
      -

      - $ANTI_DUPE - - - -

      - - - - - public - static bool - $ANTI_DUPE - - -
      - -
      - - - -
      -
      -

      - $BLACKLIST_DB - - - -

      - - - - - public - static bool - $BLACKLIST_DB - - -
      - -
      - - - -
      -
      -

      - $BLOCKED_EXTENSIONS - - - -

      - - - - - public - static array<string|int, mixed> - $BLOCKED_EXTENSIONS - - -
      - -
      - - - -
      -
      -

      - $BLOCKED_MIME - - - -

      - - - - - public - static array<string|int, mixed> - $BLOCKED_MIME - - -
      - -
      - - - -
      -
      -

      - $DB - - - -

      - - - - - public - static mixed - $DB - - -
      - -
      - - - -
      -
      -

      - $DB_MODE - - - -

      - - - - - public - static string - $DB_MODE - - -
      - -
      - - - -
      -
      -

      - $DB_PASS - - - -

      - - - - - public - static string - $DB_PASS - - -
      - -
      - - - -
      -
      -

      - $DB_PATH - - - -

      - - - - - public - static string - $DB_PATH - - -
      - -
      - - - -
      -
      -

      - $DB_USER - - - -

      - - - - - public - static string - $DB_USER - - -
      - -
      - - - -
      -
      -

      - $FILES_RETRIES - - - -

      - - - - - public - static int - $FILES_RETRIES - - -
      - -
      - - - -
      -
      -

      - $FILES_ROOT - - - -

      - - - - - public - static string - $FILES_ROOT - - -
      - -
      - - - -
      -
      -

      - $FILTER_MODE - - - -

      - - - - - public - static bool - $FILTER_MODE - - -
      - -
      - - - -
      -
      -

      - $ID_CHARSET - - - -

      - - - - - public - static string - $ID_CHARSET - - -
      - -
      - - - -
      -
      -

      - $LOG_IP - - - -

      - - - - - public - static bool - $LOG_IP - - -
      - -
      - - - -
      -
      -

      - $NAME_LENGTH - - - -

      - - - - - public - static int - $NAME_LENGTH - - -
      - -
      - - - -
      -
      -

      - $SSL - - - -

      - - - - - public - static bool - $SSL - - -
      - -
      - - - -
      -
      -

      - $URL - - - -

      - - - - - public - static string - $URL - - -
      - -
      - - - -
      -
      - -
      -

      - Methods - -

      -
      -

      - loadConfig() - -

      - - - - - public - static loadConfig() : mixed - - - - -
      - Tags - -
      -
      -
      - throws -
      -
      - Exception - - -
      -
      - -
      Return values
      - mixed - — - - -
      -
      - - - - -
      -
      -
      -
      -

      Search results

      - -
      -
      -
        -
        -
        -
        -
        -
        - - -
        - - - - - - - - diff --git a/phpdocs/classes/Core-cuteGrills.html b/phpdocs/classes/Core-cuteGrills.html deleted file mode 100644 index f7851fc..0000000 --- a/phpdocs/classes/Core-cuteGrills.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
        -

        Documentation

        - - - - - -
        - -
        -
        - - - - -
        - - -
        -

        - cuteGrills - - -
        - in package - -
        - - -

        - - - - -
        - - - - - - - - -

        - Table of Contents - -

        - -
        -
        - $GRILLS - -  : array<string|int, mixed> -
        -
        - -
        - loadGrills() - -  : mixed -
        -
        - -
        - showGrills() - -  : mixed -
        -
        - -
        - - - - - - -
        -

        - Properties - -

        -
        -

        - $GRILLS - - - -

        - - - - - public - static array<string|int, mixed> - $GRILLS - - -
        - -
        - - - -
        -
        - -
        -

        - Methods - -

        -
        -

        - loadGrills() - -

        - - - - - public - static loadGrills() : mixed - -
        - - - - -
        Return values
        - mixed - — - - -
        -
        -

        - showGrills() - -

        - - - - - public - static showGrills() : mixed - -
        - - - - -
        Return values
        - mixed - — - - -
        -
        - - - - -
        -
        -
        -
        -

        Search results

        - -
        -
        -
          -
          -
          -
          -
          -
          - - -
          - - - - - - - - diff --git a/phpdocs/classes/Upload.html b/phpdocs/classes/Upload.html deleted file mode 100644 index 8a3fcc2..0000000 --- a/phpdocs/classes/Upload.html +++ /dev/null @@ -1,961 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
          -

          Documentation

          - - - - - -
          - -
          -
          - - - - -
          -
            -
          - -
          -

          - Upload - - -
          - in package - -
          - - -

          - - - - -
          - - - - - - - - -

          - Table of Contents - -

          - -
          -
          - $FILE_EXTENSION - -  : string -
          -
          - -
          - $FILE_MIME - -  : string -
          -
          - -
          - $FILE_NAME - -  : string -
          -
          - -
          - $FILE_SIZE - -  : string -
          -
          - -
          - $IP - -  : string -
          -
          - -
          - $NEW_NAME - -  : string -
          -
          - -
          - $NEW_NAME_FULL - -  : string -
          -
          - -
          - $SHA1 - -  : string -
          -
          - -
          - $TEMP_FILE - -  : string -
          -
          - -
          - checkExtensionBlacklist() - -  : mixed -
          -
          Check if file extension is blacklisted -if it does throw an exception.
          - -
          - checkMimeBlacklist() - -  : mixed -
          -
          - -
          - diverseArray() - -  : array<string|int, mixed> -
          -
          - -
          - fileInfo() - -  : mixed -
          -
          - -
          - generateName() - -  : string -
          -
          - -
          - reFiles() - -  : array<string|int, mixed> -
          -
          - -
          - uploadFile() - -  : array<string|int, mixed> -
          -
          - -
          - - - - - - -
          -

          - Properties - -

          -
          -

          - $FILE_EXTENSION - - - -

          - - - - - public - static string - $FILE_EXTENSION - - -
          - -
          - - - -
          -
          -

          - $FILE_MIME - - - -

          - - - - - public - static string - $FILE_MIME - - -
          - -
          - - - -
          -
          -

          - $FILE_NAME - - - -

          - - - - - public - static string - $FILE_NAME - - -
          - -
          - - - -
          -
          -

          - $FILE_SIZE - - - -

          - - - - - public - static string - $FILE_SIZE - - -
          - -
          - - - -
          -
          -

          - $IP - - - -

          - - - - - public - static string - $IP - - -
          - -
          - - - -
          -
          -

          - $NEW_NAME - - - -

          - - - - - public - static string - $NEW_NAME - - -
          - -
          - - - -
          -
          -

          - $NEW_NAME_FULL - - - -

          - - - - - public - static string - $NEW_NAME_FULL - - -
          - -
          - - - -
          -
          -

          - $SHA1 - - - -

          - - - - - public - static string - $SHA1 - - -
          - -
          - - - -
          -
          -

          - $TEMP_FILE - - - -

          - - - - - public - static string - $TEMP_FILE - - -
          - -
          - - - -
          -
          - -
          -

          - Methods - -

          -
          -

          - checkExtensionBlacklist() - -

          - - -

          Check if file extension is blacklisted -if it does throw an exception.

          - - - public - checkExtensionBlacklist() : mixed - - - - -
          - Tags - -
          -
          -
          - throws -
          -
          - Exception - - -
          -
          - -
          Return values
          - mixed - — - - -
          -
          -

          - checkMimeBlacklist() - -

          - - - - - public - checkMimeBlacklist() : mixed - - - - -
          - Tags - -
          -
          -
          - throws -
          -
          - Exception - - -
          -
          - -
          Return values
          - mixed - — - - -
          -
          -

          - diverseArray() - -

          - - - - - public - diverseArray(mixed $files) : array<string|int, mixed> - -
          - -
          Parameters
          -
          -
          - $files - : mixed -
          -
          -
          - -
          -
          - - - -
          Return values
          - array<string|int, mixed> - — - - -
          -
          -

          - fileInfo() - -

          - - - - - public - fileInfo() : mixed - -
          - - - - -
          Return values
          - mixed - — - - -
          -
          -

          - generateName() - -

          - - - - - public - generateName() : string - - - - -
          - Tags - -
          -
          -
          - throws -
          -
          - Exception - - -
          -
          - -
          Return values
          - string - — - - -
          -
          -

          - reFiles() - -

          - - - - - public - reFiles(mixed $files) : array<string|int, mixed> - -
          - -
          Parameters
          -
          -
          - $files - : mixed -
          -
          -
          - -
          -
          - - - -
          Return values
          - array<string|int, mixed> - — - - -
          -
          -

          - uploadFile() - -

          - - - - - public - uploadFile() : array<string|int, mixed> - - - - -
          - Tags - -
          -
          -
          - throws -
          -
          - Exception - - -
          -
          - -
          Return values
          - array<string|int, mixed> - — - - -
          -
          - - - - -
          -
          -
          -
          -

          Search results

          - -
          -
          -
            -
            -
            -
            -
            -
            - - -
            - - - - - - - - diff --git a/phpdocs/css/base.css b/phpdocs/css/base.css deleted file mode 100644 index b4e6961..0000000 --- a/phpdocs/css/base.css +++ /dev/null @@ -1,1104 +0,0 @@ - -:root { - /* Typography */ - --font-primary: 'Source Sans Pro', Helvetica, Arial, sans-serif; - --font-secondary: 'Source Sans Pro', Helvetica, Arial, sans-serif; - --font-monospace: 'Source Code Pro', monospace; - --line-height--primary: 1.6; - --letter-spacing--primary: .05rem; - --text-base-size: 1em; - --text-scale-ratio: 1.2; - - --text-xxs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio) / var(--text-scale-ratio)); - --text-xs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio)); - --text-sm: calc(var(--text-base-size) / var(--text-scale-ratio)); - --text-md: var(--text-base-size); - --text-lg: calc(var(--text-base-size) * var(--text-scale-ratio)); - --text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio)); - --text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); - --text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); - --text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); - --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); - - /* Colors */ - --primary-color-hue: 96; - --primary-color-saturation: 57%; - --primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%); - --primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%); - --primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 20%); - --primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%); - --primary-color-lighten: hsl(var(--primary-color-hue), var(--primary-color-saturation), 80%); - --primary-color-lighter: hsl(var(--primary-color-hue), var(--primary-color-saturation), 99%); - --dark-gray: #d1d1d1; - --light-gray: #f0f0f0; - - --text-color: var(--primary-color-darkest); - - --header-height: var(--spacing-xxxxl); - --header-bg-color: var(--primary-color); - --code-background-color: var(--primary-color-lighter); - --code-border-color: --primary-color-lighten; - --button-border-color: var(--primary-color-darken); - --button-color: transparent; - --button-color-primary: var(--primary-color); - --button-text-color: #555; - --button-text-color-primary: white; - --popover-background-color: rgba(255, 255, 255, 0.75); - --link-color-primary: var(--primary-color-darken); - --link-hover-color-primary: var(--primary-color-darker); - --form-field-border-color: var(--dark-gray); - --form-field-color: #fff; - --admonition-success-color: var(--primary-color); - --admonition-border-color: silver; - --table-separator-color: var(--primary-color-lighten); - --title-text-color: var(--primary-color); - - --sidebar-border-color: var(--primary-color-lighten); - - /* Grid */ - --container-width: 1400px; - - /* Spacing */ - --spacing-base-size: 1rem; - --spacing-scale-ratio: 1.5; - - --spacing-xxxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); - --spacing-xxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); - --spacing-xs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); - --spacing-sm: calc(var(--spacing-base-size) / var(--spacing-scale-ratio)); - --spacing-md: var(--spacing-base-size); - --spacing-lg: calc(var(--spacing-base-size) * var(--spacing-scale-ratio)); - --spacing-xl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); - --spacing-xxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); - --spacing-xxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); - --spacing-xxxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); - - --border-radius-base-size: 3px; -} - -/* Base Styles --------------------------------------------------- */ -body { - color: var(--text-color); - font-family: var(--font-primary); - font-size: var(--text-md); - letter-spacing: var(--letter-spacing--primary); - line-height: var(--line-height--primary); -} - -.phpdocumentor h1, -.phpdocumentor h2, -.phpdocumentor h3, -.phpdocumentor h4, -.phpdocumentor h5, -.phpdocumentor h6 { - margin-bottom: var(--spacing-lg); - margin-top: var(--spacing-lg); - font-weight: 600; -} - -.phpdocumentor h1 { - font-size: var(--text-xxxxl); - letter-spacing: var(--letter-spacing--primary); - line-height: 1.2; - margin-top: 0; -} - -.phpdocumentor h2 { - font-size: var(--text-xxxl); - letter-spacing: var(--letter-spacing--primary); - line-height: 1.25; -} - -.phpdocumentor h3 { - font-size: var(--text-xxl); - letter-spacing: var(--letter-spacing--primary); - line-height: 1.3; -} - -.phpdocumentor h4 { - font-size: var(--text-xl); - letter-spacing: calc(var(--letter-spacing--primary) / 2); - line-height: 1.35; - margin-bottom: var(--spacing-md); -} - -.phpdocumentor h5 { - font-size: var(--text-lg); - letter-spacing: calc(var(--letter-spacing--primary) / 4); - line-height: 1.5; - margin-bottom: var(--spacing-md); - margin-top: var(--spacing-md); -} - -.phpdocumentor h6 { - font-size: var(--text-md); - letter-spacing: 0; - line-height: var(--line-height--primary); - margin-bottom: var(--spacing-md); - margin-top: var(--spacing-md); -} - -.phpdocumentor h1 .headerlink, -.phpdocumentor h2 .headerlink, -.phpdocumentor h3 .headerlink, -.phpdocumentor h4 .headerlink, -.phpdocumentor h5 .headerlink, -.phpdocumentor h6 .headerlink -{ - transition: all .3s ease-in-out; - opacity: 0; - text-decoration: none; - color: silver; - font-size: 80%; -} - -.phpdocumentor h1:hover .headerlink, -.phpdocumentor h2:hover .headerlink, -.phpdocumentor h3:hover .headerlink, -.phpdocumentor h4:hover .headerlink, -.phpdocumentor h5:hover .headerlink, -.phpdocumentor h6:hover .headerlink -{ - opacity: 1; -} -.phpdocumentor p { - margin-top: 0; - margin-bottom: var(--spacing-md); -} -.phpdocumentor figure { - margin-bottom: var(--spacing-md); -} - -.phpdocumentor figcaption { - text-align: center; - font-style: italic; - font-size: 80%; -} - -.phpdocumentor-uml-diagram svg { - max-width: 100%; - height: auto !important; -} -.phpdocumentor-line { - border-top: 1px solid #E1E1E1; - border-width: 0; - margin-bottom: var(--spacing-xxl); - margin-top: var(--spacing-xxl); -} -.phpdocumentor-section { - box-sizing: border-box; - margin: 0 auto; - max-width: var(--container-width); - padding: 0 var(--spacing-lg); - position: relative; - width: 100%; -} - -@media (min-width: 1200px) { - .phpdocumentor-section { - padding: 0; - width: 95%; - } -} -.phpdocumentor-column { - box-sizing: border-box; - float: left; - width: 100%; -} - -@media (min-width: 550px) { - .phpdocumentor-column { - margin-left: 4%; - } - - .phpdocumentor-column:first-child { - margin-left: 0; - } - - .-one.phpdocumentor-column { - width: 4.66666666667%; - } - - .-two.phpdocumentor-column { - width: 13.3333333333%; - } - - .-three.phpdocumentor-column { - width: 22%; - } - - .-four.phpdocumentor-column { - width: 30.6666666667%; - } - - .-five.phpdocumentor-column { - width: 39.3333333333%; - } - - .-six.phpdocumentor-column { - width: 48%; - } - - .-seven.phpdocumentor-column { - width: 56.6666666667%; - } - - .-eight.phpdocumentor-column { - width: 65.3333333333%; - } - - .-nine.phpdocumentor-column { - width: 74.0%; - } - - .-ten.phpdocumentor-column { - width: 82.6666666667%; - } - - .-eleven.phpdocumentor-column { - width: 91.3333333333%; - } - - .-twelve.phpdocumentor-column { - margin-left: 0; - width: 100%; - } - - .-one-third.phpdocumentor-column { - width: 30.6666666667%; - } - - .-two-thirds.phpdocumentor-column { - width: 65.3333333333%; - } - - .-one-half.phpdocumentor-column { - width: 48%; - } - - /* Offsets */ - .-offset-by-one.phpdocumentor-column { - margin-left: 8.66666666667%; - } - - .-offset-by-two.phpdocumentor-column { - margin-left: 17.3333333333%; - } - - .-offset-by-three.phpdocumentor-column { - margin-left: 26%; - } - - .-offset-by-four.phpdocumentor-column { - margin-left: 34.6666666667%; - } - - .-offset-by-five.phpdocumentor-column { - margin-left: 43.3333333333%; - } - - .-offset-by-six.phpdocumentor-column { - margin-left: 52%; - } - - .-offset-by-seven.phpdocumentor-column { - margin-left: 60.6666666667%; - } - - .-offset-by-eight.phpdocumentor-column { - margin-left: 69.3333333333%; - } - - .-offset-by-nine.phpdocumentor-column { - margin-left: 78.0%; - } - - .-offset-by-ten.phpdocumentor-column { - margin-left: 86.6666666667%; - } - - .-offset-by-eleven.phpdocumentor-column { - margin-left: 95.3333333333%; - } - - .-offset-by-one-third.phpdocumentor-column { - margin-left: 34.6666666667%; - } - - .-offset-by-two-thirds.phpdocumentor-column { - margin-left: 69.3333333333%; - } - - .-offset-by-one-half.phpdocumentor-column { - margin-left: 52%; - } -} -.phpdocumentor a { - color: var(--link-color-primary); -} - -.phpdocumentor a:hover { - color: var(--link-hover-color-primary); -} -.phpdocumentor-button { - background-color: var(--button-color); - border: 1px solid var(--button-border-color); - border-radius: var(--border-radius-base-size); - box-sizing: border-box; - color: var(--button-text-color); - cursor: pointer; - display: inline-block; - font-size: var(--text-sm); - font-weight: 600; - height: 38px; - letter-spacing: .1rem; - line-height: 38px; - padding: 0 var(--spacing-xxl); - text-align: center; - text-decoration: none; - text-transform: uppercase; - white-space: nowrap; - margin-bottom: var(--spacing-md); -} - -.phpdocumentor-button .-wide { - width: 100%; -} - -.phpdocumentor-button:hover, -.phpdocumentor-button:focus { - border-color: #888; - color: #333; - outline: 0; -} - -.phpdocumentor-button.-primary { - background-color: var(--button-color-primary); - border-color: var(--button-color-primary); - color: var(--button-text-color-primary); -} - -.phpdocumentor-button.-primary:hover, -.phpdocumentor-button.-primary:focus { - background-color: var(--link-color-primary); - border-color: var(--link-color-primary); - color: var(--button-text-color-primary); -} -.phpdocumentor form { - margin-bottom: var(--spacing-md); -} - -.phpdocumentor-field { - background-color: var(--form-field-color); - border: 1px solid var(--form-field-border-color); - border-radius: var(--border-radius-base-size); - box-shadow: none; - box-sizing: border-box; - height: 38px; - padding: var(--spacing-xxxs) var(--spacing-xxs); /* The 6px vertically centers text on FF, ignored by Webkit */ - margin-bottom: var(--spacing-md); -} - -/* Removes awkward default styles on some inputs for iOS */ -input[type="email"], -input[type="number"], -input[type="search"], -input[type="text"], -input[type="tel"], -input[type="url"], -input[type="password"], -textarea { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; -} - -.phpdocumentor-textarea { - min-height: 65px; - padding-bottom: var(--spacing-xxxs); - padding-top: var(--spacing-xxxs); -} - -.phpdocumentor-field:focus { - border: 1px solid var(--button-color-primary); - outline: 0; -} - -.phpdocumentor-label { - display: block; - margin-bottom: var(--spacing-xs); -} - -.phpdocumentor-fieldset { - border-width: 0; - padding: 0; -} - -input[type="checkbox"].phpdocumentor-field, -input[type="radio"].phpdocumentor-field { - display: inline; -} -.phpdocumentor-column ul, -div.phpdocumentor-list > ul, -ul.phpdocumentor-list { - list-style: circle; -} - -.phpdocumentor-column ol, -div.phpdocumentor-list > ol, -ol.phpdocumentor-list { - list-style: decimal; -} - - -.phpdocumentor-column ul, -div.phpdocumentor-list > ul, -ol.phpdocumentor-list, -ul.phpdocumentor-list { - margin-top: 0; - padding-left: 1rem; - margin-bottom: var(--spacing-md); -} - -dl { - margin-bottom: var(--spacing-md); -} - -.phpdocumentor-column ul ul, -div.phpdocumentor-list > ul ul, -ul.phpdocumentor-list ul.phpdocumentor-list, -ul.phpdocumentor-list ol.phpdocumentor-list, -ol.phpdocumentor-list ol.phpdocumentor-list, -ol.phpdocumentor-list ul.phpdocumentor-list { - font-size: var(--text-sm); - margin: var(--spacing-xs) 0 var(--spacing-xs) calc(var(--spacing-xs) * 2); -} - -.phpdocumentor-column ul li, -.phpdocumentor-list li { - padding-bottom: var(--spacing-xs); -} - -.phpdocumentor dl dt { - margin-bottom: var(--spacing-xs); -} - -.phpdocumentor dl dd { - margin-bottom: var(--spacing-md); -} -.phpdocumentor pre { - margin-bottom: var(--spacing-md); -} - -.phpdocumentor-code { - font-family: var(--font-monospace); - background: var(--code-background-color); - border: 1px solid var(--code-border-color); - border-radius: var(--border-radius-base-size); - font-size: var(--text-sm); - padding: var(--spacing-sm) var(--spacing-md); - width: 100%; - box-sizing: border-box; -} - -.phpdocumentor-code.-dark { - background: var(--primary-color-darkest); - color: var(--light-gray); - box-shadow: 0 2px 3px var(--dark-gray); -} - -pre > .phpdocumentor-code { - display: block; - white-space: pre; -} -.phpdocumentor blockquote { - border-left: 4px solid var(--primary-color-darken); - margin: var(--spacing-md) 0; - padding: var(--spacing-xs) var(--spacing-sm); - color: var(--primary-color-darker); - font-style: italic; -} - -.phpdocumentor blockquote p:last-of-type { - margin-bottom: 0; -} -.phpdocumentor table { - margin-bottom: var(--spacing-md); -} - -th.phpdocumentor-heading, -td.phpdocumentor-cell { - border-bottom: 1px solid var(--table-separator-color); - padding: var(--spacing-sm) var(--spacing-md); - text-align: left; -} - -th.phpdocumentor-heading:first-child, -td.phpdocumentor-cell:first-child { - padding-left: 0; -} - -th.phpdocumentor-heading:last-child, -td.phpdocumentor-cell:last-child { - padding-right: 0; -} - -.phpdocumentor-header { - display: flex; - flex-direction: row; - align-items: stretch; - flex-wrap: wrap; - justify-content: space-between; - height: auto; - padding: var(--spacing-md) var(--spacing-md); -} - -.phpdocumentor-header__menu-button { - position: absolute; - top: -100%; - left: -100%; -} - -.phpdocumentor-header__menu-icon { - font-size: 2rem; - color: var(--primary-color); -} - -.phpdocumentor-header__menu-button:checked ~ .phpdocumentor-topnav { - max-height: 250px; - padding-top: var(--spacing-md); -} - -@media (min-width: 1000px) { - .phpdocumentor-header { - flex-direction: row; - padding: var(--spacing-lg) var(--spacing-lg); - min-height: var(--header-height); - } - - .phpdocumentor-header__menu-icon { - display: none; - } -} - -@media (min-width: 1000px) { - .phpdocumentor-header { - padding-top: 0; - padding-bottom: 0; - } -} -@media (min-width: 1200px) { - .phpdocumentor-header { - padding: 0; - } -} -.phpdocumentor-title { - box-sizing: border-box; - color: var(--title-text-color); - font-size: var(--text-xxl); - letter-spacing: .05rem; - font-weight: normal; - width: auto; - margin: 0; - display: flex; - align-items: center; -} - -.phpdocumentor-title.-without-divider { - border: none; -} - -.phpdocumentor-title__link { - transition: all .3s ease-out; - display: flex; - color: var(--title-text-color); - text-decoration: none; - font-weight: normal; - white-space: nowrap; - transform: scale(.75); - transform-origin: left; -} - -.phpdocumentor-title__link:hover { - transform: perspective(15rem) translateX(.5rem); - font-weight: 600; -} - -@media (min-width: 1000px) { - .phpdocumentor-title { - width: 30.6666666667%; - border-right: var(--sidebar-border-color) solid 1px; - } - - .phpdocumentor-title__link { - transform-origin: left; - } -} - -@media (min-width: 1000px) { - .phpdocumentor-title__link { - transform: scale(.85); - } -} - -@media (min-width: 1200px) { - .phpdocumentor-title__link { - transform: scale(1); - } -} -.phpdocumentor-topnav { - display: flex; - align-items: center; - margin: 0; - max-height: 0; - overflow: hidden; - transition: max-height 0.2s ease-out; - flex-basis: 100%; -} - -.phpdocumentor-topnav__menu { - text-align: right; - list-style: none; - margin: 0; - padding: 0; - flex: 1; - display: flex; - flex-flow: row wrap; - justify-content: center; -} - -.phpdocumentor-topnav__menu-item { - margin: 0; - width: 100%; - display: inline-block; - text-align: center; - padding: var(--spacing-sm) 0 -} - -.phpdocumentor-topnav__menu-item.-social { - width: auto; - padding: var(--spacing-sm) -} - -.phpdocumentor-topnav__menu-item a { - display: inline-block; - color: var(--text-color); - text-decoration: none; - font-size: var(--text-lg); - transition: all .3s ease-out; - border-bottom: 1px dotted transparent; - line-height: 1; -} - -.phpdocumentor-topnav__menu-item a:hover { - transform: perspective(15rem) translateY(.1rem); - border-bottom: 1px dotted var(--text-color); -} - -@media (min-width: 1000px) { - .phpdocumentor-topnav { - max-height: none; - overflow: visible; - flex-basis: auto; - } - - .phpdocumentor-topnav__menu { - display: flex; - flex-flow: row wrap; - justify-content: flex-end; - } - - .phpdocumentor-topnav__menu-item, - .phpdocumentor-topnav__menu-item.-social { - width: auto; - display: inline; - text-align: right; - padding: 0 0 0 var(--spacing-md) - } -} -.phpdocumentor-sidebar { - margin: 0; - overflow: hidden; - max-height: 0; -} - -.phpdocumentor .phpdocumentor-sidebar .phpdocumentor-list { - padding: var(--spacing-xs) var(--spacing-md); - list-style: none; - margin: 0; -} - -.phpdocumentor .phpdocumentor-sidebar li { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - padding: 0 0 var(--spacing-xxxs) var(--spacing-md); -} - -.phpdocumentor .phpdocumentor-sidebar abbr, -.phpdocumentor .phpdocumentor-sidebar a { - text-decoration: none; - border-bottom: none; - color: var(--text-color); - font-size: var(--text-md); - padding-left: 0; - transition: padding-left .4s ease-out; -} - -.phpdocumentor .phpdocumentor-sidebar a:hover, -.phpdocumentor .phpdocumentor-sidebar a.-active { - padding-left: 5px; - font-weight: 600; -} - -.phpdocumentor .phpdocumentor-sidebar__category > * { - border-left: 1px solid var(--primary-color-lighten); -} - -.phpdocumentor .phpdocumentor-sidebar__category { - margin-bottom: var(--spacing-lg); -} - -.phpdocumentor .phpdocumentor-sidebar__category-header { - font-size: var(--text-md); - margin-bottom: var(--spacing-xs); - color: var(--link-color-primary); - font-weight: 600; - border-left: 0; -} - -.phpdocumentor .phpdocumentor-sidebar__root-package, -.phpdocumentor .phpdocumentor-sidebar__root-namespace { - font-size: var(--text-md); - margin: 0; - padding-top: var(--spacing-xs); - padding-left: var(--spacing-md); - color: var(--text-color); - font-weight: normal; -} - -@media (min-width: 550px) { - .phpdocumentor-sidebar { - border-right: var(--sidebar-border-color) solid 1px; - } -} - -.phpdocumentor-sidebar__menu-button { - position: absolute; - top: -100%; - left: -100%; -} - -.phpdocumentor-sidebar__menu-icon { - font-size: var(--text-md); - font-weight: 600; - background: var(--primary-color); - color: white; - margin: 0 0 var(--spacing-lg); - display: block; - padding: var(--spacing-sm); - text-align: center; - border-radius: 3px; - text-transform: uppercase; - letter-spacing: .15rem; -} - -.phpdocumentor-sidebar__menu-button:checked ~ .phpdocumentor-sidebar { - max-height: 100%; - padding-top: var(--spacing-md); -} - -@media (min-width: 550px) { - .phpdocumentor-sidebar { - overflow: visible; - max-height: 100%; - } - - .phpdocumentor-sidebar__menu-icon { - display: none; - } -} -.phpdocumentor-admonition { - border: 1px solid var(--admonition-border-color); - border-radius: var(--border-radius-base-size); - border-color: var(--primary-color-lighten); - background-color: var(--primary-color-lighter); - padding: var(--spacing-lg); - margin: var(--spacing-lg) 0; - display: flex; - flex-direction: row; - align-items: flex-start; -} - -.phpdocumentor-admonition p:last-of-type { - margin-bottom: 0; -} - -.phpdocumentor-admonition--success, -.phpdocumentor-admonition.-success { - border-color: var(--admonition-success-color); -} - -.phpdocumentor-admonition__icon { - margin-right: var(--spacing-md); - color: var(--primary-color); - max-width: 3rem; -} -.phpdocumentor ul.phpdocumentor-breadcrumbs { - font-size: var(--text-md); - list-style: none; - margin: 0; - padding: 0; -} - -.phpdocumentor ul.phpdocumentor-breadcrumbs a { - color: var(--text-color); - text-decoration: none; -} - -.phpdocumentor ul.phpdocumentor-breadcrumbs > li { - display: inline-block; - margin: 0; -} - -.phpdocumentor ul.phpdocumentor-breadcrumbs > li + li:before { - color: var(--dark-gray); - content: "\\\A0"; - padding: 0; -} -.phpdocumentor .phpdocumentor-back-to-top { - position: fixed; - bottom: 2rem; - font-size: 2.5rem; - opacity: .25; - transition: all .3s ease-in-out; - right: 2rem; -} - -.phpdocumentor .phpdocumentor-back-to-top:hover { - color: var(--link-color-primary); - opacity: 1; -} -.phpdocumentor-search { - position: relative; - display: none; /** disable by default for non-js flow */ - opacity: .3; /** white-out default for loading indication */ - transition: opacity .3s, background .3s; - margin: var(--spacing-sm) 0; - flex: 1; - min-width: 100%; -} - -.phpdocumentor-search label { - display: flex; - align-items: center; - flex: 1; -} - -.phpdocumentor-search__icon { - color: var(--primary-color); - margin-right: var(--spacing-sm); - width: 1rem; - height: 1rem; -} - -.phpdocumentor-search--enabled { - display: flex; -} - -.phpdocumentor-search--active { - opacity: 1; -} - -.phpdocumentor-search input:disabled { - background-color: lightgray; -} - -.phpdocumentor-search__field:focus, -.phpdocumentor-search__field { - margin-bottom: 0; - border: 0; - border-bottom: 2px solid var(--primary-color); - padding: 0; - border-radius: 0; - flex: 1; -} - -@media (min-width: 1000px) { - .phpdocumentor-search { - min-width: auto; - max-width: 20rem; - margin: 0 0 0 auto; - } -} -.phpdocumentor-content { - position: relative; -} - -.phpdocumentor-search-results { - backdrop-filter: blur(5px); - background: var(--popover-background-color); - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - padding: 0; - opacity: 1; - pointer-events: all; - - transition: opacity .3s, background .3s; -} - -.phpdocumentor-search-results--hidden { - background: transparent; - backdrop-filter: blur(0); - opacity: 0; - pointer-events: none; -} - -.phpdocumentor-search-results__dialog { - width: 100%; - background: white; - max-height: 100%; - display: flex; - flex-direction: column; -} - -.phpdocumentor-search-results__body { - overflow: auto; -} - -.phpdocumentor-search-results__header { - padding: var(--spacing-lg); - display: flex; - justify-content: space-between; - background: var(--primary-color-darken); - color: white; - align-items: center; -} - -.phpdocumentor-search-results__close { - font-size: var(--text-xl); - background: none; - border: none; - padding: 0; - margin: 0; -} - -.phpdocumentor .phpdocumentor-search-results__title { - font-size: var(--text-xl); - margin-bottom: 0; -} - -.phpdocumentor-search-results__entries { - list-style: none; - padding: 0 var(--spacing-lg); - margin: 0; -} - -.phpdocumentor-search-results__entry { - border-bottom: 1px solid var(--table-separator-color); - padding: var(--spacing-sm) 0; - text-align: left; -} - -.phpdocumentor-search-results__entry a { - display: block; -} - -.phpdocumentor-search-results__entry small { - margin-top: var(--spacing-xs); - margin-bottom: var(--spacing-md); - color: var(--primary-color-darker); - display: block; - word-break: break-word; -} - -.phpdocumentor-search-results__entry h3 { - font-size: var(--text-lg); - margin: 0; -} - -@media (min-width: 550px) { - .phpdocumentor-search-results { - padding: 0 var(--spacing-lg); - } - - .phpdocumentor-search-results__entry h3 { - font-size: var(--text-xxl); - } - - .phpdocumentor-search-results__dialog { - margin: var(--spacing-xl) auto; - max-width: 40rem; - background: white; - border: 1px solid silver; - box-shadow: 0 2px 5px silver; - max-height: 40rem; - border-radius: 3px; - } -} -.phpdocumentor-modal { - position: fixed; - width: 100vw; - height: 100vh; - opacity: 0; - visibility: hidden; - transition: all 0.3s ease; - top: 0; - left: 0; - display: flex; - align-items: center; - justify-content: center; -} - -.phpdocumentor-modal__open { - visibility: visible; - opacity: 1; - transition-delay: 0s; -} - -.phpdocumentor-modal-bg { - position: absolute; - background: gray; - opacity: 50%; - width: 100%; - height: 100%; -} - -.phpdocumentor-modal-container { - border-radius: 1em; - background: #fff; - position: relative; - padding: 2em; - box-sizing: border-box; - max-width:100vw; -} - -.phpdocumentor-modal__close { - position: absolute; - right: 0.75em; - top: 0.75em; - outline: none; - appearance: none; - color: var(--primary-color); - background: none; - border: 0px; - font-weight: bold; - cursor: pointer; -} - -/* Used for screen readers and such */ -.visually-hidden { - display: none; -} - -.float-right { - float: right; -} - -.float-left { - float: left; -} diff --git a/phpdocs/css/normalize.css b/phpdocs/css/normalize.css deleted file mode 100644 index 579152b..0000000 --- a/phpdocs/css/normalize.css +++ /dev/null @@ -1,427 +0,0 @@ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ - -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ - -html { - font-family: sans-serif; /* 1 */ - -ms-text-size-adjust: 100%; /* 2 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/** - * Remove default margin. - */ - -body { - margin: 0; -} - -/* HTML5 display definitions - ========================================================================== */ - -/** - * Correct `block` display not defined for any HTML5 element in IE 8/9. - * Correct `block` display not defined for `details` or `summary` in IE 10/11 - * and Firefox. - * Correct `block` display not defined for `main` in IE 11. - */ - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; -} - -/** - * 1. Correct `inline-block` display not defined in IE 8/9. - * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. - */ - -audio, -canvas, -progress, -video { - display: inline-block; /* 1 */ - vertical-align: baseline; /* 2 */ -} - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ - -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Address `[hidden]` styling not present in IE 8/9/10. - * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. - */ - -[hidden], -template { - display: none; -} - -/* Links - ========================================================================== */ - -/** - * Remove the gray background color from active links in IE 10. - */ - -a { - background-color: transparent; -} - -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ - -a:active, -a:hover { - outline: 0; -} - -/* Text-level semantics - ========================================================================== */ - -/** - * Address styling not present in IE 8/9/10/11, Safari, and Chrome. - */ - -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. - */ - -b, -strong { - font-weight: bold; -} - -/** - * Address styling not present in Safari and Chrome. - */ - -dfn { - font-style: italic; -} - -/** - * Address variable `h1` font-size and margin within `section` and `article` - * contexts in Firefox 4+, Safari, and Chrome. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/** - * Address styling not present in IE 8/9. - */ - -mark { - background: #ff0; - color: #000; -} - -/** - * Address inconsistent and variable font size in all browsers. - */ - -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* Embedded content - ========================================================================== */ - -/** - * Remove border when inside `a` element in IE 8/9/10. - */ - -img { - border: 0; -} - -/** - * Correct overflow not hidden in IE 9/10/11. - */ - -svg:not(:root) { - overflow: hidden; -} - -/* Grouping content - ========================================================================== */ - -/** - * Address margin not present in IE 8/9 and Safari. - */ - -figure { - margin: 1em 40px; -} - -/** - * Address differences between Firefox and other browsers. - */ - -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * Contain overflow in all browsers. - */ - -pre { - overflow: auto; -} - -/** - * Address odd `em`-unit font size rendering in all browsers. - */ - -code, -kbd, -pre, -samp { - font-family: var(--font-monospace); - font-size: 1em; -} - -/* Forms - ========================================================================== */ - -/** - * Known limitation: by default, Chrome and Safari on OS X allow very limited - * styling of `select`, unless a `border` property is set. - */ - -/** - * 1. Correct color not being inherited. - * Known issue: affects color of disabled elements. - * 2. Correct font properties not being inherited. - * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. - */ - -button, -input, -optgroup, -select, -textarea { - color: inherit; /* 1 */ - font: inherit; /* 2 */ - margin: 0; /* 3 */ -} - -/** - * Address `overflow` set to `hidden` in IE 8/9/10/11. - */ - -button { - overflow: visible; -} - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. - * Correct `select` style inheritance in Firefox. - */ - -button, -select { - text-transform: none; -} - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - */ - -button, -html input[type="button"], /* 1 */ -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; /* 2 */ - cursor: pointer; /* 3 */ -} - -/** - * Re-set default cursor for disabled elements. - */ - -button[disabled], -html input[disabled] { - cursor: default; -} - -/** - * Remove inner padding and border in Firefox 4+. - */ - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ - -input { - line-height: normal; -} - -/** - * It's recommended that you don't attempt to style these elements. - * Firefox's implementation doesn't respect box-sizing, padding, or width. - * - * 1. Address box sizing set to `content-box` in IE 8/9/10. - * 2. Remove excess padding in IE 8/9/10. - */ - -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Fix the cursor style for Chrome's increment/decrement buttons. For certain - * `font-size` values of the `input`, it causes the cursor style of the - * decrement button to change from `default` to `text`. - */ - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome - * (include `-moz` to future-proof). - */ - -input[type="search"] { - -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; -} - -/** - * Remove inner padding and search cancel button in Safari and Chrome on OS X. - * Safari (but not Chrome) clips the cancel button when the search input has - * padding (and `textfield` appearance). - */ - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * Define consistent border, margin, and padding. - */ - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * 1. Correct `color` not being inherited in IE 8/9/10/11. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ - -legend { - border: 0; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Remove default vertical scrollbar in IE 8/9/10/11. - */ - -textarea { - overflow: auto; -} - -/** - * Don't inherit the `font-weight` (applied by a rule above). - * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. - */ - -optgroup { - font-weight: bold; -} - -/* Tables - ========================================================================== */ - -/** - * Remove most spacing between table cells. - */ - -table { - border-collapse: collapse; - border-spacing: 0; -} - -td, -th { - padding: 0; -} diff --git a/phpdocs/css/template.css b/phpdocs/css/template.css deleted file mode 100644 index f717828..0000000 --- a/phpdocs/css/template.css +++ /dev/null @@ -1,192 +0,0 @@ -.phpdocumentor-summary { - font-style: italic; -} -.phpdocumentor-description { - margin-bottom: var(--spacing-md); -} -.phpdocumentor-element { - position: relative; -} - -.phpdocumentor .phpdocumentor-element__name { - line-height: 1; -} - -.phpdocumentor-element__package, -.phpdocumentor-element__extends, -.phpdocumentor-element__implements { - display: block; - font-size: var(--text-xxs); - font-weight: normal; - opacity: .7; -} - -.phpdocumentor-element__package .phpdocumentor-breadcrumbs { - display: inline; -} - -.phpdocumentor-element:not(:last-child) { - border-bottom: 1px solid var(--primary-color-lighten); - padding-bottom: var(--spacing-lg); -} - -.phpdocumentor-element.-deprecated .phpdocumentor-element__name { - text-decoration: line-through; -} - -.phpdocumentor-element__modifier { - font-size: var(--text-xxs); - padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2); - color: var(--text-color); - background-color: var(--light-gray); - border-radius: 3px; - text-transform: uppercase; -} -.phpdocumentor-signature { - display: inline-block; - font-size: var(--text-sm); - margin-bottom: var(--spacing-md); -} - -.phpdocumentor-signature.-deprecated .phpdocumentor-signature__name { - text-decoration: line-through; -} -.phpdocumentor-table-of-contents { -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry { - padding-top: var(--spacing-xs); - margin-left: 2rem; - display: flex; -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a { - flex: 0 1 auto; -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span { - flex: 1; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after { - content: ''; - height: 12px; - width: 12px; - left: 16px; - position: absolute; -} -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after { - background: url('data:image/svg+xml;utf8,') no-repeat; -} -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after { - left: 13px; - background: url('data:image/svg+xml;utf8,') no-repeat; -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before { - width: 1.25rem; - height: 1.25rem; - line-height: 1.25rem; - background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; - content: ''; - position: absolute; - left: 0; - border-radius: 50%; - font-weight: 600; - color: white; - text-align: center; - font-size: .75rem; - margin-top: .2rem; -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before { - content: 'M'; - background-image: url('data:image/svg+xml;utf8,'); -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before { - content: 'M'; - background-image: url('data:image/svg+xml;utf8,'); -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before { - content: 'P' -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before { - content: 'C'; - background-color: transparent; - background-image: url('data:image/svg+xml;utf8,'); -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before { - content: 'C' -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before { - content: 'I' -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before { - content: 'T' -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before { - content: 'N' -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before { - content: 'P' -} - -.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before { - content: 'E' -} - -.phpdocumentor-table-of-contents dd { - font-style: italic; - margin-left: 2rem; -} -.phpdocumentor-element-found-in { - position: absolute; - top: 0; - right: 0; - font-size: var(--text-sm); - color: gray; -} - -.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source { - flex: 0 1 auto; - display: inline-flex; -} - -.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after { - width: 1.25rem; - height: 1.25rem; - line-height: 1.25rem; - background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; - content: ''; - left: 0; - border-radius: 50%; - font-weight: 600; - text-align: center; - font-size: .75rem; - margin-top: .2rem; -} -.phpdocumentor-class-graph { - width: 100%; height: 600px; border:1px solid black; overflow: hidden -} - -.phpdocumentor-class-graph__graph { - width: 100%; -} -.phpdocumentor-tag-list__definition { - display: flex; -} - -.phpdocumentor-tag-link { - margin-right: var(--spacing-sm); -} diff --git a/phpdocs/files/dist-grill.html b/phpdocs/files/dist-grill.html deleted file mode 100644 index 9e80111..0000000 --- a/phpdocs/files/dist-grill.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
            -

            Documentation

            - - - - - -
            - -
            -
            - - - - -
            -
              -
            - -
            -

            grill.php

            - - -
            - - - - - - - - - - - - - - -
            -
            -
            -
            -

            Search results

            - -
            -
            -
              -
              -
              -
              -
              -
              - - -
              - - - - - - - - diff --git a/phpdocs/files/dist-includes-core-namespace.html b/phpdocs/files/dist-includes-core-namespace.html deleted file mode 100644 index a64667f..0000000 --- a/phpdocs/files/dist-includes-core-namespace.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
              -

              Documentation

              - - - - - -
              - -
              -
              - - - - -
              -
                -
              - -
              -

              Core.namespace.php

              - - -
              - - - - - - -

              - Interfaces, Classes, Traits and Enums - -

              - -
              - -
              Settings
              -
              -
              cuteGrills
              -
              -
              Response
              -
              -
              Database
              -
              - - -
              - - - - - - - - -
              -
              -
              -
              -

              Search results

              - -
              -
              -
                -
                -
                -
                -
                -
                - - -
                - - - - - - - - diff --git a/phpdocs/files/dist-includes-upload-class.html b/phpdocs/files/dist-includes-upload-class.html deleted file mode 100644 index 80572b8..0000000 --- a/phpdocs/files/dist-includes-upload-class.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                -

                Documentation

                - - - - - -
                - -
                -
                - - - - -
                -
                  -
                - -
                -

                Upload.class.php

                - - -
                - - - - - - -

                - Interfaces, Classes, Traits and Enums - -

                - -
                - -
                Upload
                -
                - - -
                - - - - - - - - -
                -
                -
                -
                -

                Search results

                - -
                -
                -
                  -
                  -
                  -
                  -
                  -
                  - - -
                  - - - - - - - - diff --git a/phpdocs/files/dist-upload.html b/phpdocs/files/dist-upload.html deleted file mode 100644 index eb3f1b8..0000000 --- a/phpdocs/files/dist-upload.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                  -

                  Documentation

                  - - - - - -
                  - -
                  -
                  - - - - -
                  -
                    -
                  - -
                  -

                  upload.php

                  - - -
                  - - - - - - - - - - - - - - -
                  -
                  -
                  -
                  -

                  Search results

                  - -
                  -
                  -
                    -
                    -
                    -
                    -
                    -
                    - - -
                    - - - - - - - - diff --git a/phpdocs/graphs/classes.html b/phpdocs/graphs/classes.html deleted file mode 100644 index b0c0546..0000000 --- a/phpdocs/graphs/classes.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Documentation - - - - - - - - - -
                    -

                    Documentation

                    - - - - - -
                    - -
                    -
                    - - - - -
                    -
                    - -
                    - -
                    -
                    -
                    -

                    Search results

                    - -
                    -
                    -
                      -
                      -
                      -
                      -
                      -
                      - - -
                      - - - - - - - - diff --git a/phpdocs/index.html b/phpdocs/index.html deleted file mode 100644 index e951e24..0000000 --- a/phpdocs/index.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                      -

                      Documentation

                      - - - - - -
                      - -
                      -
                      - - - - -
                      -

                      Documentation

                      - - -

                      - Packages - -

                      - -
                      -
                      Application
                      -
                      - -

                      - Namespaces - -

                      - -
                      -
                      Core
                      -
                      - -

                      - Interfaces, Classes, Traits and Enums - -

                      - -
                      - -
                      Upload
                      -
                      - - -
                      - - - - - - -
                      -
                      -
                      -

                      Search results

                      - -
                      -
                      -
                        -
                        -
                        -
                        -
                        -
                        - - -
                        - - - - - - - - diff --git a/phpdocs/indices/files.html b/phpdocs/indices/files.html deleted file mode 100644 index 96e7c58..0000000 --- a/phpdocs/indices/files.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                        -

                        Documentation

                        - - - - - -
                        - -
                        -
                        - - - - -
                        - -

                        Files

                        -

                        C

                        - -

                        G

                        - -

                        U

                        - -
                        -
                        -
                        -

                        Search results

                        - -
                        -
                        -
                          -
                          -
                          -
                          -
                          -
                          - - -
                          - - - - - - - - diff --git a/phpdocs/js/search.js b/phpdocs/js/search.js deleted file mode 100644 index 093d6d0..0000000 --- a/phpdocs/js/search.js +++ /dev/null @@ -1,173 +0,0 @@ -// Search module for phpDocumentor -// -// This module is a wrapper around fuse.js that will use a given index and attach itself to a -// search form and to a search results pane identified by the following data attributes: -// -// 1. data-search-form -// 2. data-search-results -// -// The data-search-form is expected to have a single input element of type 'search' that will trigger searching for -// a series of results, were the data-search-results pane is expected to have a direct UL child that will be populated -// with rendered results. -// -// The search has various stages, upon loading this stage the data-search-form receives the CSS class -// 'phpdocumentor-search--enabled'; this indicates that JS is allowed and indices are being loaded. It is recommended -// to hide the form by default and show it when it receives this class to achieve progressive enhancement for this -// feature. -// -// After loading this module, it is expected to load a search index asynchronously, for example: -// -// -// -// In this script the generated index should attach itself to the search module using the `appendIndex` function. By -// doing it like this the page will continue loading, unhindered by the loading of the search. -// -// After the page has fully loaded, and all these deferred indexes loaded, the initialization of the search module will -// be called and the form will receive the class 'phpdocumentor-search--active', indicating search is ready. At this -// point, the input field will also have it's 'disabled' attribute removed. -var Search = (function () { - var fuse; - var index = []; - var options = { - shouldSort: true, - threshold: 0.6, - location: 0, - distance: 100, - maxPatternLength: 32, - minMatchCharLength: 1, - keys: [ - "fqsen", - "name", - "summary", - "url" - ] - }; - - // Credit David Walsh (https://davidwalsh.name/javascript-debounce-function) - // Returns a function, that, as long as it continues to be invoked, will not - // be triggered. The function will be called after it stops being called for - // N milliseconds. If `immediate` is passed, trigger the function on the - // leading edge, instead of the trailing. - function debounce(func, wait, immediate) { - var timeout; - - return function executedFunction() { - var context = this; - var args = arguments; - - var later = function () { - timeout = null; - if (!immediate) func.apply(context, args); - }; - - var callNow = immediate && !timeout; - clearTimeout(timeout); - timeout = setTimeout(later, wait); - if (callNow) func.apply(context, args); - }; - } - - function close() { - // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/ - const scrollY = document.body.style.top; - document.body.style.position = ''; - document.body.style.top = ''; - window.scrollTo(0, parseInt(scrollY || '0') * -1); - // End scroll prevention - - var form = document.querySelector('[data-search-form]'); - var searchResults = document.querySelector('[data-search-results]'); - - form.classList.toggle('phpdocumentor-search--has-results', false); - searchResults.classList.add('phpdocumentor-search-results--hidden'); - var searchField = document.querySelector('[data-search-form] input[type="search"]'); - searchField.blur(); - } - - function search(event) { - // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/ - document.body.style.position = 'fixed'; - document.body.style.top = `-${window.scrollY}px`; - // End scroll prevention - - // prevent enter's from autosubmitting - event.stopPropagation(); - - var form = document.querySelector('[data-search-form]'); - var searchResults = document.querySelector('[data-search-results]'); - var searchResultEntries = document.querySelector('[data-search-results] .phpdocumentor-search-results__entries'); - - searchResultEntries.innerHTML = ''; - - if (!event.target.value) { - close(); - return; - } - - form.classList.toggle('phpdocumentor-search--has-results', true); - searchResults.classList.remove('phpdocumentor-search-results--hidden'); - var results = fuse.search(event.target.value, {limit: 25}); - - results.forEach(function (result) { - var entry = document.createElement("li"); - entry.classList.add("phpdocumentor-search-results__entry"); - entry.innerHTML += '

                          ' + result.name + "

                          \n"; - entry.innerHTML += '' + result.fqsen + "\n"; - entry.innerHTML += '
                          ' + result.summary + '
                          '; - searchResultEntries.appendChild(entry) - }); - } - - function appendIndex(added) { - index = index.concat(added); - - // re-initialize search engine when appending an index after initialisation - if (typeof fuse !== 'undefined') { - fuse = new Fuse(index, options); - } - } - - function init() { - fuse = new Fuse(index, options); - - var form = document.querySelector('[data-search-form]'); - var searchField = document.querySelector('[data-search-form] input[type="search"]'); - - var closeButton = document.querySelector('.phpdocumentor-search-results__close'); - closeButton.addEventListener('click', function() { close() }.bind(this)); - - var searchResults = document.querySelector('[data-search-results]'); - searchResults.addEventListener('click', function() { close() }.bind(this)); - - form.classList.add('phpdocumentor-search--active'); - - searchField.setAttribute('placeholder', 'Search (Press "/" to focus)'); - searchField.removeAttribute('disabled'); - searchField.addEventListener('keyup', debounce(search, 300)); - - window.addEventListener('keyup', function (event) { - if (event.key === '/') { - searchField.focus(); - } - if (event.code === 'Escape') { - close(); - } - }.bind(this)); - } - - return { - appendIndex, - init - } -})(); - -window.addEventListener('DOMContentLoaded', function () { - var form = document.querySelector('[data-search-form]'); - - // When JS is supported; show search box. Must be before including the search for it to take effect immediately - form.classList.add('phpdocumentor-search--enabled'); -}); - -window.addEventListener('load', function () { - Search.init(); -}); diff --git a/phpdocs/js/searchIndex.js b/phpdocs/js/searchIndex.js deleted file mode 100644 index f513ca2..0000000 --- a/phpdocs/js/searchIndex.js +++ /dev/null @@ -1,309 +0,0 @@ -Search.appendIndex( - [ - { - "fqsen": "\\Core\\Settings", - "name": "Settings", - "summary": "", - "url": "classes/Core-Settings.html" - }, { - "fqsen": "\\Core\\Settings\u003A\u003AloadConfig\u0028\u0029", - "name": "loadConfig", - "summary": "", - "url": "classes/Core-Settings.html#method_loadConfig" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024DB", - "name": "DB", - "summary": "", - "url": "classes/Core-Settings.html#property_DB" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024DB_MODE", - "name": "DB_MODE", - "summary": "", - "url": "classes/Core-Settings.html#property_DB_MODE" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024DB_PATH", - "name": "DB_PATH", - "summary": "", - "url": "classes/Core-Settings.html#property_DB_PATH" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024DB_USER", - "name": "DB_USER", - "summary": "", - "url": "classes/Core-Settings.html#property_DB_USER" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024DB_PASS", - "name": "DB_PASS", - "summary": "", - "url": "classes/Core-Settings.html#property_DB_PASS" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024LOG_IP", - "name": "LOG_IP", - "summary": "", - "url": "classes/Core-Settings.html#property_LOG_IP" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024ANTI_DUPE", - "name": "ANTI_DUPE", - "summary": "", - "url": "classes/Core-Settings.html#property_ANTI_DUPE" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024BLACKLIST_DB", - "name": "BLACKLIST_DB", - "summary": "", - "url": "classes/Core-Settings.html#property_BLACKLIST_DB" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024FILTER_MODE", - "name": "FILTER_MODE", - "summary": "", - "url": "classes/Core-Settings.html#property_FILTER_MODE" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024FILES_ROOT", - "name": "FILES_ROOT", - "summary": "", - "url": "classes/Core-Settings.html#property_FILES_ROOT" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024FILES_RETRIES", - "name": "FILES_RETRIES", - "summary": "", - "url": "classes/Core-Settings.html#property_FILES_RETRIES" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024SSL", - "name": "SSL", - "summary": "", - "url": "classes/Core-Settings.html#property_SSL" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024URL", - "name": "URL", - "summary": "", - "url": "classes/Core-Settings.html#property_URL" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024NAME_LENGTH", - "name": "NAME_LENGTH", - "summary": "", - "url": "classes/Core-Settings.html#property_NAME_LENGTH" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024ID_CHARSET", - "name": "ID_CHARSET", - "summary": "", - "url": "classes/Core-Settings.html#property_ID_CHARSET" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024BLOCKED_EXTENSIONS", - "name": "BLOCKED_EXTENSIONS", - "summary": "", - "url": "classes/Core-Settings.html#property_BLOCKED_EXTENSIONS" - }, { - "fqsen": "\\Core\\Settings\u003A\u003A\u0024BLOCKED_MIME", - "name": "BLOCKED_MIME", - "summary": "", - "url": "classes/Core-Settings.html#property_BLOCKED_MIME" - }, { - "fqsen": "\\Core\\cuteGrills", - "name": "cuteGrills", - "summary": "", - "url": "classes/Core-cuteGrills.html" - }, { - "fqsen": "\\Core\\cuteGrills\u003A\u003AshowGrills\u0028\u0029", - "name": "showGrills", - "summary": "", - "url": "classes/Core-cuteGrills.html#method_showGrills" - }, { - "fqsen": "\\Core\\cuteGrills\u003A\u003AloadGrills\u0028\u0029", - "name": "loadGrills", - "summary": "", - "url": "classes/Core-cuteGrills.html#method_loadGrills" - }, { - "fqsen": "\\Core\\cuteGrills\u003A\u003A\u0024GRILLS", - "name": "GRILLS", - "summary": "", - "url": "classes/Core-cuteGrills.html#property_GRILLS" - }, { - "fqsen": "\\Core\\Response", - "name": "Response", - "summary": "", - "url": "classes/Core-Response.html" - }, { - "fqsen": "\\Core\\Response\u003A\u003A__construct\u0028\u0029", - "name": "__construct", - "summary": "", - "url": "classes/Core-Response.html#method___construct" - }, { - "fqsen": "\\Core\\Response\u003A\u003Aerror\u0028\u0029", - "name": "error", - "summary": "", - "url": "classes/Core-Response.html#method_error" - }, { - "fqsen": "\\Core\\Response\u003A\u003AcsvError\u0028\u0029", - "name": "csvError", - "summary": "", - "url": "classes/Core-Response.html#method_csvError" - }, { - "fqsen": "\\Core\\Response\u003A\u003AhtmlError\u0028\u0029", - "name": "htmlError", - "summary": "", - "url": "classes/Core-Response.html#method_htmlError" - }, { - "fqsen": "\\Core\\Response\u003A\u003AjsonError\u0028\u0029", - "name": "jsonError", - "summary": "", - "url": "classes/Core-Response.html#method_jsonError" - }, { - "fqsen": "\\Core\\Response\u003A\u003AtextError\u0028\u0029", - "name": "textError", - "summary": "", - "url": "classes/Core-Response.html#method_textError" - }, { - "fqsen": "\\Core\\Response\u003A\u003Asend\u0028\u0029", - "name": "send", - "summary": "", - "url": "classes/Core-Response.html#method_send" - }, { - "fqsen": "\\Core\\Response\u003A\u003AcsvSuccess\u0028\u0029", - "name": "csvSuccess", - "summary": "", - "url": "classes/Core-Response.html#method_csvSuccess" - }, { - "fqsen": "\\Core\\Response\u003A\u003AhtmlSuccess\u0028\u0029", - "name": "htmlSuccess", - "summary": "", - "url": "classes/Core-Response.html#method_htmlSuccess" - }, { - "fqsen": "\\Core\\Response\u003A\u003AjsonSuccess\u0028\u0029", - "name": "jsonSuccess", - "summary": "", - "url": "classes/Core-Response.html#method_jsonSuccess" - }, { - "fqsen": "\\Core\\Response\u003A\u003AtextSuccess\u0028\u0029", - "name": "textSuccess", - "summary": "", - "url": "classes/Core-Response.html#method_textSuccess" - }, { - "fqsen": "\\Core\\Response\u003A\u003A\u0024type", - "name": "type", - "summary": "", - "url": "classes/Core-Response.html#property_type" - }, { - "fqsen": "\\Core\\Database", - "name": "Database", - "summary": "", - "url": "classes/Core-Database.html" - }, { - "fqsen": "\\Core\\Database\u003A\u003AassemblePDO\u0028\u0029", - "name": "assemblePDO", - "summary": "", - "url": "classes/Core-Database.html#method_assemblePDO" - }, { - "fqsen": "\\Core\\Database\u003A\u003AdbCheckNameExists\u0028\u0029", - "name": "dbCheckNameExists", - "summary": "", - "url": "classes/Core-Database.html#method_dbCheckNameExists" - }, { - "fqsen": "\\Core\\Database\u003A\u003AcheckFileBlacklist\u0028\u0029", - "name": "checkFileBlacklist", - "summary": "", - "url": "classes/Core-Database.html#method_checkFileBlacklist" - }, { - "fqsen": "\\Core\\Database\u003A\u003AantiDupe\u0028\u0029", - "name": "antiDupe", - "summary": "", - "url": "classes/Core-Database.html#method_antiDupe" - }, { - "fqsen": "\\Core\\Database\u003A\u003AnewIntoDB\u0028\u0029", - "name": "newIntoDB", - "summary": "", - "url": "classes/Core-Database.html#method_newIntoDB" - }, { - "fqsen": "\\Upload", - "name": "Upload", - "summary": "", - "url": "classes/Upload.html" - }, { - "fqsen": "\\Upload\u003A\u003AreFiles\u0028\u0029", - "name": "reFiles", - "summary": "", - "url": "classes/Upload.html#method_reFiles" - }, { - "fqsen": "\\Upload\u003A\u003AdiverseArray\u0028\u0029", - "name": "diverseArray", - "summary": "", - "url": "classes/Upload.html#method_diverseArray" - }, { - "fqsen": "\\Upload\u003A\u003AuploadFile\u0028\u0029", - "name": "uploadFile", - "summary": "", - "url": "classes/Upload.html#method_uploadFile" - }, { - "fqsen": "\\Upload\u003A\u003AfileInfo\u0028\u0029", - "name": "fileInfo", - "summary": "", - "url": "classes/Upload.html#method_fileInfo" - }, { - "fqsen": "\\Upload\u003A\u003AcheckMimeBlacklist\u0028\u0029", - "name": "checkMimeBlacklist", - "summary": "", - "url": "classes/Upload.html#method_checkMimeBlacklist" - }, { - "fqsen": "\\Upload\u003A\u003AcheckExtensionBlacklist\u0028\u0029", - "name": "checkExtensionBlacklist", - "summary": "Check\u0020if\u0020file\u0020extension\u0020is\u0020blacklisted\nif\u0020it\u0020does\u0020throw\u0020an\u0020exception.", - "url": "classes/Upload.html#method_checkExtensionBlacklist" - }, { - "fqsen": "\\Upload\u003A\u003AgenerateName\u0028\u0029", - "name": "generateName", - "summary": "", - "url": "classes/Upload.html#method_generateName" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024FILE_NAME", - "name": "FILE_NAME", - "summary": "", - "url": "classes/Upload.html#property_FILE_NAME" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024FILE_EXTENSION", - "name": "FILE_EXTENSION", - "summary": "", - "url": "classes/Upload.html#property_FILE_EXTENSION" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024FILE_MIME", - "name": "FILE_MIME", - "summary": "", - "url": "classes/Upload.html#property_FILE_MIME" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024SHA1", - "name": "SHA1", - "summary": "", - "url": "classes/Upload.html#property_SHA1" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024NEW_NAME", - "name": "NEW_NAME", - "summary": "", - "url": "classes/Upload.html#property_NEW_NAME" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024NEW_NAME_FULL", - "name": "NEW_NAME_FULL", - "summary": "", - "url": "classes/Upload.html#property_NEW_NAME_FULL" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024IP", - "name": "IP", - "summary": "", - "url": "classes/Upload.html#property_IP" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024FILE_SIZE", - "name": "FILE_SIZE", - "summary": "", - "url": "classes/Upload.html#property_FILE_SIZE" - }, { - "fqsen": "\\Upload\u003A\u003A\u0024TEMP_FILE", - "name": "TEMP_FILE", - "summary": "", - "url": "classes/Upload.html#property_TEMP_FILE" - }, { - "fqsen": "\\", - "name": "\\", - "summary": "", - "url": "namespaces/default.html" - }, { - "fqsen": "\\Core", - "name": "Core", - "summary": "", - "url": "namespaces/core.html" - } ] -); diff --git a/phpdocs/namespaces/core.html b/phpdocs/namespaces/core.html deleted file mode 100644 index f16641b..0000000 --- a/phpdocs/namespaces/core.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                          -

                          Documentation

                          - - - - - -
                          - -
                          -
                          - - - - -
                          -
                            -
                          - - -
                          -
                          -
                          -

                          Search results

                          - -
                          -
                          -
                            -
                            -
                            -
                            -
                            -
                            - - -
                            - - - - - - - - diff --git a/phpdocs/namespaces/default.html b/phpdocs/namespaces/default.html deleted file mode 100644 index 75c2c4d..0000000 --- a/phpdocs/namespaces/default.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                            -

                            Documentation

                            - - - - - -
                            - -
                            -
                            - - - - -
                            -
                              -
                            - -
                            -

                            API Documentation

                            - - -

                            - Namespaces - -

                            - -
                            -
                            Core
                            -
                            - -

                            - Interfaces, Classes, Traits and Enums - -

                            - -
                            - -
                            Upload
                            -
                            - - -
                            - - - - - - -
                            -
                            -
                            -
                            -

                            Search results

                            - -
                            -
                            -
                              -
                              -
                              -
                              -
                              -
                              - - -
                              - - - - - - - - diff --git a/phpdocs/packages/Application.html b/phpdocs/packages/Application.html deleted file mode 100644 index 4e13a8a..0000000 --- a/phpdocs/packages/Application.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                              -

                              Documentation

                              - - - - - -
                              - -
                              -
                              - - - - -
                              -
                                -
                              - - -
                              -
                              -
                              -

                              Search results

                              - -
                              -
                              -
                                -
                                -
                                -
                                -
                                -
                                - - -
                                - - - - - - - - diff --git a/phpdocs/packages/default.html b/phpdocs/packages/default.html deleted file mode 100644 index f5f6d33..0000000 --- a/phpdocs/packages/default.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - Documentation - - - - - - - - - - - - - - - - - - - - -
                                -

                                Documentation

                                - - - - - -
                                - -
                                -
                                - - - - -
                                -
                                  -
                                - -
                                -

                                API Documentation

                                - -

                                - Packages - -

                                - -
                                -
                                Application
                                -
                                - - - - - - - - -
                                -
                                -
                                -
                                -

                                Search results

                                - -
                                -
                                -
                                  -
                                  -
                                  -
                                  -
                                  -
                                  - - -
                                  - - - - - - - - diff --git a/phpdocs/reports/deprecated.html b/phpdocs/reports/deprecated.html deleted file mode 100644 index 34292b1..0000000 --- a/phpdocs/reports/deprecated.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - Documentation » Deprecated elements - - - - - - - - - - - - - - - - - - - - - -
                                  -

                                  Documentation

                                  - - - - - -
                                  - -
                                  -
                                  - - - - -
                                  - - -
                                  -

                                  Deprecated

                                  - - -
                                  - No deprecated elements have been found in this project. -
                                  -
                                  -
                                  -
                                  -
                                  -

                                  Search results

                                  - -
                                  -
                                  -
                                    -
                                    -
                                    -
                                    -
                                    -
                                    - - -
                                    - - - - - - - - diff --git a/phpdocs/reports/errors.html b/phpdocs/reports/errors.html deleted file mode 100644 index e6a3dd7..0000000 --- a/phpdocs/reports/errors.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Documentation » Compilation errors - - - - - - - - - - - - - - - - - - - - - -
                                    -

                                    Documentation

                                    - - - - - -
                                    - -
                                    -
                                    - - - - -
                                    - - -
                                    -

                                    Errors

                                    - - -
                                    No errors have been found in this project.
                                    - -
                                    -
                                    -
                                    -
                                    -

                                    Search results

                                    - -
                                    -
                                    -
                                      -
                                      -
                                      -
                                      -
                                      -
                                      - - -
                                      - - - - - - - - diff --git a/phpdocs/reports/markers.html b/phpdocs/reports/markers.html deleted file mode 100644 index 513174e..0000000 --- a/phpdocs/reports/markers.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - Documentation » Markers - - - - - - - - - - - - - - - - - - - - - -
                                      -

                                      Documentation

                                      - - - - - -
                                      - -
                                      -
                                      - - - - -
                                      - - -
                                      -

                                      Markers

                                      - -
                                      - No markers have been found in this project. -
                                      - -
                                      -
                                      -
                                      -
                                      -

                                      Search results

                                      - -
                                      -
                                      -
                                        -
                                        -
                                        -
                                        -
                                        -
                                        - - -
                                        - - - - - - - -