Home
last modified time | relevance | path

Searched +full:diff -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 48) sorted by path

12

/dokuwiki/conf/
H A Ddokuwiki.php125 $conf['rss_linkto'] = 'diff'; //what page RSS entries link to:
126 // 'diff' - page showing revision differences
132 // 'diff' - plain text unified diff wrapped in <pre> tags
133 // 'htmldiff' - diff as HTML table
/dokuwiki/data/
H A Ddeleted.files311 inc/geshi/diff.php
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt420 The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Action/
H A DDiff.php9 * Class Diff
15 class Diff extends AbstractAction
28 // store the selected diff type in cookie
14 class Diff extends AbstractAction global() class
/dokuwiki/inc/
H A DAjax.php252 * Returns image diff representation for mediamanager
H A DDifferenceEngine.php3 * A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
89 * Class used internally by Diff to actually compute the diffs.
92 * Algorithm::Diff (version 1.06) by Ned Konz, which is available at:
93 * http://www.perl.com/CPAN/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip
125 function diff($from_lines, $to_lines) { function in _DiffEngine
517 * Class representing a 'diff' between two sequences of strings.
519 class Diff { class
525 * Computes diff between sequences of strings.
533 $this->edits = $eng->diff($from_lines, $to_lines);
538 * Compute reversed Diff
736 format($diff) global() argument
1132 format($diff) global() argument
1246 format($diff) global() argument
[all...]
H A Ddeprecated.php489 * Send the diff for some page change
507 * Send the diff for some media change
H A Dhtml.php533 * Get header of diff HTML
540 * @return string[] HTML snippets for diff header
550 * Show diff
557 * @param string $type type of the diff (inline or sidebyside)
587 * Create html link to a diff defined by two revisions
592 * @param int $rrev newest revision or null for diff with current revision
593 * @return string html of link to a diff
603 * Insert soft breaks in diff html
H A Dinfoutils.php351 $diff = $time - $now;
353 if (abs($diff) < 4) {
354 msg("Server time seems to be okay. Diff: {$diff}s", 1);
357 Consider configuring a sync with a NTP server. Diff: {$diff}s");
H A Dload.php45 'Diff' => 'DifferenceEngine.php',
H A Dmedia.php1061 if ($do == 'diff') {
1312 * Callback for media file diff
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php55 * set value of associated "current" key for internal use. Some UI element like diff
256 * diff link icon in recent changes list, to compare (this) current revision with previous one
270 // diff icon will not be shown when external edit occurred
275 $param = ['tab_details' => 'history', 'mediado' => 'diff', 'ns' => getNS($id), 'image' => $id];
283 $href = wl($id, ['do' => 'diff'], false, '&');
289 . '<img src="' . DOKU_BASE . 'lib/images/diff.png" width="15" height="11"'
290 . ' title="' . $lang['diff'] . '" alt="' . $lang['diff'] . '" />'
298 * diff link icon in revisions list, compare this revision with current one
313 $param = ['mediado' => 'diff', 'imag
[all...]
/dokuwiki/inc/Extension/
H A DPluginController.php293 //Diff between local+default and default
298 //the ones in need of diff
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php242 'DIFF' => rtrim($tlist),
247 'DIFF' => $hlist,
H A DMediaSubscriptionSender.php8 * Send the diff for some media change
H A DPageSubscriptionSender.php5 use Diff;
12 * Send the diff for some page change
43 $df = new Diff(
51 $df = new Diff(
66 $trep['DIFF'] = $tdiff;
67 $hrep['DIFF'] = $hdiff;
7 use Diff; global() alias
/dokuwiki/inc/Ui/
H A DDiff.php8 * DokuWiki Diff Interface
13 abstract class Diff extends Ui class
30 * Diff Ui constructor
66 * Gets or Sets preference of the Ui\Diff object
97 // diff link icon click, eg. &do=diff&rev=#
107 // submit button with two checked boxes, eg. &do=diff&rev2[0]=#&rev2[1]=#
H A DMediaDiff.php16 class MediaDiff extends Diff
43 $this->preference['difftype'] = 'both'; // diff view type: both, opacity or portions
55 * Handle requested revision(s) and diff view preferences
66 // requested diff view type
110 // adjust requested diff view type
137 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');
139 // print form to choose diff view type
162 * Print form to choose diff view type
180 $form->setHiddenField('mediado', 'diff');
200 // diff vie
[all...]
H A DMediaRevisions.php66 $form->setHiddenField('mediado', 'diff'); // required for media revisions
91 $RevInfo->showIconCompareWithCurrent(), // link to diff view icon
107 // show button for diff view
108 $form->addButton('do[diff]', $lang['diff2'])->attr('type', 'submit');
H A DPageDiff.php18 class PageDiff extends Diff
43 $this->preference['difftype'] = 'sidebyside'; // diff view type: inline or sidebyside
95 * Handle requested revision(s) and diff view preferences
108 // requested diff view type
174 * Show diff
210 $Difference = new \Diff(
219 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');
221 // print form to choose diff view type, and exact url reference to the view
229 // display diff view table
231 echo '<table class="diff diff
[all...]
H A DPageRevisions.php93 $RevInfo->showIconCompareWithCurrent(), // link to diff view icon
106 // show button for diff view
107 $form->addButton('do[diff]', $lang['diff2'])->attr('type', 'submit');
H A DRecent.php88 $RevInfo->showIconCompareWithPrevious(), // link to diff view icon
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php224 $meta['rss_linkto'] = ['multichoice', '_choices' => ['diff', 'page', 'rev', 'current']];
225 $meta['rss_content'] = ['multichoice', '_choices' => ['abstract', 'diff', 'htmldiff', 'html']];
/dokuwiki/lib/plugins/revert/
H A Dadmin.php149 echo '<a href="' . wl($recent['id'], "do=diff") . '">';
151 $p['src'] = DOKU_BASE . 'lib/images/diff.png';
154 $p['title'] = $lang['diff'];
155 $p['alt'] = $lang['diff'];

12