Home
last modified time | relevance | path

Searched refs:class (Results 76 – 100 of 1789) sorted by relevance

12345678910>>...72

/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php316 * @param string $class The name of the class
319 public function loadClass($class) argument
321 if ($file = $this->findFile($class)) {
331 * @param string $class The name of the class
335 public function findFile($class) argument
338 if (isset($this->classMap[$class])) {
339 return $this->classMap[$class];
364 $this->missingClasses[$class] = true;
375 $first = $class[0];
377 $subPath = $class;
[all …]
/plugin/webdav/vendor/composer/
H A DClassLoader.php316 * @param string $class The name of the class
319 public function loadClass($class) argument
321 if ($file = $this->findFile($class)) {
331 * @param string $class The name of the class
335 public function findFile($class) argument
338 if (isset($this->classMap[$class])) {
339 return $this->classMap[$class];
364 $this->missingClasses[$class] = true;
375 $first = $class[0];
377 $subPath = $class;
[all …]
/plugin/vbsso/vendor/composer/
H A DClassLoader.php316 * @param string $class The name of the class
319 public function loadClass($class) argument
321 if ($file = $this->findFile($class)) {
331 * @param string $class The name of the class
335 public function findFile($class) argument
338 if (isset($this->classMap[$class])) {
339 return $this->classMap[$class];
364 $this->missingClasses[$class] = true;
375 $first = $class[0];
377 $subPath = $class;
[all …]
/plugin/icalevents/vendor/composer/
H A DClassLoader.php316 * @param string $class The name of the class
319 public function loadClass($class) argument
321 if ($file = $this->findFile($class)) {
331 * @param string $class The name of the class
335 public function findFile($class) argument
338 if (isset($this->classMap[$class])) {
339 return $this->classMap[$class];
364 $this->missingClasses[$class] = true;
375 $first = $class[0];
377 $subPath = $class;
[all …]
/plugin/jplayer/vendor/composer/
H A DClassLoader.php316 * @param string $class The name of the class
319 public function loadClass($class) argument
321 if ($file = $this->findFile($class)) {
331 * @param string $class The name of the class
335 public function findFile($class) argument
338 if (isset($this->classMap[$class])) {
339 return $this->classMap[$class];
364 $this->missingClasses[$class] = true;
375 $first = $class[0];
377 $subPath = $class;
[all …]
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php316 * @param string $class The name of the class
319 public function loadClass($class) argument
321 if ($file = $this->findFile($class)) {
331 * @param string $class The name of the class
335 public function findFile($class) argument
338 if (isset($this->classMap[$class])) {
339 return $this->classMap[$class];
364 $this->missingClasses[$class] = true;
375 $first = $class[0];
377 $subPath = $class;
[all …]
/plugin/icalevents/
H A Ddeleted.files6 externals/iCalcreator/lib/vtodo.class.php
7 externals/iCalcreator/lib/vtimezone.class.php
8 externals/iCalcreator/lib/vjournal.class.php
9 externals/iCalcreator/lib/vfreebusy.class.php
10 externals/iCalcreator/lib/vevent.class.php
11 externals/iCalcreator/lib/vcalendar.class.php
12 externals/iCalcreator/lib/valarm.class.php
13 externals/iCalcreator/lib/iCaldateTime.class.php
14 externals/iCalcreator/lib/iCalUtilityFunctions.class.php
15 externals/iCalcreator/lib/iCalBase.class.php
[all …]
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
313 * Turns on searching the include path for class files.
337 * that have not been registered with the class map.
349 * Should class lookup fail if not found in the current class map?
418 * Loads the given class o
425 loadClass($class) global() argument
443 findFile($class) global() argument
493 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/barcodes/vendor/composer/
H A DClassLoader.php429 public function loadClass($class) argument
431 if ($file = $this->findFile($class)) {
443 * @param string $class The name of the class
447 public function findFile($class) argument
450 if (isset($this->classMap[$class])) {
451 return $this->classMap[$class];
476 $this->missingClasses[$class] = true;
493 * @param string $class
502 $first = $class[0];
504 $subPath = $class;
[all …]
/plugin/oauth/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
315 * Turns on searching the include path for class files.
339 * that have not been registered with the class map.
351 * Should class lookup fail if not found in the current class map?
420 * Loads the given class o
425 loadClass($class) global() argument
443 findFile($class) global() argument
493 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/upgrade/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
319 * Turns on searching the include path for class files.
343 * that have not been registered with the class map.
355 * Should class lookup fail if not found in the current class map?
424 * Loads the given class o
429 loadClass($class) global() argument
448 findFile($class) global() argument
498 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
313 * Turns on searching the include path for class files.
337 * that have not been registered with the class map.
349 * Should class lookup fail if not found in the current class map?
418 * Loads the given class o
429 loadClass($class) global() argument
448 findFile($class) global() argument
498 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/aichat/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
313 * Turns on searching the include path for class files.
337 * that have not been registered with the class map.
349 * Should class lookup fail if not found in the current class map?
418 * Loads the given class o
429 loadClass($class) global() argument
448 findFile($class) global() argument
498 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/geophp/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
313 * Turns on searching the include path for class files.
337 * that have not been registered with the class map.
349 * Should class lookup fail if not found in the current class map?
418 * Loads the given class o
425 loadClass($class) global() argument
443 findFile($class) global() argument
493 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/tabinclude/
H A Dhelper.php47 list($class, $match) = explode('>', $match); // extract class
48 $class=trim($class);
130 return array($state,$tabs,$init_page_idx,hsc(trim($class)));
136 function renderTabsHtml(&$renderer,$tabs,$init_page_idx,$class='') { argument
138 if($class) $class=' class="'.$class.'"';
139 $html.= '<div id="dwpl-ti-container"'.$class.'>'.NL;
185 function renderLinkTabs(&$renderer,$tabs,$init_page_idx,$class='') { argument
191 if($class) $class=' class="'.$class.'"';
192 $html.= '<div id="dwpl-ti-container"'.$class.'>'.NL;
239 if($class) $class=' class="'.$class.'"';
[all …]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DKubernetes_Services.svg1class="B"/><path d="M8.28 2.028v8.1l5.728 2.18V0zM8.91 9.54l-.312-.097V2.737l.312-.088.328-.092.35…
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php17 class Autoloader
56 * @param string $class class to load
60 public function autoload($class) argument
62 if ($class[0] === '\\') {
63 $class = substr($class, 1);
66 if (strpos($class, 'Handlebars') !== 0) {
70 $file = sprintf('%s/%s.php', $this->_baseDir, str_replace('\\', '/', $class));
/plugin/pureldap/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
313 * Turns on searching the include path for class files.
337 * that have not been registered with the class map.
349 * Should class lookup fail if not found in the current class map?
418 * Loads the given class o
343 loadClass($class) global() argument
361 findFile($class) global() argument
406 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/commonmark/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
315 * Turns on searching the include path for class files.
339 * that have not been registered with the class map.
351 * Should class lookup fail if not found in the current class map?
420 * Loads the given class o
343 loadClass($class) global() argument
361 findFile($class) global() argument
406 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php338 * @param string $class The name of the class
341 public function loadClass($class) argument
343 if ($file = $this->findFile($class)) {
353 * @param string $class The name of the class
357 public function findFile($class) argument
360 if (isset($this->classMap[$class])) {
361 return $this->classMap[$class];
386 $this->missingClasses[$class] = true;
407 $first = $class[0];
409 $subPath = $class;
[all …]
/plugin/combo/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
243 * Turns on searching the include path for class files.
265 * that have not been registered with the class map.
275 * Should class lookup fail if not found in the current class map?
338 * Loads the given class o
343 loadClass($class) global() argument
359 findFile($class) global() argument
404 findFileWithExtension($class, $ext) global() argument
[all...]
/plugin/recaptcha2/lib/
H A Dautoload.php8 spl_autoload_register(function ($class) {
9 if (substr($class, 0, 10) !== 'ReCaptcha\\') {
20 $class = str_replace('\\', '/', $class); variable
26 $path = dirname(__FILE__).'/'.$class.'.php';
34 $path = dirname(__FILE__).'/../tests/'.$class.'.php';
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php886 $class = ltrim($class, '\\');
889 $class = new \ReflectionClass($class);
890 $class = $class->name;
894 if ($class !== \get_class($this->extensions[$class])) {
921 $class = ltrim($class, '\\');
924 $class = new \ReflectionClass($class);
925 $class = $class->name;
929 if ($class !== \get_class($this->extensions[$class])) {
1007 $class = new \ReflectionClass($class);
1008 $class = $class->name;
[all …]
/plugin/combo/ComboStrap/
H A DClassUtility.php8 class ClassUtility
15 * Example to get the path of a class, you would call:
26 throw new \ReflectionException("The class is defined in php core or in a php extension");
34 * The class created by reflection are not loaded
38 $class = [];
42 $class[] = $className;
45 return $class;
55 foreach ($classes as $class) {
56 $classReflection = new ReflectionClass($class);
58 $objects[] = new $class();
64 isLoaded(string $class) global() argument
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php169 $class = 'Sabre\\VObject\\Component';
172 $class = static::$componentMap[$name];
175 return new $class($this, $name, $children, $defaults);
207 $class = null;
212 $class = $this->getClassNameForPropertyValue($valueType);
215 if (is_null($class)) {
218 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
219 if (is_null($class)) {
224 $class = $this->getClassNameForPropertyName($name);
229 return new $class($this, $name, $value, $parameters, $group);

12345678910>>...72