Home
last modified time | relevance | path

Searched refs:classes (Results 226 – 250 of 396) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md17 * Fixed [#372](https://github.com/sebastianbergmann/php-code-coverage/pull/372): Nested classes and…
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt42 A full list of available classes is below ("Languages").
46 marked up by logical pieces with defined class names. The classes are
93 This is a full list of available classes corresponding to languages'
182 pseudo pseudo classes and elemens (:after, ::after etc.)
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md27 The Markdown parser classes are tested with [PHPUnit](https://phpunit.de/). For each test case ther…
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css21 /* SPAN elements with the classes below are added by prettyprint. */
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md19 The usage for the Zip and Tar classes are basically the same. Here are some
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst5 in the AnnotationRegistry. Annotation classes have to contain a class-level docblock with the text …
262 you can now annotate other classes with your annotations:
/plugin/rplus/
H A Drenderer.php232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) argument
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG6 A collection of PHP classes to manipulate bibtex files.
/plugin/tagfilter/script/select2/
H A Dselect2.js343 var classes, replacements = [], adapted;
345 classes = dest.attr("class");
346 if (classes) {
347 classes = '' + classes; // for IE which returns object
348 $(classes.split(" ")).each2(function() {
354 classes = src.attr("class");
355 if (classes) {
356 classes = '' + classes; // fo
[all...]
/plugin/database2/
H A Ddatabase2.php1915 $classes = array();
1918 $classes[] = 'first';
1920 $classes[] = 'last';
1922 $classes[] = ( $nr % 2 ) ? 'even' : 'odd';
1923 $classes[] = 'row' . ( $nr + 1 );
1925 $classes = implode( ' ', $classes );
1927 $rows[$nr] = '<tr class="' . $classes . '">'.
2168 $classes = implode( ' ', $args );
2172 $classes . '"' . $disabled . ' />';
2184 $classes = implode( ' ', $args );
[all …]
/plugin/pureldap/classes/
H A DClient.php3 namespace dokuwiki\plugin\pureldap\classes;
296 * Inheriting classes may want to manipulate the user before binding
325 * Can be extended in sub classes
/plugin/dokucrypt2/
H A DREADME.md42 * 2020-10-19: Formatting changes, add CSS classes, collapse by default.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md48 * #61: You can now specify serializers for specific classes, allowing you
169 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md54 * #61: You can now specify serializers for specific classes, allowing you
175 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
/plugin/divalign2/
H A DChangeLog22 * Refactored syntax classes to inherit from common class.
/plugin/bootswrapper/exe/help/
H A Dprogress.txt41 Progress bars use some of the same button and alert classes for consistent styles.
/plugin/bez/scripts/
H A Dtask.js162 classes: {
H A Dthread.js219 classes: {
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
/plugin/dokumicrobugtracker/
H A Dstyle.css185 * DataTables row classes
326 * Sorting classes for columns
774 * DataTables row classes
908 * Sorting classes for columns
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js84 classes: false, // No need to place classes on the DOM, just use JS Events
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css235 * DataTables row classes
377 * Sorting classes for columns
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG9 * fixed the bundled Autoloader to also load namespaced classes
33 * made namespace classes the default classes (PSR-0 ones are aliases now)
36 * changed internal code to use the namespaced classes as much as possible
117 * added namespaced aliases for all (non-deprecated) classes and interfaces
161 * marked some classes as being final (via @final)
206 * removed template source code from generated template classes when debug is disabled
220 * changed the way we store template source in template classes
309 * fixed regression when using the deprecated Twig_Test_* classes
862 * in Node classes,
980 If you have created NodeTransformer classes, you will need to upgrade them to
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2434 Theme.prototype.classes = {};
4649 var classes = [
4664 return classes;
7406 classes.push('fc-rigid');
7462 var classes;
9188 StandardTheme.prototype.classes = {
9237 JqueryUiTheme.prototype.classes = {
10500 var classes = [];
10524 return classes;
14956 Bootstrap3Theme.prototype.classes = {
[all …]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md

12345678910>>...16