Home
last modified time | relevance | path

Searched refs:chars (Results 76 – 100 of 132) sorted by path

123456

/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt51 are converted to lowercase automatically, special chars are not allowed.
/plugin/fckg/
H A DChanges297 replace utf8 chars in plugin regexes with entities (edit.php)
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
48 chars = true;
61 chars = false;
71 chars = false;
81 chars = false;
85 if ( chars ) {
91 if ( handler.chars )
92 handler.chars( text );
100 if ( handler.chars )
101 handler.chars( text );
/plugin/fckg/scripts/
H A Dscript-cmpr.js1chars){u.chars(t)}}}else{m=m.replace(new RegExp("(.*)</"+r.last()+"[^>]*>"),function(v,w){w=w.repl…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst99 This is shown in the user menu. This string should be shorter than 30 chars
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dspecial_chars.test2 "§" special chars in a block name
/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/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php147 $chars = "";
149 $chars .= sprintf("<%02X> <%04X> \n", $code, $utf);
165 ${chars}
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php300 $chars = str_split($string);
301 $numChars = count($chars);
303 $char = $chars[$i];
410 if ($chars[($i - 1)] !== '\\') {
439 $chars,
625 if (isset($chars[($i - 2)]) === true && $chars[($i - 2)] === '\\') {
946 $numChars = count($chars);
948 if ($chars[$next] === '/') {
968 if ($chars[$next] !== '/') {
989 if ($chars[$next] !== ' ') {
[all …]
/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/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
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 ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_ReadersXml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ReadersXml.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as249 // A whitelist of accepted chars.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2490 case insensitive, ignores most punctuation, treats accented chars
2493 RIFF/WAVE files with the first 4 chars changed from RIFF to SDSS)
2714 escaped chars or %xx-formatted characters
2804 [unknown program] had data padded to 50 chars with null bytes,
/plugin/judge/helper/
H A Djdatetime.class.php107 $chars = (preg_match_all('/([a-zA-Z]{1})/', $format, $chars)) ? $chars[0] : array();
111 $intact = self::filterArray($chars, $intact);
125 $keys = self::filterArray($chars, $keys, array('z'));
/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 …]

123456