NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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/illuminate/collections/functions.php

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

functions.php on main
Author Date Commit Line Code
FreddleSpl0it 5 months ago 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
2
Open commit View diff
2
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
3
namespace Illuminate\Support;
Open commit View diff
3 namespace Illuminate\Support;
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
4
Open commit View diff
4
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
5
if (! function_exists('Illuminate\Support\enum_value')) {
Open commit View diff
5 if (! function_exists('Illuminate\Support\enum_value')) {
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
6
    /**
Open commit View diff
6 /**
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
7
     * Return a scalar value for the given value that might be an enum.
Open commit View diff
7 * Return a scalar value for the given value that might be an enum.
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
8
     *
Open commit View diff
8 *
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
9
     * @internal
Open commit View diff
9 * @internal
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
10
     *
Open commit View diff
10 *
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
11
     * @template TValue
Open commit View diff
11 * @template TValue
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
12
     * @template TDefault
Open commit View diff
12 * @template TDefault
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
13
     *
Open commit View diff
13 *
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
14
     * @param  TValue  $value
Open commit View diff
14 * @param TValue $value
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
15
     * @param  TDefault|callable(TValue): TDefault  $default
Open commit View diff
15 * @param TDefault|callable(TValue): TDefault $default
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
16
     * @return ($value is empty ? TDefault : mixed)
Open commit View diff
16 * @return ($value is empty ? TDefault : mixed)
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
17
     */
Open commit View diff
17 */
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
18
    function enum_value($value, $default = null)
Open commit View diff
18 function enum_value($value, $default = null)
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
19
    {
Open commit View diff
19 {
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
20
        return match (true) {
Open commit View diff
20 return match (true) {
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
21
            $value instanceof \BackedEnum => $value->value,
Open commit View diff
21 $value instanceof \BackedEnum => $value->value,
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
22
            $value instanceof \UnitEnum => $value->name,
Open commit View diff
22 $value instanceof \UnitEnum => $value->name,
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
23
Open commit View diff
23
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
24
            default => $value ?? value($default),
Open commit View diff
24 default => $value ?? value($default),
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
25
        };
Open commit View diff
25 };
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
26
    }
Open commit View diff
26 }
same change 96d4802

[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch

Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
27
}
Open commit View diff
27 }