Home
last modified time | relevance | path

Searched refs:chars (Results 26 – 50 of 132) sorted by relevance

123456

/plugin/preventzerowidthchars/
H A Dplugin.info.txt6 desc Remove all zero-width-chars from text that is to be saved
H A DREADME3 Remove all zero-width-chars from text that is to be saved
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/codehighlight/cp/languages/
H A Dgeneric.css9 em {font-weight:bold;} /* special chars */
H A Druby.css10 u {font-weight:bold;} /* special chars */
H A Dperl.css11 u {font-weight:bold;} /* special chars */
/plugin/gtime/gtlib/util/
H A DGTBaseX.php70 $this->chars = GTUtil::toArray($alphabet);
192 $result .= $this->chars[($buff >> ($size - $this->bits)) & $mask];
H A DGTBigInteger.php93 $chars = array(
98 if (!in_array($c, $chars, true)) {
/plugin/passwordgenerator/
H A Dreadme.txt4 …lection with generated password if necessary. Password contains atleast some defined special chars.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php2437 // Get types of new inserted chars - or replicate type of char being replaced
2617 // Get types of new inserted chars - or replicate type of char being replaced
2840 $chars = [];
2842 $chars[] = $this->OTLdata[$i]['hex'];
2849 $max = count($chars);
2851 $crntChar = $chars[$i];
2853 $prevChar = hexdec($chars[$i - 1]);
2857 if ($prevChar && isset($this->arabTransparentJoin[$prevChar]) && isset($chars[$i - 2])) {
2858 $prevChar = hexdec($chars[$i - 2]);
2859 if ($prevChar && isset($this->arabTransparentJoin[$prevChar]) && isset($chars[
2899 get_arab_glyphs($char, $type, & $chars, $i, $scriptTag, $usetags) global() argument
[all...]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php386 $chars = array(
394 $k = array_keys($chars, $code{$i});
398 return $chars[$j];
537 $chars = array(
550 $k = array_keys($chars, $code{$i});
558 $c = $chars[$check];
564 $k = array_keys($chars, $code{$i});
572 $k = $chars[$check];
/plugin/codehighlight/cp/engines/
H A Dopera.js24 chars = '|32|46|62|'; // charcodes that trigger syntax highlighting
45 else if(chars.indexOf('|'+charCode+'|')!=-1||keyCode==13) { // syntax highlighting
H A Dgecko.js27 chars = '|32|46|62|8|'; // charcodes that trigger syntax highlighting
50 else if(chars.indexOf('|'+charCode+'|')!=-1||keyCode==13) { // syntax highlighting
H A Dmsie.js25 chars = '|32|46|62|'; // charcodes that trigger syntax highlighting
47 else if(chars.indexOf('|'+charCode+'|')!=-1||charCode==13) { // syntax highlighting
/plugin/dokumicrobugtracker/
H A DCHANGELOG12 …resizable, add delete feature with confirmation, fix bug #69 : email lenght was limited to 20 chars
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dtext-macros.js19chars(h));if(this.env.mathvariant){e.mathvariant=this.env.mathvariant}this.Push(a.mover(g,e))},Emp…
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js1032 var chars = deadkeys[i][1].split(" ");
1036 for (var z=0, cL=chars.length; z<cL; z++) {
1037 dk[deadkeys[i][0]][chars[z].charAt(0)] = chars[z].charAt(1);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js5274 function createPadding(length, chars) { argument
5275 chars = chars === undefined ? ' ' : baseToString(chars);
5277 var charsLength = chars.length;
5279 return charsLength ? baseRepeat(chars, length) : chars;
5281 var result = baseRepeat(chars, nativeCeil(length / stringSize(chars)));
5282 return hasUnicode(chars)
14371 function pad(string, length, chars) {
14955 function trim(string, chars, guard) {
14960 if (!string || !(chars = baseToString(chars))) {
14995 if (!string || !(chars = baseToString(chars))) {
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js5274 function createPadding(length, chars) { argument
5275 chars = chars === undefined ? ' ' : baseToString(chars);
5277 var charsLength = chars.length;
5279 return charsLength ? baseRepeat(chars, length) : chars;
5281 var result = baseRepeat(chars, nativeCeil(length / stringSize(chars)));
5282 return hasUnicode(chars)
14371 function pad(string, length, chars) {
14955 function trim(string, chars, guard) {
14960 if (!string || !(chars = baseToString(chars))) {
14995 if (!string || !(chars = baseToString(chars))) {
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php1541 protected function skip($chars) argument
1543 $this->pos += strspn($this->doc, $chars, $this->pos);
1547 protected function copy_skip($chars) argument
1550 $len = strspn($this->doc, $chars, $pos);
1557 protected function copy_until($chars) argument
1560 $len = strcspn($this->doc, $chars, $pos);
/plugin/markdownextra/
H A Dmarkdown.php1521 $chars = preg_split('/(?<!^)(?!$)/', $addr);
1524 foreach ($chars as $key => $char) {
1532 else if ($r < 45) $chars[$key] = '&#x'.dechex($ord).';';
1533 else $chars[$key] = '&#'.$ord.';';
1537 $addr = implode('', $chars);
1538 $text = implode('', array_slice($chars, 7)); # text without `mailto:`
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php2162 protected function skip($chars) { argument
2163 $this->pos += strspn($this->doc, $chars, $this->pos);
2167 protected function copy_skip($chars) { argument
2169 $len = strspn($this->doc, $chars, $pos);
2178 protected function copy_until($chars) { argument
2180 $len = strcspn($this->doc, $chars, $pos);
/plugin/indexnumber/
H A DREADME.md18 If you want to have separator chars between the index number and the description
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/txt2tags/
H A Dtoolbar.php212 'icon' => 'chars.png',

123456