text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```java /* This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public version 2 of the license, or (at your option) any later version. */ package org.gjt.jclasslib.io; import java.io.*; /** * <tt>OutputStream</tt> which counts the number of bytes wr...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/io/CountedOutputStream.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
247
```java /* This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public version 2 of the license, or (at your option) any later version. */ package org.gjt.jclasslib.util; import javax.swing.*; import java.awt.*; /** Transparent icon with no conten...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/EmptyIcon.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
248
```java /* This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public version 2 of the license, or (at your option) any later version. */ package org.gjt.jclasslib.util; import javax.swing.*; import java.awt.*; /** Collection of GUI utility metho...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/GUIHelper.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
617
```html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Package documentation</title> </head> <body> This package contains classes which do not contain application specific logic and can be considered utility classes to other packages. </body> </html> ```
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/package.html
html
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
74
```java /* This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public version 2 of the license, or (at your option) any later version. */ package org.gjt.jclasslib.util; import javax.swing.*; import java.awt.*; import java.awt.event.ComponentAdapter; ...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/ProgressDialog.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
803
```java package org.gjt.jclasslib.util; import java.io.*; public class FileUtils { public static void copy(File source, File target) throws IOException { InputStream in = new FileInputStream(source); OutputStream out = new FileOutputStream(target); byte[] buffer = new byte[1024]; ...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/FileUtils.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
101
```java /* This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public version 2 of the license, or (at your option) any later version. */ package org.gjt.jclasslib.util; import javax.swing.*; import javax.swing.border.Border; import javax.swing.border...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/ExtendedTableCellRenderer.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
702
```java /* This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public version 2 of the license, or (at your option) any later version. */ package org.gjt.jclasslib.util; import javax.swing.*; import java.awt.*; /** A <tt>JLabel</tt> that can be u...
/content/code_sandbox/lib.JBE/src/org/gjt/jclasslib/util/ExtendedJLabel.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,106
```java package org.apache.bcel; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code mus...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/ExceptionConstants.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,215
```java package org.apache.bcel; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code mus...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/Repository.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,799
```html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- $Id: package.html,v 1.1 2005/12/16 14:11:24 andos Exp $ --> </head> <body bgcolor="white"> <p> This package contains basic classes for the <a href="path_to_url">Byte Code Engineering Library</a> and constants defined by the <a href="pat...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/package.html
html
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
112
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/AttributeReader.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
877
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/LocalVariableTable.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,540
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantMethodref.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
880
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantValue.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,466
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/PMGClass.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,522
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Signature.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,116
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantString.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,154
```java package org.apache.bcel; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code mus...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/Constants.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
13,328
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantUtf8.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,070
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/StackMapType.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,277
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantDouble.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,051
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Unknown.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,597
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantNameAndType.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,280
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/FieldOrMethod.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,648
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantInterfaceMethodref.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
891
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/EmptyVisitor.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
968
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ClassFormatException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
658
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantCP.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,170
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Node.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
595
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantClass.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,145
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Deprecated.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,273
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Constant.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,253
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantObject.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
640
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantFieldref.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
873
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/SourceFile.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,420
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/CodeException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,736
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Method.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,666
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantFloat.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,079
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Synthetic.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,389
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,457
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/DescendingVisitor.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,181
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Field.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,275
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/InnerClass.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,724
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ClassParser.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,533
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Attribute.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,261
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sour...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantInteger.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,050
```html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- $Id: package.html,v 1.1 2005/12/16 14:11:24 andos Exp $ --> </head> <body bgcolor="white"> <p> This package contains the classes that describe the structure of a Java class file and a class file parser. </p> </body> </html> ```
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/package.html
html
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
93
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Visitor.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,013
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantLong.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,057
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/InnerClasses.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,448
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/LineNumber.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,197
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/LineNumberTable.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,834
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/Code.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,846
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/JavaClass.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
5,304
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/LocalVariable.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,854
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ExceptionTable.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,619
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassStack.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
718
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassQueue.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
718
```java package org.apache.bcel.classfile; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/classfile/ConstantPool.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,847
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/SyntheticRepository.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,439
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassPath.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,720
```java package org.apache.bcel.util; import org.apache.bcel.generic.*; import org.apache.bcel.classfile.Utility; import org.apache.bcel.Constants; import java.io.PrintWriter; import java.util.*; /* ==================================================================== * * reserved. * * Redistribution and use in so...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/BCELFactory.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,727
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/MethodHTML.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,833
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ByteSequence.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
754
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/Repository.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
815
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/AttributeHTML.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,201
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/JavaWrapper.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,248
```html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- $Id: package.html,v 1.1 2005/12/16 14:11:30 andos Exp $ --> </head> <body bgcolor="white"> <p> This package contains utility classes for the <a href="path_to_url">Byte Code Engineering Library</a>, namely: </p> <p> <ul> <li>Collection cl...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/package.html
html
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
172
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassLoader.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,832
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source co...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ConstantHTML.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,769
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassLoaderRepository.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,064
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/BCELifier.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,447
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassVector.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
754
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/CodeHTML.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
5,039
```java package org.apache.bcel.util; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source cod...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/util/ClassSet.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
837
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/VerifierFactoryObserver.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
696
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/Verifier.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,434
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/TransitiveHull.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,219
```java package org.apache.bcel.verifier; import javax.swing.event.*; /** * This class implements an adapter; it implements both a Swing ListModel and * a VerifierFactoryObserver. * * @version $Id: VerifierFactoryListModel.java,v 1.2 2006/09/04 15:43:18 andos Exp $ * @author Enver Haase */ public class VerifierF...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/VerifierFactoryListModel.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
366
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/VerificationResult.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,124
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/NativeVerifier.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
988
```html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- $Id: package.html,v 1.1 2005/12/16 14:11:30 andos Exp $ --> </head> <body bgcolor="white"> BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL. <h2>Package Specification</h2> This i...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/package.html
html
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
185
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/VerifyDialog.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
4,299
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/PassVerifier.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,235
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/VerifierAppFrame.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
3,535
```java package org.apache.bcel.verifier; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/VerifierFactory.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,158
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/LocalVariablesInfo.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,004
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/IntList.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
735
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/LocalVariableInfo.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,287
```html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- $Id: package.html,v 1.1 2005/12/16 14:11:30 andos Exp $ --> </head> <body bgcolor="white"> Provides PassVerifier classes used internally by JustIce. You don't need to bother with them. <h2>Package Specification</h2> Contained in this ...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/package.html
html
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
185
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/StringRepresentation.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
1,870
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/DOUBLE_Upper.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
695
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/Pass1Verifier.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
2,425
```java package org.apache.bcel.verifier.statics; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions o...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/statics/LONG_Upper.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
695
```java package org.apache.bcel.verifier.exc; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of so...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/exc/InvalidMethodException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
638
```java package org.apache.bcel.verifier.exc; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of so...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/exc/StaticCodeConstraintException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
690
```java package org.apache.bcel.verifier.exc; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of so...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/exc/StructuralCodeConstraintException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
784
```java package org.apache.bcel.verifier.exc; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of so...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/exc/VerifierConstraintViolatedException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
955
```java package org.apache.bcel.verifier.exc; /* ==================================================================== * * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of so...
/content/code_sandbox/lib.JBE/src/org/apache/bcel/verifier/exc/CodeConstraintException.java
java
2016-04-18T17:52:39
2024-08-16T07:10:35
ApkToolPlus
CYRUS-STUDIO/ApkToolPlus
1,196
698