Home
last modified time | relevance | path

Searched refs:class (Results 251 – 275 of 1789) sorted by relevance

1...<<11121314151617181920>>...72

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md9 properties and class constants but also functions and global constants.
13 1. Returning a series of Value Object for given expression while resolving any partial class names,…
42 - an object or interface such as the TypeResolver class (`@var TypeResolver`
45 …> please note that if you want to pass partial class names that additional steps are necessary, se…
61 In order to resolve a type you will have to instantiate the class `\phpDocumentor\Reflection\TypeRe…
73 … of this resolver is in its capability to expand partial class names into fully qualified class na…
80 the `\phpDocumentor\Reflection\FqsenResolver` class' `resolve` method, like this:
96 …ure of this library is that it knows how to resolve partial class names into fully qualified class
106 class Classy
153 class as second argument and the Resolvers will take this into account when resolving partial names.
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DPropertyMetadata.php20 public $class; variable in Metadata\\PropertyMetadata
27 public function __construct(string $class, string $name) argument
29 $this->class = $class;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dcoverage_bar.html.dist1 <div class="progress">
2 …<div class="progress-bar progress-bar-{{level}}" role="progressbar" aria-valuenow="{{percent}}" ar…
3 <span class="sr-only">{{percent}}% covered ({{level}})</span>
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DIncompleteType.php19 class IncompleteType extends AbstractType
24 * @param int $class
27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false) argument
30 $this->taggingClass = $class;
H A DEnumeratedType.php18 class EnumeratedType extends AbstractType
37 * @param int $class
41 public static function withTag($tagNumber, int $class, $value) argument
45 $type->taggingClass = $class;
H A DIntegerType.php18 class IntegerType extends AbstractType
37 * @param int $class
41 public static function withTag($tagNumber, int $class, $value) argument
45 $type->taggingClass = $class;
H A DSequenceType.php18 class SequenceType extends AbstractType
41 * @param int $class
45 public static function withTag($tagNumber, int $class, array $children = []) argument
50 $type->taggingClass = $class;
H A DOidType.php18 class OidType extends AbstractType
43 * @param int $class
47 public static function withTag($tagNumber, int $class, string $value) argument
51 $type->taggingClass = $class;
H A DBooleanType.php18 class BooleanType extends AbstractType
43 * @param int $class
47 public static function withTag($tagNumber, int $class, bool $value) argument
50 $type->taggingClass = $class;
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dlaptop_client.svg1class="B"/><path d="M103 129.24V86.467l45.853 22.68.024 43.963z" fill="#0073fc"/><path d="M106.728…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DNullDriver.php13 public function loadMetadataForClass(\ReflectionClass $class): ?BaseClassMetadata argument
15 $classMetadata = new ClassMetadata($name = $class->name);
16 $fileResource = $class->getFilename();
/plugin/translation2/
H A Daction.php111 $class = '';
113 $class .= ' lang';
114 if (file_exists($newFile)) $class .= ' translated';
116 … .= '<li style="display: inline; padding: 2px;"' . ((!empty($class))?' class="'.trim($class).'"':'…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php179 foreach ($processes as $class) {
180 if(!class_exists($class)){
181 … $io->write("<warning>Process class '$class' not found, skipping this process</warning>");
186 $process = new $class($composer, $io);
189 … $io->write("<warning>An error occurred while initializing the '$class' process.</warning>");
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php188 private function responseFor($endpoint, $class, $ipAddress) argument
193 $body = $this->client->get('GeoIP2 ' . $class, $path);
235 $class = 'GeoIp2\\Model\\' . $class;
237 return new $class($body, $this->locales);
/plugin/include/syntax/
H A Dfooter.php9 class syntax_plugin_include_footer extends DokuWiki_Syntax_Plugin {
55 $class = ($exists ? 'wikilink1' : 'wikilink2');
65 'class' => $class . ' permalink',
75 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $date).'">'
85 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $mdate).'">'
96 $xhtml[] = '<span class="vcard author">' . userlink($author) . '</span>';
98 $xhtml[] = '<span class="vcard author">' . editorinfo($author) . '</span>';
106 if ($disc) $xhtml[] = '<span class="comment">' . $disc . '</span>';
112 if ($link) $xhtml[] = '<span class
[all...]
/plugin/sentry/conf/
H A DSetting.php59 $class = 'selection';
62 $class .= ' selectiondefault';
66 $class .= ' selectiondefault';
72 $input .= '<div class="' . $class . '">';
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php28 public function load(string $class): ?ClassMetadata argument
30 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
81 public function evict(string $class): void argument
83 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
/plugin/webcomponent/syntax/
H A Dbrand.php86 $class = ' class="navbar-brand';
88 $class .= ' '.$parameters["class"];
90 $class .='"';
91 $renderer->doc .= $class.'>';
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css6 code[class*="language-"],
7 pre[class*="language-"] {
26 pre[class*="language-"],
27 :not(pre) > code[class*="language-"] {
32 pre[class*="language-"] {
36 pre[class*="language-"]::selection { /* Safari */
39 pre[class*="language-"]::selection { /* Firefox */
44 :not(pre) > code[class*="language-"] {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DReturnCallback.php32 $class = get_class($this->callback[0]);
35 $class = $this->callback[0];
42 $class,
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl8 <tr class="odd">
11 <tr class="even">
18 <tr class="odd">
22 <tr class="even">
29 <tr class="odd">
35 <tr class="even">
41 <tr class="even">
/plugin/rplus/
H A Drenderer.php236 $class = 'table';
243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
249 …$this->doc .= '<div class="' . $class . ' ' . $bootResponsiveClass . '"><table class="inline ' . $…
346 $class = $INPUT->str('page');
347 if (!empty($class)) {
351 if (in_array($class, $pluginlist)) {
354 $plugin = plugin_load('admin', $class);
/plugin/data/syntax/
H A Dentry.php19 class syntax_plugin_data_entry extends SyntaxPlugin
87 $class = array_shift($lines);
88 $class = str_replace('dataentry', '', $class);
89 $class = trim($class, '- ');
130 'classes' => $class,
186 $ret .= '<div class="inline dataplugin_entry ' . $data['classes'] . '"><dl>';
197 $ret .= '<dt class="' . $class_name . '">' .
199 '<span class
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php12 public function hasListeners(string $eventName, string $class, string $format): bool; argument
20 public function dispatch(string $eventName, string $class, string $format, Event $event): void; argument
27 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =… argument
/plugin/quicksubscribe/
H A Dhelper.php3 class helper_plugin_quicksubscribe extends DokuWiki_Plugin
31 $class = 'plugin_qsub_subscribed';
35 $class = 'plugin_qsub_notsubscribed';
38 // we hide one of the SVGs based on the outer class
44 $link['class'] .= ' ' . $class;

1...<<11121314151617181920>>...72