public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/composer/ClassLoader.php
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
ClassLoader.php
on main
Author
Date
Commit
Line
Code
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1
<?php
<?php
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 2
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 3
/*
/*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 4
* This file is part of Composer.
* This file is part of Composer.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 5
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 6
* (c) Nils Adermann <[email protected]>
* (c) Nils Adermann <[email protected]>
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 7
* Jordi Boggiano <[email protected]>
* Jordi Boggiano <[email protected]>
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 8
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 9
* For the full copyright and license information, please view the LICENSE
* For the full copyright and license information, please view the LICENSE
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 10
* file that was distributed with this source code.
* file that was distributed with this source code.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 11
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 12
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 13
namespace Composer\Autoload;
namespace Composer\Autoload;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 14
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 15
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 16
* ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
* ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 17
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 18
* $loader = new \Composer\Autoload\ClassLoader();
* $loader = new \Composer\Autoload\ClassLoader();
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 19
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 20
* // register classes with namespaces
* // register classes with namespaces
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 21
* $loader->add('Symfony\Component', __DIR__.'/component');
* $loader->add('Symfony\Component', __DIR__.'/component');
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 22
* $loader->add('Symfony', __DIR__.'/framework');
* $loader->add('Symfony', __DIR__.'/framework');
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 23
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 24
* // activate the autoloader
* // activate the autoloader
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 25
* $loader->register();
* $loader->register();
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 26
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 27
* // to enable searching the include path (eg. for PEAR packages)
* // to enable searching the include path (eg. for PEAR packages)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 28
* $loader->setUseIncludePath(true);
* $loader->setUseIncludePath(true);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 29
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 30
* In this example, if you try to use a class in the Symfony\Component
* In this example, if you try to use a class in the Symfony\Component
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 31
* namespace or one of its children (Symfony\Component\Console for instance),
* namespace or one of its children (Symfony\Component\Console for instance),
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 32
* the autoloader will first look for the class under the component/
* the autoloader will first look for the class under the component/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 33
* directory, and it will then fallback to the framework/ directory if not
* directory, and it will then fallback to the framework/ directory if not
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 34
* found before giving up.
* found before giving up.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 35
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 36
* This class is loosely based on the Symfony UniversalClassLoader.
* This class is loosely based on the Symfony UniversalClassLoader.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 37
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 38
* @author Fabien Potencier <[email protected]>
* @author Fabien Potencier <[email protected]>
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 39
* @author Jordi Boggiano <[email protected]>
* @author Jordi Boggiano <[email protected]>
andryyy
over 5 years ago
ee6989b
[Web] Update libs
- Full commit hash
ee6989bd1d475d7c555b32d0c123d858f61e2902- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 40
* @see https://www.php-fig.org/psr/psr-0/
* @see https://www.php-fig.org/psr/psr-0/
same change
ee6989b
[Web] Update libs
- Full commit hash
ee6989bd1d475d7c555b32d0c123d858f61e2902- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 41
* @see https://www.php-fig.org/psr/psr-4/
* @see https://www.php-fig.org/psr/psr-4/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 42
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 43
class ClassLoader
class ClassLoader
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 44
{
{
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 45
/** @var \Closure(string):void */
/** @var \Closure(string):void */
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 46
private static $includeFile;
private static $includeFile;
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 47
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 48
/** @var string|null */
/** @var string|null */
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 49
private $vendorDir;
private $vendorDir;
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 50
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 51
// PSR-4
// PSR-4
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 52
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 53
* @var array<string, array<string, int>>
* @var array<string, array<string, int>>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 54
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 55
private $prefixLengthsPsr4 = array();
private $prefixLengthsPsr4 = array();
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 56
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 57
* @var array<string, list<string>>
* @var array<string, list<string>>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 58
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 59
private $prefixDirsPsr4 = array();
private $prefixDirsPsr4 = array();
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 60
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 61
* @var list<string>
* @var list<string>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 62
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 63
private $fallbackDirsPsr4 = array();
private $fallbackDirsPsr4 = array();
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 64
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 65
// PSR-0
// PSR-0
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 66
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 67
* List of PSR-0 prefixes
* List of PSR-0 prefixes
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 68
*
*
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 69
* Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
* Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 70
*
*
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 71
* @var array<string, array<string, list<string>>>
* @var array<string, array<string, list<string>>>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 72
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 73
private $prefixesPsr0 = array();
private $prefixesPsr0 = array();
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 74
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 75
* @var list<string>
* @var list<string>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 76
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 77
private $fallbackDirsPsr0 = array();
private $fallbackDirsPsr0 = array();
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 78
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 79
/** @var bool */
/** @var bool */
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 80
private $useIncludePath = false;
private $useIncludePath = false;
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 81
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 82
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 83
* @var array<string, string>
* @var array<string, string>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 84
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 85
private $classMap = array();
private $classMap = array();
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 86
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 87
/** @var bool */
/** @var bool */
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 88
private $classMapAuthoritative = false;
private $classMapAuthoritative = false;
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 89
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 90
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 91
* @var array<string, bool>
* @var array<string, bool>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 92
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 93
private $missingClasses = array();
private $missingClasses = array();
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 94
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 95
/** @var string|null */
/** @var string|null */
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 96
private $apcuPrefix;
private $apcuPrefix;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 97
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 98
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 99
* @var array<string, self>
* @var array<string, self>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 100
*/
*/
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 101
private static $registeredLoaders = array();
private static $registeredLoaders = array();
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 102
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 103
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 104
* @param string|null $vendorDir
* @param string|null $vendorDir
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 105
*/
*/
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 106
public function __construct($vendorDir = null)
public function __construct($vendorDir = null)
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 107
{
{
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 108
$this->vendorDir = $vendorDir;
$this->vendorDir = $vendorDir;
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 109
self::initializeIncludeClosure();
self::initializeIncludeClosure();
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 110
}
}
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 111
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 112
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 113
* @return array<string, list<string>>
* @return array<string, list<string>>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 114
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 115
public function getPrefixes()
public function getPrefixes()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 116
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 117
if (!empty($this->prefixesPsr0)) {
if (!empty($this->prefixesPsr0)) {
andryyy
over 5 years ago
ee6989b
[Web] Update libs
- Full commit hash
ee6989bd1d475d7c555b32d0c123d858f61e2902- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 118
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 119
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 120
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 121
return array();
return array();
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 122
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 123
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 124
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 125
* @return array<string, list<string>>
* @return array<string, list<string>>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 126
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 127
public function getPrefixesPsr4()
public function getPrefixesPsr4()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 128
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 129
return $this->prefixDirsPsr4;
return $this->prefixDirsPsr4;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 130
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 131
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 132
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 133
* @return list<string>
* @return list<string>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 134
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 135
public function getFallbackDirs()
public function getFallbackDirs()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 136
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 137
return $this->fallbackDirsPsr0;
return $this->fallbackDirsPsr0;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 138
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 139
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 140
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 141
* @return list<string>
* @return list<string>
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 142
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 143
public function getFallbackDirsPsr4()
public function getFallbackDirsPsr4()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 144
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 145
return $this->fallbackDirsPsr4;
return $this->fallbackDirsPsr4;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 146
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 147
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 148
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 149
* @return array<string, string> Array of classname => path
* @return array<string, string> Array of classname => path
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 150
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 151
public function getClassMap()
public function getClassMap()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 152
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 153
return $this->classMap;
return $this->classMap;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 154
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 155
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 156
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 157
* @param array<string, string> $classMap Class to filename map
* @param array<string, string> $classMap Class to filename map
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 158
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 159
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 160
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 161
public function addClassMap(array $classMap)
public function addClassMap(array $classMap)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 162
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 163
if ($this->classMap) {
if ($this->classMap) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 164
$this->classMap = array_merge($this->classMap, $classMap);
$this->classMap = array_merge($this->classMap, $classMap);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 165
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 166
$this->classMap = $classMap;
$this->classMap = $classMap;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 167
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 168
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 169
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 170
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 171
* Registers a set of PSR-0 directories for a given prefix, either
* Registers a set of PSR-0 directories for a given prefix, either
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 172
* appending or prepending to the ones previously set for this prefix.
* appending or prepending to the ones previously set for this prefix.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 173
*
*
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 174
* @param string $prefix The prefix
* @param string $prefix The prefix
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 175
* @param list<string>|string $paths The PSR-0 root directories
* @param list<string>|string $paths The PSR-0 root directories
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 176
* @param bool $prepend Whether to prepend the directories
* @param bool $prepend Whether to prepend the directories
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 177
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 178
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 179
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 180
public function add($prefix, $paths, $prepend = false)
public function add($prefix, $paths, $prepend = false)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 181
{
{
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 182
$paths = (array) $paths;
$paths = (array) $paths;
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 183
if (!$prefix) {
if (!$prefix) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 184
if ($prepend) {
if ($prepend) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 185
$this->fallbackDirsPsr0 = array_merge(
$this->fallbackDirsPsr0 = array_merge(
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 186
$paths,
$paths,
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 187
$this->fallbackDirsPsr0
$this->fallbackDirsPsr0
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 188
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 189
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 190
$this->fallbackDirsPsr0 = array_merge(
$this->fallbackDirsPsr0 = array_merge(
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 191
$this->fallbackDirsPsr0,
$this->fallbackDirsPsr0,
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 192
$paths
$paths
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 193
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 194
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 195
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 196
return;
return;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 197
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 198
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 199
$first = $prefix[0];
$first = $prefix[0];
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 200
if (!isset($this->prefixesPsr0[$first][$prefix])) {
if (!isset($this->prefixesPsr0[$first][$prefix])) {
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 201
$this->prefixesPsr0[$first][$prefix] = $paths;
$this->prefixesPsr0[$first][$prefix] = $paths;
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 202
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 203
return;
return;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 204
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 205
if ($prepend) {
if ($prepend) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 206
$this->prefixesPsr0[$first][$prefix] = array_merge(
$this->prefixesPsr0[$first][$prefix] = array_merge(
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 207
$paths,
$paths,
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 208
$this->prefixesPsr0[$first][$prefix]
$this->prefixesPsr0[$first][$prefix]
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 209
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 210
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 211
$this->prefixesPsr0[$first][$prefix] = array_merge(
$this->prefixesPsr0[$first][$prefix] = array_merge(
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 212
$this->prefixesPsr0[$first][$prefix],
$this->prefixesPsr0[$first][$prefix],
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 213
$paths
$paths
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 214
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 215
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 216
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 217
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 218
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 219
* Registers a set of PSR-4 directories for a given namespace, either
* Registers a set of PSR-4 directories for a given namespace, either
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 220
* appending or prepending to the ones previously set for this namespace.
* appending or prepending to the ones previously set for this namespace.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 221
*
*
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 222
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param string $prefix The prefix/namespace, with trailing '\\'
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 223
* @param list<string>|string $paths The PSR-4 base directories
* @param list<string>|string $paths The PSR-4 base directories
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 224
* @param bool $prepend Whether to prepend the directories
* @param bool $prepend Whether to prepend the directories
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 225
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 226
* @throws \InvalidArgumentException
* @throws \InvalidArgumentException
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 227
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 228
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 229
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 230
public function addPsr4($prefix, $paths, $prepend = false)
public function addPsr4($prefix, $paths, $prepend = false)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 231
{
{
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 232
$paths = (array) $paths;
$paths = (array) $paths;
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 233
if (!$prefix) {
if (!$prefix) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 234
// Register directories for the root namespace.
// Register directories for the root namespace.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 235
if ($prepend) {
if ($prepend) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 236
$this->fallbackDirsPsr4 = array_merge(
$this->fallbackDirsPsr4 = array_merge(
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 237
$paths,
$paths,
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 238
$this->fallbackDirsPsr4
$this->fallbackDirsPsr4
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 239
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 240
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 241
$this->fallbackDirsPsr4 = array_merge(
$this->fallbackDirsPsr4 = array_merge(
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 242
$this->fallbackDirsPsr4,
$this->fallbackDirsPsr4,
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 243
$paths
$paths
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 244
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 245
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 246
} elseif (!isset($this->prefixDirsPsr4[$prefix])) {
} elseif (!isset($this->prefixDirsPsr4[$prefix])) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 247
// Register directories for a new namespace.
// Register directories for a new namespace.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 248
$length = strlen($prefix);
$length = strlen($prefix);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 249
if ('\\' !== $prefix[$length - 1]) {
if ('\\' !== $prefix[$length - 1]) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 250
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 251
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 252
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 253
$this->prefixDirsPsr4[$prefix] = $paths;
$this->prefixDirsPsr4[$prefix] = $paths;
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 254
} elseif ($prepend) {
} elseif ($prepend) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 255
// Prepend directories for an already registered namespace.
// Prepend directories for an already registered namespace.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 256
$this->prefixDirsPsr4[$prefix] = array_merge(
$this->prefixDirsPsr4[$prefix] = array_merge(
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 257
$paths,
$paths,
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 258
$this->prefixDirsPsr4[$prefix]
$this->prefixDirsPsr4[$prefix]
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 259
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 260
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 261
// Append directories for an already registered namespace.
// Append directories for an already registered namespace.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 262
$this->prefixDirsPsr4[$prefix] = array_merge(
$this->prefixDirsPsr4[$prefix] = array_merge(
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 263
$this->prefixDirsPsr4[$prefix],
$this->prefixDirsPsr4[$prefix],
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 264
$paths
$paths
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 265
);
);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 266
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 267
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 268
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 269
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 270
* Registers a set of PSR-0 directories for a given prefix,
* Registers a set of PSR-0 directories for a given prefix,
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 271
* replacing any others previously set for this prefix.
* replacing any others previously set for this prefix.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 272
*
*
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 273
* @param string $prefix The prefix
* @param string $prefix The prefix
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 274
* @param list<string>|string $paths The PSR-0 base directories
* @param list<string>|string $paths The PSR-0 base directories
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 275
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 276
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 277
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 278
public function set($prefix, $paths)
public function set($prefix, $paths)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 279
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 280
if (!$prefix) {
if (!$prefix) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 281
$this->fallbackDirsPsr0 = (array) $paths;
$this->fallbackDirsPsr0 = (array) $paths;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 282
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 283
$this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
$this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 284
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 285
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 286
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 287
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 288
* Registers a set of PSR-4 directories for a given namespace,
* Registers a set of PSR-4 directories for a given namespace,
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 289
* replacing any others previously set for this namespace.
* replacing any others previously set for this namespace.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 290
*
*
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 291
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param string $prefix The prefix/namespace, with trailing '\\'
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 292
* @param list<string>|string $paths The PSR-4 base directories
* @param list<string>|string $paths The PSR-4 base directories
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 293
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 294
* @throws \InvalidArgumentException
* @throws \InvalidArgumentException
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 295
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 296
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 297
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 298
public function setPsr4($prefix, $paths)
public function setPsr4($prefix, $paths)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 299
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 300
if (!$prefix) {
if (!$prefix) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 301
$this->fallbackDirsPsr4 = (array) $paths;
$this->fallbackDirsPsr4 = (array) $paths;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 302
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 303
$length = strlen($prefix);
$length = strlen($prefix);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 304
if ('\\' !== $prefix[$length - 1]) {
if ('\\' !== $prefix[$length - 1]) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 305
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 306
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 307
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 308
$this->prefixDirsPsr4[$prefix] = (array) $paths;
$this->prefixDirsPsr4[$prefix] = (array) $paths;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 309
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 310
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 311
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 312
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 313
* Turns on searching the include path for class files.
* Turns on searching the include path for class files.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 314
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 315
* @param bool $useIncludePath
* @param bool $useIncludePath
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 316
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 317
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 318
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 319
public function setUseIncludePath($useIncludePath)
public function setUseIncludePath($useIncludePath)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 320
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 321
$this->useIncludePath = $useIncludePath;
$this->useIncludePath = $useIncludePath;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 322
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 323
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 324
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 325
* Can be used to check if the autoloader uses the include path to check
* Can be used to check if the autoloader uses the include path to check
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 326
* for classes.
* for classes.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 327
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 328
* @return bool
* @return bool
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 329
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 330
public function getUseIncludePath()
public function getUseIncludePath()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 331
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 332
return $this->useIncludePath;
return $this->useIncludePath;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 333
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 334
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 335
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 336
* Turns off searching the prefix and fallback directories for classes
* Turns off searching the prefix and fallback directories for classes
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 337
* that have not been registered with the class map.
* that have not been registered with the class map.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 338
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 339
* @param bool $classMapAuthoritative
* @param bool $classMapAuthoritative
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 340
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 341
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 342
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 343
public function setClassMapAuthoritative($classMapAuthoritative)
public function setClassMapAuthoritative($classMapAuthoritative)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 344
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 345
$this->classMapAuthoritative = $classMapAuthoritative;
$this->classMapAuthoritative = $classMapAuthoritative;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 346
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 347
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 348
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 349
* Should class lookup fail if not found in the current class map?
* Should class lookup fail if not found in the current class map?
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 350
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 351
* @return bool
* @return bool
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 352
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 353
public function isClassMapAuthoritative()
public function isClassMapAuthoritative()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 354
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 355
return $this->classMapAuthoritative;
return $this->classMapAuthoritative;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 356
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 357
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 358
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 359
* APCu prefix to use to cache found/not-found classes, if the extension is enabled.
* APCu prefix to use to cache found/not-found classes, if the extension is enabled.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 360
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 361
* @param string|null $apcuPrefix
* @param string|null $apcuPrefix
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 362
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 363
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 364
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 365
public function setApcuPrefix($apcuPrefix)
public function setApcuPrefix($apcuPrefix)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 366
{
{
andryyy
about 6 years ago
667bd48
[Web] Update libs
- Full commit hash
667bd4816321b2c853a25d25555c4440f482ab07- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 367
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 368
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 369
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 370
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 371
* The APCu prefix in use, or null if APCu caching is not enabled.
* The APCu prefix in use, or null if APCu caching is not enabled.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 372
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 373
* @return string|null
* @return string|null
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 374
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 375
public function getApcuPrefix()
public function getApcuPrefix()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 376
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 377
return $this->apcuPrefix;
return $this->apcuPrefix;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 378
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 379
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 380
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 381
* Registers this instance as an autoloader.
* Registers this instance as an autoloader.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 382
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 383
* @param bool $prepend Whether to prepend the autoloader or not
* @param bool $prepend Whether to prepend the autoloader or not
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 384
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 385
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 386
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 387
public function register($prepend = false)
public function register($prepend = false)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 388
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 389
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 390
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 391
if (null === $this->vendorDir) {
if (null === $this->vendorDir) {
andryyy
over 5 years ago
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication
- Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 392
return;
return;
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication
- Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 393
}
}
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication
- Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 394
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication
- Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 395
if ($prepend) {
if ($prepend) {
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 396
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 397
} else {
} else {
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 398
unset(self::$registeredLoaders[$this->vendorDir]);
unset(self::$registeredLoaders[$this->vendorDir]);
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 399
self::$registeredLoaders[$this->vendorDir] = $this;
self::$registeredLoaders[$this->vendorDir] = $this;
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 400
}
}
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 401
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 402
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 403
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 404
* Unregisters this instance as an autoloader.
* Unregisters this instance as an autoloader.
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 405
*
*
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 406
* @return void
* @return void
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 407
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 408
public function unregister()
public function unregister()
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 409
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 410
spl_autoload_unregister(array($this, 'loadClass'));
spl_autoload_unregister(array($this, 'loadClass'));
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 411
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 412
if (null !== $this->vendorDir) {
if (null !== $this->vendorDir) {
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 413
unset(self::$registeredLoaders[$this->vendorDir]);
unset(self::$registeredLoaders[$this->vendorDir]);
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 414
}
}
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 415
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 416
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 417
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 418
* Loads the given class or interface.
* Loads the given class or interface.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 419
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 420
* @param string $class The name of the class
* @param string $class The name of the class
andryyy
almost 5 years ago
cf8fdae
[Web] Some minor fixes and improvements for PHP 8
- Full commit hash
cf8fdae2773e96b7b1753c38f011d77cd2f25448- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 421
* @return true|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 422
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 423
public function loadClass($class)
public function loadClass($class)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 424
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 425
if ($file = $this->findFile($class)) {
if ($file = $this->findFile($class)) {
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 426
$includeFile = self::$includeFile;
$includeFile = self::$includeFile;
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 427
$includeFile($file);
$includeFile($file);
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 428
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 429
return true;
return true;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 430
}
}
andryyy
almost 5 years ago
cf8fdae
[Web] Some minor fixes and improvements for PHP 8
- Full commit hash
cf8fdae2773e96b7b1753c38f011d77cd2f25448- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 431
same change
cf8fdae
[Web] Some minor fixes and improvements for PHP 8
- Full commit hash
cf8fdae2773e96b7b1753c38f011d77cd2f25448- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 432
return null;
return null;
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 433
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 434
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 435
/**
/**
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 436
* Finds the path to the file where the class is defined.
* Finds the path to the file where the class is defined.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 437
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 438
* @param string $class The name of the class
* @param string $class The name of the class
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 439
*
*
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 440
* @return string|false The path if found, false otherwise
* @return string|false The path if found, false otherwise
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 441
*/
*/
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 442
public function findFile($class)
public function findFile($class)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 443
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 444
// class map lookup
// class map lookup
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 445
if (isset($this->classMap[$class])) {
if (isset($this->classMap[$class])) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 446
return $this->classMap[$class];
return $this->classMap[$class];
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 447
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 448
if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 449
return false;
return false;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 450
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 451
if (null !== $this->apcuPrefix) {
if (null !== $this->apcuPrefix) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 452
$file = apcu_fetch($this->apcuPrefix.$class, $hit);
$file = apcu_fetch($this->apcuPrefix.$class, $hit);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 453
if ($hit) {
if ($hit) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 454
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 455
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 456
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 457
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 458
$file = $this->findFileWithExtension($class, '.php');
$file = $this->findFileWithExtension($class, '.php');
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 459
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 460
// Search for Hack files if we are running on HHVM
// Search for Hack files if we are running on HHVM
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 461
if (false === $file && defined('HHVM_VERSION')) {
if (false === $file && defined('HHVM_VERSION')) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 462
$file = $this->findFileWithExtension($class, '.hh');
$file = $this->findFileWithExtension($class, '.hh');
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 463
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 464
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 465
if (null !== $this->apcuPrefix) {
if (null !== $this->apcuPrefix) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 466
apcu_add($this->apcuPrefix.$class, $file);
apcu_add($this->apcuPrefix.$class, $file);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 467
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 468
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 469
if (false === $file) {
if (false === $file) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 470
// Remember that this class does not exist.
// Remember that this class does not exist.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 471
$this->missingClasses[$class] = true;
$this->missingClasses[$class] = true;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 472
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 473
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 474
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 475
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 476
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 477
/**
/**
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 478
* Returns the currently registered loaders keyed by their corresponding vendor directories.
* Returns the currently registered loaders keyed by their corresponding vendor directories.
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 479
*
*
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 480
* @return array<string, self>
* @return array<string, self>
andryyy
over 5 years ago
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 481
*/
*/
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 482
public static function getRegisteredLoaders()
public static function getRegisteredLoaders()
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 483
{
{
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 484
return self::$registeredLoaders;
return self::$registeredLoaders;
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 485
}
}
same change
6b3ea28
[Web] Minor fixes
- Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 486
andryyy
over 4 years ago
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 487
/**
/**
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 488
* @param string $class
* @param string $class
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 489
* @param string $ext
* @param string $ext
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 490
* @return string|false
* @return string|false
same change
98bc947
[Web] Update composer libs
- Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23- Author
- andryyy <[email protected]>
- Date
- over 4 years ago
- Selected line
- 491
*/
*/
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 492
private function findFileWithExtension($class, $ext)
private function findFileWithExtension($class, $ext)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 493
{
{
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 494
// PSR-4 lookup
// PSR-4 lookup
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 495
$logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
$logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 496
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 497
$first = $class[0];
$first = $class[0];
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 498
if (isset($this->prefixLengthsPsr4[$first])) {
if (isset($this->prefixLengthsPsr4[$first])) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 499
$subPath = $class;
$subPath = $class;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 500
while (false !== $lastPos = strrpos($subPath, '\\')) {
while (false !== $lastPos = strrpos($subPath, '\\')) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 501
$subPath = substr($subPath, 0, $lastPos);
$subPath = substr($subPath, 0, $lastPos);
andryyy
about 6 years ago
667bd48
[Web] Update libs
- Full commit hash
667bd4816321b2c853a25d25555c4440f482ab07- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 502
$search = $subPath . '\\';
$search = $subPath . '\\';
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 503
if (isset($this->prefixDirsPsr4[$search])) {
if (isset($this->prefixDirsPsr4[$search])) {
andre.peters
over 8 years ago
79cb929
[Web] Add html2text converter; Show quarantaine html elements as text, do not escape html
- Full commit hash
79cb9299119cf613e9bbfe714c540cc8b4b90365- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 504
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 505
foreach ($this->prefixDirsPsr4[$search] as $dir) {
foreach ($this->prefixDirsPsr4[$search] as $dir) {
andre.peters
over 8 years ago
79cb929
[Web] Add html2text converter; Show quarantaine html elements as text, do not escape html
- Full commit hash
79cb9299119cf613e9bbfe714c540cc8b4b90365- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 506
if (file_exists($file = $dir . $pathEnd)) {
if (file_exists($file = $dir . $pathEnd)) {
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 507
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 508
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 509
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 510
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 511
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 512
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 513
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 514
// PSR-4 fallback dirs
// PSR-4 fallback dirs
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 515
foreach ($this->fallbackDirsPsr4 as $dir) {
foreach ($this->fallbackDirsPsr4 as $dir) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 516
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 517
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 518
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 519
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 520
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 521
// PSR-0 lookup
// PSR-0 lookup
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 522
if (false !== $pos = strrpos($class, '\\')) {
if (false !== $pos = strrpos($class, '\\')) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 523
// namespaced class name
// namespaced class name
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 524
$logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
$logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 525
. strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
. strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 526
} else {
} else {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 527
// PEAR-like class name
// PEAR-like class name
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 528
$logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
$logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 529
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 530
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 531
if (isset($this->prefixesPsr0[$first])) {
if (isset($this->prefixesPsr0[$first])) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 532
foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 533
if (0 === strpos($class, $prefix)) {
if (0 === strpos($class, $prefix)) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 534
foreach ($dirs as $dir) {
foreach ($dirs as $dir) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 535
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 536
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 537
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 538
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 539
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 540
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 541
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 542
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 543
// PSR-0 fallback dirs
// PSR-0 fallback dirs
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 544
foreach ($this->fallbackDirsPsr0 as $dir) {
foreach ($this->fallbackDirsPsr0 as $dir) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 545
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 546
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 547
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 548
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 549
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 550
// PSR-0 include paths.
// PSR-0 include paths.
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 551
if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 552
return $file;
return $file;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 553
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 554
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 555
return false;
return false;
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 556
}
}
same change
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 557
Peter
almost 2 years ago
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 558
/**
/**
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 559
* @return void
* @return void
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 560
*/
*/
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 561
private static function initializeIncludeClosure()
private static function initializeIncludeClosure()
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 562
{
{
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 563
if (self::$includeFile !== null) {
if (self::$includeFile !== null) {
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 564
return;
return;
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 565
}
}
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 566
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 567
/**
/**
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 568
* Scope isolated include.
* Scope isolated include.
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 569
*
*
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 570
* Prevents access to $this/self from included files.
* Prevents access to $this/self from included files.
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 571
*
*
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 572
* @param string $file
* @param string $file
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 573
* @return void
* @return void
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 574
*/
*/
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 575
self::$includeFile = \Closure::bind(static function($file) {
self::$includeFile = \Closure::bind(static function($file) {
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 576
include $file;
include $file;
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 577
}, null, null);
}, null, null);
same change
5a0f20b
Update dependency twig/twig to v3.14.0 (#6071)
- Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5- Author
- Peter <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 578
}
}
andryyy
about 9 years ago
f1e4b4f
Added TOTP, minor fixes
- Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 579
}
}