Home
last modified time | relevance | path

Searched refs:range (Results 151 – 175 of 874) sorted by relevance

12345678910>>...35

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1range:t}},e.is=function(e){var t=e;return re.defined(t)&&r.is(t.range)&&(re.string(t.uri)||re.unde… property in e.doHover.l.AnonymousFunction480df4659700.AnonymousFunction480df4659800.a
H A Dglobal.css53 input[type="range"] {
117 input[type="range"] {
H A D6.6.js1range:t}},e.is=function(e){var t=e;return me.defined(t)&&h.is(t.range)&&(me.string(t.uri)||me.unde… property in e.findDocumentSymbols2.AnonymousFunction4a63a967d800.AnonymousFunction4a63a967d900.u
/plugin/timetrack/
H A Dsyntax.php81 $range = $this->tthlp->getMinMaxDayByProject($project_id);
84 $dateStart = new DateTime($range['min']);
85 $dateEnd = new DateTime($range['max']);
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp52 %token range \-
171 ( range() | literal() )+
174 #range:
175 literal() ::range:: literal()
/plugin/projects/action/
H A Daction.php231 $range = $_REQUEST['range'];
233 $slices = rawWikiSlices($range, $ID);
348 $range = $_REQUEST['range'];
349 $slices = rawWikiSlices($range, $ID);
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js267 var range = oEditor.FCK.EditorDocument.body.createControlRange() ;
268 range.add( oNewNode ) ;
269 oEditor.FCK.Selection.SelectionData = range ;
/plugin/linkback/action/
H A Dsend.php214 $range = $this->getConf('range') * 1024;
217 $http_client->headers['Range'] = 'bytes=0-' . $range;
218 $http_client->max_bodysize = $range;
240 * @param string $body first range bytes of the pages body
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dindex.rst18 range
/plugin/fckg/scripts/
H A Dvki_kb.js1027 this.range = document.selection.createRange();
1366 self.VKI_target.range.select();
1367 } catch(e) { self.VKI_target.range = document.selection.createRange(); }
1368 … if (!self.VKI_target.range.text.length) self.VKI_target.range.moveStart('character', -1);
1369 self.VKI_target.range.text = "";
1519 if (!this.VKI_target.range) {
1520 this.VKI_target.range = this.VKI_target.createTextRange();
1521 this.VKI_target.range.moveStart('character', this.VKI_target.value.length);
1522 } this.VKI_target.range.select();
/plugin/ipban/ip-lib/src/Address/
H A DAddressInterface.php81 public function matches(RangeInterface $range); argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D251ea12c1248385ab409906ac64d9ee9.asciidoc15 'range' => [
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc28 'range' => [
H A D06afce2955f9094d96d27067ebca32e8.asciidoc20 'range' => [
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1range:t}},e.is=function(e){var t=e;return me.defined(t)&&h.is(t.range)&&(me.string(t.uri)||me.unde… property in e.create.a
/plugin/ipban/ip-lib/src/Range/
H A DRangeInterface.php60 public function containsRange(RangeInterface $range); argument
/plugin/projects/syntax/
H A Duse.php83 $form->addHidden('range', $range);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php175 $range = $response->getHeaderLine('range');
176 if ($range) {
177 $range_array = explode('-', $range);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMonthField.php20 range(1, 12),
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js167 var range = 0.12,
168 rangeX = window.innerWidth * range,
169 rangeY = window.innerHeight * range,
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java754 final int range[] = {focusColumn, focusColumn}; in buildUI()
757 range[1] = i; in buildUI()
761 range[0] = i; in buildUI()
764 if (range[0]==range[1]) { in buildUI()
765 range[1]=frameEntries.length-1; in buildUI()
768 playingColumn = range[0]; in buildUI()
772 backgroundProcessor.execute(new SoundPlayer(range[0], range[1])); in buildUI()
790 if (playingColumn>range[1]) { in buildUI()
807 if (playingColumn>range[1]) { in buildUI()
/plugin/components/
H A Dscript.js11 range: {from: from, to: to}
/plugin/projects/lib/
H A Dtools.php89 function button_remove($range, $tag) { argument
96 'range' => $range
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DCustomPropertyOrderingStrategy.php25 …$currentSorting = $properties ? array_combine(array_keys($properties), range(1, \count($properties…
/plugin/highlight2wiki/
H A Dscript.js1 function highlightRange(range) { argument
3 range.surroundContents(newNode);

12345678910>>...35