Home
last modified time | relevance | path

Searched refs:len (Results 51 – 75 of 422) sorted by path

12345678910>>...17

/plugin/autotabber/
H A Dtaboverride.js498 len = extensions.length;
500 for (i = 0; i < len; i += 1) {
532 len = handlerList.length,
537 for (i = 0; i < len; i += 1) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php968 --$len;
1177 if ($len == 6) {
1190 if ($len > 12) {
1197 if ($len < 13) {
1211 if ($len == 12) {
1214 ++$len;
1372 if ($len == 2) {
1614 ++$len;
1764 if ($len > 10) {
1783 ++$len;
[all …]
H A DQRcode.php648 $len = count($frame);
651 for ($i=0; $i<$len; $i++) {
/plugin/behave/
H A Dbehave.js68 len = t.length >>> 0;
74 for (var i = 0; i < len; i++) {
211 len, variable
223 len = normalizedValue.length;
232 start = end = len;
234 start = -textInputRange.moveStart("character", -len);
238 end = len;
240 end = -textInputRange.moveEnd("character", -len);
/plugin/bez/helper/
H A Ddb.php59 $len = strlen($conf['metadir']);
60 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(),0,$len)) {
/plugin/blogtng/helper/
H A Dentry.php500 * @param int $len
502 public function tpl_abstract($len=0) { argument
504 if($len){
505 $abstract = utf8_substr($this->entry['abstract'], 0, $len).'…';
/plugin/booking/
H A Dhelper.php160 $len = strlen($line); // length of line (includes newline)
161 fseek($fh, -1 * $len, SEEK_CUR); // jump back to beginning of line
162 fwrite($fh, str_pad('', $len - 1)); // write spaces instead (keep new line)
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1825 var i, len, attrMap, attrNode, childNodes;
1840 for (i = 0, len = attrMap.length; i < len; ++i) {
1849 for (i = 0, len = childNodes.length; i < len; ++i) {
/plugin/bureaucracy-au/
H A Dsyntax.php269 $len = count($data['fields']);
270 for($i = 0; $i < $len; $i++) {
402 $len = strlen($line);
403 for($i = 0; $i < $len; $i++) {
/plugin/bureaucracy/helper/
H A Dactiontemplate.php144 $len = strlen(rtrim($conf['datadir'], '/'));
145 while(strlen($path) >= $len) {
/plugin/bureaucracy/
H A Dsyntax.php274 $len = count($data['fields']);
275 for($i = 0; $i < $len; $i++) {
407 $len = strlen($line);
408 for($i = 0; $i < $len; $i++) {
416 if($i + 1 < $len && $line[$i + 1] == '"') {
/plugin/bureaucracyau/
H A Dsyntax.php269 $len = count($data['fields']);
270 for($i = 0; $i < $len; $i++) {
402 $len = strlen($line);
403 for($i = 0; $i < $len; $i++) {
/plugin/callflow/
H A Draphael.js2083 var len = res[i].length;
4194 len = 0;
4209 len += l;
4219 len += l;
5065 len,
5072 for (; i < len; i++) {
5187 len;
5192 this[len] = this.items[len] = item;
5322 var len = this.items.length,
5323 i = len,
[all …]
/plugin/captcha/
H A Dhelper.php532 $len = strlen($text);
533 for ($i = 0; $i < $len - 1; $i++) {
540 $new .= $text[$len - 1];
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js28 …nable();a.dataTemp=b.text;a.selectingLang=b.currentLang;(b.cmd="0"!==b.len&&b.len)?a.div_overlay.s…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
140 for ($i=($converted?1:0); $i < $len; $i++) {
144 } else if ($len==1) {
H A Dcheck_acl.php292 $len = count($acl);
293 for($i=0; $i<$len; $i++){
H A Dutil.php252 $len = strlen($Config[$path_type[$type]]);
253 $rest = substr($path, $len);
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js29 …nable();a.dataTemp=b.text;a.selectingLang=b.currentLang;(b.cmd="0"!==b.len&&b.len)?a.div_overlay.s…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
140 for ($i=($converted?1:0); $i < $len; $i++) {
144 } else if ($len==1) {
H A Dcheck_acl.php293 $len = count($acl);
294 for($i=0; $i<$len; $i++){
H A Dutf8.php68 $len = strlen($str);
69 for($i=0; $i<$len; $i++){
89 $len = strlen($Str);
90 for ($i=0; $i<$len; $i++) {
101 if ((++$i == $len) || ((ord($Str[$i]) & 0xC0) != 0x80))
718 $len = strlen($str);
720 for($i = 0; $i < $len; $i++) {
H A Dutil.php252 $len = strlen($Config[$path_type[$type]]);
253 $rest = substr($path, $len);
/plugin/cloud/
H A Dsyntax.php238 foreach ($lengths as $len) {
239 $idx = idx_getIndex('i', $len);
240 $word_idx = idx_getIndex('w', $len);
/plugin/code2/
H A Dsyntax.php352 return ($len = strlen($aList[1]))
353 ? '<text:s text:c="' . $len . '"/>'

12345678910>>...17