Home
last modified time | relevance | path

Searched refs:classes (Results 126 – 150 of 396) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/
H A Dtest.legacy.test2 Old test classes usage
/plugin/issuelinks/services/
H A DJira.service.php12 use dokuwiki\plugin\issuelinks\classes\Issue;
13 use dokuwiki\plugin\issuelinks\classes\Repository;
14 use dokuwiki\plugin\issuelinks\classes\RequestResult;
/plugin/issuelinks/helper/
H A Ddata.php9 use dokuwiki\plugin\issuelinks\classes\Issue;
10 use dokuwiki\plugin\issuelinks\classes\ServiceProvider;
83 if (is_a($e, \dokuwiki\plugin\issuelinks\classes\HTTPRequestException::class)) {
/plugin/issuelinks/classes/
H A DRequestResult.php3 namespace dokuwiki\plugin\issuelinks\classes;
H A DIssueLinksException.php3 namespace dokuwiki\plugin\issuelinks\classes;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php59 $classes = preg_split("/\s+/", strtolower($root->get_attribute('class')));
61 foreach ($classes as $class) {
/plugin/components/lib/
H A Daction_manager.php56 private function unique($classes, $action) { argument
58 foreach ($classes as $class) {
/plugin/letsencrypt/classes/
H A DHTMLLogger.php3 namespace dokuwiki\plugin\letsencrypt\classes;
H A DCliLogger.php3 namespace dokuwiki\plugin\letsencrypt\classes;
/plugin/latexit/other/
H A Drelease1 zip release.zip classes/* conf/* lang/* README action.php pagetools-latexitexport-sprite.png plugin…
/plugin/searchtablejs/TableFilter_EN/
H A Dfiltergrid.css3 elements and classes
4 - edit classes below to change filter grid style
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1470 classes = [],
1506 classes = [];
1516 classes.push('xdsoft_date');
1525 classes.push('xdsoft_disabled');
1527 classes.push('xdsoft_disabled');
1541 classes.push('xdsoft_current');
1545 classes.push('xdsoft_today');
1549 classes.push('xdsoft_weekend');
1601 classes = [];
1603 classes.push('xdsoft_disabled');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md3 Google API Client Service classes have been moved to the
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
H A DAttr.ForbiddenClasses.txt
/plugin/mikioplugin/syntax/
H A Dhr.php29 $classes = $this->buildClass($data);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex.asciidoc19 include::build/classes.asciidoc[]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md22 * Compound classes selector support, like `.one.two` or `div.message.special` (#538, @peterdevpl)
32 * Fix: Not all combinations were generated for more than three compound classes (@JeppeKnockaert)
66 * Write PDF content with *Writer service classes
86 * Refactored and cleaned-up classes and subnamespaces
99 - Practically all classes renamed to use `PascalCase` and named to be more verbose
117 - Decimal conversion methods (to roman, cjk, etc.) were moved to classes in `\Mpdf\Conversion` namespace
126 - Removed globally defined functions from `functions.php` in favor of `\Mpdf\Utils` classes `PdfDate` and `UtfString`.
163 - Refactored caching (custom `Cache` and `FontCache` classes)
173 - Refactored code portions to new "separate" classes:
174 - `Mpdf\Color\*` classes
[all...]
/plugin/codehighlight/cp/languages/
H A Dcss.css5 b, b a, b u {color:#000080;} /* tags, ids, classes */
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php79 $classes = $item->getClassesAndTraits();
81 foreach ($classes as $className => $class) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D523.phpt2 #523: assertAttributeEquals does not work with classes extending ArrayIterator
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst5 maps docblock annotations to PHP classes. Because not all docblock annotations are used
6 for metadata purposes a filter is applied to ignore or skip classes that are not Doctrine annotatio…
43 … statements. The statement ``use Doctrine\ORM\Mapping AS ORM`` makes all classes under that namesp…
53 there is no other way to solve the architectural problems of autoloading annotation classes in a st…
130 once. That means that annotation classes that do not exist and
160 …tionRegistry#registerFile($file)`` to register a file that contains one or more Annotation classes.
163 …The given directories should *NOT* be the directory where classes of the namespace are in, but the…
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.hbs4 <body class="{{body-classes}}">
H A Dapp-search.hbs4 <body class="{{body-classes}}">
H A Dhamburger.hbs4 <body class="{{body-classes}}">

12345678910>>...16