Home
last modified time | relevance | path

Searched refs:bb (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/lang/hu-formal/
H A Dadmin.txt
H A Ddraft.txt
H A Dconflict.txt
/dokuwiki/lib/plugins/usermanager/lang/hu/
H A Dimport.txt
/dokuwiki/inc/
H A DDifferenceEngine.php1380 $bb = new _Diff3_BlockBuilder();
1389 if ($edit = $bb->finish()) {
1416 $bb->input($orig);
1420 $bb->out1(array_splice($e1->closing, 0, $norig));
1424 $bb->out2(array_splice($e2->closing, 0, $norig));
1429 $bb->out1($e1->closing);
1433 $bb->out2($e2->closing);
1439 if ($edit = $bb->finish()) {