Home
last modified time | relevance | path

Searched refs:diff (Results 126 – 150 of 261) sorted by relevance

1234567891011

/plugin/bez/cron/
H A Dfunctions.php46 $task->mail_notify_remind($task->get_participants('subscribent'), $plan_date->diff($now)->format('%a'));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js113 var diff = _.now() - new Date().getTime();
114 assert.ok(diff <= 0 && diff > -5, 'Produces the correct time in milliseconds');//within 5ms
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1diff{background-color:#fff;width:100%;}div.dokuwiki td.diff-blockheader{font-weight:bold;}div.doku…
/plugin/highlightjs/highlight/styles/
H A Dschool_book.css93 .diff .header,
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1diff;i<this.Right.getCount()&&k<other.Left.getCount();)my=this.Right.getItem(i),th=other.Left.getI…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php428 $diff = array_diff($realNames, $foundParams);
429 foreach ($diff as $neededParam) {
/plugin/statistics/inc/
H A DStatisticsGraph.class.php96 $diff = abs(strtotime($this->from) - strtotime($this->to));
97 $days = floor($diff / (60*60*24));
/plugin/combo/ComboStrap/
H A DCallStack.php1069 $diff = $targetKey - $actualKey;
1070 for ($i = 0; $i < abs($diff); $i++) {
1071 if ($diff > 0) {
H A DColorHsl.php175 public function diff($color): array function in ComboStrap\\ColorHsl
/plugin/barcodes/
H A Dcomposer.lock711 "sebastian/diff": "^4.0.3",
962 "sebastian/diff": "^4.0",
1078 "name": "sebastian/diff",
1082 "url": "https://github.com/sebastianbergmann/diff.git",
1087 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd7…
1124 "homepage": "https://github.com/sebastianbergmann/diff",
1126 "diff",
1129 "unified diff"
1132 "issues": "https://github.com/sebastianbergmann/diff/issues",
1133 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DLICENSE1 sebastian/diff
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md15 ```diff
/plugin/icalevents/
H A Dsyntax-impl.php239 $diff = $e1->DTSTART->getDateTime($this->localTimezone)->getTimestamp()
241 return $order * $diff;
/plugin/farmsync/
H A Dstyle.less186 table.diff {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php933 $diff = array();
937 $diff[$i] = $minwc[$i] - $minw[$i];
939 $diff[$i] = 0;
945 $cwdelta = array_sum($diff);
950 $minwc[$i] = max(0, -$diff[$i] / $cwdelta * $delta + $minwc[$i]);
H A Dpdf.fpdf.makefont.php408 $diff = MakeFontEncoding($map);
444 $s.='$diff=\''.$diff."';\n";
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js1314 var diff = this.ui.diffPages(shadow, pages);
1317 var data = this.objectToString(this.createMessage({patch: diff, checksum: checksum}));
1379 var diff = this.ui.diffPages(shadow, pages);
1382 var data = this.objectToString(this.createMessage({patch: diff, checksum: checksum}));
1424 data.length, 'bytes', 'diff', diff, 'checksum', checksum);
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js492 function pastFuture (diff, output) { argument
2831 var res, diff;
3161 var diff = myMoment.diff(now, 'days', true);
3162 return diff < -6 ? 'sameElse' :
3163 diff < -1 ? 'lastWeek' :
3164 diff < 0 ? 'lastDay' :
3165 diff < 1 ? 'sameDay' :
3166 diff < 2 ? 'nextDay' :
3167 diff < 7 ? 'nextWeek' : 'sameElse';
3241 function diff (input, units, asFloat) { function
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php276 $diff = 0;
278 …$diff = max($diff, (max($currentPixel[$channel], $targetPixel[$channel]) - min($currentPixel[$chan…
280 return $diff * 100;
/plugin/farmer/lang/fr/
H A Dtab_config_help.txt
/plugin/sketchcanvas/
H A DREADME.md18 * Can be easily compared with text-wise diff.
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js323 var diff = arguments.callee.getFirstDifferencePos(value, this.oldElementValue);
324 var offset = (diff == this.oldElementValue.length ? 1 : 0);
328 tp = value.lastIndexOf(this.options.tokens[index], diff + offset - 1);
330 tp = value.indexOf(this.options.tokens[index], diff + offset);
/plugin/callflow/
H A Draphael.js4476 diff = e.diff,
4521 if (diff[attr].real) {
4757 diff = {};
4803 diff[attr] = { class in runAnimation
4813 diff[attr] = [];
4815 diff[attr][i] = [0];
4827 diff[attr] = [];
4853 diff[attr] = [
4878 diff[attr] = [];
4889 diff[attr] = [];
[all …]
/plugin/advrack/
H A Draphael.js4476 diff = e.diff,
4521 if (diff[attr].real) {
4757 diff = {};
4803 diff[attr] = { class in runAnimation
4813 diff[attr] = [];
4815 diff[attr][i] = [0];
4827 diff[attr] = [];
4853 diff[attr] = [
4878 diff[attr] = [];
4889 diff[attr] = [];
[all …]
/plugin/pgn4web/
H A DREADME.md38 # diff -u pgn4web/pgn4web.js /tmp/pgn4web.js >pgn4web.patch # created the patch

1234567891011