Home
last modified time | relevance | path

Searched refs:includeIfExists (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint26 function includeIfExists(string $file): bool
32 !includeIfExists(__DIR__ . '/../../../../autoload.php') &&
33 !includeIfExists(__DIR__ . '/../../vendor/autoload.php') &&
34 !includeIfExists(__DIR__ . '/../../../../../../vendor/autoload.php')
/plugin/mdpage/src/
H A Dbootstrap.php3 function includeIfExists($file) { function
8 (!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php'))
9 && (!$loader = includeIfExists(__DIR__.'/../../../autoload.php'))
/plugin/commonmark/src/
H A Dbootstrap.php3 function includeIfExists($file) { function
8 (!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php'))
9 && (!$loader = includeIfExists(__DIR__.'/../../../autoload.php'))
/plugin/jplayer/vendor/robloach/component-installer/src/
H A Dbootstrap.php12 function includeIfExists($file) function
22 if ((!$loader = includeIfExists(__DIR__ . '/../vendor/autoload.php')) && (!$loader = includeIfExist…