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
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
451
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
399
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
233
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
234
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
251
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
394
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
253
github-java-corpus
2,012
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
253
github-java-corpus
2,012
/* *************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF license...
267
github-java-corpus
2,012
import models.Customer; import play.jobs.Job; import play.jobs.OnApplicationStart; import play.test.Fixtures; /**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distribu...
291
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.network; import java.io.ByteArrayInputStream; import java.io.DataInputStream; import java.io.IOException; import net.minecraft.src.EntityPlayer; import net.minecraft.src.ModLoader; import net.minecraft.src.NetworkManager; import net.minecraft.src.Packet1Login; impo...
426
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes; import java.io.File; import net.minecraft.client.Minecraft; import net.minecraft.src.EntityPlayer; import net.minecraft.src.ModLoader; import net.minecraft.src.buildcraft.additionalpipes.gui.*; import net.minecraft.src.buildcraft.api.APIProxy; import net.mi...
157
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.chunkloader; import java.util.List; import java.util.Set; import net.minecraft.client.Minecraft; import net.minecraft.src.*; import net.minecraft.src.buildcraft.additionalpipes.chunkloader.TileChunkLoader; import net.minecraft.src.buildcraft.core.CoreProxy; import ...
428
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * gr...
853
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.gui; import net.minecraft.client.Minecraft; import net.minecraft.src.buildcraft.additionalpipes.gui.*; import net.minecraft.src.buildcraft.additionalpipes.network.NetworkID; import net.minecraft.src.buildcraft.additionalpipes.pipes.PipeItemsAdvancedWood; import net....
264
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.gui; import org.lwjgl.opengl.GL11; import net.minecraft.src.Container; import net.minecraft.src.GuiButton; import net.minecraft.src.GuiContainer; import net.minecraft.src.ModLoader; import net.minecraft.src.mod_AdditionalPipes; import net.minecraft.src.buildcraft.a...
1,256
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.gui; import net.minecraft.src.GuiButton; import net.minecraft.src.GuiContainer; import net.minecraft.src.ModLoader; import net.minecraft.src.mod_AdditionalPipes; import net.minecraft.src.buildcraft.transport.TileGenericPipe; import net.minecraft.src.buildcraf...
1,965
github-java-corpus
2,012
package net.minecraft.src; import java.io.File; import java.util.LinkedList; import java.util.List; import net.minecraft.client.Minecraft; import net.minecraft.src.buildcraft.additionalpipes.chunkloader.BlockChunkLoader; import net.minecraft.src.buildcraft.additionalpipes.chunkloader.TileChunkLoader; import ne...
5,534
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.network; public class NetworkID { //Packet IDs public static final int PACKET_PIPE_DESC = 1; //Gui IDs public static final int GUI_PIPE_TP = 1; public static final int GUI_PIPE_DIST = 2; public static final int GUI_PIPE_WOODEN_ADV = 3; }
77
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.network; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import net.minecraft.src.Packet; import net.minecraft.src.Packet250CustomPayload; import net.minecraft.src.buildcraft.core.net...
155
github-java-corpus
2,012
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode package net.minecraft.src.buildcraft.additionalpipes.transport; import net.minecraft.src.IBlockAccess; import net.minecraft.src.World; public interface...
141
github-java-corpus
2,012
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode package net.minecraft.src.buildcraft.additionalpipes.transport; import java.util.Random; import net.minecraft.src.World; public interface IPipeRandom...
104
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.chunkloader; import java.util.Collection; import java.util.Collections; import java.util.LinkedList; import java.util.List; import net.minecraft.src.Chunk; import net.minecraft.src.ChunkCoordIntPair; import net.minecraft.src.TileEntity; public class TileChunkLoader...
359
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.chunkloader; import net.minecraft.src.BlockContainer; import net.minecraft.src.Material; import net.minecraft.src.TileEntity; import net.minecraft.src.World; import net.minecraft.src.forge.ITextureProvider; // Referenced classes of package net.minecraft.src: // ...
207
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.utils; public class Logger { }
15
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
403
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.gui; import net.minecraft.src.Container; import net.minecraft.src.EntityPlayer; public class ContainerTeleportPipe extends Container { public boolean isUsableByPlayer(EntityPlayer entityplayer) { return true; } public boolean canInteractWith(En...
80
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,445
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.logic; import net.minecraft.src.BuildCraftCore; import net.minecraft.src.BuildCraftTransport; import net.minecraft.src.EntityPlayer; import net.minecraft.src.ItemStack; import net.minecraft.src.NBTTagCompound; import net.minecraft.src.TileEntity; import net.minecraf...
610
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,269
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
265
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,676
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,236
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,536
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,229
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,157
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
2,032
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,007
github-java-corpus
2,012
/** * BuildCraft is open-source. It is distributed under the terms of the * BuildCraft Open Source License. It grants rights to read, modify, compile * or run the code. It does *NOT* grant the right to redistribute this software * or its modifications in any form, binary or source, except if expressively * granted...
1,017
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.pipes; import java.util.LinkedList; import java.util.List; import net.minecraft.src.buildcraft.additionalpipes.MutiPlayerProxy; import net.minecraft.src.buildcraft.additionalpipes.logic.PipeLogicTeleport; import net.minecraft.src.buildcraft.api.EntityPassiveItem; i...
574
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.network; import java.io.ByteArrayInputStream; import java.io.DataInputStream; import java.io.IOException; import net.minecraft.src.*; import net.minecraft.src.buildcraft.core.CoreProxy; import net.minecraft.src.buildcraft.core.network.PacketUpdate; import net.minecr...
448
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes; import java.io.File; import net.minecraft.server.MinecraftServer; import net.minecraft.src.ModLoader; public class MutiPlayerProxy { public static boolean NeedsLoad = true; public static File WorldDir; public static boolean isServer = true; ...
899
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.chunkloader; import java.util.List; import java.util.Set; import net.minecraft.server.MinecraftServer; import net.minecraft.src.*; import net.minecraft.src.buildcraft.additionalpipes.chunkloader.TileChunkLoader; import net.minecraft.src.forge.IChunkLoadHandler; pu...
362
github-java-corpus
2,012
package net.minecraft.src.buildcraft.additionalpipes.gui; import net.minecraft.server.MinecraftServer; import net.minecraft.src.buildcraft.additionalpipes.network.NetworkID; import net.minecraft.src.buildcraft.additionalpipes.network.PacketAdditionalPipes; import net.minecraft.src.buildcraft.additionalpipes.pipes.Pipe...
454
github-java-corpus
2,012
package net.minecraft.src; import java.io.File; import java.util.LinkedList; import java.util.List; import net.minecraft.server.MinecraftServer; import net.minecraft.src.buildcraft.additionalpipes.chunkloader.*; import net.minecraft.src.buildcraft.additionalpipes.gui.GuiHandler; import net.minecraft.src.buildc...
3,868
github-java-corpus
2,012
package org.vafer.jmx; import java.io.IOException; import java.util.Collection; import javax.management.AttributeNotFoundException; import javax.management.InstanceNotFoundException; import javax.management.IntrospectionException; import javax.management.MBeanAttributeInfo; import javax.management.MBeanException; imp...
410
github-java-corpus
2,012
package org.vafer.jmx; import javax.management.ObjectName; public interface Filter { public boolean include(ObjectName bean, String attribute); }
29
github-java-corpus
2,012
package org.vafer.jmx.munin; import java.text.NumberFormat; import java.util.ArrayList; import java.util.Collections; import java.util.Hashtable; import java.util.Locale; import javax.management.ObjectName; import org.vafer.jmx.Enums; import org.vafer.jmx.Output; import org.vafer.jmx.Value; public final class Munin...
554
github-java-corpus
2,012
package org.vafer.jmx.munin; import java.util.HashSet; import java.util.List; import javax.management.ObjectName; import org.vafer.jmx.Filter; public final class MuninAttributesFilter implements Filter { private final HashSet<String> attributes = new HashSet<String>(); public MuninAttributesFilter(List<St...
123
github-java-corpus
2,012
package org.vafer.jmx.munin; import java.util.ArrayList; import java.util.List; import java.util.Locale; import org.vafer.jmx.*; import com.beust.jcommander.JCommander; import com.beust.jcommander.Parameter; public final class Munin { @Parameter(names = "-list", description = "show as list") private boolea...
379
github-java-corpus
2,012
package org.vafer.jmx; import javax.management.ObjectName; public final class NoFilter implements Filter { public boolean include(ObjectName bean, String attribute) { return true; } }
40
github-java-corpus
2,012
package org.vafer.jmx; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.LinkedHashMap; import java.util.Map; import java.util.TreeMap; import java.util.regex.Pattern; import javax.management.ObjectName; public final class En...
480
github-java-corpus
2,012
package org.vafer.jmx; import javax.management.ObjectName; public interface Output { public void output(ObjectName beanName, String attributeName, Object value); }
33
github-java-corpus
2,012
package org.vafer.jmx; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import javax.management.ObjectName; import javax.management.openmbean.CompositeData; import javax.management.openmbean.CompositeType; public final class Value { public interface Listener { ...
468
github-java-corpus
2,012
package org.vafer.jmx; import java.util.HashSet; import java.util.Set; import javax.management.ObjectName; public final class ListOutput implements Output { private final Set<String> seen = new HashSet<String>(); public void output(ObjectName beanName, String attributeName, Object value) { Value.fl...
152
github-java-corpus
2,012
/* * Copyright 2002,2004 The Apache Software Foundation. * * 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/licenses/LICENSE-2.0 * * Unless required by...
13,014
github-java-corpus
2,012
/* * Copyright 2002,2004 The Apache Software Foundation. * * 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/licenses/LICENSE-2.0 * * Unless required by...
2,659
github-java-corpus
2,012
/* * Copyright 2002,2004 The Apache Software Foundation. * * 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/licenses/LICENSE-2.0 * * Unless required by...
1,951
github-java-corpus
2,012
/* * Copyright 2002,2004 The Apache Software Foundation. * * 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/licenses/LICENSE-2.0 * * Unless required by...
6,031
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
710
github-java-corpus
2,012
package org.mediawiki.importer; import java.io.IOException; public interface SqlStream { public void writeComment(CharSequence sql) throws IOException; public void writeStatement(CharSequence sql) throws IOException; public void close() throws IOException; }
47
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
3,058
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
619
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2006 by Aurimas Fischer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the...
329
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright (C) 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation th...
531
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
334
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
2,547
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
483
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
338
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
1,230
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
372
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
341
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
712
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
893
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
520
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
505
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
350
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
1,112
github-java-corpus
2,012
package org.mediawiki.importer; import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; import java.sql.SQLWarning; import java.sql.Statement; public class SqlServerStream implements SqlStream { private Connection connection; public SqlServerStream(Connection conn) { connection = c...
193
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2006 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
687
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2006 by Aurimas Fischer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the...
525
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
2,254
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
307
github-java-corpus
2,012
package org.mediawiki.importer; import java.io.BufferedWriter; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.util.ArrayList; /** * Quickie little class for sending properly encoded, prettily * indented XML output to a stream. There is no namespace support, ...
1,113
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2006 by Aurimas Fischer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the...
329
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2006 by Tim Starling * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
650
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
487
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
357
github-java-corpus
2,012
package org.mediawiki.importer; import java.io.IOException; import java.io.OutputStream; import java.io.PrintStream; public class SqlFileStream implements SqlStream { protected PrintStream stream; public SqlFileStream(OutputStream output) throws IOException { this.stream = new PrintStream(output, false, "UTF-8"...
123
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
323
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
329
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
1,649
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
710
github-java-corpus
2,012
/* * MediaWiki import/export processing tools * Copyright 2005 by Brion Vibber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
2,254
github-java-corpus
2,012
/* * DumperWindow.java * * Created on January 6, 2006, 2:57 PM * * Implementation on top of the NetBeans-generated code in DumperWindowForm. * I hate editing generated code! */ package org.mediawiki.dumper.gui; import java.awt.Component; import java.awt.FileDialog; import java.io.File; import java.io.IOExcepti...
1,595
github-java-corpus
2,012
package org.mediawiki.dumper.gui; import javax.swing.JLabel; import javax.swing.SwingUtilities; import org.mediawiki.dumper.ProgressFilter; import org.mediawiki.importer.DumpWriter; public class GraphicalProgressFilter extends ProgressFilter { final JLabel target; public GraphicalProgressFilter(DumpWriter sink, ...
145
github-java-corpus
2,012
/* * DumperWindow.java * * Created on January 6, 2006, 2:11 PM */ package org.mediawiki.dumper.gui; /** * * @author brion */ public class DumperWindowForm extends javax.swing.JFrame { /** Creates new form DumperWindow */ public DumperWindowForm() { initComponents(); } /** This method is called from ...
4,031
github-java-corpus
2,012
package org.mediawiki.dumper.gui; import java.sql.SQLException; import javax.swing.JFrame; import javax.swing.JOptionPane; import java.io.IOException; import java.io.InputStream; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; import org.mediawiki.dumper.Tools; import org.mediawi...
1,627
github-java-corpus
2,012
package org.mediawiki.dumper; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import ...
441
github-java-corpus
2,012
package org.ajwcc.pduUtils.test; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import org.ajwcc.pduUtils.gsm3040.Pdu; import org.ajwcc.pduUtils.gsm3040.PduParser; import org.ajwcc.pduUtils.gsm3040.PduUtils; import org.smslib.Message; import org.smslib.OutboundBinaryMess...
1,409