Home
last modified time | relevance | path

Searched refs:range (Results 501 – 525 of 874) sorted by last modified time

1...<<21222324252627282930>>...35

/plugin/phpwikify/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/booking/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/telleveryone/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1range play-during position ' +\n 'quotes right richness size slope src speak-header speak-numer…
/plugin/syntaxhighlighter4/
H A DREADME.md98 ### Highlight a range of lines
131 ![](resources/highlight-range.png)
H A Dsyntax.php183 foreach (range($highlight_elt_exp[0], $highlight_elt_exp[1]) as $key => $lineNumber) {
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md54 * #250: Recurring all-day events are incorrectly included in time range
55 requests when not using UTC in the time range. (@armin-hackmann)
/plugin/twistienav/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/schemadata/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/amazonlight/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/sketchcanvas/phplib/
H A Dspyc.php331 if (is_array ($source_array) && array_keys($source_array) === range(0, count($source_array) - 1)) {
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
H A Dnewfigure.js34 // adora belle requires a range, even though we handle ranging ourselve here
35 var range = document.createElement('input');
36 range.name = 'range';
37 range.value = '0-0';
38 range.type = 'hidden';
39 editform.appendChild(range);
/plugin/forceuserchange/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/tagadd/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/jquerymigrate/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1range","start_interval","resolveConfigRange","getSubtaskDates","dateRangeResolver","calculateEndDa…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12388 var range = { class in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f12500.resolveConfigRange
12406 return range;
12431 if(!(range.start_date && range.end_date)){
12433 if(!range.start_date || !range.end_date){
12437 range.start_date = gantt.date[unit + "_start"](range.start_date);
12445 range.end_date = gantt.date[unit + "_start"](range.end_date);
14075 var range;
14101 range = range || 10;
24061 if(Number(index) < range.start || Number(index) > range.end){
24143 var range;
[all …]
/plugin/structcombolookup/
H A DLICENSE220 generous contributions to the wide range of software distributed
/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/imagebox/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64range-query-weight|cts:element-range-query-value|cts:element-range-query-options|cts:element-range
H A Dnode_prettify.js387 var range = ranges[i];
388 if (range[0] <= lastRange[1] + 1) {
389 lastRange[1] = Math.max(lastRange[1], range[1]);
391 consolidatedRanges.push(lastRange = range);
396 var range = consolidatedRanges[i];
397 out.push(encodeEscape(range[0]));
398 if (range[1] > range[0]) {
399 if (range[1] + 1 > range[0]) { out.push('-'); }
400 out.push(encodeEscape(range[1]));
H A Dlang-vhdl.js39 …ll|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|register|re…
H A Dprettify.js435 var range = ranges[i];
436 if (range[0] <= lastRange[1] + 1) {
437 lastRange[1] = Math.max(lastRange[1], range[1]);
439 consolidatedRanges.push(lastRange = range);
444 var range = consolidatedRanges[i];
445 out.push(encodeEscape(range[0]));
446 if (range[1] > range[0]) {
447 if (range[1] + 1 > range[0]) { out.push('-'); }
448 out.push(encodeEscape(range[1]));

1...<<21222324252627282930>>...35