Home
last modified time | relevance | path

Searched refs:class (Results 1701 – 1725 of 2173) sorted by relevance

1...<<61626364656667686970>>...87

/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/plugin/dev/
H A DREADME33 and the Skeletor class which implements the logic for using the
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dpuzzle.svg1 <svg class="bi bi-puzzle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc193 sup.setAttribute( 'class', "dwfcknote " );
196 sup.setAttribute( 'class', "dwfcknote " + fn_id );
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md28 * Documentation: Fix class description. (Ivan Enderlin, 2017-02-02T15:05:55+01:00)
51 * Test: Use `::class`. (Ivan Enderlin, 2016-12-14T08:13:27+01:00)
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md76 - New Feature: Added the `noVolume` state class for when the volume controls are being hidden due t…
85 - Refactor: Refactored the Flash ActionScript, removing the `TraceOut` class from the `Jplayer.as` …
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc193 sup.setAttribute( 'class', "dwfcknote " );
196 sup.setAttribute( 'class', "dwfcknote " + fn_id );
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css38 /* Use the following CSS code if you want to have a class per icon */
40 Instead of a list of all class selectors,
42 [class*="meltdown-icon-"]:before {
/plugin/jokuwiki/
H A DREADME.md26class of the div element created to contain the plugin. The **id** attribute is optional and maps …
35 class='jwHelloWorld'
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1class=\\\"gantt_cal_qi_title\\\" \"+ariaAttr+\">\" +\n\t\t\t\"<div class=\\\"gantt_cal_qi_tcontent…
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock227 babel-helper-explode-class@^6.8.0:
229 …resolved "https://registry.yarnpkg.com/babel-helper-explode-class/-/babel-helper-explode-class-6.1…
323 babel-plugin-syntax-class-constructor-call@^6.18.0:
327 babel-plugin-syntax-class-properties@^6.8.0:
379 babel-plugin-transform-class-constructor-call@^6.3.13:
383 babel-plugin-syntax-class-constructor-call "^6.18.0"
387 babel-plugin-transform-class-properties@^6.18.0:
392 babel-plugin-syntax-class-properties "^6.8.0"
401 babel-helper-explode-class "^6.8.0"
666 babel-plugin-transform-class-constructor-call "^6.3.13"
[all …]
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md164 * It's now possible to override which class is used instead of
632 class names, so they are actually overridable.
662 * Fixed: vCard URL properties were referencing a non-existant class.
677 * Added: Automatically mapping many, many properties to a property-class with
688 * Added: add() method to the Property class.
758 * Added: Document class.
810 * Removed: Element class. It wasn't used.
822 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md103 * It's now possible to override which class is used instead of
571 class names, so they are actually overridable.
601 * Fixed: vCard URL properties were referencing a non-existant class.
616 * Added: Automatically mapping many, many properties to a property-class with
627 * Added: add() method to the Property class.
697 * Added: Document class.
749 * Removed: Element class. It wasn't used.
761 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
/plugin/bibtex/OSBib/create/
H A Dosbib.css102 * with .small and usually the class of <span>....</span>
/plugin/translation3/
H A Dstyle.css92 /* Image links only have class "media", they don't have wikilink 1 and 2 yet */
/plugin/npd/
H A DREADME.mdown37 <div class="bar-right" id="bar__bottomright">
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmainframe.svg1 …ntUnits="userSpaceOnUse"/></defs><g transform="translate(-7.715 -55.357)" class="B"><path d="M58.8…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc19 The class defines the following methods:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc63 environment variable and set it to `true` or `1`, before the `Client` class initialization.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php367 $class = get_class($listener);
373 if (isset($this->_listeners[$token][$class]) === false) {
374 $this->_listeners[$token][$class] = $listener;
395 $class = get_class($listener);
401 unset($this->_listeners[$token][$class]);
545 $class = $listenerData['class'];
564 $this->_ignoredListeners[$class] = true;
569 $this->_activeListener = $class;
576 $ignoreTo = $listeners[$class]->process($this, $stackPtr);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md211 …* Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly us…
221 …* Added SlackWebhookHandler::getWebhookUrl and SlackHandler::getToken to enable class extensibility
222 * Added SwiftMailerHandler::getSubjectFormatter to enable class extensibility
234 * Fixed display of anonymous class names
304 …* Added HandlerWrapper base class to ease the creation of handler wrappers, just extend it and ove…
443 * Added a Monolog\Registry class to allow easier global access to pre-configured loggers
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
518 …* Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterfac…
524 * Added support for the new MongoClient class in MongoDBHandler
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js.map1 … ['\\\\.@identifierPlus(?=\\\\()', 'tag.class', '@attribute'],\n ['\\\\.@identifierPlu…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md32 - simplified class metadata [\#67](https://github.com/schmittjoh/metadata/pull/67) ([goetas](https…
66 - Cache when there is no metadata for a class [\#36](https://github.com/schmittjoh/metadata/pull/36…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php43 class ClientBuilder
83 private $connectionPool = StaticNoPingConnectionPool::class;
88 private $serializer = SmartSerializer::class;
93 private $selector = RoundRobinSelector::class;
300 throw new InvalidArgumentException("Serializer must be a class path or instantiated object extending AbstractConnectionPool");
672 $this->endpoint = function ($class) use ($serializer) {
673 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;
749 throw new InvalidArgumentException("Serializer must be a class path or instantiated object implementing $interface");
/plugin/database2/
H A Ddatabase2.php1866 $class = $def['format'] ? $def['format'] : 'na';
1867 $class .= ' col' . ++$i;
1900 $row[$column] = "<td class=\"$class\">" . $cell . "</td>\n";
2597 $class = ( !in_array( $name, $clickActions ) ||
2601 $class . '" name="' . $idName . '" id="' .
3010 $class = $mapType[$def['type']];
3011 if ( !$class )
3017 $head = "<option value=\"$column\" class=\"$class\"";
3052 $class = implode( ' ', $def );
3054 $head = "<option value=\"$op\" class=\"$class\"";
[all …]

1...<<61626364656667686970>>...87