Home
last modified time | relevance | path

Searched refs:class (Results 51 – 75 of 1789) sorted by relevance

12345678910>>...72

/plugin/davcard/vendor/composer/
H A DClassLoader.php298 public function loadClass($class) argument
300 if ($file = $this->findFile($class)) {
310 * @param string $class The name of the class
314 public function findFile($class) argument
317 if ('\\' == $class[0]) {
318 $class = substr($class, 1);
322 if (isset($this->classMap[$class])) {
323 return $this->classMap[$class];
338 return $this->classMap[$class] = false;
349 $first = $class[0];
[all …]
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php298 public function loadClass($class) argument
300 if ($file = $this->findFile($class)) {
310 * @param string $class The name of the class
314 public function findFile($class) argument
317 if ('\\' == $class[0]) {
318 $class = substr($class, 1);
322 if (isset($this->classMap[$class])) {
323 return $this->classMap[$class];
338 return $this->classMap[$class] = false;
349 $first = $class[0];
[all …]
/plugin/davcal/vendor/composer/
H A DClassLoader.php298 public function loadClass($class) argument
300 if ($file = $this->findFile($class)) {
310 * @param string $class The name of the class
314 public function findFile($class) argument
317 if ('\\' == $class[0]) {
318 $class = substr($class, 1);
322 if (isset($this->classMap[$class])) {
323 return $this->classMap[$class];
338 return $this->classMap[$class] = false;
349 $first = $class[0];
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
H A DDatacenter_Server_Rack_Storage_Unit_Small.svg1class="I J"><path d="M83.194 73.986l44.03-23.375.03 36.22-44.034 23.373z"/><path d="M1.562 24.934L…
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE300.svg1class="z"><path d="M56.617 9.06l2.333-1.24.045 63.36-2.334 1.238z"/><path d="M45.863 2.6l2.334-1.2…
H A DModular_Switch_SXx908GEN2.svg1class="K N"><path d="M1.5 27.426L50.34 1.5l78.38 47.098-48.84 25.924z"/><path d="M79.88 74.522l.00…
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php53 foreach ($methods as $class => $m) {
54 $this->allowedMethods[$class] = array_map('strtolower', \is_array($m) ? $m : [$m]);
97 foreach ($this->allowedMethods as $class => $methods) {
98 if ($obj instanceof $class) {
106 $class = \get_class($obj);
107 …sprintf('Calling "%s" method on a "%s" object is not allowed.', $method, $class), $class, $method);
114 foreach ($this->allowedProperties as $class => $properties) {
115 if ($obj instanceof $class) {
123 $class = \get_class($obj);
124 …f('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php213 private function modelFor($class, $type, $ipAddress) argument
215 $record = $this->getRecord($class, $type, $ipAddress);
218 $class = 'GeoIp2\\Model\\' . $class;
220 return new $class($record, $this->locales);
223 private function flatModelFor($class, $type, $ipAddress) argument
225 $record = $this->getRecord($class, $type, $ipAddress);
228 $class = 'GeoIp2\\Model\\' . $class;
230 return new $class($record);
233 private function getRecord($class, $type, $ipAddress) argument
236 $method = lcfirst($class);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php41 * @param class-string<PHP> $class
44 public static function multiplyReduce(array $x, array $y, array $m, $class) argument
59 $cache[self::DATA][] = self::modInverse67108864($m, $class);
69 …$temp = $temp - $class::BASE_FULL * ($class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 3…
71 …$temp = $temp - $class::BASE_FULL * ($class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 3…
72 …$temp = $class::addHelper($class::regularMultiply([$x[$i]], $y), false, $class::regularMultiply([$…
73 $a = $class::addHelper($a[self::VALUE], false, $temp[self::VALUE], false);
77 $a = $class::subtractHelper($a[self::VALUE], false, $m, false);
H A DPowerOfTwo.php34 * @param string $class
37 protected static function prepareReduce(array $x, array $n, $class) argument
39 return self::reduce($x, $n, $class);
47 * @param string $class
50 protected static function reduce(array $x, array $n, $class) argument
52 $lhs = new $class();
54 $rhs = new $class();
57 $temp = new $class();
/plugin/publist/bib2tpl/lib/
H A DPEAR5.php15 * @param string $class The calling classname, to prevent clashes
20 static function &getStaticProperty($class, $var) argument
23 if (!isset($properties[$class])) {
24 $properties[$class] = array();
27 if (!array_key_exists($var, $properties[$class])) {
28 $properties[$class][$var] = null;
31 return $properties[$class][$var];
/plugin/publistf/bib2tpl/lib/
H A DPEAR5.php15 * @param string $class The calling classname, to prevent clashes
20 static function &getStaticProperty($class, $var) argument
23 if (!isset($properties[$class])) {
24 $properties[$class] = array();
27 if (!array_key_exists($var, $properties[$class])) {
28 $properties[$class][$var] = null;
31 return $properties[$class][$var];
/plugin/publistx/bib2tpl/lib/
H A DPEAR5.php15 * @param string $class The calling classname, to prevent clashes
20 static function &getStaticProperty($class, $var) argument
23 if (!isset($properties[$class])) {
24 $properties[$class] = array();
27 if (!array_key_exists($var, $properties[$class])) {
28 $properties[$class][$var] = null;
31 return $properties[$class][$var];
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php28 private $class; variable in Prophecy\\Doubler\\LazyDouble
46 * @param string|ReflectionClass $class
51 public function setParentClass($class) argument
57 if (!$class instanceof ReflectionClass) {
58 if (!class_exists($class)) {
59 throw new ClassNotFoundException(sprintf('Class %s not found.', $class), $class);
62 $class = new ReflectionClass($class);
65 $this->class = $class;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php46 public function create($classname, Node\ClassNode $class) argument
48 $code = $this->generator->generate($classname, $class);
52 if (count($class->getInterfaces())) {
55 $class->getParentClass(), implode(', ', $class->getInterfaces())
56 ), $class);
60 sprintf('Could not double `%s`.', $class->getParentClass()),
61 $class
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php37 * @param string $class The class name to load
41 public function load($class) argument
43 $class = ltrim($class, '\\');
45 if (strpos($class, $this->namespace) === 0) {
46 $nsparts = explode('\\', $class);
47 $class = array_pop($nsparts);
50 $path .= str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php';
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php10 class AutoLoader
35 * Try to load a class
37 * @param string $class The class name to load
41 public function load($class) argument
43 $class = ltrim($class, '\\');
45 if (strpos($class, $this->namespace) === 0) {
46 $nsparts = explode('\\', $class);
47 $class
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php35 $class = new \ReflectionClass('\stdClass');
39 ->with($class, self::$extension)
45 ->with($class, 'Some\Path')
48 $this->assertSame($metadata, $this->driver->loadMetadataForClass($class));
53 $class = new \ReflectionClass('\stdClass');
57 ->with($class, self::$extension)
60 $this->assertSame(null, $this->driver->loadMetadataForClass($class));
65 $class = new \ReflectionClass('\stdClass');
72 $this->assertSame(['\stdClass'], $this->driver->getAllClassNames($class));
83 $class = new \ReflectionClass('\stdClass');
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php239 foreach ($this->classes as $class) {
307 foreach ($this->classes as $class) {
337 foreach ($this->classes as $class) {
539 foreach ($this->classes as &$class) {
553 $class['ccn'] += $method['ccn'];
556 if ($class['executableLines'] > 0) {
557 $class['coverage'] = ($class['executedLines'] /
564 $class['coverage'] = 100;
567 $class['crap'] = $this->crap(
568 $class['ccn'],
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwiki_site.svg1class="B C"/><path d="M28.19 69.5v136.8H188.93V69.5z" fill="#00a0fc" paint-order="normal" class="B…
/plugin/bibtex/OSBib/create/
H A DTABLE.php32 …function tableStart($class = FALSE, $border = 0, $spacing = 0, $padding = 0, $align = "center", $w… argument
35 <table class="$class" border="$border" cellspacing="$spacing" cellpadding="$padding" align="$align"…
48 function trStart($class = FALSE, $align = "left", $vAlign = "top") argument
51 <tr class="$class" align="$align" valign="$vAlign">
64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… argument
67 <td class="$class" align="$align" valign="$vAlign" colspan="$colSpan" width="$width">
74 function tdStart($class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE) argument
76 return "<td class=\"$class\" align=\"$align\" valign=\"$vAlign\" colspan=\"$colSpan\">\n";
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dmethod_item.html.dist2 <td class="{{methods_level}}" colspan="4">{{name}}</td>
3 <td class="{{methods_level}} big">{{methods_bar}}</td>
4 <td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td>
5 <td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td>
6 <td class="{{methods_level}} small">{{crap}}</td>
7 <td class="{{lines_level}} big">{{lines_bar}}</td>
8 <td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td>
9 <td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td>
/plugin/mikioplugin/syntax/
H A Dcore.php22 class syntax_plugin_mikioplugin_core extends DokuWiki_Syntax_Plugin
433 * return a class list with mikiop- prefix
435 * @param $options options of syntax element. Options with key 'class'=true are automatically added
437 * @param $inclAttr include class="" in the return string
452 if (array_key_exists('class', $value) && $value['class'] == true) {
457 foreach ($classes as $class) {
458 if (array_key_exists($class, $options) && $options[$class] !== false && $options[$class] !
[all...]
/plugin/mdpage/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 …]

12345678910>>...72