Home
last modified time | relevance | path

Searched +full:hi +full:- +full:level (Results 1 – 25 of 91) sorted by relevance

1234

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dhtml-block.md29 self-closing on block level:
40 <custom multi="line" something="hi" />
57 this paragraph contains a <!-- multi
58 line html comment -->
Dhtml-block.html20 <p>self-closing on block level:</p>
26 <custom multi="line" something="hi" />
40 <p>this paragraph contains a <!-- multi
41 line html comment -->
/plugin/mellelexport/
Drenderer.php65 $this->conf['m'] = $m;
135 // If older or equal to 2007-06-26, we need to disable caching
138 $this->info["cache"] = false;
146 $contentFileName = date('Y-m-d_').$contentFileName;
149 // send the content type header, new method after 2007-06-26 (handles caching)
154 'Content-Type' => $contentType,
155 'Content-Disposition' => 'attachment; filename="'.$contentFileName.'";',
160 header('Content-Type: '.$contentType);
161 header('Content-Disposition: attachment; filename="'.$contentFileName.'";');
164 header('Content-Type: text/html; charset=utf-8');
[all …]
/plugin/jmol2/jmol/
DJmolAppletSigned0_i18n_ca.jar ... META-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN.RSA ...
DJmolApplet0_i18n_ca.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/jmol ...
/plugin/wrap/
Dexample.txt37 * **multi-columns**
122 You can use the same options with spans (as each element that floats is automatically a block level
135 === Multi-columns ===
138 Multi-columns work best in modern browsers (no IE9 and below) but should still be considered experi…
142 The former type of column is determined by its width, the latter by its amount. The width-based col…
144 :!: Note: Multi-columns don't make sense for spans.
275 You can mark text as <wrap hi>highlighted</wrap>, <wrap lo>less significant</wrap> and <wrap em>esp…
277 …You can mark text as <wrap hi>highlighted</wrap>, <wrap lo>less significant</wrap> and <wrap em>es…
297 …noPrefix'' config option and that your template supports at least the 2012-01-25 "Angua" DokuWiki …
367 :!: Warning: The text will still appear in the source code, in non-modern browsers and is searchabl…
[all …]
/plugin/sha3sum/
DSha3.php77 $hi = $t[0];
80 $n -= 32;
81 $hi = $t[1];
86 (($hi << $n) | ($lo >> (32 - $n))) & (0xFFFFFFFF),
87 (($lo << $n) | ($hi >> (32 - $n))) & (0xFFFFFFFF)
120 $rsiz = 200 - 2 * $capacity;
128 for ($in_t = 0; $inlen >= $rsiz; $inlen -= $rsiz, $in_t += $rsiz) {
145 $temp[$rsiz - 1] = chr(ord($temp[$rsiz - 1]) | 0x80);
220 ((($t[(0+$n) %4] << $m) | ($t[(1+$n) %4] >> (16-$m))) & (0xFFFF)),
221 ((($t[(1+$n) %4] << $m) | ($t[(2+$n) %4] >> (16-$m))) & (0xFFFF)),
[all …]
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js4 function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbo…
18 var fastCsv = require('fast-csv');
26 var StreamBuf = require('../utils/stream-buf');
30 /* eslint-disable quote-props */
58 /* eslint-ensable quote-props */
122 …ateFormats = options.dateFormats || ['YYYY-MM-DD[T]HH:mm:ssZ', 'YYYY-MM-DD[T]HH:mm:ss', 'MM-DD-YYY…
172 …d. Please follow upgrade instruction: https://github.com/exceljs/exceljs/blob/master/UPGRADE-4.0.md
178 …Please follow upgrade instruction: https://github.com/exceljs/exceljs/blob/master/UPGRADE-4.0.md');
238 while (lastRow++ < rowNumber - 1) {
300 },{"../utils/stream-buf":23,"../utils/utils":26,"dayjs":336,"dayjs/plugin/customParseFormat":337,"d…
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dtelevisions.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
7 … file may only include tv user agents that contain '(?:HbbTV|SmartTvA)/([1-9]{1}(\.[0-9]{1}){1,2})'
16 - regex: 'Airties; ?([^);/]+)'
24 - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
32 - regex: 'ALDISUED, ([a-z0-9_ -]+), (?:wired|wireless)'
34 - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
42 - regex: 'Altech UEC; ?([^);/]+)'
62 - regex: 'Amazon.+AMZ-([a-z0-9_ -]+)_Build_'
70 - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
78 - regex: '(LE(?:32|43)S5970(?:s)?-(?:20|28|30)|LE55U7970-30|LE43S5977-20|U60856|S50856)'
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php167 $this->mpdf = $mpdf;
168 …$this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads…
174 $this->mode = $mode;
175 $this->useOTL = $useOTL; // mPDF 5.7.1
176 $this->fontkey = $fontkey; // mPDF 5.7.1
177 $this->filename = $file;
178 $this->fh = fopen($file, 'rb');
180 if (!$this->fh) {
184 $this->_pos = 0;
185 $this->charWidths = '';
[all …]
DTTFontFile.php41 * written in Python - http://www.reportlab.com/software/opensource/
216 $this->fontCache = $fontCache;
217 $this->fontDescriptor = $fontDescriptor;
220 $this->maxStrLenRead = 200000;
225 $this->useOTL = $useOTL;
226 $this->fontkey = $fontkey;
227 $this->filename = $file;
228 $this->fh = fopen($file, 'rb');
230 if (!$this->fh) {
234 $this->_pos = 0;
[all …]
DMpdf.php21 * mPDF, PHP library generating PDF files from UTF-8 encoded HTML
26 * @license GPL-2.0
76 var $PDFAversion = '1-B';
296 // mPDF 5.7.3 inline text-decoration parameters
320 var $docTemplateStart; // Internal flag for page (page no. -1) that docTemplate starts on
351 …var $writingHTMLheader; // internal flag - used both for writing HTMLHeaders/Footers and FixedPos …
407 …var $pageDim; // Keep track of page wxh for orientation changes - set in _beginpage, used in _puta…
472 // List of ALL available CJK fonts (incl. styles) (Adobe add-ons) hw removed
518 var $entsubstitute; // Array of substitution decimal unicode for the Hi entities
552 // mPDF 6 Used for table cell (block-type) properties
[all …]
/plugin/issuetracker/lang/en/
Dlang.php6 * @author Taggic <taggic@t-online.de>
14 …amp" class="action login" accesskey="" rel="nofollow" style="color:blue;text-decoration:underline;…
16 $lang['wmsg6'] = 'Upload Error: The max file-size of %s bytes was exceeded';
18 $lang['wmsg8'] = 'Upload Error: The Mime-Type of the file is faulty or not supported.';
66 $lang['msg_addFollower_true'] = 'ID: %s -> Follower added: ';
67 $lang['msg_rmvFollower_true'] = 'ID: %s -> Follower removed: ';
68 $lang['msg_addFollower_failed'] = 'ID: %s -> failed to update Follower: ';
92 $lang['lbl_lessPermission'] = 'Your permission level is to low. Please contact the admin.';
135 /* send an e-mail to user due to issue modificaion
164 /* send an e-mail to user due to issue set to resolved on details
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio.ac3.php12 // module for analyzing AC-3 (aka Dolby Digital) audio files //
17 if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly…
39 $info = &$this->getid3->info;
52 // An AC-3 serial coded audio bit stream is made up of a sequence of synchronization frames
70 $this->fseek($info['avdataoffset']);
71 …$tempAC3header = $this->fread(100); // should be enough to cover all data, there are some variable
72 $this->AC3header['syncinfo'] = getid3_lib::BigEndian2Int(substr($tempAC3header, 0, 2));
73 $this->AC3header['bsi'] = getid3_lib::BigEndian2Bin(substr($tempAC3header, 2));
74 …b::LittleEndian2Int(substr($tempAC3header, 5, 1)) & 0xF8) >> 3; // AC3 and E-AC3 put the "bsid" ve…
77 if ($this->AC3header['syncinfo'] !== self::syncword) {
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php4 * Device Detector - The Universal Device Detection library for parsing User Agents
44 … public const DEVICE_TYPE_TV = 5; // including set top boxes, blu-ray players,...
259 'BS' => 'BenQ-Siemens',
334 'GRD' => 'G-Guard',
354 '02' => 'Cell-C',
408 'CDE' => 'COOD-E',
524 'DTE' => 'D-Tech',
525 'DLI' => 'D-Link',
531 'EB' => 'E-Boda',
536 '2E' => 'E-Ceros',
[all …]
/plugin/statistics/vendor/matomo/device-detector/
DREADME.md4 …rsion](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages/mat…
5 …loads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages/ma…
6 …icense](https://poser.pugx.org/matomo/device-detector/license)](https://packagist.org/packages/mat…
10 …//github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](ht…
11 …//github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](ht…
12 …://github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](htt…
13 …//github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branch=master)](h…
14 …ub.com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=maste…
16 …tained.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec…
17 …itmaintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec…
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js64 normal: 'Roboto-Regular.ttf',
65 bold: 'Roboto-Medium.ttf',
66 italics: 'Roboto-Italic.ttf',
67 bolditalics: 'Roboto-Italic.ttf'
122 iFrame.style.left = '-99999px';
231 * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,
234 * - Safari 5-7 lacks support for changing the `Object.prototype.constructor` property
237 * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.
239 * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of
253 typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`
[all …]
/plugin/autotweet/
DOAuth.php15 $this->key = $key;
16 $this->secret = $secret;
17 $this->callback_url = $callback_url;
21 return "OAuthConsumer[key=$this->key,secret=$this->secret]";
35 $this->key = $key;
36 $this->secret = $secret;
45 OAuthUtil::urlencode_rfc3986($this->key) .
47 OAuthUtil::urlencode_rfc3986($this->secret);
51 return $this->to_string();
61 * Needs to return the name of the Signature Method (ie HMAC-SHA1)
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md3 <!-- div class="toc-container" -->
5 <!-- div -->
8 * <a href="#_chunkarray-size1">`_.chunk`</a>
10 * <a href="#_concatarray-values">`_.concat`</a>
11 * <a href="#_differencearray-values">`_.difference`</a>
12 * <a href="#_differencebyarray-values-iteratee_identity">`_.differenceBy`</a>
13 * <a href="#_differencewitharray-values-comparator">`_.differenceWith`</a>
14 * <a href="#_droparray-n1">`_.drop`</a>
15 * <a href="#_droprightarray-n1">`_.dropRight`</a>
16 * <a href="#_droprightwhilearray-predicate_identity">`_.dropRightWhile`</a>
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D42.42.js.map1-editor/esm/vs/basic-languages/postiats/postiats.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;A…
/plugin/emoji/assets/
Demoji_strategy.json1-closed eyes happy smiley laugh emotion"},"wink":{"unicode":"1f609","shortname":":wink:","aliases"…
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.core.js4 * Build: `lodash core -o ./dist/lodash.core.js`
12 /** Used as a safe reference for `undefined` in pre-ES5 environments. */
53 var reIsUint = /^(?:0|[1-9]\d*)$/;
79 /*--------------------------------------------------------------------------*/
103 * @returns {number} Returns the index of the matched value, else `-1`.
107 index = fromIndex + (fromRight ? 1 : -1);
109 while ((fromRight ? index-- : ++index < length)) {
114 return -1;
204 /*--------------------------------------------------------------------------*/
206 /** Used for built-in method references. */
[all …]
/plugin/asciidocjs/node_modules/lodash/
Dcore.js4 * Build: `lodash core -o ./dist/lodash.core.js`
12 /** Used as a safe reference for `undefined` in pre-ES5 environments. */
53 var reIsUint = /^(?:0|[1-9]\d*)$/;
79 /*--------------------------------------------------------------------------*/
103 * @returns {number} Returns the index of the matched value, else `-1`.
107 index = fromIndex + (fromRight ? 1 : -1);
109 while ((fromRight ? index-- : ++index < length)) {
114 return -1;
204 /*--------------------------------------------------------------------------*/
206 /** Used for built-in method references. */
[all …]
Dlodash.js11 /** Used as a safe reference for `undefined` in pre-ES5 environments. */
21 var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',
25 /** Used to stand-in for `undefined` hash values. */
76 MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1,
140 var reEscape = /<%-([\s\S]+?)%>/g,
147 …rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:…
151 * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
168 var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
174 * - "()," (modification of function parameters)
175 * - "=" (default value)
[all …]
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js11 /** Used as a safe reference for `undefined` in pre-ES5 environments. */
21 var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',
24 /** Used to stand-in for `undefined` hash values. */
75 MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1,
139 var reEscape = /<%-([\s\S]+?)%>/g,
146 …rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:…
150 * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
166 var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
173 …* [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexica…
181 var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
[all …]

1234