Home
last modified time | relevance | path

Searched refs:Profile (Results 26 – 28 of 28) sorted by path

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php12 use Twig\Profiler\Profile; alias
18 $profile = new Profile('main');
78 * @return Profile
82 $profile = new Profile($templateName, $type, $name);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php12 use Twig\Profiler\Profile; alias
27 $profile = new Profile('template', Profile::ROOT);
30 $profile = new Profile('template', Profile::TEMPLATE);
36 $profile = new Profile('template', Profile::TEMPLATE);
39 $profile = new Profile('template', Profile::ROOT);
45 $profile = new Profile('template', Profile::BLOCK);
48 $profile = new Profile('template', Profile::ROOT);
54 $profile = new Profile('template', Profile::MACRO);
57 $profile = new Profile('template', Profile::ROOT);
63 $profile = new Profile();
[all …]
/plugin/twofactor/
H A DMenuItem.php5 use dokuwiki\Menu\Item\Profile; alias
10 class MenuItem extends Profile
17 // Borrow the Profile language construct.

12