Home
last modified time | relevance | path

Searched refs:start (Results 1151 – 1175 of 1772) sorted by last modified time

1...<<41424344454647484950>>...71

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md72 itself (Prophecy). When you start feeling that, you'll become very fluid with this
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2 …e())for(a=u.edges,l=a.length,o=0;l>o;)f=a[o].end(),r=f.x,i=f.y,c=a[++o%l].start(),t=c.x,e=c.y,(xo(…
3 …turn f.c&&a(e||1)&&(f.c=null,f.t=NaN),1},0,l),g.active=r,v.event&&v.event.start.call(n,n.__data__,…
4start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return thi… method in tr
H A Djquery.min.js3start=k,d.end=e)),e}var fa={};function ga(a){var b,c=a.ownerDocument,d=a.nodeName,e=fa[d];return e…
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md22 * Dynamically extract the products from the database via `start` and `count` parameter in the url
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php260 … public function testSliceFilter($expected, $input, $start, $length = null, $preserveKeys = false) argument
263 $this->assertSame($expected, twig_slice($twig, $input, $start, $length, $preserveKeys));
/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);
H A DUnit.php32 public function setLines($start, $executable, $executed) argument
34 $this->contextNode->setAttribute('start', $start);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php102 $coverage->start(
112 $coverage->start(
121 $coverage->start(
130 $coverage->start(
166 $coverage->start(
176 $coverage->start(
206 $coverage->start(
215 $coverage->start(
277 $coverage->start('FileWithIgnoredLines', true);
313 $coverage->start('ClassWithAnonymousFunction', true);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php110 $this->coverage->start(null, null);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class.phpt26 …public function doGoogleSearch($key, $q, $start, $maxResults, $filter, $restrict, $safeSearch, $lr…
H A Dwsdl_class_namespace.phpt28 …public function doGoogleSearch($key, $q, $start, $maxResults, $filter, $restrict, $safeSearch, $lr…
H A Dwsdl_class_partial.phpt27 …public function doGoogleSearch($key, $q, $start, $maxResults, $filter, $restrict, $safeSearch, $lr…
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DChunk.php18 private $start; variable in SebastianBergmann\\Diff\\Chunk
41 * @param int $start
47 …public function __construct($start = 0, $startRange = 1, $end = 0, $endRange = 1, array $lines = a… argument
49 $this->start = (int) $start;
61 return $this->start;
H A DDiffer.php57 $start = isset($old[0]) ? $old[0] : 0;
64 return $this->getBuffer($diff, $old, $start, $end);
121 * @param int $start
126 private function getBuffer(array $diff, array $old, $start, $end) argument
130 if (!isset($old[$start])) {
132 ++$start;
135 for ($i = $start; $i < $end; $i++) {
240 foreach ($start as $token) {
362 $start = array();
371 $start[$k] = $v;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php15 public function serializeItems($items, $start = 0, $count = 0, $total = 0) argument
30 … public function serializeItemsToFile($targetDirectory, $items, $start = 0, $count = 0, $total = 0) argument
32 $csvString = $this->serializeItems($items, $start, $count, $total);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php64 …* @param int $start Assuming that $items is a fragment of the total, this is the global index of t…
72 abstract public function serializeItems($items, $start, $count, $total); argument
80 …* @param int $start Assuming that $items is a fragment of the total, this is the global index of t…
88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php19 private $start; variable in FINDOLOGIC\\Export\\XML\\Page
23 public function __construct($start, $count, $total) argument
25 $this->start = $start;
55 'start' => $this->start,
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md134 * `beginTransaction` to start a transaction,
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md442 uppercase. We start by defining out filter:
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php541 * @param int $start Start.
546 public function transliterate($identifier, $start = 0, $end = null) argument
556 $this->_string = $transliterator->transliterate($this->_string, $start, $end);
689 * @param int $start Position of first character.
693 public function reduce($start, $length = null) argument
695 $this->_string = mb_substr($this->_string, $start, $length);
/plugin/findologicxmlexport/
H A Dindex.php11 $start = (int)$outputXmlHelper->getUrlParam($outputXmlHelper::START_NAME, $outputXmlHelper::DEFAULT… variable
14 if ($outputXmlHelper->paramsValid($start, $count, FILTER_VALIDATE_INT)) {
15 $outputXmlHelper->printXml($start, $count);
H A DDokuwikiXMLExport.php118 public function generateXMLExport($start, $submittedCount) argument
125 $this->pages = array_slice($this->pages, $start, $count);
129 $item = $exporter->createItem($start + $key);
133 return $exporter->serializeItems($items, $start, $submittedCount, $total);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst19 You can use any valid expression for both the start and the length:
23 {% for i in [1, 2, 3, 4, 5]|slice(start, length) %}
31 {% for i in [1, 2, 3, 4, 5][start:length] %}
46 If the start is non-negative, the sequence will start at that start in the
47 variable. If start is negative, the sequence will start that far from the end
64 * ``start``: The start of the slice
H A Dtitle.rst5 start with uppercase letters, all remaining characters are lowercase:

1...<<41424344454647484950>>...71