11 | * Default: `false`
12 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/.travis.yml:
--------------------------------------------------------------------------------
1 | language: php
2 |
3 | php:
4 | - 5.4
5 | - 5.5
6 | - 5.6
7 | - hhvm
8 |
9 | before_script:
10 | - travis_retry composer self-update
11 | - travis_retry composer install --prefer-source --no-interaction --dev
12 |
13 | script: vendor/bin/phpunit --verbose
14 |
--------------------------------------------------------------------------------
/vendor/nikic/php-parser/lib/PHPParser/PrettyPrinter/Zend.php:
--------------------------------------------------------------------------------
1 | ' }}
2 |
3 |
4 |
5 | @foreach ($pastes as $paste)
6 | {{ $paste['urlkey'] }}
7 | @endforeach
8 |
9 | {{ $count }}
10 | {{ $pages }}
11 |
12 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Pagination/views/slider-3.php:
--------------------------------------------------------------------------------
1 |
4 |
5 | getLastPage() > 1): ?>
6 |
9 |
10 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Contracts/RenderableInterface.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | resources
5 |
6 | foo
7 | bar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | argument description
4 |
5 | default_value
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app/views/templates/api/json/show.blade.php:
--------------------------------------------------------------------------------
1 | {
2 | "result":
3 | {
4 | "id": {{ $urlkey }},
5 | "author": {{ $author }},
6 | "timestamp": {{ $timestamp }},
7 | "language": {{ $language }},
8 | "title": {{ $title }},
9 | "data": {{ $data }},
10 | "project": {{ $project }},
11 | "hits": {{ $hits }}
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/app/lang/zh_cn/antispam.php:
--------------------------------------------------------------------------------
1 | '您必须为这条便签选择一个语言而不是\'text\'。',
5 | 'php' => '您的IP地址在恶意IP列表中。',
6 | 'ipban' => '您的IP已被禁止。',
7 | 'noflood' => '请再次发布便签时保持5秒间隔。',
8 | 'censor' => '您发布的内容包含敏感词。',
9 | 'token' => '无效的令牌,请重新发布。',
10 | 'akismet' => '您发布的内容出发了我们的垃圾信息过滤器,便签已被丢弃。',
11 | );
12 |
--------------------------------------------------------------------------------
/vendor/lusitanian/OAuth/Common/Token/Exception/ExpiredTokenException.php:
--------------------------------------------------------------------------------
1 | '密码重置通知',
5 | 'hello_user' => '您好 %s,',
6 | 'password_reset' => '您的帐户 %s 密码已被重置。',
7 | 'new_password' => '您的新密码是: %s',
8 | 'click_login' => '点击此处登录: %s',
9 | 'autogen_mail' => '这是自动生成的邮件。请不要回复此邮件。',
10 | 'share_subject' => '%s: %s',
11 | );
12 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Auth/Reminders/RemindableInterface.php:
--------------------------------------------------------------------------------
1 |
4 |
5 | getLastPage() > 1): ?>
6 |
11 |
12 |
--------------------------------------------------------------------------------
/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validresource.yml:
--------------------------------------------------------------------------------
1 | _blog:
2 | resource: validpattern.yml
3 | prefix: /{foo}
4 | defaults: { 'foo': '123' }
5 | requirements: { 'foo': '\d+' }
6 | options: { 'foo': 'bar' }
7 | host: ""
8 | condition: 'context.getMethod() == "POST"'
9 |
--------------------------------------------------------------------------------
/vendor/filp/whoops/tests/bootstrap.php:
--------------------------------------------------------------------------------
1 |
5 | *
6 | * Bootstraper for PHPUnit tests.
7 | */
8 | error_reporting(E_ALL | E_STRICT);
9 | $loader = require_once __DIR__ . '/../vendor/autoload.php';
10 | $loader->add('Whoops\\', __DIR__);
11 |
--------------------------------------------------------------------------------
/vendor/nikic/php-parser/lib/PHPParser/Serializer.php:
--------------------------------------------------------------------------------
1 | run();
11 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectorInterface.php:
--------------------------------------------------------------------------------
1 |
3 | @else
4 |
5 | @endif
6 |
7 |
--------------------------------------------------------------------------------
/app/views/skins/bootstrap/common/pagination.blade.php:
--------------------------------------------------------------------------------
1 | {? $presenter = new Illuminate\Pagination\BootstrapPresenter($paginator) ?}
2 |
3 | @if ($paginator->getLastPage() > 1)
4 |
11 | @endif
12 |
--------------------------------------------------------------------------------
/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_2.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
--------------------------------------------------------------------------------
/vendor/d11wtq/boris/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "d11wtq/boris",
3 | "require": {
4 | "php": ">=5.3.0"
5 | },
6 | "suggest": {
7 | "ext-readline": "*",
8 | "ext-pcntl": "*",
9 | "ext-posix": "*"
10 | },
11 | "autoload": {
12 | "psr-0": {"Boris": "lib"}
13 | },
14 | "bin": ["bin/boris"]
15 | }
16 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/vendor/symfony/translation/Symfony/Component/Translation/Tests/fixtures/escaped-id-plurals.po:
--------------------------------------------------------------------------------
1 | msgid ""
2 | msgstr ""
3 | "Content-Type: text/plain; charset=UTF-8\n"
4 | "Content-Transfer-Encoding: 8bit\n"
5 | "Language: en\n"
6 |
7 | msgid "escaped \"foo\""
8 | msgid_plural "escaped \"foos\""
9 | msgstr[0] "escaped \"bar\""
10 | msgstr[1] "escaped \"bars\""
11 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Auth/Reminders/RemindableTrait.php:
--------------------------------------------------------------------------------
1 | email;
13 | }
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/vendor/stack/builder/.travis.yml:
--------------------------------------------------------------------------------
1 | language: php
2 |
3 | php:
4 | - 5.3.3
5 | - 5.3
6 | - 5.4
7 | - 5.5
8 | - hhvm
9 |
10 | before_script:
11 | - composer self-update
12 | - composer install --no-interaction --prefer-source
13 |
14 | script: phpunit --coverage-text
15 |
16 | matrix:
17 | allow_failures:
18 | - php: hhvm
19 | fast_finish: true
20 |
--------------------------------------------------------------------------------
/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_2.txt:
--------------------------------------------------------------------------------
1 | Usage:
2 | descriptor:command2 [-o|--option_name] argument_name
3 |
4 | Arguments:
5 | argument_name
6 |
7 | Options:
8 | --option_name (-o)
9 |
10 | Help:
11 | command 2 help
12 |
--------------------------------------------------------------------------------
/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_4.json:
--------------------------------------------------------------------------------
1 | {"arguments":{"argument_name":{"name":"argument_name","is_required":true,"is_array":false,"description":"","default":null}},"options":{"option_name":{"name":"--option_name","shortcut":"-o","accept_value":false,"is_value_required":false,"is_multiple":false,"description":"","default":false}}}
2 |
--------------------------------------------------------------------------------
/vendor/lusitanian/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php:
--------------------------------------------------------------------------------
1 | array($baseDir . '/src'),
10 | 'Illuminate\\Support' => array($vendorDir . '/illuminate/support'),
11 | );
12 |
--------------------------------------------------------------------------------
/vendor/swiftmailer/swiftmailer/notes/APPS:
--------------------------------------------------------------------------------
1 | Applications I need to test with
2 | ---------------------------------
3 |
4 | Standalone (can read .eml files):
5 | ---------------------------------
6 | Microsoft Entourage (can assume same as outlook)
7 | Mozilla Thunderbird
8 | Apple Mail
9 |
10 | Web-based:
11 | ----------
12 | Hotmail
13 | Gmail
14 | Yahoo!
15 | Mail2Web
16 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Exception/ExceptionDisplayerInterface.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/View/Engines/EngineInterface.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 | bar
8 |
9 |
--------------------------------------------------------------------------------
/app/views/skins/neverland/common/pagination.blade.php:
--------------------------------------------------------------------------------
1 | {? $presenter = new Illuminate\Pagination\BootstrapPresenter($paginator) ?}
2 |
3 | @if ($paginator->getLastPage() > 1)
4 |
13 | @endif
14 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Form.php:
--------------------------------------------------------------------------------
1 | apply($boris);
12 |
13 | $options = new \Boris\CLIOptionsHandler();
14 | $options->handle($boris);
15 |
16 | $boris->start();
17 |
--------------------------------------------------------------------------------
/vendor/d11wtq/boris/lib/Boris/ExportInspector.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/View.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/views/skins/neverland/neverland.info:
--------------------------------------------------------------------------------
1 | {
2 | "name" : "Neverland",
3 | "themeVersion" : "1.1",
4 | "minCoreVersion" : "1.0",
5 | "description" : "Neverland is a theme built on Bootstrap 2.x for KDE websites. It is a clean and crisp responsive theme and is used across all major kde.org websites.",
6 | "author" : "Sayak Banerjee",
7 | "authorWebsite" : "http://sayakbanerjee.com"
8 | }
9 |
--------------------------------------------------------------------------------
/app/views/templates/api/xml/show.blade.php:
--------------------------------------------------------------------------------
1 | {{ '' }}
2 |
3 |
4 | {{ $urlkey }}
5 | {{ $author }}
6 | {{ $timestamp }}
7 | {{ $language }}
8 | {{ $title }}
9 | {{ $data }}
10 | {{ $project }}
11 | {{ $hits }}
12 |
13 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Mail.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | require __DIR__.'/lib/Predis/Autoloader.php';
13 |
14 | Predis\Autoloader::register();
15 |
--------------------------------------------------------------------------------
/vendor/psr/log/Psr/Log/LoggerAwareInterface.php:
--------------------------------------------------------------------------------
1 | '设为私有',
5 | 'expire_30mins' => '保留30分钟',
6 | 'expire_6hrs' => '保留6小时',
7 | 'expire_1day' => '保留1天',
8 | 'expire_1week' => '保留1周',
9 | 'expire_1month' => '保留1月',
10 | 'expire_1year' => '保留1年',
11 | 'expire_forever' => '永久',
12 | 'click_for_paste' => '点击此处查看您的便签: %s',
13 | 'revise_private' => '您不能修改私有便签',
14 | );
15 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/App.php:
--------------------------------------------------------------------------------
1 | 'application/json'));
11 |
12 | // Check what we received
13 | var_dump($request);
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Artisan.php:
--------------------------------------------------------------------------------
1 | 'something'));
11 |
12 | // Check what we received
13 | var_dump($request);
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Lang.php:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 | {{ View::menu('admin') }}
8 |
9 |
10 |
11 |
12 | @include('skins.bootstrap.common.alerts')
13 | @yield('module')
14 |
15 |
16 | @stop
17 |
--------------------------------------------------------------------------------
/app/views/skins/bootstrap/setup/error.blade.php:
--------------------------------------------------------------------------------
1 | @extends('skins.bootstrap.setup.page')
2 |
3 | @section('body')
4 |
5 |
14 |
15 | @stop
16 |
--------------------------------------------------------------------------------
/app/views/skins/neverland/admin/layout.blade.php:
--------------------------------------------------------------------------------
1 | @extends("skins.neverland.common.{$container}")
2 |
3 | @section('body')
4 |
5 |
6 |
7 | {{ View::menu('admin') }}
8 |
9 |
10 |
11 |
12 | @include('skins.neverland.common.alerts')
13 | @yield('module')
14 |
15 |
16 | @stop
17 |
--------------------------------------------------------------------------------
/app/views/templates/email/forgot.blade.php:
--------------------------------------------------------------------------------
1 | {{ sprintf(Lang::get('mail.hello_user'), $name) }}
2 |
3 |
4 | {{ sprintf(Lang::get('mail.password_reset'), $site['general']['fqdn']) }}
5 |
6 | {{ sprintf(Lang::get('mail.new_password'), $password) }}
7 |
8 |
9 | {{ sprintf(Lang::get('mail.click_login'), link_to('user/login')) }}
10 |
11 |
12 | {{ Lang::get('mail.autogen_mail') }}
13 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Paginator.php:
--------------------------------------------------------------------------------
1 |
6 | B
7 |
10 |
5 |
14 |
15 | @stop
16 |
--------------------------------------------------------------------------------
/public/.htaccess:
--------------------------------------------------------------------------------
1 |
2 |
3 | Options -MultiViews
4 |
5 |
6 | RewriteEngine On
7 |
8 | # Redirect Trailing Slashes...
9 | RewriteRule ^(.*)/$ /$1 [L,R=301]
10 |
11 | # Handle Front Controller...
12 | RewriteCond %{REQUEST_FILENAME} !-d
13 | RewriteCond %{REQUEST_FILENAME} !-f
14 | RewriteRule ^ index.php [L]
15 |
16 |
--------------------------------------------------------------------------------
/vendor/d11wtq/boris/lib/Boris/DumpInspector.php:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 | {{ HTML::image(View::asset('img/exclamation-sign.png')) }}
9 |
{{ Lang::get('errors.'.$errCode) }}
10 |
11 |
12 |
13 |
14 | @stop
15 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Auth.php:
--------------------------------------------------------------------------------
1 |
2 | a
3 | b
4 | c
5 | d
6 | e
7 | f
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendor/lusitanian/OAuth/OAuth2/Service/Exception/InvalidScopeException.php:
--------------------------------------------------------------------------------
1 |
5 | * Released under the MIT license.
6 | */
7 |
8 | namespace OAuth\OAuth2\Service\Exception;
9 |
10 | use OAuth\Common\Exception\Exception;
11 |
12 | /**
13 | * Exception thrown when a scope provided to a service is invalid.
14 | */
15 | class InvalidScopeException extends Exception
16 | {
17 | }
18 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Cache.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | descriptor:command1
4 | command 1 description
5 | command 1 help
6 |
7 | alias1
8 | alias2
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/app/views/skins/bootstrap/common/error.blade.php:
--------------------------------------------------------------------------------
1 | @extends("skins.bootstrap.common.{$container}")
2 |
3 | @section('body')
4 |
5 |
6 |
7 |
8 |
9 | {{ Lang::get('errors.'.$errCode) }}
10 |
11 |
12 |
13 |
14 | @stop
15 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Support/Facades/Session.php:
--------------------------------------------------------------------------------
1 | 'captcha',
6 | 'fontsizes' => array(14, 15, 16, 17, 18),
7 | 'length' => 5,
8 | 'width' => 120,
9 | 'height' => 30,
10 | 'space' => 20,
11 | 'type' => 'alnum',
12 | 'colors' => array('128,23,23', '128,23,22', '33,67,87', '67,70,83', '31,56,163', '48,109,22', '165,42,166', '18,95,98', '213,99,8'),
13 | 'sensitive' => FALSE
14 |
15 | );
16 |
--------------------------------------------------------------------------------
/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php:
--------------------------------------------------------------------------------
1 |
5 | */
6 |
7 | namespace Whoops\Exception;
8 | use ErrorException as BaseErrorException;
9 |
10 | /**
11 | * Wraps ErrorException; mostly used for typing (at least now)
12 | * to easily cleanup the stack trace of redundant info.
13 | */
14 | class ErrorException extends BaseErrorException {}
15 |
--------------------------------------------------------------------------------
/vendor/symfony/translation/Symfony/Component/Translation/Tests/fixtures/non-valid.xlf:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | foo
7 | bar
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendor/d11wtq/boris/lib/autoload.php:
--------------------------------------------------------------------------------
1 | lastRendered;
20 | }
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/vendor/nikic/php-parser/test/code/parser/stmt/loop/while.test:
--------------------------------------------------------------------------------
1 | While loop
2 | -----
3 | '原始数据',
5 | 'wrap' => '刷新',
6 | 'revise' => '修改',
7 | 'version_history' => '版本历史',
8 | 'revision_id' => '修订 #',
9 | 'created_at' => '创建于',
10 | 'diff' => '比较差异',
11 | 'short_url' => '获取短链接',
12 | 'old_rev' => '旧版本 %s',
13 | 'new_rev' => '新版本 %s',
14 | 'revision_diff' => '修改版本差异',
15 | 'return_paste' => '回到便签',
16 | 'download_attachment' => '下载附件(%s)',
17 | 'unknown' => '未知',
18 | );
19 |
--------------------------------------------------------------------------------
/vendor/monolog/monolog/tests/bootstrap.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | $loader = require __DIR__ . "/../vendor/autoload.php";
13 | $loader->addPsr4('Monolog\\', __DIR__.'/Monolog');
14 |
15 | date_default_timezone_set('UTC');
16 |
--------------------------------------------------------------------------------
/vendor/phpseclib/phpseclib/travis/upload-code-coverage-scrutinizer.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | #
3 | # This file is part of the phpseclib project.
4 | #
5 | # (c) Andreas Fischer
6 | #
7 | # For the full copyright and license information, please view the LICENSE
8 | # file that was distributed with this source code.
9 | #
10 | set -e
11 |
12 | wget https://scrutinizer-ci.com/ocular.phar
13 | php ocular.phar code-coverage:upload --format=php-clover code_coverage/clover.xml
14 |
--------------------------------------------------------------------------------
/vendor/symfony/debug/Symfony/Component/Debug/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | CHANGELOG
2 | =========
3 |
4 | 2.5.0
5 | -----
6 |
7 | * added ExceptionHandler::setHandler()
8 | * added UndefinedMethodFatalErrorHandler
9 | * deprecated DummyException
10 |
11 | 2.4.0
12 | -----
13 |
14 | * added a DebugClassLoader able to wrap any autoloader providing a findFile method
15 | * improved error messages for not found classes and functions
16 |
17 | 2.3.0
18 | -----
19 |
20 | * added the component
21 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php:
--------------------------------------------------------------------------------
1 | column_name; }, $results);
14 | }
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php:
--------------------------------------------------------------------------------
1 | app->bindShared('files', function() { return new Filesystem; });
15 | }
16 |
17 | }
18 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Pagination/views/simple.php:
--------------------------------------------------------------------------------
1 | getTranslator();
5 | ?>
6 |
7 | getLastPage() > 1): ?>
8 |
15 |
16 |
--------------------------------------------------------------------------------
/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_4.md:
--------------------------------------------------------------------------------
1 | ### Arguments:
2 |
3 | **argument_name:**
4 |
5 | * Name: argument_name
6 | * Is required: yes
7 | * Is array: no
8 | * Description:
9 | * Default: `NULL`
10 |
11 | ### Options:
12 |
13 | **option_name:**
14 |
15 | * Name: `--option_name`
16 | * Shortcut: `-o`
17 | * Accept value: no
18 | * Is value required: no
19 | * Is multiple: no
20 | * Description:
21 | * Default: `false`
22 |
--------------------------------------------------------------------------------
/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooClass.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | namespace Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses;
13 |
14 | class FooClass
15 | {
16 | }
17 |
--------------------------------------------------------------------------------
/vendor/d11wtq/boris/lib/Boris/Inspector.php:
--------------------------------------------------------------------------------
1 | connection;
20 | }
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Queue/Connectors/SyncConnector.php:
--------------------------------------------------------------------------------
1 | getEngineResolver()->resolve('blade')->getCompiler();
16 | }
17 |
18 | }
19 |
--------------------------------------------------------------------------------
/vendor/monolog/monolog/phpunit.xml.dist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | tests/Monolog/
7 |
8 |
9 |
10 |
11 |
12 | src/Monolog/
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/vendor/psr/log/Psr/Log/LoggerAwareTrait.php:
--------------------------------------------------------------------------------
1 | logger = $logger;
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/SQLiteProcessor.php:
--------------------------------------------------------------------------------
1 | name; }, $results));
14 | }
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/vendor/symfony/translation/Symfony/Component/Translation/Tests/fixtures/withdoctype.xlf:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | foo
8 | bar
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/vendor/composer/autoload_files.php:
--------------------------------------------------------------------------------
1 |
5 | */
6 |
7 | namespace Whoops;
8 | use Whoops\Run;
9 |
10 | class TestCase extends \PHPUnit_Framework_TestCase
11 | {
12 | /**
13 | * @return Run
14 | */
15 | protected function getRunInstance()
16 | {
17 | $run = new Run;
18 | $run->allowQuit(false);
19 |
20 | return $run;
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/vendor/rmccue/requests/examples/basic-auth.php:
--------------------------------------------------------------------------------
1 | array('someuser', 'password')
12 | );
13 | $request = Requests::get('http://httpbin.org/basic-auth/someuser/password', array(), $options);
14 |
15 | // Check what we received
16 | var_dump($request);
--------------------------------------------------------------------------------
/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | namespace Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses;
13 |
14 | abstract class AbstractClass
15 | {
16 | }
17 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php:
--------------------------------------------------------------------------------
1 | app['events'] = $this->app->share(function($app)
15 | {
16 | return new Dispatcher($app);
17 | });
18 | }
19 |
20 | }
21 |
--------------------------------------------------------------------------------
/vendor/lusitanian/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php:
--------------------------------------------------------------------------------
1 |
5 | * Released under the MIT license.
6 | */
7 |
8 | namespace OAuth\OAuth2\Service\Exception;
9 |
10 | use OAuth\Common\Exception\Exception;
11 |
12 | /**
13 | * Exception thrown when service is requested to refresh the access token but no refresh token can be found.
14 | */
15 | class MissingRefreshTokenException extends Exception
16 | {
17 | }
18 |
--------------------------------------------------------------------------------
/vendor/predis/predis/.travis.yml:
--------------------------------------------------------------------------------
1 | language: php
2 | php:
3 | - 5.3
4 | - 5.4
5 | - 5.5
6 | - 5.6
7 | - hhvm
8 | branches:
9 | except:
10 | - v0.5
11 | - v0.6
12 | - php5.2_backport
13 | - documentation
14 | services: redis-server
15 | before_script:
16 | - composer self-update
17 | - composer install --no-interaction --prefer-source --dev
18 | script:
19 | - vendor/bin/phpunit -c phpunit.xml.travisci
20 | matrix:
21 | allow_failures:
22 | - php: hhvm
23 | fast_finish: true
24 |
--------------------------------------------------------------------------------
/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php:
--------------------------------------------------------------------------------
1 |
16 | */
17 | interface Swift_Signer
18 | {
19 | public function reset();
20 | }
21 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/blank.stub:
--------------------------------------------------------------------------------
1 |
6 | #
7 | # For the full copyright and license information, please view the LICENSE
8 | # file that was distributed with this source code.
9 | #
10 | set -e
11 | set -x
12 |
13 | USERNAME='phpseclib'
14 | PASSWORD='EePoov8po1aethu2kied1ne0'
15 |
16 | sudo useradd --create-home --base-dir /home "$USERNAME"
17 | echo "$USERNAME:$PASSWORD" | sudo chpasswd
18 |
--------------------------------------------------------------------------------
/vendor/classpreloader/classpreloader/src/ClassPreloader/Parser/DirVisitor.php:
--------------------------------------------------------------------------------
1 | getDir());
14 | }
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/app/config/compile.php:
--------------------------------------------------------------------------------
1 | register('properties.charset')->asValue(null);
12 |
13 | return Swift_MimePart::newInstance();
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/Base64HeaderEncoderTest.php:
--------------------------------------------------------------------------------
1 | assertEquals('B', $encoder->getName());
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/vendor/classpreloader/classpreloader/src/ClassPreloader/Parser/FileVisitor.php:
--------------------------------------------------------------------------------
1 | getFilename());
14 | }
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/vendor/nikic/php-parser/test/code/parser/stmt/unset.test:
--------------------------------------------------------------------------------
1 | Unset
2 | -----
3 | "You have the latest version of Sticky Notes",
15 | "version_old" => "A newer version of Sticky Notes is available",
16 | "error" => "Error",
17 |
18 | );
19 |
--------------------------------------------------------------------------------
/vendor/googleanalytics/autoload.php:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/vendor/laravel/framework/src/Illuminate/Routing/Matching/ValidatorInterface.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/vendor/rmccue/requests/library/Requests/Exception/HTTP/409.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | namespace Symfony\Component\Console\Tests\Fixtures;
13 |
14 | use Symfony\Component\Console\Application;
15 |
16 | class DescriptorApplication1 extends Application
17 | {
18 | }
19 |
--------------------------------------------------------------------------------
/PRIVACY.md:
--------------------------------------------------------------------------------
1 | # Sticky Notes Privacy Notice
2 |
3 | Sticky Notes sends out statistical information to an external server that
4 | includes **only** the following data:
5 |
6 | * Your site's URL
7 | * Sticky Notes version
8 | * Action type: install / update
9 |
10 | You can choose to not send your site's URL by setting the fullStats option
11 | to FALSE in `app/config/app.php`.
12 |
13 | Please note that your site's URL will never be published and is purely used
14 | for statistical purposes. It is stored securely and is encrypted with a
15 | strong hash.
16 |
--------------------------------------------------------------------------------
/vendor/predis/predis/lib/Predis/ResponseObjectInterface.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | namespace Predis;
13 |
14 | /**
15 | * Represents a complex reply object from Redis.
16 | *
17 | * @author Daniele Alessandri
18 | */
19 | interface ResponseObjectInterface
20 | {
21 | }
22 |
--------------------------------------------------------------------------------
/vendor/rmccue/requests/library/Requests/Exception/HTTP/403.php:
--------------------------------------------------------------------------------
1 | =5.4.0",
12 | "illuminate/support": "4.2.*"
13 | },
14 | "autoload": {
15 | "psr-0": {
16 | "{{vendor}}\\{{name}}": "src/"
17 | }
18 | },
19 | "minimum-stability": "stable"
20 | }
21 |
--------------------------------------------------------------------------------
/vendor/rmccue/requests/library/Requests/Exception/HTTP/400.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | namespace Predis;
13 |
14 | /**
15 | * Exception class that identifies client-side errors.
16 | *
17 | * @author Daniele Alessandri
18 | */
19 | class ClientException extends PredisException
20 | {
21 | }
22 |
--------------------------------------------------------------------------------
/vendor/predis/predis/lib/Predis/PredisException.php:
--------------------------------------------------------------------------------
1 |
7 | *
8 | * For the full copyright and license information, please view the LICENSE
9 | * file that was distributed with this source code.
10 | */
11 |
12 | namespace Predis;
13 |
14 | /**
15 | * Base exception class for Predis-related errors.
16 | *
17 | * @author Daniele Alessandri
18 | */
19 | abstract class PredisException extends \Exception
20 | {
21 | }
22 |
--------------------------------------------------------------------------------