Home
last modified time | relevance | path

Searched refs:diff (Results 51 – 75 of 261) sorted by relevance

1234567891011

/plugin/tagadd/
H A Daction.php276 $diff =array_diff($oldtags_r,$tags);
277 $rem = array_intersect($oldtags_r,$diff);
278 $diff =array_diff($tags,$oldtags_r);
279 $add = array_intersect($tags,$diff);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php93 $diff = $size % 512;
94 if ($diff != 0) {
96 $this->fseek((512 - $diff), SEEK_CUR);
/plugin/lytebox/
H A Dlytebox.js695 var diff = (img > cur) ? img - cur : cur - img;
696 if (diff >= 0 && diff <= 100) { return 10; }
697 if (diff > 100 && diff <= 200) { return 15; }
698 if (diff > 200 && diff <= 300) { return 20; }
699 if (diff > 300 && diff <= 400) { return 25; }
700 if (diff > 400 && diff <= 500) { return 30; }
701 if (diff > 500 && diff <= 600) { return 35; }
702 if (diff > 600 && diff <= 700) { return 40; }
703 if (diff > 700) { return 45; }
/plugin/highlightjs/highlight/styles/
H A Didea.css18 .comment, .template_comment, .javadoc, .diff .header {
72 .diff .change {
H A Dgithub.css13 .comment, .template_comment, .diff .header, .javadoc {
84 .diff .change {
H A Dsunburst.css93 .diff .header, .chunk {
99 .diff .change {
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A DLongestCommonSubsequenceTest.php193 $diff = $this->implementation->calculate(array('5'), array('05'));
195 $this->assertInternalType('array', $diff);
196 $this->assertCount(0, $diff);
/plugin/pagelist/
H A Dstyle.css
/plugin/include/
H A Dhelper.php390 $diff = 0;
392 $diff = $lvl - $lvl_max + 1;
393 if ($no_header) $diff -= 1; // push up one level if "noheader"
416 $lvl_new = (($ins[$idx][1][1] + $diff) > 5) ? 5 : ($ins[$idx][1][1] + $diff);
440 $lvl_new = (($ins[$idx][1][0] + $diff) > 5) ? 5 : ($ins[$idx][1][0] + $diff);
/plugin/styler/
H A D.whitesource7 "displayMode": "diff"
/plugin/searchjump/
H A Dscript.js55 jump_by: function (diff) { argument
57 sjump.current += diff;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php298 $diff = $css->print->get_diff(); variable
312 ('.$diff.' Bytes)'; else $ratio = '<span
313 style="color:red;">'.$ratio.'%</span> ('.$diff.' Bytes)';
/plugin/davcal/
H A Djstz.js85 diff = january_offset - june_offset;
87 if (diff < 0) {
89 } else if (diff > 0) {
/plugin/html2pdf/snorriheim/
H A Ddesign.css608 div.dokuwiki table.diff {
612 div.dokuwiki td.diff-blockheader {
615 div.dokuwiki table.diff th {
622 div.dokuwiki table.diff td {
626 div.dokuwiki td.diff-addedline {
629 div.dokuwiki td.diff-deletedline {
632 div.dokuwiki td.diff-context {
635 div.dokuwiki table.diff td.diff-addedline strong,
636 div.dokuwiki table.diff td.diff-deletedline strong {
/plugin/tos/
H A Daction.php177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
182 $html .= html_insert_softbreaks($formatter->format($diff));
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/icalevents/vendor/sabre/uri/
H A D.travis.yml11 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/davcal/vendor/sabre/event/
H A D.travis.yml16 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/sync/lang/fr/
H A Dnochange.txt3 Aucune différence n'a été constatée entre votre wiki local et le wiki distant. Pas besoin de synchr…
H A Dlist.txt3 Une liste des fichiers qui diffèrent entre vos fichiers locaux et le wiki distant est indiqué ci-de…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php152 if ($diff = array_diff(array_keys($this->resources), array_keys($this->loaders))) {
153 … throw new \LogicException('The following loader(s) are not registered: '.implode(', ', $diff));
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java49 double diff = Math.abs(start.getCenterX() in SchemaGraphComponent()
53 if (diff < 40) in SchemaGraphComponent()
/plugin/watchcycle/
H A Dhelper.php79 $diff = ($now - $time) / (60 * 60 * 24);
80 return (int)$diff;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch.txt1 diff --git a/Foo.php b/Foo.php
/plugin/diffpreview/
H A Dplugin.info.txt6 desc Adds button for diff preview in edit mode.

1234567891011