Home
last modified time | relevance | path

Searched refs:class (Results 176 – 200 of 1789) sorted by relevance

12345678910>>...72

/plugin/highlightjs/highlight/styles/
H A Dschool_book.css7 pre code[class]:after {
8 content: 'highlight: ' attr(class);
42 .class .title,
49 .ruby .class .parent,
54 .smalltalk .class,
87 .class .title,
91 .smalltalk .class,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc17 $newEndpoint = function ($class) use ($transport, $serializer) {
18 if ($class == 'SuperSearch') {
22 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;
23 if ($class === 'Bulk' || $class === 'Msearch' || $class === 'MPercolate') {
/plugin/linksenhanced/syntax/
H A Dlink.php271 $class='urlextern';
273 $class='media';
277 $class = $options['class'];
285 $link['class'] = $class;
344 $class = $options['class'];
346 $class = "wikilink1";
379 $class='wikilink1';
381 $class='wikilink2';
385 $class='media';
389 $class = $options['class'];
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php44 … protected function loadMetadataFromFile(\ReflectionClass $class, string $file): ?BaseClassMetadata argument
48 if (!isset($config[$name = $class->name])) {
55 $fileResource = $class->getFilename();
77 if (!$class->hasMethod($methodName)) {
91 foreach ($class->getProperties() as $property) {
275 … $metadata->preSerializeMethods = $this->getCallbackMetadata($class, $cConfig['pre_serialize']);
278 … $metadata->postSerializeMethods = $this->getCallbackMetadata($class, $cConfig['post_serialize']);
281 …$metadata->postDeserializeMethods = $this->getCallbackMetadata($class, $cConfig['post_deserialize'…
353 private function getCallbackMetadata(\ReflectionClass $class, $config): array argument
363 if (!$class->hasMethod($name)) {
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DModular_Switch_SBx8112.svg1class="S">SBx8100</text><g stroke-width="3" class="N O P"><path d="M1.5 37L69.036 1.5l78.62 45.63-…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DClassic.php34 * @param string $class
37 protected static function reduce(array $x, array $n, $class) argument
39 $lhs = new $class();
41 $rhs = new $class();
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php65 public function getClassAnnotations(\ReflectionClass $class) argument
67 return $this->parser->parse($class->getDocComment(), 'class '.$class->getName());
89 public function getClassAnnotation(\ReflectionClass $class, $annotationName) argument
91 foreach ($this->getClassAnnotations($class) as $annot) {
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwriting.svg1class="B"/><path d="M101.94 5.562l5.336 1.404 1.398 4.715-1.54 1.563-6.342-6.545z" fill="#00a0fc" …
H A Dsecurity.svg1class="B"/><path d="M90.303 63.473c13.692.535 26.194 11.03 33.736 17.822 10.583 10.046 15.447 21.0…
H A Ddata_jack.svg1class="B"/><path d="M54.785 59.475l98.365 50.852v129.936L54.785 189.4z" fill="url(#A)" transform="…
H A Dvista_client.svg1class="B"/><path d="M111.672 152.257c9.72 0 18.496 2.327 24.674 5.934s9.552 8.28 9.552 13.04-3.374…
H A Dmy_sites.svg1class="B"/><path d="M15.587 73.647v142.325h152.83V73.647z" fill="#00a0fc" paint-order="normal" cla…
H A Duser_accounts.svg1class="B"><path d="M105.07 76.127L94.883 230.45l51.844-.145v-49.02l14.928.123 10.21-9.143-.262-18.…
/plugin/styler/syntax/
H A Dstyler.php121 $class = '';
135 $class .= ' styler-' . $v;
140 $renderer->doc .= '<div class="styler-quote' . $class . '">';
142 $renderer->doc .= '<div class="epigraph' . $class . '">';
144 $renderer->doc .= '<div class="styler' . $class . '">';
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst140 .. _`IntlDateFormatter::NONE`: http://php.net/manual/en/class.intldateformatter.php#intldate…
141 .. _`IntlDateFormatter::SHORT`: http://php.net/manual/en/class.intldateformatter.php#intldate…
142 .. _`IntlDateFormatter::MEDIUM`: http://php.net/manual/en/class.intldateformatter.php#intldate…
143 .. _`IntlDateFormatter::LONG`: http://php.net/manual/en/class.intldateformatter.php#intldate…
144 .. _`IntlDateFormatter::FULL`: http://php.net/manual/en/class.intldateformatter.php#intldate…
149 .. _`NumberFormatter::DECIMAL`: http://php.net/manual/en/class.numberformatter.php#numberform…
150 .. _`NumberFormatter::CURRENCY`: http://php.net/manual/en/class.numberformatter.php#numberform…
151 .. _`NumberFormatter::PERCENT`: http://php.net/manual/en/class.numberformatter.php#numberform…
153 .. _`NumberFormatter::SPELLOUT`: http://php.net/manual/en/class.numberformatter.php#numberform…
154 .. _`NumberFormatter::ORDINAL`: http://php.net/manual/en/class.numberformatter.php#numberform…
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php78 class BerEncoder implements EncoderInterface
235 # The first byte of a tag always contains the class (bits 8 and 7) and whether it is constructed (bit 6).
252 * Map universal types to specific tag class values when decoding.
254 * @param int $class
258 public function setTagMap(int $class, array $map)
260 if (isset($this->tagMap[$class])) {
261 $this->tagMap[$class] = $map;
323 * @param null|int $class
328 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType
333 $class
219 setTagMap(int $class, array $map) global() argument
289 decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null) global() argument
[all...]
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.hbs4 <body class="{{body-classes}}">
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
8 <div id="main-content" class="m-3 dokuwiki">
H A Dapp-login.hbs7 <body class="{{body-classes}}">
8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-4 mx-auto">
H A Dapp-revisions.hbs4 <body class="{{body-classes}}">
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
8 <div id="main-content" class="mb-3">
H A Dblank.hbs7 <body class="{{body-classes}}">
8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-8 mx-auto">
H A Dapp-register.hbs7 <body class="{{body-classes}}">
8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-4 mx-auto" style="margin: 2rem auto">
H A Dapp-resendpwd.hbs7 <body class="{{body-classes}}">
8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-4 mx-auto">
/plugin/components/lib/
H A Dajax_manager.php19 * @param string $class the name of the new class.
21 protected function handle($class) { argument
22 if (is_subclass_of($class, 'Doku_AJAX')) {
23 $handler = new $class;
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php26 public function loadMetadataForClass(\ReflectionClass $class): ?ClassMetadata argument
28 if (null === $path = $this->locator->findFileForClass($class, $this->getExtension())) {
32 return $this->loadMetadataFromFile($class, $path);
50 …abstract protected function loadMetadataFromFile(\ReflectionClass $class, string $file): ?ClassMet… argument
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php20 public $class; variable in Metadata\\MethodMetadata
32 public function __construct(string $class, string $name) argument
34 $this->class = $class;
37 $this->reflection = new \ReflectionMethod($class, $name);

12345678910>>...72