Lines Matching +full:start +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang)
53 return array('start' => true, 'pos' => $pos, 'options' => $this->options);
129 if (is_array($data) && $data['start'] == true) {
178 $renderer->doc = ''; // Start fresh!
279 } else if (!isset($data['start']) && !isset($data['pos'])) {
341 //add an anchor to find start of a inserted page
381 //if its the document start, cut off the first element(document information)
541 private function _findNextHeaderSection($section, $level, &$start, &$end, $headerName = null) { argument
547 for ($i = $start; $i < $inCount; $i++) {
561 $start = $currentSlice = $i;
604 … if ( $instr[$ii][1][1][2] == $currentMergeHint[1][1][2] && $instr[$ii][1][1][1] == 'start' ) {
610 … // Okay, this was a toctools whatever ... but maybe not a start of the same type.
746 'start',
777 …gin' && $instructions[0][1][0] == 'siteexport_toctools' && $instructions[0][1][1][1] == 'start' ) {