Home
last modified time | relevance | path

Searched refs:len (Results 226 – 250 of 422) sorted by path

12345678910>>...17

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php550 for($i = 0, $len = strlen($string);$i < $len; $i++)
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php18 function utf8_substr($str,$start,$len=null) { argument
19 if (!strcmp($len,'0')) return '';
32 if ($len!=null) {
33 $byte_end = @utf8_char2byte_pos($str,$len);
35 …return $len<0 ? '' : $str; // When length is less than zero and exceeds, then we return blank s…
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php89 $len = strlen($decodedurl);
90 …$short_url = ($len > $shurl_w) ? substr($decodedurl, 0, $shurl_begin_w) . "..." . substr($decodedu…
/plugin/gallery/
H A Dsyntax.php
/plugin/gallery2/dwgallery/
H A Ddwgallery.php402 $len = strlen($suffix);
407 if (substr($filename,0,6) != 'thumb_' and substr($filename,0,$len) == $suffix) {
/plugin/gh/
H A Dsyntax.php145 $len = $data['to'] - $data['from'];
146 if ($len <= 0) $len = null;
149 $lines = array_slice($lines, $data['from'], $len);
/plugin/godiag/
H A Dsyntax.php259 $len=count($as_array);
265 if($len>$this->dgm['gridh']) { $this->dgm['gridh']=$len; }
/plugin/graphgear/
H A Dsyntax.php231 $len = strlen($string);
232 for($i=0; $i<=$len; $i++){
234 if($string[$i] == ',' || $i == $len){
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …sng:1,timevalue:1,second:1,year:1,space:1,abs:1,clng:1,timeserial:1,fixs:1,len:1,asc:1,isempty:1,m… property in hljs.LANGUAGES.vbscript.dM.k.built_in
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php178 $len = strlen($raw_content);
179 while ($ptr < $len) {
H A Dcss.ruleset.class.php107 $len = strlen($css);
108 while (ord($css{$pos}) > 127 && $pos < $len) { $pos ++; };
H A Dvalue.margin.class.php44 $len = strlen($data);
46 if ($len > 0) {
47 $is_percentage = ($data{$len-1} === '%');
H A Dvalue.padding.class.php40 $len = strlen($data);
42 if ($len > 0) {
43 $is_percentage = ($data{$len-1} === '%');
/plugin/htmlabstract/
H A Dsyntax.php217 $len = 0;
225 if ($maxlen == ++$len)
/plugin/htmlokay/
H A Dsyntax.php579 if ($len = strlen($string_x) > 400)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php1261 $len = strlen($key);
1263 $max = $len;
H A DFile.php2440 $len = $tokens[$i]['length'];
2446 echo "Process token $i on line $line [col:$col;len:$len;lvl:$level;";
/plugin/imapmarkers/
H A Djquery.imagemapster.js603 len,
609 len = src.length;
610 for (i = 0; i < len; i++) {
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1106 $len = strlen($str);
1107 for ($i = 0; $i < $len; $i++) {
1125 if (($i + $bits) > $len) {
2169 $len = strspn($this->doc, $chars, $pos);
2170 $this->pos += $len;
2172 if ($len === 0) {
2175 return substr($this->doc, $pos, $len);
2180 $len = strcspn($this->doc, $chars, $pos);
2181 $this->pos += $len;
2183 return substr($this->doc, $pos, $len);
/plugin/indexmenu/inc/
H A Drepo.class.php38 $len = (int) filesize($zipfile);
40 if ($len > 2 * 1024 * 1024) return false;
50 $ct = @fread($fp, $len);
/plugin/ipgroup/
H A Daction.php79 $len = 8*strlen($addr);
80 if ($subnet > $len) $subnet = $len;
90 $mask = str_pad($mask, $len>>2, '0');
/plugin/ireadit/helper/
H A Ddb.php71 $len = strlen($conf['metadir']);
72 … ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/issuetracker/
H A Daction.php237 $len = strlen($txt);
H A Dprototype.js1300 for (var i = 0, len = values.length, value; i < len; i++) {
H A Dwysiwyg_editor.js19 for (var i = 0, len = sel.rangeCount; i < len; ++i) {
49 for (var i = 0, len = sel.rangeCount; i < len; ++i) {

12345678910>>...17