This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Per-category pagination. Useful for multilingual blogs =) | |
# It will react, regarding your configuration in `config.yml`: | |
# | |
# paginate_per_category: true|false - activate this pagination or keep the | |
# default one | |
# default_category: "en" - determine the default category if you | |
# wish the root pagination to be this one | |
module Jekyll | |
module Paginate | |
class Pagination < Generator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Vysledek | |
{ | |
//== Datové atributy (statické i instancí)====================================== | |
private Tym domaci; | |
private Tym hoste; | |
private int kolo; | |
private String datum; | |
private int domaciGolu; | |
private int hosteGolu; | |
private boolean prodlouzeni; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Vysledek | |
{ | |
//== Datové atributy (statické i instancí)====================================== | |
private Tym domaci; | |
private Tym hoste; | |
private int kolo; | |
private String datum; | |
private int domaciGolu; | |
private int hosteGolu; | |
private boolean prodlouzeni; |