Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 1772) sorted by relevance

1...<<11121314151617181920>>...71

/plugin/asiansearch/
H A Daction.php185 $start = $utf8_idx - $pre;
186 … $append = ($start < $end) ? $end : false; // still the end of the previous context snippet
192 $snippets[] = utf8_substr($text,$start,$end-$start);
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js357 var start = decodeEscape(p);
363 end = start;
365 ranges.push([start, end]);
370 if (!(end < 65 || start > 122)) {
371 if (!(end < 65 || start > 90)) {
372 ranges.push([Math.max(65, start) | 32, Math.min(end, 90) | 32]);
374 if (!(end < 97 || start > 122)) {
375 ranges.push([Math.max(97, start) & ~32, Math.min(end, 122) & ~32]);
H A Dprettify.js405 var start = decodeEscape(p);
411 end = start;
413 ranges.push([start, end]);
418 if (!(end < 65 || start > 122)) {
419 if (!(end < 65 || start > 90)) {
420 ranges.push([Math.max(65, start) | 32, Math.min(end, 90) | 32]);
422 if (!(end < 97 || start > 122)) {
423 ranges.push([Math.max(97, start) & ~32, Math.min(end, 122) & ~32]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue205Test.php87 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
88 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DExpandEventsDTSTARTandDTENDbyDayTest.php76 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
77 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DExpandEventsDTSTARTandDTENDTest.php85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js156 function flatSpread(func, start) {
165 var array = args[start],
166 otherArgs = args.slice(0, start);
171 if (start != lastIndex) {
172 push.apply(otherArgs, args.slice(start + 1));
398 start = data && data.start;
400 return start === undefined ? ary(func, n) : flatSpread(func, start);
H A Dlodash.js1849 start = view.start,
2889 start = toInteger(start);
2891 start = -start > length ? 0 : (length + start);
4050 start = -start > length ? 0 : (length + start);
5335 start = toFinite(start);
6547 start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
7921 start = start == null ? 0 : toInteger(start);
10799 start = start === undefined ? start : toInteger(start);
10841 start = start == null ? 0 : nativeMax(toInteger(start), 0);
14036 start = toFinite(start);
[all …]
/plugin/translator/syntax/
H A Dtranslator.php164 function _printTranslator(&$renderer, $start=null, $amount=null, $display=null, $filter=null) { argument
171 …gory, $this->version, $this->currentLanguage, $this->additionalLanguage, $start, $amount, $display…
179 $renderer->doc .= $this->_setPages($start, $amount, $max, $display, true);
274 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
276 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
284 function _setPages($start, $amount, $max, $display, $printGoBack=false) { argument
289 $onChangeEvent = 'document.getElementById(\'fn[setpage][' . $start . ']ID\').click();';
296 …tLanguage, 'AdditionalLanguage' => $this->additionalLanguage, 'start' => $start, 'amount' => $amou…
310 $currentPage = floor($start/$amount) == $i-1 ? ' current' : '';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DMethod.php37 public function setLines($start, $end = null) argument
39 $this->contextNode->setAttribute('start', $start);
/plugin/odt/helper/
H A Dcssdocument.php51 public function findParent ($start) { argument
52 return $this->internal->findParent ($start);
/plugin/authgooglesheets/
H A Dhelper.php65 public function getUsers($start = 0, $limit = 0, $filter = null) argument
112 return $this->getFilteredUsers($start, $limit, $filter);
245 * @param int $start
250 protected function getFilteredUsers($start, $limit, $filter) argument
264 if ($i >= $start) {
/plugin/register/
H A Dregister.php47 var $start, $end, $name, $desc, $flags;
51 $this->start = $data[0];
66 if ($bit_high != -1 && $this->start != $this->end)
67 return array(min($this->start, $bit_high), max($this->end, $bit_high - $bit_range + 1));
69 return array($this->start, $this->end);
74 if ($this->start != $this->end) {
215 $this->bits[$b->start] = $b;
222 if ($bit <= $b->start && $bit >= $b->end)
378 $b += ($bit->start - $bit->end) * $b_inc;
400 if ($bit->start != $bit->end) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DNestingLevelSniff.php77 $start = $tokens[$stackPtr]['scope_opener'];
83 for ($i = ($start + 1); $i < $end; $i++) {
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/pgn4web/
H A Dpgn4web.patch4 …text += '"; CLASS="buttonControl" TITLE="go to game start" ID="btnGoToStart" onClick="clickedBbtn(…
10 …TITLE="toggle autoplay (stop)" ' : '"; CLASS="buttonControlPlay" TITLE="toggle autoplay (start)" ';
27 document.GameButtonsForm.AutoPlay.title = "toggle autoplay (start)";
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md8 …* deprecated calling `Process::start()` without setting a valid working directory beforehand (via …
14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/authsplit/
H A Dauth.php546 * @param int $start index of first user to be returned
552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
556 $start, $limit, $filter
612 * @param int $start
616 public function retrieveGroups($start = 0, $limit = 0) { argument
618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dslice.test6 {{ [1, 2, 3, 4][start:length]|join('') }}
29 return ['start' => 1, 'length' => 2, 'arr' => new \ArrayObject([1, 2, 3, 4]), 'xml' => new \SimpleX…
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1849 start = view.start,
2889 start = toInteger(start);
2891 start = -start > length ? 0 : (length + start);
4050 start = -start > length ? 0 : (length + start);
5335 start = toFinite(start);
6547 start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
7921 start = start == null ? 0 : toInteger(start);
10799 start = start === undefined ? start : toInteger(start);
10841 start = start == null ? 0 : nativeMax(toInteger(start), 0);
14036 start = toFinite(start);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php91 foreach ($tokens[$stackPtr]['nested_parenthesis'] as $start => $end) {
92 if (isset($tokens[$start]['parenthesis_owner']) === true) {
168 foreach ($tokens[$assign]['nested_parenthesis'] as $start => $end) {
169 if (isset($tokens[$start]['parenthesis_owner']) === true) {
/plugin/latexport/_test/
H A Dcommand.php257 private $start; variable in CommandTableCline
260 function __construct($start, $end) { argument
262 $this->start = $start;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php251 * @param int $start Section start offset
259 private function blockVar($nodes, $id, $start, $end, $otag, $ctag, $level) argument
278 * @param int $start Section start offset
286 private function blockArg($nodes, $id, $start, $end, $otag, $ctag, $level) argument
363 * @param int $start Section start offset
371 private function section($nodes, $id, $filters, $start, $end, $otag, $ctag, $level) argument
373 $source = var_export(substr($this->source, $start, $end - $start), true);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php117 'start-date' => [
164 'start-index' => [
188 'start-date' => [
223 'start-index' => [
287 'start-index' => [
340 'start-index' => [
378 'start-index' => [
425 'start-index' => [
493 'start-index' => [
609 'start-index' => [
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DLowercaseStyleDefinitionSniff.php63 $start = ($stackPtr + 1);
67 for ($i = $start; $i <= $end; $i++) {

1...<<11121314151617181920>>...71