Searched refs:end (Results 1 – 25 of 29) sorted by relevance
12
/web-bugs/tests/fixtures/templates/pages/ |
H A D | view.php | 5 <?php $this->end('content'); ?> 9 <?php $this->end('sidebar'); ?>
|
H A D | appending.php | 7 <?php $this->end('scripts'); ?>
|
H A D | extends.php | 5 <?php $this->end('content') ?>
|
H A D | assignments.php | 6 <?php $this->end('content'); ?>
|
H A D | overrides.php | 6 <?php $this->end('content'); ?>
|
H A D | add_function.php | 5 <?php $this->end('content'); ?>
|
H A D | including.php | 6 <?php $this->end('content') ?>
|
/web-bugs/src/Horde/Text/Diff/Engine/ |
H A D | String.php | 94 $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 D | Shell.php | 137 * @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 D | Native.php | 222 $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 D | index.php | 72 <?php $this->end('content') ?> 76 <?php $this->end('scripts') ?>
|
H A D | bugs_getting_valgrind_log.php | 98 <?php $this->end('content') ?>
|
H A D | how_to_report.php | 137 <?php $this->end('content') ?>
|
H A D | bugs_generating_backtrace_win32.php | 75 <?php $this->end('content') ?>
|
H A D | bugs_generating_backtrace.php | 179 <?php $this->end('content') ?>
|
H A D | search_how_to.php | 171 <?php $this->end('content') ?>
|
/web-bugs/tests/fixtures/templates/forms/ |
H A D | form.php | 3 <?php $this->end('scripts'); ?>
|
H A D | form_2.php | 3 <?php $this->end('scripts'); ?>
|
/web-bugs/tests/fixtures/templates/includes/ |
H A D | extends.php | 5 <?php $this->end('item') ?>
|
/web-bugs/templates/pages/admin/ |
H A D | phpinfo.php | 9 <?php $this->end('content') ?>
|
H A D | mailing_lists.php | 18 <?php $this->end('content') ?>
|
H A D | quick_responses.php | 38 <?php $this->end('content') ?>
|
/web-bugs/tests/Unit/Template/ |
H A D | ContextTest.php | 22 $this->context->end('foo'); 28 $this->context->end('foo'); 34 $this->context->end('foo');
|
/web-bugs/tests/fixtures/templates/ |
H A D | layout.php | 17 <?php $this->end('body') ?>
|
/web-bugs/docs/ |
H A D | templates.md | 40 <?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