Home
last modified time | relevance | path

Searched refs:len (Results 126 – 150 of 422) sorted by relevance

12345678910>>...17

/plugin/move/helper/
H A Dplan.php740 $len = strlen($src);
742 if (substr($page, 0, $len + 1) === "$src:") {
743 $page = $dst . substr($page, $len + 1);
776 $len = strlen($src);
778 if(substr($page, 0, $len) != "$src") continue;
783 $newpage = $dst . substr($page, $len);
788 $newpage = $dst . substr($page, $len);
/plugin/semanticdata/syntax/
H A Dentry.php302 $len = 0;
319 $len = max($len, utf8_strlen($nudata[count($nudata) - 1][0]));
324 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ' .
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js66 for( var i = 0, len = attributes.length; i < len; i++ ) {
173 for( var i = 0, len = sectionStack.length; i < len; i++ ) {
/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/linkfix/
H A Dadmin.php115 $len = strlen($this->searchin);
119 if($len && substr($id, 0, $len + 1) != $this->searchin . ':') continue;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php156 $len = \strlen($this->rootPath);
157 if (0 === strncmp($this->rootPath, $path, $len)) {
158 return substr($path, $len);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode93.php180 $len = strlen($code);
185 for ($i = ($len - 1); $i >= 0; --$i) {
200 for ($i = $len; $i >= 0; --$i) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DSea.php380 public static function bubble_sort(&$arr, $start, $len) argument
382 if ($len < 2) {
385 $k = $start + $len - 2;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php663 if (!$this->skipExt($data, $len = 0)) {
666 $datLen += $len;
671 if (!$this->m_gih->load($data, $len = 0)) {
674 $data = substr($data, $len);
675 $datLen += $len;
678 if (!($this->m_data = $this->m_lzw->deCompress($data, $len = 0))) {
681 $data = substr($data, $len);
682 $datLen += $len;
831 if (!$this->m_gfh->load($this->m_lpData, $len = 0)) {
834 $this->m_lpData = substr($this->m_lpData, $len);
[all …]
/plugin/numbering/
H A Daction.php69 $len = (int) $this->helper->getConfValue('pad_length');
71 return str_pad((string)$number, (int)$len, $padding, STR_PAD_LEFT);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php295 $len = strlen($text);
296 for ($k = 0; $k < $len; ++$k) {
/plugin/tplinc/
H A Dhelper.php155 $len = count($matches);
156 for ($i = $len - 1; $i >= 0; $i--) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) {
493 … if (len = this.productions_[action[1]][1], yyval.$ = vstack[vstack.length - len],
495 first_line: lstack[lstack.length - (len || 1)].first_line,
497 first_column: lstack[lstack.length - (len || 1)].first_column,
499 …}, ranges && (yyval._$.range = [ lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length…
502len && (stack = stack.slice(0, -1 * len * 2), vstack = vstack.slice(0, -1 * len),
503 … lstack = lstack.slice(0, -1 * len)), stack.push(this.productions_[action[1]][0]),
543 var len = ch.length, lines = ch.split(/(?:\r\n?|\n)/g); variable
544 … this._input = ch + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - len),
546 this.offset -= len;
[all …]
H A Dsequence-diagram-snap-min.js6len,newState,expected,yyval={};;){if(state=stack[stack.length-1],this.defaultActions[state]?action…
H A Dsequence-diagram-raphael.js469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) {
493 … if (len = this.productions_[action[1]][1], yyval.$ = vstack[vstack.length - len],
495 first_line: lstack[lstack.length - (len || 1)].first_line,
497 first_column: lstack[lstack.length - (len || 1)].first_column,
499 …}, ranges && (yyval._$.range = [ lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length…
502len && (stack = stack.slice(0, -1 * len * 2), vstack = vstack.slice(0, -1 * len),
503 … lstack = lstack.slice(0, -1 * len)), stack.push(this.productions_[action[1]][0]),
543 var len = ch.length, lines = ch.split(/(?:\r\n?|\n)/g); variable
544 … this._input = ch + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - len),
546 this.offset -= len;
[all …]
/plugin/publish/lang/sk/
H A Dmailapprovetext.txt6 je schválený.
/plugin/lms/
H A Dhelper.php122 $len = count($keys);
124 for ($i = $self + 1; $i < $len; $i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php321 $len = strlen($x);
322 $mod = $len % PHP_INT_SIZE;
324 $x = str_pad($x, $len + PHP_INT_SIZE - $mod, "\0", STR_PAD_LEFT);
/plugin/cloud/
H A Dsyntax.php238 foreach ($lengths as $len) {
239 $idx = idx_getIndex('i', $len);
240 $word_idx = idx_getIndex('w', $len);
/plugin/struct/types/
H A DAbstractBaseType.php334 $len = count($values);
335 for ($i = 0; $i < $len; $i++) {
337 if ($i < $len - 1) {
/plugin/data-au/syntax/
H A Dentry.php441 $len = 0; // we check the maximum lenght for nice alignment later
462 $len = max($len, utf8_strlen($nudataau[count($nudataau) - 1][0]));
467 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ';
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js360 var len = buffer.length;
362 if (len % 2 === 1 || len >= bufferSize)
369 for (i = offset; i < len; i++)
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... (int) int newlen byte[] newbuffer int len public void ensureCapacity (int) int len public int ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... (int) int newlen byte[] newbuffer int len public void ensureCapacity (int) int len public int ...
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js80 'core_md5' : function(x, len) argument
82 x[len >> 5] |= 0x80 << ((len) % 32);
83 x[(((len + 64) >>> 9) << 4) + 14] = len;

12345678910>>...17