Home
last modified time | relevance | path

Searched refs:chars (Results 101 – 125 of 132) sorted by last modified time

123456

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js234 var chars = charlist || " \t\n\r";
236 new RegExp("^[" + chars + "]*|[" + chars + "]*$", "g"), ""
241 var chars = charlist || " \t\n\r";
243 new RegExp( "[" + chars + "]*$", "g" ), ""
1533 var chars = [];
1536 chars.push(addr.charAt(i));
1540 for(i = 0; i < chars.length; i++) {
1541 var c = chars[i];
1550 else { chars[i] = '&#' + ord.toString(10) + ';'; }
1554 addr = chars.join('');
[all …]
/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/indexnumber/
H A DREADME.md18 If you want to have separator chars between the index number and the description
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php147 $chars = "";
149 $chars .= sprintf("<%02X> <%04X> \n", $code, $utf);
165 ${chars}
/plugin/dokumicrobugtracker/
H A DCHANGELOG12 …resizable, add delete feature with confirmation, fix bug #69 : email lenght was limited to 20 chars
/plugin/txt2tags/
H A Dtoolbar.php212 'icon' => 'chars.png',
/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/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js379chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0… variable
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js379chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0… variable
/plugin/swfobject/
H A Dsyntax.php237 $chars = "^&|!+\-*\/%=\?:;,{}()<>% \t\n\r'\"[]";
243 while ($i < $slen && (strpos($chars,$s[$i]) === false) ){
321 if($i+1 < $slen && (strpos($chars,$s[$i+1]) !== false)){
329 if($lch && (strpos($chars,$lch) !== false)){
/plugin/processing/
H A Dscript.js5595 var chars = this.split("");
5596 for (var i = chars.length - 1; i >= 0; i--) {
5597 chars[i] = new Char(chars[i]);
5599 return chars;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt51 are converted to lowercase automatically, special chars are not allowed.
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersXml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ReadersXml.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
12 # UTF-8 multibyte chars as is)
/plugin/codehighlight/cp/languages/
H A Druby.css10 u {font-weight:bold;} /* special chars */
H A Dperl.css11 u {font-weight:bold;} /* special chars */
H A Dgeneric.css9 em {font-weight:bold;} /* special chars */

123456