/dokuwiki/lib/scripts/ |
H A D | textselection.js | 14 this.end = 0; 20 return this.end - this.start; 24 return (!this.obj) ? '' : this.obj.value.substring(this.start,this.end); 42 sel.end = textArea.selectionEnd; 58 selection.obj.setSelectionRange(selection.start, selection.end); 79 selection.obj.value.substring(selection.end, selection.obj.value.length); 84 selection.end = selection.start + text.replace(/\r?\n/g, '\r\n').length; 86 selection.end = selection.start + text.length; 92 if(opts.endofs) selection.end -= opts.endofs; 95 if(opts.nosel) selection.start = selection.end; [all …]
|
H A D | editor.js | 157 selection.end = linestart + 1; 176 selection.end = selection.start; 181 selection.end = linestart; 194 selection.end = selection.start;
|
H A D | linkwiz.js | 225 if (selection.start === 0 && selection.end === 0) { 233 selection.end--;
|
H A D | edit.js | 241 sel.end = 0;
|
/dokuwiki/inc/Parsing/Handler/ |
H A D | Lists.php | 17 $last_call = end($this->calls); 81 $end = end($this->listStack); 89 if ($depth == $end[1]) { 91 if ($listType == $end[0]) { 104 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]]; 112 } elseif ($depth > $end[1]) { // Getting deeper... 125 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]]; 131 $end = end($this->listStack); 134 if ($end[1] <= $depth) { 136 $depth = $end[1]; [all …]
|
H A D | Preformatted.php | 13 $last_call = end($this->calls);
|
H A D | Nest.php | 43 $last_call = end($this->calls);
|
H A D | Quote.php | 12 $last_call = end($this->calls);
|
H A D | Table.php | 20 $last_call = end($this->calls); 122 $lastCall = end($this->tableCalls);
|
H A D | Block.php | 197 $call = end($this->calls);
|
/dokuwiki/inc/ |
H A D | httputils.php | 124 $end = (int)$p[1]; 125 if (!$end) $end = $size - 1; 126 if ($start > $end || $start > $size || $end > $size) { 131 $len = $end - $start + 1; 132 $ranges[] = [$start, $end, $len]; 152 [$start, $end, $len] = $ranges[$i]; 158 echo "Content-Range: bytes $start-$end/$size" . HTTP_HEADER_LF; 163 header("Content-Range: bytes $start-$end/$size");
|
H A D | fulltext.php | 100 $pages = $stack ? end($stack) : []; 469 $end = 0; 527 … $append = ($start < $end) ? $end : false; // still the end of the previous context snippet 528 $end = $utf8_idx + $utf8_len + $post; // now set it to the end of this context 531 … $snippets[count($snippets) - 1] .= PhpString::substr($text, $append, $end - $append); 533 $snippets[] = PhpString::substr($text, $start, $end - $start); 828 if ($parens_level-- === end($notgrp_levels)) array_pop($notgrp_levels); 853 $last_ope = end($ope_stack); 856 $last_ope = end($ope_stack);
|
H A D | DifferenceEngine.php | 306 $end = $this->lcs; 307 if ($end == 0 || $ypos > $this->seq[$end]) { 314 while ($beg < $end) { 315 $mid = (int)(($beg + $end) / 2); 319 $end = $mid; 322 USE_ASSERTS && assert($ypos != $this->seq[$end]); 324 $this->in_seq[$this->seq[$end]] = false; 325 $this->seq[$end] = $ypos; 327 return $end;
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Parser.php | 276 …, 'absolutize_url', [$attribs[\SimplePie\SimplePie::NAMESPACE_XML]['base'], end($this->xml_base)]); 282 $this->xml_base[] = end($this->xml_base); 283 $this->xml_base_explicit[] = end($this->xml_base_explicit); 289 $this->xml_lang[] = end($this->xml_lang); 294 if (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_XHTML) { 295 $this->data['data'] .= '<' . end($this->element); 305 $this->data = &$this->data['child'][end($this->namespace)][end($this->element)][]; 306 …s' => $attribs, 'xml_base' => end($this->xml_base), 'xml_base_explicit' => end($this->xml_base_exp… 307 …if ((end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_03 && in_array(end($this->elem… 308 …|| (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_10 && in_array(end($this->eleme… [all …]
|
H A D | Misc.php | 123 …urn[$i]['attribs'][strtolower($attribs[$j][1])]['data'] = Misc::entities_decode(end($attribs[$j])); 1715 if (($end = strpos($data, '-->', $start)) !== false) { 1716 $data = substr_replace($data, '', 0, $end + 3);
|
/dokuwiki/_test/tests/conf/ |
H A D | CascadeProtectedTest.php | 23 file_put_contents(end($config_cascade['main']['protected']), $out); 44 unlink(end($config_cascade['main']['protected']));
|
/dokuwiki/lib/plugins/config/_test/ |
H A D | WriterTest.php | 17 $config = end($config_cascade['main']['local']); 53 $config = end($config_cascade['main']['local']);
|
/dokuwiki/inc/lang/ku/ |
H A D | edit.txt | 1 …pelê bi tenê biguherîne, heke tû dikarî **baştir** bikî. Heke tu dixwazî çend tiştan biceribînî, …
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 96 * @param int $end The byte position for the edit end; null for the rest of the page 100 public function finishSectionEdit($end = null, $hid = null) argument 106 if (!is_null($end) && $end <= $data['start']) { 112 $data['range'] = $data['start'] . '-' . (is_null($end) ? '' : $end); 1355 $end = $start - ($params['max']); 1356 $end = ($end < -1) ? -1 : $end; 1360 $end = $feed->get_item_quantity(); 1361 $end = ($end > $params['max']) ? $params['max'] : $end; 1366 for ($x = $start; $x != $end; $x += $mod) {
|
/dokuwiki/lib/plugins/config/core/ |
H A D | Writer.php | 25 $this->savefile = end($config_cascade['main']['local']);
|
/dokuwiki/inc/lang/da/ |
H A D | stopwords.txt | 19 end
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
H A D | Parser.php | 209 $this->propertyValue($value, $key) && $this->end()) { 244 if ($this->propertyValue($dirValue) && $this->end()) { 265 $this->propertyValue($value) && $this->end()) { 340 ($this->keyword($suffix) || true) && $this->end()) { 666 protected function openString($end, &$out, $nestingOpen = null, $rejectStrs = null) argument 671 $stop = ["'", '"', '@{', $end]; 695 if ($tok == $end) { 726 if (is_string(end($content))) { 727 $content[count($content) - 1] = rtrim(end($content)); 1199 protected function end() function in LesserPHP\\Parser
|
/dokuwiki/inc/Form/ |
H A D | DropdownElement.php | 47 return end($this->optGroups);
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
H A D | README.md | 13 jsstrip is not a true javascript parser. It assumes you have properly delimited the 'end of line' u…
|
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
H A D | Parser.php | 498 $data = end($exploded); 502 $data = end($exploded);
|