Home
last modified time | relevance | path

Searched refs:code (Results 26 – 50 of 2406) sorted by relevance

12345678910>>...97

/plugin/ckgdoku/scripts/
H A DsafeFN_class.js179 chr: function (code) argument
181 return String.fromCharCode(code);
187 code2utf: function (code) argument
189 if (code < 128) return this.chr(code);
190 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
191 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
192 …if (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128…
202 code = utf8str.charCodeAt(i++);
209 if (code < 128) str[j++]= this.chr(code);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
[all …]
/plugin/ckgedit/scripts/
H A DsafeFN_class.js179 chr: function (code) argument
181 return String.fromCharCode(code);
187 code2utf: function (code) argument
189 if (code < 128) return this.chr(code);
190 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
191 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
192 …if (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128…
202 code = utf8str.charCodeAt(i++);
209 if (code < 128) str[j++]= this.chr(code);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js175 chr: function (code) argument
177 return String.fromCharCode(code);
183 code2utf: function (code) argument
185 if (code < 128) return this.chr(code);
186 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
187 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
188 …if (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128…
198 code = utf8str.charCodeAt(i++);
205 if (code < 128) str[j++]= this.chr(code);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
[all …]
/plugin/codehighlight/cp/engines/
H A Dmsie.js104 else if(mid+2000>code.length) {ini=code.length-4000;end=code.length;}
106 code = code.substring(ini,end);
107 return code.substring(code.indexOf('<P>'),code.lastIndexOf('</P>')+4);
249 code = code.replace(/<br>/g,'\n');
252 code = code.replace(/<p>/gi,'\n');
253 code = code.replace(/&nbsp;/gi,'');
254 code = code.replace(/\u2009/g,'');
255 code = code.replace(/<.*?>/g,'');
256 code = code.replace(/&lt;/g,'<');
257 code = code.replace(/&gt;/g,'>');
[all …]
H A Dopera.js87 else if(mid+2000>code.length) {ini=code.length-4000;end=code.length;}
89 code = code.substring(ini,end);
210 code = code.replace(/<br>/g,'\n');
211 code = code.replace(/\u2009/g,'');
212 code = code.replace(/<.*?>/g,'');
213 code = code.replace(/&lt;/g,'<');
214 code = code.replace(/&gt;/g,'>');
215 code = code.replace(/&amp;/gi,'&');
222 code = code.replace(/\u2009/gi,'');
223 code = code.replace(/&/gi,'&amp;');
[all …]
/plugin/gitbacked/lang/en/
H A Dmail_repo_path_error.txt3 * **Repo path:** <code>@GIT_REPO_PATH@</code>
5 * **Error:** <code>@GIT_ERROR_MESSAGE@</code>
7 * **User:** <code>@NAME@</code>
9 * **eMail:** <code>@MAIL@</code>
11 * **Browser:** <code>@BROWSER@</code>
13 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
/plugin/gitbacked/lang/de/
H A Dmail_repo_path_error.txt3 * **Repo Pfad:** <code>@GIT_REPO_PATH@</code>
5 * **Fehler:** <code>@GIT_ERROR_MESSAGE@</code>
7 * **Anwender:** <code>@NAME@</code>
9 * **eMail:** <code>@MAIL@</code>
11 * **Browser:** <code>@BROWSER@</code>
13 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php12 * @param string $code
17 public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
19 $this->init($code, $printRatio, $extended, $checksum);
29 * @param string $code
36 private function init($code, $printRatio, $extended, $checksum) argument
85 $code = strtoupper($code);
90 $code = $this->encodeExt($code);
93 if ($code
147 encodeExt($code) global() argument
205 checksum($code) global() argument
[all...]
H A DPostnet.php13 * @param string $code
18 public function __construct($code, $xDim, $gapWidth, $planet = false) argument
20 $this->init($code, $gapWidth, $planet);
30 * @param string $code
34 private function init($code, $gapWidth, $planet) argument
65 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 5, 'bcode' => []];
68 $code = str_replace('-', '', $code);
69 $code
[all...]
H A DCode11.php13 * @param string $code
16 public function __construct($code, $printRatio, $quiet_zone_left = null, $quiet_zone_right = null) argument
18 $this->init($code, $printRatio);
28 * @param string $code
31 private function init($code, $printRatio) argument
48 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
52 $len = strlen($code);
59 $digit = $code[$i];
78 $code
[all...]
H A DCodabar.php7 * Older code often used in library systems, sometimes in blood banks
13 * @param string $code
16 public function __construct($code, $printRatio, $quiet_zone_left = null, $quiet_zone_right = null) argument
18 $this->init($code, $printRatio);
28 * @param string $code
31 private function init($code, $printRatio) argument
56 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
59 $code = strtoupper($code);
[all...]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dcode.md1 this is `inline code`
3 this is ``inline code``
5 this is `` inline code ``
7 this is `` inline ` code ``
9 this is ``` inline `` code ```
11 code block
13 code block
15 this is code too: ` co
19 A code block enclosed in brackets: [`somecode`].
21 A code block enclosed in brackets: [ `somecode` ].
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php103 $handler =& CSS::get_handler($code);
116 if ($code == CSS_FONT_SIZE) {
127 return $this->_state[$level][$code];
138 function &get_property($code) { argument
140 if (!isset($cache[$code])) {
141 $cache[$code] =& CSS::get_handler($code);
157 $state[$code] = $value;
163 function set_property($code, $value) { argument
167 if (!isset($cache[$code])) {
168 $cache[$code] =& CSS::get_handler($code);
[all …]
H A Dcss.property.collection.php45 $code = $property->get_code();
50 if ($this->is_important($code) &&
55 if (array_key_exists($code, $this->_positions)) {
61 $this->_positions[$code] = count($this->_priorities)-1;
65 function contains($code) { argument
66 return isset($this->_positions[$code]);
86 function is_important($code) { argument
87 if (!isset($this->_positions[$code])) {
93 function &get_property_value($code) { argument
94 if (!isset($this->_positions[$code])) {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php77 $this->setBarcode($code, $type);
100 $qrcode = new Datamatrix($code);
102 $this->barcode_array['code'] = $code;
133 $this->barcode_array['code'] = $code;
143 $this->barcode_array['code'] = $code;
149 $code = preg_replace('/[\s]*/si', '', $code);
150 if (strlen($code) < 3) {
155 $rows = explode(',', $code);
158 $code = substr($code, 1, -1);
159 $rows = explode('][', $code);
[all …]
/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css4 pre .str, code .str { color: #65B042; } /* string - green */
8 pre .lit, code .lit { color: #3387CC; } /* literal - blue */
10 pre .pln, code .pln { color: #fff; } /* plaintext - white */
16 pre.prettyprint, code.prettyprint {
36 pre .str, code .str { color: #060; }
37 pre .kwd, code .kwd { color: #006; font-weight: bold; }
40 pre .lit, code .lit { color: #044; }
41 pre .pun, code .pun { color: #440; }
42 pre .pln, code .pln { color: #000; }
44 pre .atn, code .atn { color: #404; }
[all …]
H A Ddoxy.css3 pre .str, code .str { color: #fec243; } /* string - eggyolk gold */
6 pre .typ, code .typ { color: #6ecbcc; } /* type - turq green */
7 pre .lit, code .lit { color: #d06; } /* literal - cherry red */
20 pre.prettyprint, code.prettyprint {
40 pre.prettyprint a, code.prettyprint a {
52 pre .str, code .str { color: #088; }
53 pre .kwd, code .kwd { color: #006; font-weight: bold; }
55 pre .typ, code .typ { color: #404; font-weight: bold; }
56 pre .lit, code .lit { color: #044; }
57 pre .pun, code .pun { color: #440; }
[all …]
/plugin/flattr/
H A Dhelper.php119 $code .= '</div>';
121 return $code;
149 $code .= 'title="'.hsc($params['title']).'" ';
150 $code .= 'href="'.hsc($params['url']).'" ';
151 $code .= 'rev="flattr;';
153 $code .= hsc($key . ':' . $value . ';');
155 $code .= '">';
157 $code .= '</a>';
159 return $code;
169 $code .= '</a>'.DOKU_LF;
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php175 if (0x80 > $code %= 0x200000) {
176 $s = \chr($code);
177 } elseif (0x800 > $code) {
178 $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F);
179 } elseif (0x10000 > $code) {
180 $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F);
182 …$s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(…
205 if (0xF0 <= $code) {
208 if (0xE0 <= $code) {
211 if (0xC0 <= $code) {
[all …]
/plugin/xssnipper/
H A Daction.php52 'title' => 'code',
54 'open' => '<code>\n',
55 'close' => '\n</code>',
61 'open' => '<code php>\n',
62 'close' => '\n</code>',
69 'close' => '\n</code>',
76 'close' => '\n</code>',
80 'title' => 'code',
83 'close' => '\n</code>',
90 'close' => '\n</code>',
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.ForbiddenAttributes.txt
/plugin/exttab3/
H A DREADME.md13 |<code>{&#124;</code> | table start |
14 |<code>{+</code> | table caption |
15 |<code>{-</code> | table row |
16 |<code>!</code> | table header |
17 |<code>&#124;</code> | table data |
18 |<code>&#124;}</code> | table end |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DUcdn.php116 public static function get_ucd_record($code) argument
118 if ($code >= 0x110000) {
121 $index = self::$index0[$code >> (8)] << 5;
122 $offset = ($code >> 3) & ((1 << 5) - 1);
124 $offset = $code & ((1 << 3) - 1);
130 public static function get_general_category($code) argument
132 $ucd_record = self::get_ucd_record($code);
136 public static function get_combining_class($code) argument
138 $ucd_record = self::get_ucd_record($code);
142 public static function get_bidi_class($code) argument
148 get_mirrored($code) global() argument
154 get_east_asian_width($code) global() argument
160 get_normalization_check($code) global() argument
166 get_script($code) global() argument
[all...]
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php77 $code = isset($data['error']['code']) ? $data['error']['code'] : null;
89 … return new static($response, new FacebookAuthenticationException($message, $code));
101 switch ($code) {
106 return new static($response, new FacebookAuthenticationException($message, $code));
111 return new static($response, new FacebookServerException($message, $code));
119 return new static($response, new FacebookThrottleException($message, $code));
123 return new static($response, new FacebookClientException($message, $code));
127 if ($code == 10 || ($code >= 200 && $code <= 299)) {
128 return new static($response, new FacebookAuthorizationException($message, $code));
133 return new static($response, new FacebookAuthenticationException($message, $code));
[all …]
/plugin/switchpanel/
H A Daction.php45 $code = '\n<switchpanel showEars=false>\n'.$code_msg.$rj01_24a;
46 $code.= '\n</switchpanel>\n';
50 $code.= '\n</switchpanel>\n';
54 $code.= '\n'.$rj25_48a.'\n</switchpanel>\n';
58 … $code.= '\n==text\n'.$this->getLang('name_2x24b').'\n'.$rj25_48a.'\n</switchpanel>\n';
62 $code.= '\n</switchpanel>\n';
66 … $code.= '\n==text\n'.$this->getLang('name_4x12b').'\n'.$rj25_48b.'\n</switchpanel>\n';
70 $code.= '\n</switchpanel>\n';
74 $code.= '\n</switchpanel>\n';
77 $code = '';
[all …]

12345678910>>...97