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
package net.sf.andpdf.utils; import android.graphics.Bitmap; import android.graphics.Canvas; /** * AWT: BufferedImage creates and stores Graphics2D object for reuse * Use BiCa to simulate this behaviour in PDFRenderer imageRef * @author ferenc.hechler */ public class BiCa { private Bitmap bi; pri...
171
github-java-corpus
2,012
package net.sf.andpdf.crypto; import java.nio.ByteBuffer; import java.security.Key; import java.security.NoSuchAlgorithmException; import javax.crypto.BadPaddingException; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; import javax.crypto.SecretKey; import javax.c...
342
github-java-corpus
2,012
package net.sf.andpdf.crypto; import java.nio.ByteBuffer; import java.security.Key; import javax.crypto.SecretKey; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; import org.bouncycastle.crypto.engines.RC4Engine; import org.bouncycastle.crypto.params.KeyParameter; publi...
369
github-java-corpus
2,012
package net.sf.andpdf.crypto; import java.nio.ByteBuffer; import java.security.Key; import java.security.NoSuchAlgorithmException; import javax.crypto.BadPaddingException; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; import javax.crypto.SecretKey; import javax.c...
284
github-java-corpus
2,012
/* * $Id: PDFParseException.java,v 1.4 2009/03/12 12:25:25 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Less...
313
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
839
github-java-corpus
2,012
/* * $Id: NameTree.java,v 1.3 2009/01/16 16:26:09 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
1,026
github-java-corpus
2,012
/* * $Id: RunLengthDecode.java,v 1.1 2009/02/21 20:04:52 tomoke Exp $ * * Copyright 2009 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser...
823
github-java-corpus
2,012
/* * $Id: PDFDecoder.java,v 1.5 2009/03/12 12:26:19 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
1,154
github-java-corpus
2,012
package com.sun.pdfview.decode; import java.io.IOException; import net.sf.andpdf.nio.ByteBuffer; import com.sun.pdfview.PDFObject; public class CCITTFaxDecode { protected static ByteBuffer decode(PDFObject dict, ByteBuffer buf, PDFObject params) throws IOException { byte[] bytes = ...
686
github-java-corpus
2,012
/* * $Id: PNGPredictor.java,v 1.3 2009/02/12 13:53:58 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
1,564
github-java-corpus
2,012
/* * $Id: LZWDecode.java,v 1.4 2009/02/22 00:45:32 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
1,828
github-java-corpus
2,012
/* * $Id: FlateDecode.java,v 1.4 2009/01/03 17:23:30 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
875
github-java-corpus
2,012
/* * $Id: ASCII85Decode.java,v 1.3 2009/02/22 00:52:35 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
1,121
github-java-corpus
2,012
/* * $Id: DCTDecode.java,v 1.2 2007/12/20 18:33:33 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
841
github-java-corpus
2,012
/* * $Id: Predictor.java,v 1.2 2007/12/20 18:33:33 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
1,053
github-java-corpus
2,012
/* * $Id: ASCIIHexDecode.java,v 1.2 2007/12/20 18:33:32 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
920
github-java-corpus
2,012
/* * Based on the SUN code (see license beyond) changes are made to handle CCITTFax encoded * data in a PDF image. This may or may not apply to real world CCITT documents. * * Copyright (c) 2007, intarsys consulting GmbH * * Redistribution and use in source and binary forms, with or without * modification...
17,708
github-java-corpus
2,012
/* * $Id: Watchable.java,v 1.3 2009/01/16 16:26:15 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
570
github-java-corpus
2,012
/* * $Id: PDFCmd.java,v 1.3 2009/01/16 16:26:13 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General ...
470
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
3,866
github-java-corpus
2,012
/* * $Id: PDFRenderer.java,v 1.8 2009/02/12 13:53:56 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
7,010
github-java-corpus
2,012
/* * $Id: PDFPage.java,v 1.5 2009/02/12 13:53:56 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General...
5,406
github-java-corpus
2,012
/* * $Id: PDFPaint.java,v 1.4 2009/01/16 16:26:09 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
716
github-java-corpus
2,012
/* * $Id: ImageInfo.java,v 1.3 2009/01/16 16:26:11 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
556
github-java-corpus
2,012
/* * $Id: PDFTextFormat.java,v 1.3 2009/01/16 16:26:11 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
2,628
github-java-corpus
2,012
/* * $Id: HexDump.java,v 1.3 2009/01/16 16:26:12 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General...
706
github-java-corpus
2,012
/* * $Id: PDFXref.java,v 1.4 2009/02/12 13:53:56 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General...
1,005
github-java-corpus
2,012
/* * $Id: PDFShapeCmd.java,v 1.3 2009/01/16 16:26:15 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
1,778
github-java-corpus
2,012
/* * $Id: GoToAction.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
509
github-java-corpus
2,012
/* * $Id: PDFAction.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
686
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
479
github-java-corpus
2,012
/* * $Id: PDFDestination.java,v 1.3 2009/01/16 16:26:09 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser ...
2,042
github-java-corpus
2,012
/* * $Id: BaseWatchable.java,v 1.5 2009/02/09 17:14:32 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
2,332
github-java-corpus
2,012
/* * $Id: CalRGBColor.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
429
github-java-corpus
2,012
/* * $Id: PDFColorSpace.java,v 1.5 2009/03/08 20:46:16 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
1,585
github-java-corpus
2,012
/* * $Id: CalRGBColor.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
629
github-java-corpus
2,012
/* * $Id: CalRGBColor.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
530
github-java-corpus
2,012
/* * $Id: CalRGBColor.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
431
github-java-corpus
2,012
/* * $Id: IndexedColor.java,v 1.4 2009/01/26 05:40:42 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
881
github-java-corpus
2,012
/* * $Id: FunctionType0.java,v 1.3 2007/12/20 18:33:35 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
3,737
github-java-corpus
2,012
/* * $Id: FunctionType4.java,v 1.3 2009/02/12 13:53:59 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
7,934
github-java-corpus
2,012
/* * $Id: FunctionType2.java,v 1.2 2007/12/20 18:33:34 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
1,050
github-java-corpus
2,012
/* * $Id: PDFFunction.java,v 1.6 2009/03/15 12:33:17 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
2,836
github-java-corpus
2,012
/* * $Id: FunctionType3.java,v 1.1 2009/02/09 16:32:23 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
2,188
github-java-corpus
2,012
/* * $Id: PDFShapeCmd.java,v 1.3 2009/01/16 16:26:15 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
1,639
github-java-corpus
2,012
/* * $Id: FlPoint.java,v 1.2 2007/12/20 18:33:31 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General ...
406
github-java-corpus
2,012
/* * $Id: PDFCMap.java,v 1.3 2009/02/12 13:53:54 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General...
747
github-java-corpus
2,012
/* * $Id: PDFGlyph.java,v 1.3 2009/02/09 16:35:01 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
732
github-java-corpus
2,012
/* * $Id: FontSupport.java,v 1.3 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
9,023
github-java-corpus
2,012
/* * $Id: Type0Font.java,v 1.2 2007/12/20 18:33:32 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
544
github-java-corpus
2,012
/* * $Id: TTFFont.java,v 1.10 2009/02/23 15:29:19 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
2,926
github-java-corpus
2,012
/* * $Id: CIDFontType2.java,v 1.5 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
2,042
github-java-corpus
2,012
/* * $Id: PDFFont.java,v 1.6 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General...
2,927
github-java-corpus
2,012
/* * $Id: Type1Font.java,v 1.5 2009/02/12 13:53:54 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
7,502
github-java-corpus
2,012
/* * $Id: OutlineFont.java,v 1.3 2009/02/09 16:29:58 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
1,136
github-java-corpus
2,012
/* * $Id: GlyfSimple.java,v 1.2 2007/12/20 18:33:31 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
2,509
github-java-corpus
2,012
/* * $Id: CMap.java,v 1.4 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Pu...
1,387
github-java-corpus
2,012
/* * $Id: CmapTable.java,v 1.3 2009/02/12 13:53:57 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
1,804
github-java-corpus
2,012
/* * $Id: TrueTypeTable.java,v 1.3 2009/02/09 16:31:23 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G...
1,397
github-java-corpus
2,012
/* * $Id: CMapFormat4.java,v 1.3 2009/02/12 13:53:57 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
3,226
github-java-corpus
2,012
/* * $Id: HmtxTable.java,v 1.3 2009/01/07 14:24:13 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
1,043
github-java-corpus
2,012
/* * $Id: GlyfTable.java,v 1.2 2007/12/20 18:33:30 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
1,006
github-java-corpus
2,012
/* * $Id: GlyfCompound.java,v 1.3 2009/02/12 13:53:57 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
2,477
github-java-corpus
2,012
/* * $Id: CMapFormat6.java,v 1.1 2009/02/16 00:26:24 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
951
github-java-corpus
2,012
/* * $Id: HeadTable.java,v 1.3 2007/12/20 18:33:30 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
3,106
github-java-corpus
2,012
/* * $Id: TrueTypeFont.java,v 1.6 2009/03/15 20:47:39 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
2,751
github-java-corpus
2,012
/* * $Id: NameTable.java,v 1.4 2009/02/12 13:53:57 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
2,728
github-java-corpus
2,012
package com.sun.pdfview.font.ttf; import java.io.*; import java.util.*; /** * Build an object which provides access to all the Adobe glyph names, using * a unicode value, and which can translate a glyph name to one or more * unicode values. * # ###########################################################...
1,373
github-java-corpus
2,012
/* * $Id: PostTable.java,v 1.2 2007/12/20 18:33:31 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
4,343
github-java-corpus
2,012
/* * $Id: LocaTable.java,v 1.3 2009/03/15 12:33:17 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
824
github-java-corpus
2,012
/* * $Id: CMapFormat0.java,v 1.2 2007/12/20 18:33:30 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
933
github-java-corpus
2,012
/* * $Id: MaxpTable.java,v 1.3 2009/01/16 01:47:59 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
2,972
github-java-corpus
2,012
/* * $Id: Glyf.java,v 1.2 2007/12/20 18:33:31 rbair Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Pub...
1,280
github-java-corpus
2,012
/* * $Id: HheaTable.java,v 1.4 2009/01/16 01:47:59 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
2,637
github-java-corpus
2,012
/* * $Id: BuiltinFont.java,v 1.4 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
2,145
github-java-corpus
2,012
/* * $Id: PDFFontDescriptor.java,v 1.4 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Less...
3,506
github-java-corpus
2,012
/* * $Id: Type3Font.java,v 1.3 2009/02/12 13:53:54 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
1,468
github-java-corpus
2,012
/* * $Id: PDFFontEncoding.java,v 1.4 2009/02/12 13:53:54 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser...
1,669
github-java-corpus
2,012
/* * $Id: Type1CFont.java,v 1.3 2009/03/09 10:18:03 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
10,156
github-java-corpus
2,012
/* * $Id: PDFObject.java,v 1.8 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gener...
5,945
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
331
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
288
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
949
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
10,521
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
413
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
294
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
2,089
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
289
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
1,035
github-java-corpus
2,012
/* * Copyright 2008 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * This library 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 Foundation; either * version 2.1 of...
2,887
github-java-corpus
2,012
/* * $Id: OutlineNode.java,v 1.3 2009/01/16 16:26:10 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
427
github-java-corpus
2,012
/* * $Id: PDFParser.java,v 1.11 2009/03/15 20:47:38 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...
12,433
github-java-corpus
2,012
/* * $Id: PDFImage.java,v 1.9 2009/03/12 13:23:54 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
5,821
github-java-corpus
2,012
/* * $Id: PDFFile.java,v 1.15 2009/03/12 12:25:25 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
14,715
github-java-corpus
2,012
/* * $Id: RefImage.java,v 1.3 2009/01/16 16:26:10 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
449
github-java-corpus
2,012
/* * $Id: Cache.java,v 1.4 2009/02/12 13:53:56 tomoke Exp $ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P...
2,209
github-java-corpus
2,012
package androswing.tree; import java.util.ArrayList; public class DefaultMutableTreeNode { private DefaultMutableTreeNode parent; private Object userObject; private ArrayList<DefaultMutableTreeNode> children; protected DefaultMutableTreeNode(){ parent = null; userObject = null; children = new Ar...
138
github-java-corpus
2,012
package hudson.plugins.jswidgets; import hudson.Functions; import hudson.model.Action; import java.util.logging.Logger; import org.kohsuke.stapler.StaplerRequest; /** * Implements some basic methods for returning baseUrl and image paths. This is the base class for javascript actions. * * @author mfriedenhagen ...
664
github-java-corpus
2,012
package hudson.plugins.jswidgets; import hudson.Extension; import hudson.model.AbstractBuild; import hudson.model.listeners.RunListener; import java.util.logging.Logger; /** * This listener adds a {@link JsBuildAction} to every new build. * * @author mfriedenhagen */ @SuppressWarnings("rawtypes") @Extension publ...
310