Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
up vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
diversen committed Feb 26, 2015
1 parent b28d4b1 commit c00ec81
Show file tree
Hide file tree
Showing 11 changed files with 152 additions and 125 deletions.
27 changes: 15 additions & 12 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor/autoload.php
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit4f4b80106a5afb6ea3db05002706f632::getLoader();
return ComposerAutoloaderInit045e33498ccccdf01001ac4500f20755::getLoader();
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit4f4b80106a5afb6ea3db05002706f632
class ComposerAutoloaderInit045e33498ccccdf01001ac4500f20755
{
private static $loader;

Expand All @@ -19,9 +19,9 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit4f4b80106a5afb6ea3db05002706f632', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit045e33498ccccdf01001ac4500f20755', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit4f4b80106a5afb6ea3db05002706f632', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit045e33498ccccdf01001ac4500f20755', 'loadClassLoader'));

$includePaths = require __DIR__ . '/include_paths.php';
array_push($includePaths, get_include_path());
Expand All @@ -46,14 +46,14 @@ public static function getLoader()

$includeFiles = require __DIR__ . '/autoload_files.php';
foreach ($includeFiles as $file) {
composerRequire4f4b80106a5afb6ea3db05002706f632($file);
composerRequire045e33498ccccdf01001ac4500f20755($file);
}

return $loader;
}
}

function composerRequire4f4b80106a5afb6ea3db05002706f632($file)
function composerRequire045e33498ccccdf01001ac4500f20755($file)
{
require $file;
}
2 changes: 1 addition & 1 deletion vendor/composer/include_paths.php
Expand Up @@ -8,7 +8,6 @@
return array(
$vendorDir . '/google/apiclient/src',
$vendorDir . '/pear-pear.php.net/XML_Util',
$vendorDir . '/pear-pear.php.net/Console_Getopt',
$vendorDir . '/pear-pear.php.net/Structures_Graph',
$vendorDir . '/pear-pear.php.net/Archive_Tar',
$vendorDir . '/pear-pear.php.net/PEAR',
Expand All @@ -25,4 +24,5 @@
$vendorDir . '/pear-pear.php.net/Validate',
$vendorDir . '/pear-pear.php.net/Pager',
$vendorDir . '/pear-pear.php.net/Net_URL2',
$vendorDir . '/pear-pear.php.net/Console_Getopt',
);
167 changes: 85 additions & 82 deletions vendor/composer/installed.json
Expand Up @@ -215,34 +215,6 @@
],
"description": "Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
},
{
"name": "pear-pear.php.net/Console_Getopt",
"version": "1.3.1",
"version_normalized": "1.3.1.0",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Console_Getopt-1.3.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.3.0.0"
},
"replace": {
"pear-pear/console_getopt": "== 1.3.1.0"
},
"type": "pear-library",
"installation-source": "dist",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "This is a PHP implementation of "getopt" supporting both\nshort and long options."
},
{
"name": "pear-pear.php.net/Structures_Graph",
"version": "1.0.4",
Expand Down Expand Up @@ -1377,56 +1349,6 @@
"parser"
]
},
{
"name": "donatj/phpuseragentparser",
"version": "v0.3.3",
"version_normalized": "0.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/donatj/PhpUserAgent.git",
"reference": "ea239f0b155138f41cc4bae81f13a5fd85b2d247"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/donatj/PhpUserAgent/zipball/ea239f0b155138f41cc4bae81f13a5fd85b2d247",
"reference": "ea239f0b155138f41cc4bae81f13a5fd85b2d247",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"camspiers/json-pretty": "0.1.*",
"donatj/drop": "*"
},
"time": "2015-02-01 03:19:38",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"Source/UserAgentParser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jesse G. Donat",
"email": "donatj@gmail.com",
"homepage": "http://donatstudios.com",
"role": "Developer"
}
],
"description": "Simple, streamlined PHP user-agent parser",
"homepage": "http://donatstudios.com/PHP-Parser-HTTP_USER_AGENT",
"keywords": [
"parser",
"user agent",
"useragent"
]
},
{
"name": "symfony/yaml",
"version": "v2.6.4",
Expand Down Expand Up @@ -1525,14 +1447,95 @@
"description": "Symfony Filesystem Component",
"homepage": "http://symfony.com"
},
{
"name": "pear-pear.php.net/Console_Getopt",
"version": "1.4.0",
"version_normalized": "1.4.0.0",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Console_Getopt-1.4.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=5.4.0.0"
},
"replace": {
"pear-pear/console_getopt": "== 1.4.0.0"
},
"type": "pear-library",
"installation-source": "dist",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"PHP License"
],
"description": "This is a PHP implementation of "getopt" supporting both\nshort and long options."
},
{
"name": "donatj/phpuseragentparser",
"version": "v0.3.4",
"version_normalized": "0.3.4.0",
"source": {
"type": "git",
"url": "https://github.com/donatj/PhpUserAgent.git",
"reference": "ee291431456bbf048091dff4fd8b848432a788be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/donatj/PhpUserAgent/zipball/ee291431456bbf048091dff4fd8b848432a788be",
"reference": "ee291431456bbf048091dff4fd8b848432a788be",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"camspiers/json-pretty": "0.1.*",
"donatj/drop": "*"
},
"time": "2015-02-20 21:54:54",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"Source/UserAgentParser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jesse G. Donat",
"email": "donatj@gmail.com",
"homepage": "http://donatstudios.com",
"role": "Developer"
}
],
"description": "Simple, streamlined PHP user-agent parser",
"homepage": "http://donatstudios.com/PHP-Parser-HTTP_USER_AGENT",
"keywords": [
"parser",
"user agent",
"useragent"
]
},
{
"name": "diversen/simple-php-classes",
"version": "1.2.7",
"version_normalized": "1.2.7.0",
"version": "1.2.8",
"version_normalized": "1.2.8.0",
"source": {
"type": "git",
"url": "https://github.com/diversen/simple-php-classes.git",
"reference": "871038166d885d9d6a5315e54077d923691d6352"
"reference": "b26986a35fca444747f4e66f56646554d2ad36db"
},
"require": {
"michelf/php-markdown": "1.*",
Expand All @@ -1550,7 +1553,7 @@
"zendframework/zend-dom": "2.*",
"zendframework/zend-mail": "2.*"
},
"time": "2015-02-18 10:38:47",
"time": "2015-02-25 11:08:18",
"type": "library",
"installation-source": "source",
"autoload": {
Expand Down
7 changes: 4 additions & 3 deletions vendor/diversen/simple-php-classes/diversen/lang.php
Expand Up @@ -127,10 +127,11 @@ public static function loadSystemLanguage($language = null){
$val['module_name'];
$module_lang = @unserialize($val['translation']);
//var_dump($module_lang);
if ($module_lang) {
$system_lang+= $module_lang;
} else {
if ($module_lang === false) {
log::error('Something wrong with language files. Try to reload them!');
} else {
$system_lang+= $module_lang;

}
}
}
Expand Down
18 changes: 18 additions & 0 deletions vendor/donatj/phpuseragentparser/CONTRIBUTING.md
@@ -0,0 +1,18 @@
# How to Contribute

## Reporting Issues

Issues can be reported via the [Github Issues](https://github.com/donatj/PhpUserAgent/issues) page.

- **Detail is key**: If a browser is being misidentified, one or more sample user agent strings are key to getting it resolved.
- **Missing Browser**: Is it modern? What is it being misidentified as? There are a lot of dead browsers out there that there is no reason to support.

Please do not file any requests for OS identification.

## Pull Requests

Pull requests are truly appreciated. While I try my best to stay on top of browsers hitting the market it is still a difficult task.

- **Formatting**: Indentation **must** use tabs. Please try to match internal formatting and spacing to existing code.
- **Tests**: If you're adding support for a new browser be sure to add test user agents for if at all possible ***every platform*** the browser is available on. Untested code will take much longer to be merged.
- **Terseness**: Try to be terse. Be clever. Take up as little space as possible. The point of this project initially was to be smaller than the other guys.
2 changes: 2 additions & 0 deletions vendor/donatj/phpuseragentparser/README.md
Expand Up @@ -78,6 +78,7 @@ array(
- Kindle Fire
- BlackBerry
- Playbook
- Tizen
- Console
- Nintendo 3DS
- New Nintendo 3DS
Expand All @@ -103,6 +104,7 @@ array(
- Opera
- Midori
- Vivaldi
- TizenBrowser
- Lynx
- Wget
- Curl
Expand Down

0 comments on commit c00ec81

Please sign in to comment.