Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 29) sorted by relevance

12

/web-bugs/tests/fixtures/templates/pages/
H A Dview.php5 <?php $this->end('content'); ?>
9 <?php $this->end('sidebar'); ?>
H A Dappending.php7 <?php $this->end('scripts'); ?>
H A Dextends.php5 <?php $this->end('content') ?>
H A Dassignments.php6 <?php $this->end('content'); ?>
H A Doverrides.php6 <?php $this->end('content'); ?>
H A Dadd_function.php5 <?php $this->end('content'); ?>
H A Dincluding.php6 <?php $this->end('content') ?>
/web-bugs/src/Horde/Text/Diff/Engine/
H A DString.php94 $end = count($diff) - 1;
95 for ($i = 0; $i < $end;) {
101 } while (++$i < $end && substr($diff[$i], 0, 1) == ' ');
109 } while (++$i < $end && substr($diff[$i], 0, 1) == '+');
118 } while (++$i < $end && substr($diff[$i], 0, 1) == '-');
120 while ($i < $end && substr($diff[$i], 0, 1) == '+') {
150 $end = count($diff) - 1;
151 while ($i < $end && $j < $end) {
155 $i < $end && substr($diff[$i], 0, 3) == '***';
158 $max_i < $end && substr($diff[$max_i], 0, 3) != '---';
[all …]
H A DShell.php137 * @param int $end Optional end line, when we want to chop more
142 protected function _getLines(&$text_lines, &$line_no, $end = false) argument
144 if (!empty($end)) {
147 while ($line_no <= $end) {
H A DNative.php222 $end = $this->lcs;
223 if ($end == 0 || $ypos > $this->seq[$end]) {
230 while ($beg < $end) {
231 $mid = (int)(($beg + $end) / 2);
235 $end = $mid;
239 assert($ypos != $this->seq[$end]);
241 $this->in_seq[$this->seq[$end]] = false;
242 $this->seq[$end] = $ypos;
244 return $end;
/web-bugs/templates/pages/
H A Dindex.php72 <?php $this->end('content') ?>
76 <?php $this->end('scripts') ?>
H A Dbugs_getting_valgrind_log.php98 <?php $this->end('content') ?>
H A Dhow_to_report.php137 <?php $this->end('content') ?>
H A Dbugs_generating_backtrace_win32.php75 <?php $this->end('content') ?>
H A Dbugs_generating_backtrace.php179 <?php $this->end('content') ?>
H A Dsearch_how_to.php171 <?php $this->end('content') ?>
/web-bugs/tests/fixtures/templates/forms/
H A Dform.php3 <?php $this->end('scripts'); ?>
H A Dform_2.php3 <?php $this->end('scripts'); ?>
/web-bugs/tests/fixtures/templates/includes/
H A Dextends.php5 <?php $this->end('item') ?>
/web-bugs/templates/pages/admin/
H A Dphpinfo.php9 <?php $this->end('content') ?>
H A Dmailing_lists.php18 <?php $this->end('content') ?>
H A Dquick_responses.php38 <?php $this->end('content') ?>
/web-bugs/tests/Unit/Template/
H A DContextTest.php22 $this->context->end('foo');
28 $this->context->end('foo');
34 $this->context->end('foo');
/web-bugs/tests/fixtures/templates/
H A Dlayout.php17 <?php $this->end('body') ?>
/web-bugs/docs/
H A Dtemplates.md40 <?php $this->end('main_content') ?>
44 <?php $this->end('scripts') ?>
90 `$this->end('block_name')`:
97 <?php $this->end('block_name') ?>
125 <?php $this->end('scripts'); ?>
129 <?php $this->end('content') ?>
142 <?php $this->end('scripts'); ?>

Completed in 30 milliseconds

12