File: ext_wikidiff2.php

package info (click to toggle)
wikidiff2 1.2%2Bgit03ea59f-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 276 kB
  • ctags: 240
  • sloc: cpp: 1,357; php: 172; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<?hh
<<__Native>>
function wikidiff2_do_diff(string $text1, string $text2, int $numContextLines): string;

<<__Native>>
function wikidiff2_inline_diff(string $text1, string $text2, int $numContextLines): string;