Home
last modified time | relevance | path

Searched refs:set (Results 1 – 9 of 9) sorted by relevance

/web-bugs/config/
H A Dcontainer.php14 $container->set(\PDO::class, function ($c) {
28 $container->set(App\Repository\BugRepository::class, function ($c) {
32 $container->set(App\Repository\CommentRepository::class, function ($c) {
44 $container->set(App\Repository\PackageRepository::class, function ($c) {
48 $container->set(App\Repository\PatchRepository::class, function ($c) {
64 $container->set(App\Repository\VoteRepository::class, function ($c) {
68 $container->set(App\Template\Engine::class, function ($c) {
72 $container->set(App\Utils\Captcha::class, function ($c) {
76 $container->set(App\Utils\GitHub::class, function ($c) {
80 $container->set(App\Utils\PatchTracker::class, function ($c) {
[all …]
/web-bugs/tests/Unit/Container/
H A DContainerTest.php18 $container->set(MockService::class, function (Container $container) {
25 $container->set(MockDependency::class, function (Container $container) {
50 $container->set(MockDependency::class, function (Container $container) {
70 $container->set(\stdClass::class, '');
82 $container->set(MockService::class, function (Container $container) {
86 $container->set(MockService::class, function (Container $container) {
/web-bugs/tests/Unit/Utils/
H A DCacheTest.php32 $this->cache->set('foo', [1, 2, 3]);
38 $this->cache->set('bar', [1, 2, 3]);
/web-bugs/docs/
H A Dcontainer.md90 $container->set(App\Foo::class, function ($c) {
95 $container->set(App\Foo\Bar::class, function ($c) {
103 $container->set(App\Foo\Bar::class, function ($c) {
114 $container->set(App\Dependency::class, function ($c) {
/web-bugs/src/Container/
H A DContainer.php45 public function set(string $key, $entry): void function in App\\Container\\Container
/web-bugs/src/Utils/Versions/
H A DGenerator.php71 $this->cache->set('versions', $this->generateVersions(), self::TTL);
/web-bugs/src/Utils/
H A DCache.php51 public function set(string $key, $data, int $ttl = self::TTL): void function in App\\Utils\\Cache
/web-bugs/www/js/
H A DMarkdown.Converter.js72 set: function (hookname, func) {
96 set: function (key, value) {
229 g_urls.set(m1, _EncodeAmpsAndAngles(m2)); // Link IDs are case-insensitive
235 g_titles.set(m1, m5.replace(/"/g, """));
/web-bugs/
H A DREADME.md90 A good practice is to also set the upstream remote in case the upstream master

Completed in 15 milliseconds