Home
last modified time | relevance | path

Searched refs:class (Results 1426 – 1450 of 2173) sorted by relevance

1...<<51525354555657585960>>...87

/plugin/textile2/
H A DclassTextile.php344 $class = '';
374 $class = $cls[1];
392 if (preg_match("/^(.*)#(.*)$/", $class, $ids)) {
394 $class = $ids[1];
402 ($class) ? ' class="' . $class .'"':'',
/plugin/emoji/
H A DREADME16 This plugin uses the Emoji One artwork and PHP class. http://emojione.com
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dandroidstudio.min.css1 …itle,.hljs-type{color:#ffc66d}.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#e8bf6a}.hlj…
H A Dcodepen-embed.min.css1 …75d}.hljs-section,.hljs-title,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-type,.hljs-a…
H A Datelier-dune-light.min.css1 …-name,.hljs-regexp,.hljs-link,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#d73737}.hlj…
H A Datelier-forest-dark.min.css1 …-name,.hljs-regexp,.hljs-link,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#f22c40}.hlj…
H A Datelier-forest-light.min.css1 …-name,.hljs-regexp,.hljs-link,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#f22c40}.hlj…
H A Dparaiso-dark.min.css1 …s-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs…
H A Dtomorrow-night-eighties.min.css1 …s-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs…
H A Dtomorrow-night.min.css1 …s-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs…
H A Dtomorrow-night-blue.min.css1 …s-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs…
H A Dtomorrow-night-bright.min.css1 …s-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs…
H A Dtomorrow.min.css1 …s-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst8 can use either global constants or class constants:
/plugin/sympaauth/
H A DREADME5 2- copy sympa.class.php in inc/auth/ directory
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLogstashNamespace.asciidoc19 The class defines the following methods:
H A DXpackNamespace.asciidoc19 The class defines the following methods:
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dgift-fill.svg1 <svg class="bi bi-gift-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dpuzzle-fill.svg1 <svg class="bi bi-puzzle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar2-plus.svg1 <svg class="bi bi-calendar2-plus" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dshop-window.svg1 <svg class="bi bi-shop-window" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dinboxes.svg1 <svg class="bi bi-inboxes" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square-quote.svg1 <svg class="bi bi-chat-square-quote" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php311 $class = new ReflectionClass($this);
315 $class->name,
775 $class = new ReflectionClass($this);
841 'filename' => $class->getFileName(),
842 'className' => $class->getName(),
1051 $class = new ReflectionClass($this);
1052 $method = $class->getMethod($this->name);
2310 foreach ($this->backupStaticAttributesBlacklist as $class => $attributes) {
2312 $blacklist->addStaticAttribute($class, $attribute);
/plugin/dokutexit/
H A Dlatex.php486 $class='wikilink1';
489 $class='wikilink2';
492 $class='media';
533 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$wikiName);
534 $imagefile = DOKU_INC . 'lib/images/interwiki/' . $class . '.gif';
535 if (!(isset($this->interwiki_ps[$class])
536 && @file_exists($this->interwiki_ps[$class]))
545 $this->interwiki_ps[$class] = $filename;
547 if (isset($this->interwiki_ps[$class])) {
549 $this->put($this->interwiki_ps[$class], 1);

1...<<51525354555657585960>>...87