Home
last modified time | relevance | path

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

123

/dokuwiki/lib/scripts/
H A Dtextselection.js14 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 Deditor.js160 selection.end = linestart + 1;
179 selection.end = selection.start;
184 selection.end = linestart;
197 selection.end = selection.start;
H A Dlinkwiz.js225 if (selection.start === 0 && selection.end === 0) {
233 selection.end--;
H A Dedit.js241 sel.end = 0;
/dokuwiki/inc/Parsing/Handler/
H A DLists.php17 $last_call = end($this->calls);
73 $end = end($this->listStack);
81 if ($depth == $end[1]) {
83 if ($listType == $end[0]) {
96 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
104 } elseif ($depth > $end[1]) { // Getting deeper...
117 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
123 $end = end($this->listStack);
126 if ($end[1] <= $depth) {
128 $depth = $end[1];
[all …]
H A DPreformatted.php13 $last_call = end($this->calls);
H A DNest.php43 $last_call = end($this->calls);
H A DQuote.php12 $last_call = end($this->calls);
H A DTable.php20 $last_call = end($this->calls);
122 $lastCall = end($this->tableCalls);
H A DBlock.php197 $call = end($this->calls);
/dokuwiki/inc/
H A Dhttputils.php124 $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 Dfulltext.php100 $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);
832 if ($parens_level-- === end($notgrp_levels)) array_pop($notgrp_levels);
857 $last_ope = end($ope_stack);
860 $last_ope = end($ope_stack);
H A DDifferenceEngine.php306 $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/_test/tests/conf/
H A DCascadeProtectedTest.php23 file_put_contents(end($config_cascade['main']['protected']), $out);
44 unlink(end($config_cascade['main']['protected']));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php291 …, 'absolutize_url', [$attribs[\SimplePie\SimplePie::NAMESPACE_XML]['base'], end($this->xml_base)]);
297 $this->xml_base[] = end($this->xml_base) ?: '';
298 $this->xml_base_explicit[] = end($this->xml_base_explicit);
304 $this->xml_lang[] = end($this->xml_lang) ?: '';
309 if (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_XHTML) {
310 $this->data['data'] .= '<' . end($this->element);
320 $this->data = &$this->data['child'][end($this->namespace)][end($this->element)][];
321 …s' => $attribs, 'xml_base' => end($this->xml_base), 'xml_base_explicit' => end($this->xml_base_exp…
322 …if ((end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_03 && in_array(end($this->elem…
323 …|| (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_10 && in_array(end($this->eleme…
[all …]
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php17 $config = end($config_cascade['main']['local']);
53 $config = end($config_cascade['main']['local']);
/dokuwiki/inc/lang/ku/
H A Dedit.txt1 …pelê bi tenê biguherîne, heke tû dikarî **baştir** bikî. Heke tu dixwazî çend tiştan biceribînî, …
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php245 $end = $size > $info['size'];
246 if ($end) {
269 if ($end) {
/dokuwiki/inc/parser/
H A Dxhtml.php96 * @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 DWriter.php25 $this->savefile = end($config_cascade['main']['local']);
/dokuwiki/inc/lang/da/
H A Dstopwords.txt19 end
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php209 $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 DDropdownElement.php47 return end($this->optGroups);
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md13 jsstrip is not a true javascript parser. It assumes you have properly delimited the 'end of line' u…
/dokuwiki/_test/
H A DREADME64 PHP 9 may drop 32bit support. Security updates for 8.4 end on 2028-12-31. See https://wiki.php.net/…

123