Home
last modified time | relevance | path

Searched refs:range (Results 76 – 100 of 874) sorted by relevance

12345678910>>...35

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js591 range.SplitBlock() ;
622 range.MoveToSelection() ;
623 range.DeleteContents() ;
629 range.SetEnd( element, 4 ) ;
632 range.Select() ;
633 range.Release() ;
710 range.text = '\t' ;
711 range.select() ;
790 …if ( range.collapsed && range.startContainer == FCK.EditorDocument.body && range.startOffset == 0 )
793 range.collapse( true ) ;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php34 $haystack = str_replace(range('a', 'z'), range('A', 'Z'), $haystack);
35 $needle = str_replace(range('a', 'z'), range('A', 'Z'), $needle);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicFilter.php63 public function setRange(GridRange $range) argument
65 $this->range = $range;
72 return $this->range;
H A DFilterView.php103 public function setRange(GridRange $range) argument
105 $this->range = $range;
112 return $this->range;
H A DFindReplaceRequest.php130 public function setRange(GridRange $range) argument
132 $this->range = $range;
139 return $this->range;
H A DProtectedRange.php109 public function setRange(GridRange $range) argument
111 $this->range = $range;
118 return $this->range;
H A DUpdateBordersRequest.php96 public function setRange(GridRange $range) argument
98 $this->range = $range;
105 return $this->range;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php34 $haystack = str_replace(range('a', 'z'), range('A', 'Z'), $haystack);
35 $needle = str_replace(range('a', 'z'), range('A', 'Z'), $needle);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DIpRange.php39 * Add an ip range to this aggregation.
41 * @param string|null $fromValue a valid ipv4 address. Low end of this range, exclusive (greater than)
42 * @param string|null $toValue a valid ipv4 address. High end of this range, exclusive (less than)
54 $range = [];
56 $range['from'] = $fromValue;
60 $range['to'] = $toValue;
63 return $this->addParam('ranges', $range);
67 * Add an ip range in the form of a CIDR mask.
H A DGeoDistance.php58 * Add a distance range to this aggregation.
73 $range = [];
76 $range['from'] = $fromValue;
80 $range['to'] = $toValue;
83 return $this->addParam('ranges', $range);
/plugin/codehighlight/cp/engines/
H A Dopera.js66 var range = window.document.createRange();
69 range.selectNode(span);
71 sel.addRange(range);
183 var range = window.getSelection().getRangeAt(0);
184 var range2 = range.cloneRange();
185 var node = range.endContainer;
186 var caret = range.endOffset;
192 var range = window.getSelection().getRangeAt(0);
195 var range2 = range.cloneRange();
198 range.deleteContents();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationEntry.php79 public function setRange(CompensationRange $range) argument
81 $this->range = $range;
88 return $this->range;
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php73 * @param string|mixed $range
77 public static function fromString($range) argument
80 if (is_string($range)) {
81 $parts = explode('/', $range);
212 public function containsRange(RangeInterface $range) argument
215 if ($range->getAddressType() === $this->getAddressType()) {
217 $itsStart = $range->getComparableStartString();
220 $itsEnd = $range->getComparableEndString();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js310 var range = this.Document.selection.createRange() ;
313 var parentNode = range.parentElement() ;
320 var oldLength = range.text.length ;
321 range.moveEnd( "character", 1 ) ;
322 range.select() ;
323 if ( range.text.length > oldLength )
325 range.moveEnd( "character", -1 ) ;
326 range.select() ;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php451 'range' => [],
469 'range' => $character['range'],
500 if (isset($character['range'][$character['rangeid']][0]) && $width === $character['range'][$character['rangeid']][0]) {
501 $character['range'][$character['rangeid']][] = $width;
503 array_pop($character['range'][$character['rangeid']]);
504 // new range
506 $character['range'][$character['rangeid']] = [];
507 $character['range'][
542 writeFontRanges(& $range) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDistribution.php107 public function setRange(Range $range) argument
109 $this->range = $range;
116 return $this->range;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js21range=window.getSelection().getRangeAt(0);var preCaretRange=range.cloneRange();preCaretRange.selec…
25 state.range=selection.getRangeAt(0);if(state.range){state.startOffset=Syntax.Editor.getCharacterOff…
26range=document.createRange();range.setStart(nodes[0][0],state.startOffset-nodes[0][1]);range.setEn…
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js188 var range = h - 50;
189 var rem = range % step;
211 var range = h - 50;
212 var rem = range % step;
230 var range = h - 50;
231 var rem = range % stepY;
281 var range = h - 50 - stepY;
282 var rem = range % stepY;
325 var rem = range % stepY;
375 var range = h - 50;
[all …]
/plugin/rrdgraph/
H A Dscript.js56 var range = jRrdContainer.find("li.rrdActiveTab").index();
58 range += offset;
60 if ((range >= 0) && (range < ranges)) rrdSwitchRange(graphId, range);
/plugin/pycode/
H A Dsyntax.php295 $range = range($sl_loc, $el_loc);
296 …$this->_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $…
309 $range = range($sl_loc, $el_loc);
312 $range = range($sl_raw, $el_raw); // sth. is changed outside the range
314 …$this->_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $…
368 * @param (arr) $range the numbers of the lines matching the code to embed
380 private function _print_code(Doku_Renderer $renderer, $src_url, $code, $lang, $range, $flag, argument
419 $lns = "Ln: " . reset($range) . "-" . end($range);
438 foreach ($range as $number) {
439 if (strlen(end($range)) <= 4) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php493 'time-range' => null,
498 'time-range' => null,
520 'time-range' => null,
525 'time-range' => null,
555 'time-range' => null,
560 'time-range' => null,
579 'time-range' => null,
603 'time-range' => array(
611 'time-range' => null,
634 'time-range' => array(
[all …]
/plugin/ipban/ip-lib/src/
H A DFactory.php57 * @param string $range
61 public static function rangeFromString($range) argument
65 $result = Range\Subnet::fromString($range);
68 $result = Range\Pattern::fromString($range);
71 $result = Range\Single::fromString($range);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php25 * @see https://docs.microsoft.com/en-us/windows/desktop/adsi/attribute-range-retrieval
101 * Check if an attribute has more range values that can be queried.
108 if (($range = $this->getRangeOption($attribute)) === null) {
112 return $range->getHighRange() !== '*';
127 if (($range = $this->getRangeOption($attribute)) === null || !$this->hasMoreValues($attribute)) {
131 $amount = (int) $amount + (int) $range->getHighRange();
134 $startAt = (int) $range->getHighRange() + 1;
145 if (($range = $this->getRangeOption($attrResult)) === null) {
157 * Given a specific entry and attribute, range retrieve all values of the attribute.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSheets.php194 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append',
202 'range' => [
306 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear',
314 'range' => [
321 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
329 'range' => [
348 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
356 'range' => [
/plugin/chordsheets/
H A Dscript.js176 var range = document.createRange();
177 range.selectNode(node);
178 window.getSelection().addRange(range);
182 var range = document.createRange();
183 range.selectNode(song);
184 window.getSelection().addRange(range);

12345678910>>...35