Home
last modified time | relevance | path

Searched refs:range (Results 126 – 150 of 874) sorted by last modified time

12345678910>>...35

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js90 _event.preventDefault();},getSelection:function(_el){with(firebug){if(lib.env.ie){var range=document.selection.createRange(),stored=range.duplicate();stored.moveToElementText(_el);stored.setEndPoint('EndToEnd',range);_el.selectionStart=stored.text.length-range.text.length;_el.selectionEnd=_el.selectionStart+range.text.length;} variable
91 return{start:_el.selectionStart,length:_el.selectionEnd-_el.selectionStart}}},tab:function(_el,_event){with(firebug){if(_event.keyCode==9){if(_el.setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position.start)+String.fromCharCode(9)+_el.value.substring(position.start+position.length,_el.value.length);_el.setSelectionRange(position.start+1,position.start+1);}else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';range.text=String.fromCharCode(9);range.moveStart('character',-1);} variable
H A Dfirebug-lite-1.2.js1738 var range = document.selection.createRange(),stored = range.duplicate(); variable
1740 stored.setEndPoint('EndToEnd', range);
1741 _el.selectionStart = stored.text.length - range.text.length;
1742 _el.selectionEnd = _el.selectionStart + range.text.length;
1758 var range = document.selection.createRange(), isCollapsed = range.text == ''; variable
1759 range.text = String.fromCharCode(9);
1760 range.moveStart('character', -1);
/plugin/combo/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/combo/ComboStrap/
H A DEditButton.php46 const RANGE = "range";
368 * @return string the file character position range of the section to edit
372 $range = "";
374 $range = $this->startPosition;
376 $range = "$range-";
378 $range = "$range{$this->endPosition}";
380 return $range;
/plugin/adhoctags/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/dwtimeline/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/mobiletable/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194range,s)?t[t.length-1].elements.push(e):(a={range:s,elements:[e]},t.push(a))})),t},eh.prototype._s…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21range,s)?t[t.length-1].elements.push(e):(a={range:s,elements:[e]},t.push(a))})),t},Dd.prototype._s…
/plugin/katex/_assets/
H A Dkatex.min.js1range=function(t,r){return r?t&&t.loc&&r.loc&&t.loc.lexer===r.loc.lexer?new e(t.loc.lexer,t.loc.st… function
/plugin/randomtables/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/randomtables/syntax/
H A Dsource.php97 $range = ($min === $max) ? $min : $min . '-' . $max;
100 . '<td>' . $range . '</td>'
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php32 foreach(range($match[1], $match[2]) as $key) {
/plugin/upgrade/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/embeddedphp/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/const/
H A Dclass.evalmath.php980 public static function range( ...$args ) { function in EvalMath_Functions
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/sql2wiki/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/approve/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/btable2/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/stellarium/
H A DLICENSE.md65 …cense practices. Many people have made generous contributions to the wide range of software distri…
/plugin/structacl/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/notification/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/keyboard/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/openid/Auth/OpenID/
H A DFileStore.php550 foreach (range(0, 4) as $i) {
567 foreach (range(0, 4) as $i) {

12345678910>>...35