Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
536
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
1,529
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
847
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
239
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
1,450
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
789
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
1,738
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
3,359
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
268
github-java-corpus
2,012
package com.sk89q.worldedit.regions; import java.util.Iterator; import java.util.NoSuchElementException; import com.sk89q.worldedit.BlockVector; import com.sk89q.worldedit.Vector2D; public class FlatRegion3DIterator implements Iterator<BlockVector> { private Iterator<Vector2D> flatIterator; private int minY...
349
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
1,325
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
249
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
4,629
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
823
github-java-corpus
2,012
// $Id$ /* * WorldEditLibrary * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, o...
1,422
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
326
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
207
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
465
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
258
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
401
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
309
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
278
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
332
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
216
github-java-corpus
2,012
// $Id$ /* * This file is a part of WorldEdit. * Copyright (c) sk89q <http://www.sk89q.com> * Copyright (c) the WorldEdit team and contributors * * This program is free software: you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published by the Free Software ...
3,226
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
894
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
360
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
2,301
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
1,299
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
597
github-java-corpus
2,012
package com.sk89q.worldedit.bukkit; import java.util.Arrays; import java.util.List; import java.util.Locale; import com.sk89q.worldedit.BiomeType; import com.sk89q.worldedit.BiomeTypes; import com.sk89q.worldedit.UnknownBiomeTypeException; public class BukkitBiomeTypes implements BiomeTypes { public BukkitBiome...
222
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
7,275
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ...
1,093
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
1,257
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
493
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
782
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
738
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
343
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
320
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
354
github-java-corpus
2,012
package com.sk89q.worldedit.bukkit; import java.util.Locale; import org.bukkit.block.Biome; import com.sk89q.worldedit.BiomeType; public enum BukkitBiomeType implements BiomeType { SWAMPLAND(Biome.SWAMPLAND), FOREST(Biome.FOREST), TAIGA(Biome.TAIGA), DESERT(Biome.DESERT), PLAINS(Biome.PLAINS), ...
409
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
582
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
476
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
550
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
489
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
340
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
288
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
772
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
1,476
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
3,712
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
239
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
857
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
870
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
607
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
1,915
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
330
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (...
461
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
4,313
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
4,202
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
1,099
github-java-corpus
2,012
package com.sk89q.wepif; import org.bukkit.Location; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import org.bukkit.permissions.Permissible; import org.bukkit.permissions.Permission; import org.bukkit.permissions.PermissionAttachment; import org.bukkit.permissions.PermissionAttachmentInfo; import ...
749
github-java-corpus
2,012
package com.sk89q.wepif; import org.bukkit.Server; import org.bukkit.plugin.PluginManager; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; import static org.mockito.Mockito.*; public class DinnerPermsResolverTest { private DinnerPermsResolver resolver; @Before public vo...
555
github-java-corpus
2,012
// $Id$ /* * WorldEdit * Copyright (C) 2010 sk89q <http://www.sk89q.com> and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
1,063
github-java-corpus
2,012
package com.sk89q.worldedit; import org.junit.*; import static org.junit.Assert.*; public class VectorTest { @Test public void collinearityTest() { assertCollinear(0,0,0, 0,0,0); assertCollinear(0,0,0, 1,0,0); assertCollinear(0,0,0, 0,1,0); assertCollinear(0,0,0, 0,0,1); ...
1,737
github-java-corpus
2,012
package com.sk89q.worldedit.expression; import static org.junit.Assert.*; import static java.lang.Math.*; import org.junit.*; import com.sk89q.worldedit.expression.lexer.LexerException; import com.sk89q.worldedit.expression.parser.ParserException; import com.sk89q.worldedit.expression.runtime.EvaluationExce...
1,408
github-java-corpus
2,012
/* * WorldEdit * Copyright (C) 2012 sk89q <http://www.sk89q.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version...
269
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
285
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
382
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
301
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
1,251
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
668
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
845
github-java-corpus
2,012
/* * Copyright 2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
2,831
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
9,053
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
377
github-java-corpus
2,012
package org.pegdown.ast; public abstract class AbstractNode implements Node { private int startIndex; private int endIndex; public int getStartIndex() { return startIndex; } public int getEndIndex() { return endIndex; } public void setStartIndex(int startIndex) { ...
176
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
211
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
271
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
252
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
241
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
211
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
211
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
241
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
211
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
218
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
218
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
287
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
196
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
259
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
209
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
252
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
244
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
216
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
197
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
360
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
230
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
212
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
210
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
243
github-java-corpus
2,012
/* * Copyright (C) 2010-2011 Mathias Doenitz * * Based on peg-markdown (C) 2008-2010 John MacFarlane * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
195