Home
last modified time | relevance | path

Searched refs:mode (Results 201 – 225 of 2447) sorted by last modified time

12345678910>>...98

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php809 var $ZoomMode; // zoom display mode
810 var $LayoutMode; // layout display mode
1037 $mode,
1324 // Full width display mode
1355 if (preg_match('/([\-+])aCJK/i', $mode, $m)) {
1356 $mode = preg_replace('/([\-+])aCJK/i', '', $mode); // mPDF 6
1364 if (strlen($mode) == 1) {
1365 if ($mode == 's') {
1367 $mode
1877 SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B') global() argument
5738 _kern($txt, $mode, $aix, $x, $y) global() argument
8776 _SetTextRendering($mode) global() argument
9282 SetLineJoin($mode = 0) global() argument
9291 SetLineCap($mode = 2) global() argument
13094 WriteHTML($html, $mode = HTMLParserMode DEFAULT_MODE, $init = true, $close = true) global() argument
25439 _setBidiCodes($mode = 'start', $bdf = '') global() argument
[all...]
H A DOtl.php6005 private function _getOTLscriptTag($ScriptLang, $scripttag, $scriptblock, $shaper, $useOTL, $mode) argument
H A DOtlDump.php141 var $mode; variable in Mpdf\\OtlDump
171 function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0, $mode = null) argument
174 $this->mode = $mode;
939 if ($this->mode == 'summary') {
965 if ($this->mode == 'summary') {
971 if ($this->mode == 'summary') {
987 if ($this->mode == 'summary') {
1003 if ($this->mode == 'summary') {
1019 if ($this->mode
[all...]
H A DTTFontFile.php3193 function _getCoverage($convert2hex = true, $mode = 1)
3205 } elseif ($mode == 2) {
3223 } elseif ($mode == 2) {
3181 _getCoverage($convert2hex = true, $mode = 1) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md79 The directory must have write permissions (mode `775` is recommended) for users using mPDF
H A DCHANGELOG.md18 * Allows setting `none` as zoom mode in `SetDisplayMode` method, so that OpenAction is not written (#602)
54 * WriteHTML is now strict about used `$mode` parameter (#915, thanks, @tomtomau)
/plugin/dw2pdf/syntax/
H A Dexportlink.php23 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
33 * Sort for applying this mode
43 * @param string $mode
45 public function connectTo($mode)
47 $this->Lexer->addSpecialPattern('~~PDFNS>(?:.*?)\|(?:.*?)~~', $mode, 'plugin_dw2pdf_exportlink');
41 connectTo($mode) global() argument
80 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/dw2pdf/
H A DDokuPDF.class.php49 $mode = '+aCJK';
52 $mode = 'UTF-8-s';
56 'mode' => $mode,
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE24 Defining a subclass of a class defined by the Library is deemed a mode
/plugin/hidden/
H A Dsyntax.php29 function accepts($mode) { argument
30 if ($mode == substr(get_class($this), 7)) return true;
31 return parent::accepts($mode);
34 function connectTo($mode) { argument
35 $this->Lexer->addEntryPattern('<hidden\b.*?>(?=.*?</hidden>)', $mode,'plugin_hidden');
36 $this->Lexer->addSpecialPattern('<hiddenSwitch[^>]*>', $mode,'plugin_hidden');
158 function render($mode, Doku_Renderer $renderer, $data) { argument
163 if($mode == 'xhtml' && array_key_exists('type', $data) && $data['type'] == 'switch') {
167 if($mode == 'xhtml'){
224 if ($mode
[all...]
/plugin/combo/syntax/
H A Dcodemarkdown.php74 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
92 function connectTo($mode) argument
108 $this->Lexer->addEntryPattern($gitHubMarkdownPattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
223 // unsupported $mode
H A Dcomment.php50 * Needs to return one of the mode types defined in {@link $PARSER_MODES} in parser.php
79 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
93 function connectTo($mode) argument
97 $this->Lexer->addEntryPattern("<!--", $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
150 // unsupported $mode
H A Dfooter.php46 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
81 * the mode with the lowest sort number will win out
92 * @param string $mode
95 function connectTo($mode) argument
99 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dfragment.php48 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
82 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
95 public function accepts($mode) argument
97 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
101 function connectTo($mode) argument
106 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dfrontmatter.php84 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
87 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
112 * because the mode with the lowest sort number will win out
122 * @param string $mode
125 function connectTo($mode) argument
127 if ($mode == "base") {
129 $this->Lexer->addSpecialPattern(self::PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dheader.php54 function connectTo($mode) argument
57 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
159 // unsupported $mode
H A Dheadingatx.php55 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
72 function connectTo($mode) argument
76 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dheadingwiki.php86 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
94 public function connectTo($mode) argument
96 if ($this->enableWikiHeading($mode)) {
97 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
255 function enableWikiHeading($mode) argument
260 * Basically all mode that are not `base`
263 if (!(in_array($mode, ['base', 'header', 'table']))) {
H A Dhighlightmd.php69 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
77 public function connectTo($mode) argument
80 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dhighlightwiki.php108 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
116 public function connectTo($mode) argument
120 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Diterator.php133 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
164 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
176 public function accepts($mode): bool argument
178 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
182 function connectTo($mode) argument
187 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
613 // unsupported $mode
H A Diteratordata.php36 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
67 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
79 public function accepts($mode) argument
83 * mode
89 function connectTo($mode) argument
94 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_iterator::TAG)) {
97 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php113 $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);
H A DMarkupCacheDependencies.php341 $cache->cache = getCacheName($cache->key, '.' . $cache->mode);
/plugin/combo/action/
H A Dcacheexpiration.php66 * No cache for all mode
81 if ($data->mode === "xhtml") {

12345678910>>...98