Home
last modified time | relevance | path

Searched refs:range (Results 776 – 800 of 874) sorted by last modified time

1...<<3132333435

/plugin/aceeditor/
H A Dbuild.js1range=t.selection.getRange(),t.selection.setRange(e),t.selection.clearSelection()}},B=function(e){… property in AnonymousFunction3f72001718800.s
/plugin/requiz/
H A Dhelper.php43 $ilist = range(0, $acnt-1);
/plugin/tindexmenu/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/projects/
H A Dlicense220 generous contributions to the wide range of software distributed
/plugin/projects/syntax/
H A Duse.php83 $form->addHidden('range', $range);
/plugin/projects/plugins/file/
H A Dplot_dependency.php90 $range = explode('-', $name);
91 if (count($range) == 1) $range[1] = $range[0];
92 if (!is_numeric($range[0])) {
96 sort($range);
98 foreach ($range as $column) {
113 for ($i = trim($range[0]); $i <= trim($range[1]); $i++)
115 if ($use == 'x') $this->properties['x_column'] = trim($range[0]);
/plugin/projects/lib/
H A Dtools.php89 function button_remove($range, $tag) { argument
96 'range' => $range
/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/dblclickedit/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/cumulus/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/bible/
H A Dsyntax.php122 foreach (range($thisVerseNum, $throughVerse) as $verseNum){
/plugin/editsections2/
H A DCOPYING220 generous contributions to the wide range of software distributed
H A Dscript.js60 function getRangeValue(range, startOrEnd) { argument
64 if (!range || !(matched = /^(\d+)-(\d*)$/.exec(range.value))) {
93 (startPos = getRangeValue(sectionEditForm.range, 'start'))
122 endPos = getRangeValue(sectionEditForm.range, 'end');
/plugin/preservefilenames/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/autoindentcontrol/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/nohighlight/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/fedauth/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php509 foreach (range(0, 4) as $i) {
524 foreach (range(0, 4) as $i) {
/plugin/ssocas/
H A DCOPYING220 generous contributions to the wide range of software distributed
/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/supa/
H A DLICENSE.txt220 generous contributions to the wide range of software distributed
/plugin/inlineeditor/
H A Dscript.js15 this.range = null;
60 function quickedit_save(id, range, page) argument
69 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
81 function plugin_quickedit_go(id,range,page,adm) argument
86 pl_si.range =range;
91 pl_si.sack.runAJAX('call=get_text&range='+pl_si.range+'&page='+pl_si.page);
98 function plugin_quickedit_goold(id,range,page, adm){ argument
103 pl_si.range = range;
112 function quickedit_cancel(id, range, page) argument
120 pl_si.range = range;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1909 var range = element.ownerDocument.createRange();
1910 range.selectNode(element);
1912 content = range.createContextualFragment(content.stripScripts());
H A Dslider.js32 this.range = this.options.range || $R(0,1);
80 slider.range.start), i);
121 if (value > this.range.end) return this.range.end;
122 if (value < this.range.start) return this.range.start;
154 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
159 (this.range.end-this.range.start)) + this.range.start);
161 getRange: function(range) { argument
163 range = range || 0;
164 return $R(v[range],v[range+1]);
193 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
[all …]
/plugin/asiansearch/
H A DCOPYING220 generous contributions to the wide range of software distributed

1...<<3132333435