Home
last modified time | relevance | path

Searched refs:level (Results 26 – 50 of 630) sorted by last modified time

12345678910>>...26

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe45916 level s
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dphpstan.neon2 level: 8
/plugin/bez/mdl/
H A DAcl.php37 public function revoke($columns, $level) { argument
41 if ($this->user_level <= $level) {
H A DModel.php5 //ACL level defines
26 protected $level = BEZ_AUTH_NONE; variable in dokuwiki\\plugin\\bez\\mdl\\Model
71 protected function update_level($level) { argument
72 if ($level > $this->level) {
73 $this->level = $level;
78 return $this->level;
H A DTask.php194 if ($this->model->level < BEZ_AUTH_ADMIN && $this->private == '1') {
H A DThread.php98 if ($this->model->level < BEZ_AUTH_ADMIN && $this->private == '1') {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js5693 _fill: function _fill(level) {
5701 if (level >= 4) {
51122 level: this._pakoOptions.level || -1 // default compression
61888 level: Z_DEFAULT_COMPRESSION,
64484 this.level = 0;
64670 level = 6;
64723 s.level = level;
64770 put_byte(s, s.level === 9 ? 2 : s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ? 4 : 0);
64779 put_byte(s, s.level === 9 ? 2 : s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ? 4 : 0);
64801 } else if (s.level < 6) {
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js394 level: this._pakoOptions.level || -1 // default compression
4722 level: Z_DEFAULT_COMPRESSION,
4751 opt.level,
7229 level = 6;
7244 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
7293 s.level = level;
7300 function deflateInit(strm, level) { argument
7340 put_byte(s, s.level === 9 ? 2 :
7379 } else if (s.level < 6) {
7381 } else if (s.level === 6) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs6857 if(flags & 0x07) z.level = flags & 0x07;
7528 f = col.level || 0;
15156 if(col.level != null) { p.outlineLevel = p.level = col.level; }
15760 if(row.level) { params.outlineLevel = row.level; }
15774 if (row.level) { params.outlineLevel = row.level; }
15931 if(row.level) flags |= row.level;
16320 if(col.level) flags |= (col.level << 8);
16581 colinfo[val.e--] = { width: val.w/256, hidden: !!(val.flags & 0x01), level: val.level };
19688 colinfo[val.e--] = { width: val.w/256, level: (val.level || 0), hidden: !!(val.flags & 1) }; property in colinfo
19695 if(val.level != null) { rowinfo[val.r] = rowobj; rowobj.level = val.level; }
[all …]
/plugin/button/
H A Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
24 - vertical-align : force inherit to get the one from upper level
/plugin/dw2pdf/
H A Drenderer.php70 * @param int $level from 1 (highest) to 6 (lowest)
73 public function header($text, $level, $pos, $returnonly = false)
84 $this->toc_additem($hid, $text, $level);
96 if ($level > 0) {
97 if (self::$previous_level > $level) {
98 for ($i = $level + 1; $i <= self::$previous_level; $i++) {
103 self::$header_count[$level]++;
106 for ($i = 1; $i <= $level; $i++) {
114 // 0: off, 1-6: show down to this level
115 if ($maxbookmarklevel && $maxbookmarklevel >= $level) {
71 header($text, $level, $pos, $returnonly = false) global() argument
130 calculateBookmarklevel($level) global() argument
[all...]
/plugin/dw2pdf/tpl/default/
H A Dstyle.css21 /* Whole line level 0 */
27 /* Title level 0 - may be inside <a> */
30 /* Page no. level 0 - may be inside <a> */
33 /* Whole line level 1 */
39 /* Title level 1 */
42 /* Page no. level 1 - may be inside <a> */
45 /* level 2 */
54 /* level 3 */
63 /* level 4 */
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php9 * It simply delegates all log-level-specific methods to the `log` method to
11 * messages regardless of the error level has to implement.
131 * Logs with an arbitrary level.
133 * @param mixed $level
141 abstract public function log($level, $message, array $context = array()); argument
H A DNullLogger.php16 * Logs with an arbitrary level.
18 * @param mixed $level
26 public function log($level, $message, array $context = array()) argument
H A DLoggerInterface.php114 * Logs with an arbitrary level.
116 * @param mixed $level
124 public function log($level, $message, array $context = array()); argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php315 $level = count($tags);
335 if ($level === 1) {
337 } elseif ($level === 2 && preg_match('/^[:](.*)$/', $t2, $m)) {
342 } elseif ($level === 2) {
344 } elseif ($level === 3 && preg_match('/^[:](.*)$/', $t3, $m)) {
357 } elseif ($level === 1) { // e.g. p or .class or #id or p.class or p#id
404 for ($n = 0; $n < $level; $n++) {
456 $x['depth'] = $level;
1351 // Save Cascading CSS e.g. "div.topic p" at this block level
1546 // Save Cascading CSS e.g. "div.topic p" at this block level
[all...]
H A DMpdf.php1208 $this->tbctr = []; // counter for nested tables at each level
2870 // Don't re-open tags for lowest level elements - so need to do some adjustments
6524 // If float exists at this level
6725 // If float exists at this level
7031 // If float exists at this level
7824 // If float exists at this level
7964 // If float exists at this level
9374 function DivLn($h, $level = -3, $move_y = true, $collapsible = false, $state = 0)
9401 if ($level == -3) {
9402 $level
9336 DivLn($h, $level = 3, $move_y = true, $collapsible = false, $state = 0) global() argument
11698 TableHeaderFooter($content = '', $tablestartpage = '', $tablestartcolumn = '', $horf = 'H', $level = 0, $firstSpread = true, $finalSpread = true) global() argument
23264 Bookmark($txt, $level = 0, $y = 0) global() argument
23401 TOC_Entry($txt, $level = 0, $toc_id = 0) global() argument
[all...]
H A DOtl.php1633 function _applyGSUBsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $level, $currentTag, $is_old_spec, $tagInt) argument
1671 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
1701 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
1747 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
1809 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
1863 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
1972 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
2068 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
2238 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
2322 $this->_dumpproc('GSUB', $lookupID, $subtable, $Type, $SubstFormat, $ptr, $currGlyph, $level);
3282 _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $tag, $level, $is_old_spec) global() argument
6169 _dumpproc($GPOSSUB, $lookupID, $subtable, $Type, $Format, $ptr, $currGlyph, $level) global() argument
[all...]
H A DOtlDump.php1975 function _getGSUBarray(&$Lookup, &$lul, $scripttag, $level = 1, $coverage = '', $exB = '', $exL = '') argument
1980 if ($level == 1) {
1981 $html .= '<bookmark level="0" content="GSUB features">';
1984 $html .= '<div class="level' . $level . '">';
1985 $html .= '<h5 class="level' . $level . '">';
1986 if ($level == 1) {
1987 $html .= '<bookmark level="1" content="' . $tag . ' [#' . $i . ']">';
2005 if ($level
3221 _getGPOSarray(& $Lookup, $lul, $scripttag, $level = 1, $lcoverage = '', $exB = '', $exL = '') global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php41 while ($bmo[$i]['l'] - $lastlevel > 1) { // If jump down more than one level, insert a new entry
55 $level = 0;
62 if ($o['l'] > $level) {
69 if ($o['l'] <= $level and $i > 0) {
76 $level = $o['l'];
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
44 $logger->{$level}($message, array('user' => 'Bob'));
45 $logger->log($level, $message, array('user' => 'Bob'));
48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergenc
[all...]
H A DTestLogger.php69 public function log($level, $message, array $context = []) argument
72 'level' => $level,
77 $this->recordsByLevel[$record['level']][] = $record;
81 public function hasRecords($level) argument
83 return isset($this->recordsByLevel[$level]);
86 public function hasRecord($record, $level) argument
99 }, $level);
102 public function hasRecordThatContains($message, $level) argument
106 }, $level);
109 hasRecordThatMatches($regex, $level) global() argument
116 hasRecordThatPasses(callable $predicate, $level) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md361 - Fatal error after page-break-after:always on root level block element
590 - Bookmarks will now work if jump more than one level e.g. 0,2,1 Inserts a new blank entry at level 1
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css57 div.mpdf_toc_level_0 { /* Whole line level 0 */
63 span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside <a> */
67 span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside <a> */
70 div.mpdf_toc_level_1 { /* Whole line level 1 */
76 span.mpdf_toc_t_level_1 { /* Title level 1 */
81 span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside <a> */
84 div.mpdf_toc_level_2 { /* Whole line level 2 */
90 span.mpdf_toc_t_level_2 { /* Title level 2 */
93 span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside <a> */
/plugin/dw2pdf/_test/
H A DRendererTest.php38 foreach ($levels as $i => $level) {
39 $actualbookmarklevel = $this->callInaccessibleMethod($Renderer, 'calculateBookmarklevel', [$level]);
40 $this->assertEquals($expectedbookmarklevels[$i], $actualbookmarklevel, "index:$i, lvl:$level");

12345678910>>...26