Home
last modified time | relevance | path

Searched refs:s (Results 251 – 275 of 3948) sorted by last modified time

1...<<11121314151617181920>>...158

/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt16 Foundation's software and to any other program whose authors commit to
43 Also, for each author's protection and ours, we want to make certain
54 patent must be licensed for everyone's free use or not licensed at all.
79 1. You may copy and distribute verbatim copies of the Program's
H A DREADME.md78 It is recommended to set one's own temporary directory via `tempDir` configuration variable.
H A DCHANGELOG.md307 - fix for underline/strikethrough/overline so that line position(s) are based correctly on font-size/font in nested situations
317 minimum cell width(s) as long as $keep_table_proportions = true
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php147 protected function _put($s, $newLine = true) argument
150 $this->buffer .= $s . "\n";
152 $this->buffer .= $s;
H A DFpdfTplTrait.php57 'Invalid page orientation "%s"! Only "P" and "L" are allowed!',
129 'q 0 J 1 w 0 j 0 G 0 g %.4F 0 0 %.4F %.4F %.4F cm /%s Do Q',
458 public function _out($s) argument
461 $this->templates[$this->currentTemplateId]['buffer'] .= $s . "\n";
463 parent::_out($s);
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDhyanaOFL.txt31 Holder(s) under this license and clearly marked as such. This may
35 copyright statement(s).
38 distributed by the Copyright Holder(s).
65 Name(s) unless explicit written permission is granted by the corresponding
69 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
71 Modified Version, except to acknowledge the contribution(s) of the
72 Copyright Holder(s) and the Author(s) o
[all...]
H A DGNUFreeFontinfo.txt38 The free outline font editor, George Williams's FontForge
91 The files with .sfd (Spline Font Database) are in FontForge's native format.
H A DJomolhari-OFL.txt69 Name(s), in part or in whole, unless explicit written permission is
75 4) The name(s) of the Copyright Holder or the Author(s) of the Font
77 Modified Version, except to acknowledge the contribution(s) of the
78 Copyright Holder and the Author(s) or with their explicit written
H A DKhmerOFL.txt30 Holder(s) under this license and clearly marked as such. This may
34 copyright statement(s).
37 distributed by the Copyright Holder(s).
64 Name(s) unless explicit written permission is granted by the corresponding
68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70 Modified Version, except to acknowledge the contribution(s) of the
71 Copyright Holder(s) and the Author(s) o
[all...]
H A DLateef font OFL.txt30 Holder(s) under this license and clearly marked as such. This may
34 copyright statement(s).
37 distributed by the Copyright Holder(s).
64 Name(s) unless explicit written permission is granted by the corresponding
68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70 Modified Version, except to acknowledge the contribution(s) of the
71 Copyright Holder(s) and the Author(s) o
[all...]
H A DLohitKannadaOFL.txt31 Holder(s) under this license and clearly marked as such. This may
35 copyright statement(s).
38 distributed by the Copyright Holder(s).
65 Name(s) unless explicit written permission is granted by the corresponding
69 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
71 Modified Version, except to acknowledge the contribution(s) of the
72 Copyright Holder(s) and the Author(s) o
[all...]
H A DXW Zar Font Info.txt29 Holder(s) under this license and clearly marked as such. This may
33 copyright statement(s).
36 distributed by the Copyright Holder(s).
63 Name(s) unless explicit written permission is granted by the corresponding
67 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69 Modified Version, except to acknowledge the contribution(s) of the
70 Copyright Holder(s) and the Author(s) o
[all...]
/plugin/dw2pdf/
H A Dcomposer.lock275 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php182 // let's prepare resources for imported pages in templates
202 * @param string $s
205 protected function _put($s, $newLine = true) argument
208 $this->setBuffer($s . "\n");
210 $this->setBuffer($s);
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE111 a copy of the Library already present on the user's computer
163 apply, that proxy's public statement of acceptance of any version is
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DMpdf.php26 $s = $size / $qrCode->getQrDimensions();
48 $mpdf->Rect($x + ($i - $minSize) * $s, $y + ($j - $minSize) * $s, $s, $s, 'F');
H A DPng.php33 $s = $size / ($maxSize - $minSize);
45 (int) round(($i - $minSize) * $s),
46 (int) round(($j - $minSize) * $s),
47 (int) round(($i - $minSize + 1) * $s - 1),
48 (int) round(($j - $minSize + 1) * $s - 1),
/plugin/dw2pdf/tpl/default/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
44 * ''@TITLE@'' -- The article's title
45 * ''@WIKI@'' -- The wiki's title
56 * ''@ID@'' -- The article's pageID
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php426 * An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php41 * The current token's starting index into the character stream.
163 $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
181 $this->log[] = \sprintf('DFA after matchATN: %s', $this->decisionToDFA[$old_mode]->toLexerString());
190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs);
199 $s = $ds0; // s is current/from DFA state
203 $this->log[] = \sprintf('execATN loop starting closure: %s', (string) $s->configs);
209 // be able to avoid doing a reach operation upon t. If s!=null,
211 // creating a DFA state. Once we know s!
268 getExistingTargetState(DFAState $s, int $t) global() argument
295 computeTargetState(CharStream $input, DFAState $s, int $t) global() argument
[all...]
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php20 * - mb_convert_variables - Convert character code in variable(s)
74 ['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'],
81 public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) argument
84 $fromEncoding = self::mb_detect_encoding($s, $fromEncoding);
92 $s = base64_decode($s);
97 return base64_encode($s);
105 $s = \iconv($fromEncoding, 'UTF-8//IGNORE', $s);
108 return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s);
131 mb_decode_mimeheader($s) global() argument
136 mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) global() argument
141 mb_decode_numericentity($s, $convmap, $encoding = null) global() argument
201 mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) global() argument
271 mb_convert_case($s, $mode, $encoding = null) global() argument
484 mb_strlen($s, $encoding = null) global() argument
584 mb_strtolower($s, $encoding = null) global() argument
589 mb_strtoupper($s, $encoding = null) global() argument
612 mb_substr($s, $start, $length = null, $encoding = null) global() argument
734 mb_strwidth($s, $encoding = null) global() argument
776 mb_ord($s, $encoding = null) global() argument
837 title_case(array $s) global() argument
[all...]
/plugin/combo/lang/en/
H A Dlang.php62 $lang['message_redirected_by_redirect'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the redirect page.';
66 $lang['message_pagename_exist_one'] = 'The following page(s) exists already in other namespace(s) with the same name part: ';
67 $lang['message_redirected_to_startpage'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the start page of the namespace.';
68 $lang['message_redirected_to_bestpagename'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the best page.';
69 $lang['message_redirected_to_bestendpagename'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the best end page name.';
70 $lang['message_redirected_to_bestnamespace'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the best namespace.';
71 $lang['message_redirected_to_searchengine'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the search engine.';
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php113 // this exception is thrown even if it's not advertised
/plugin/combo/resources/brand/whatsapp/
H A Doutline-circle.svg3 <path d="M17.6 6.2c-1.5-1.5-3.4-2.3-5.5-2.3-4.3 0-7.8 3.5-7.8 7.8 0 1.4.4 2.7 1 3.9l-1.1 4 4.1-1.1c1.1.6 2.4.9 3.7.9 4.3 0 7.8-3.5 7.8-7.8.1-2-.7-3.9-2.2-5.4zm-5.5 11.9c-1.2 0-2.3-.3-3.3-.9l-.2-.1-2.4.6.7-2.4-.2-.2c-.6-1-1-2.2-1-3.4 0-3.6 2.9-6.5 6.5-6.5 1.7 0 3.3.7 4.6 1.9 1.2 1.2 1.9 2.8 1.9 4.6-.1 3.5-3 6.4-6.6 6.4zm3.5-4.8c-.2-.1-1.1-.6-1.3-.6-.2-.1-.3-.1-.4.1-.1.2-.5.6-.6.8-.1.1-.2.1-.4 0s-.8-.3-1.6-1c-.6-.5-1-1.2-1.1-1.3-.1-.2 0-.3.1-.4l.3-.3s.1-.2.2-.3c.1-.1 0-.2 0-.3s-.4-1.1-.6-1.4c-.2-.4-.3-.3-.4-.3h-.4s-.3 0-.5.2-.7.7-.7 1.6c0 1 .7 1.9.8 2s1.4 2.1 3.3 2.9c.5.2.8.3 1.1.4.5.1.9.1 1.2.1.4-.1 1.1-.5 1.3-.9.2-.5.2-.8.1-.9 0-.2-.2-.3-.4-.4z"/>

1...<<11121314151617181920>>...158