Home
last modified time | relevance | path

Searched refs:classes (Results 151 – 175 of 396) sorted by path

12345678910>>...16

/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/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php368 $classes = explode('.', $m[1]);
369 sort($classes);
370 $tag = 'CLASS>>' . join('.', $classes);
378 $classes = explode('.', $m[2]);
379 sort($classes);
380 $tag = $m[1] . '>>CLASS>>' . join('.', $classes);
417 $classes = explode('.', $m[1]);
418 sort($classes);
419 $tag = 'CLASS>>' . join('.', $classes);
427 $classes
1377 _mergeFullCSS($p, & $t, $tag, $classes, $id, $lang) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3011 * SVGs made with Adobe Illustrator use a style tag and classes instead of inline styles
3015 * ( Currently only looks for classes as a selector )
3073 $classes = explode(' ', $node->getAttribute('class'));
3075 foreach ($classes as $class) {
3900 $classes = preg_split('/\s+/', trim($attribs['class']));
3901 foreach ($classes as $class) {
3966 $classes = preg_split('/\s+/', trim($attribs['class']));
3967 foreach ($classes as $class) {
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md12 FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF
90 - You need to load the code using the `src/autoload.php` file instead of `classes/FPDI.php`.
91 - The classes and traits are namespaced now: `setasign\Fpdi`
/plugin/edittable/lib/
H A Dhandsontable.full.js5331 var classes = {};
5335 if (!classes[row]) {
5336 classes[row] = [];
5338 classes[row][col] = callback(row, col);
5342 return classes;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
133 Composer also prepares an autoload file that's capable of autoloading all the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex.asciidoc19 include::build/classes.asciidoc[]
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md204 * BC break: Remove `When` and `Util` classes and move static methods to
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md226 * Used new alias endpoints classes [#1839](https://github.com/ruflin/Elastica/pull/1839)
227 * Used new cache endpoints classes [#1840](https://github.com/ruflin/Elastica/pull/1840)
228 * Used new ingest pipeline endpoints classes [#1834](https://github.com/ruflin/Elastica/pull/1834)
229 * Used new mapping endpoints classes [#1845](https://github.com/ruflin/Elastica/pull/1845)
230 * Used new nodes endpoints classes [#1863](https://github.com/ruflin/Elastica/pull/1863)
231 * Used new settings endpoints classes [#1852](https://github.com/ruflin/Elastica/pull/1852)
346 * The `\Elastica\Query::$_suggest` property has been renamed to `$hasSuggest` and is now private, it should not be used from extending classes [#1679](https://github.com/ruflin/Elastica/pull/1679)
355 * Removed `type` handling from `Elastica\Bulk` and `Elastica\Bulk\Action` classes [#1666](https://github.com/ruflin/Elastica/pull/1666)
371 * Changed all factory methods to make use of [late static bindings](http://docs.php.net/manual/en/language.oop5.late-static-bindings.php) by using `static` instead of `self` keyword. This is to increase extendability for classes with factory methods.
634 - `\Elastica\Script\AbstractScript` added the script language as constructor argument and sub-classes mus
[all...]
/plugin/farmer/script/
H A Djquery.chosen.js42 classes: group.className
70 classes: option.className,
237 var classes, option_el;
244 classes = [];
246 classes.push("active-result");
249 classes.push("disabled-result");
252 classes.push("result-selected");
255 classes.push("group-option");
257 if (option.classes !== "") {
258 classes
[all...]
/plugin/farmsync/script/
H A Djquery.chosen.js42 classes: group.className
70 classes: option.className,
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1106 var classes = GetE('txtAttClasses').value;
1109 if(!classes.match(/mediafile/)) {
1122 if(!classes.match(/wikilink/)) {
/plugin/fetchmedia/
H A Dyarn.lock395 babel-plugin-transform-es2015-classes@^6.23.0:
397 …//registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-class…
580 babel-plugin-transform-es2015-classes "^6.23.0"
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md79 - [110: setIgnoreNotImportedAnnotations(true) didn’t work for existing classes](https://githu…
93 * testing all parent classes and interfaces when checking if the annotation cache
/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…
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:
H A Dindex.rst5 functionality for PHP classes.
39 used annotation configuration in classes. The annotation
61 containing them. There are multiple reader-classes implementing the
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md3 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst4 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md214 You can apply any visitor classes.
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp48 // Character classes.
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DREADME.md27 parameters, for instance for classes.
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md104 - Fix locating files for classes without namespace [\#5](https://github.com/schmittjoh/metadata/pul…

12345678910>>...16