Home
last modified time | relevance | path

Searched refs:set (Results 76 – 100 of 1255) sorted by last modified time

12345678910>>...51

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php407 var $pageDim; // Keep track of page wxh for orientation changes - set in _beginpage, used in _putannots
654 var $shrink_this_table_to_fit; // 0 or false to disable; value (if set) gives maximum factor to reduce fontsize
804 var $InFooter; // flag set when processing footer
807 var $processingFooter; // flag set when processing footer - added for columns
808 var $processingHeader; // flag set when processing header - added for columns
1894 // set alpha for stroking (CA) and non-stroking (ca) operations
1943 $this->PDFAXwarnings[] = "Cannot set visibility to anything other than full when using PDFA or PDFX";
2055 // pba is background positioning area (from CSS background-origin) may not always be set [x,y,w,h]
2191 if (preg_match('/from-image/i', $properties['BACKGROUND-IMAGE-RESOLUTION']) && isset($sizesarray['set-dpi']) && $sizesarray['set
21220 setBorder(& $var, $flag, $set = true) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php33 $set = 1;
35 $set = 1;
37 $set = 0;
40 $set = 1;
47 if ($set && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
49 } elseif ($set && ($tag === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) {
58 if ($set && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
60 } elseif ($set && ($tag === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTharlonOFL.txt29 "Font Software" refers to the set of files released by the Copyright
H A DDhyanaOFL.txt30 "Font Software" refers to the set of files released by the Copyright
H A DGNUFreeFontinfo.txt4 The GNU FreeFont project aims to provide a useful set of free scalable
H A DKhmerOFL.txt29 "Font Software" refers to the set of files released by the Copyright
H A DLateef font OFL.txt29 "Font Software" refers to the set of files released by the Copyright
H A DLohitKannadaOFL.txt30 "Font Software" refers to the set of files released by the Copyright
H A DXW Zar Font Info.txt28 "Font Software" refers to the set of files released by the Copyright
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md30 embedded resources such as fonts, `bcmath` for generating barcodes or `xml` for character set conversion
76 be set by the `$config` parameter of the constructor.
78 It is recommended to set one's own temporary directory via `tempDir` configuration variable.
H A DCHANGELOG.md114 - Will now throw an exception when `mbstring.func_overload` is set
171 - Availability to set custom default CSS file
172 - Availability to set custom hyphenation dictionary file
257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle.
305 - text-indent when set as "em" - incorrectly calculated if last text in line in different font size than for block
310 - Setting page format incorrectly set default twice and missed some options
326 - Images - image height is reset proportional to original if width is set to maximum e.g. `<img width="100%" height="20mm">`
369 - text with letter-spacing set inside table which needs to be resixed (shrunk) - letter-spacing was not adjusted
378 - tables - border set as attribute on `<TABLE>` overrides border set a
[all...]
H A DCREDITS.txt72 * applications by providing set of tools includes stem-based searching,
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php171 * Registers a set of PSR-0 directories for a given prefix, either
172 * appending or prepending to the ones previously set for this prefix.
219 * Registers a set of PSR-4 directories for a given namespace, either
220 * appending or prepending to the ones previously set for this namespace.
270 * Registers a set of PSR-0 directories for a given prefix,
271 * replacing any others previously set for this prefix.
278 public function set($prefix, $paths)
288 * Registers a set of PSR-4 directories for a given namespace,
289 * replacing any others previously set for this namespace.
284 public function set($prefix, $paths) global() function in Composer\\Autoload\\ClassLoader
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md122 // set the source file
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css4 A default margin-top/bottom for lists is NOT set in config.php - (standard browsers give outermost list a top and bottom margin).
5 [mPDF default CSS set in configuration only works on basic elements, cannot do selectors such as "ol ol"]
/plugin/dw2pdf/tpl/default/
H A DREADME.txt11 The following files can be created and will be used to set headers and
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php221 LogUtility::msg("The read store was already set.");
254 * Why ? because the value may have been set before building.
305 $this->getWriteStore()->set($this);
433 * see if the value set is the same than the default one
601 * If you deprecate a metadata, you should set this value to false
602 * and set the replacement to true (where the replacement takes the value of the deprecated metadata)
726 * @return mixed - set the memory value from the store and return ut
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php107 * @param array $options array of options to set
528 $this->getCache()->set($hash, $tree);
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php111 $this->set($metadata);
453 LogUtility::msg("The content without frontmatter should have been set. Did you you use the createFromPage constructor");
H A DMetadataSingleArrayStore.php44 public function set(Metadata $metadata) function in ComboStrap\\MetadataSingleArrayStore
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php108 public static function filterPrecedencePredicates(Set $set) : array argument
111 foreach ($set->getValues() as $context) {
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md38 - Driver capabilities received from the browser when creating now session were not set to the instance of ChromeDriver (when ChromeDriver::start() was used).
56 - Do not require `WEBDRIVER_CHROME_DRIVER` environment variable to be set if `chromedriver` binary is already available via system PATH.
73 - Do not set unnecessary `binary` value of `goog:chromeOptions` while keep the object in proper data type required by ChromeDriver.
150 - Cookies should now be set using `Cookie` value object instead of an array when passed to to `addCookie()` method of `WebDriverOptions`.
208 - FirefoxProfile improved - added possibility to set RDF file and to add datas for extensions.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php19 public function or(BitSet $set) : void argument
21 $this->data += $set->data;
H A DDoubleKeyMap.php26 public function set($primaryKey, $secondaryKey, $value) : void function in Antlr\\Antlr4\\Runtime\\Utils\\DoubleKeyMap
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php59 $this->set(WebDriverCapabilityType::BROWSER_NAME, $browser_name);
78 $this->set(WebDriverCapabilityType::VERSION, $version);
108 $this->set($name, $value);
127 $this->set(WebDriverCapabilityType::PLATFORM, $platform);
169 $this->set(WebDriverCapabilityType::JAVASCRIPT_ENABLED, $enabled);
236 // Remove platformName if it is set to "any"
267 // Convert profile only if not already set in moz:firefoxOptions
422 private function set($key, $value) function in Facebook\\WebDriver\\Remote\\DesiredCapabilities

12345678910>>...51