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 org.webharvest.runtime;
import org.webharvest.runtime.processors.BaseProcessor;
import java.util.Map;
/**
* @author: Vladimir Nikic
* Date: Apr 20, 2007
*/
public interface ScraperRuntimeListener {
public void onExecutionStart(Scraper scraper);
public void onExecutionPaused(Scraper... | 148 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 669 |
github-java-corpus | 2,012 | package org.webharvest.runtime;
import net.sf.saxon.query.StaticQueryContext;
import net.sf.saxon.Configuration;
import org.webharvest.runtime.processors.XQueryExpressionPool;
/**
* Facade for runtime objects needed for specific processors' execution.
*
* @author: Vladimir Nikic
* Date: Jul 4, 2007
*... | 200 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,073 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,183 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 736 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 547 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 436 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 558 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 645 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 528 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 717 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 708 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 445 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 540 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 5,101 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 490 |
github-java-corpus | 2,012 | package org.webharvest.utils;
import org.webharvest.exception.*;
import java.net.URLClassLoader;
import java.net.URL;
import java.net.MalformedURLException;
import java.util.ArrayList;
import java.util.Properties;
import java.io.File;
import java.sql.*;
/**
* Class loading utility - used for loading JD... | 718 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 475 |
github-java-corpus | 2,012 | package org.webharvest.utils;
import org.w3c.dom.Document;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.webharvest.runtime.variables.ListVariable;
import org.webharvest.runtime.variables.NodeVariable;
import org.webharvest.runtime.RuntimeConfig;
import org.webharvest.exception.Sc... | 724 |
github-java-corpus | 2,012 | package org.webharvest.utils;
import org.xml.sax.InputSource;
import org.xml.sax.SAXParseException;
import org.xml.sax.helpers.DefaultHandler;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import java.io.StringReader;
/**
* @author: Vladimir Nikic
* Date: May 9, 2007
... | 293 |
github-java-corpus | 2,012 | package org.webharvest.utils;
import net.sf.saxon.om.Item;
import net.sf.saxon.trans.XPathException;
import org.webharvest.exception.ScraperXQueryException;
/**
* @author: Vladimir Nikic
* Date: Sep 4, 2007
*/
public class XmlNodeWrapper {
private Item item;
private String stringValue = null;... | 154 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,445 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
/**
* @author: Vladimir Nikic
* Date: Jul 4, 2007
*/
public class ProportionalSplitPane extends JSplitPane {
private boolean isPainted = false;
private boolean hasProportionalLocation = true;
private double pro... | 203 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.gui.ResourceManager;
import javax.swing.*;
import java.awt.*;
/**
* Radio buttons used throughout application.
*/
public class WHRadioButton extends JRadioButton {
public WHRadioButton() {
defineLook();
}
public WHRad... | 156 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
public class FixedSizeButton extends CommonButton {
public FixedSizeButton(int width, int height) {
super();
setFixedSize(width, height);
}
public FixedSizeButton(String text, int width, int height... | 201 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 960 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.gui.ui.*;
import javax.swing.*;
import java.awt.*;
public class CommonButton extends JButton {
private WHButtonUI whButtonUI = new WHButtonUI();
public CommonButton() {
defineLook();
}
public CommonButton(String tex... | 175 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.border.*;
import java.awt.*;
public class WHControlsBorder implements Border {
private static final Color BORDER_COLOR = new Color(103, 101, 97);
public WHControlsBorder() {
}
public Insets getBorderInsets(Component c) {
... | 187 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.border.Border;
import java.awt.*;
/**
* Rounded border for most of the controls.
*/
public class CommonBorder implements Border {
private static int NORMAL_STATUS = 0;
private static int MOUSEOVER_STATUS = 1;
private int status = NO... | 304 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
public class SmallButton extends CommonButton {
public SmallButton() {
super();
}
public SmallButton(String text) {
super(text);
}
public SmallButton(String text, Icon icon) {
... | 128 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
/**
* Something thet has icon.
*/
public interface Iconifiable {
public Icon getIcon();
} | 33 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.gui.*;
import javax.swing.*;
import javax.swing.border.*;
import java.awt.*;
/**
* Dialog which offers user to insert text value
*/
public class InputDialog extends CommonDialog {
private Component caller;
private String result = nu... | 392 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 401 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import javax.swing.event.PopupMenuEvent;
import javax.swing.event.PopupMenuListener;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
/**
* Common popup menu.
*/
public class WHPop... | 391 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.utils.*;
import javax.swing.event.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* @author: Vladimir Nikic
* Date: Apr 23, 2007
*/
abstract public class EditableComboBox extends WHComboBox {
private boolean a... | 1,502 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* LC look & feel text field
*/
public class WHTextField extends JTextField {
public WHTextField() {
super();
define();
}
public WHTextField(int columns) {
... | 223 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.gui.*;
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
/**
* Common dilaog containing OK, Cancel buttons
*/
abstract public class CommonDialog extends JDialog {
private M... | 1,122 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
/**
* Elements used for menu creation.
*/
public class MenuElements {
public static class Menu extends JMenu {
public Menu(String s) {
super(s);
setPopupMenuLook(getPopupMenu());
... | 315 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.utils.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.plaf.basic.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
/**
* Combo boxes used in LiveCharts
*/
public class WHComboBox extends JComboBox {
... | 1,301 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
import java.util.*;
/**
* Combo boxes used in application
*/
public class WHList extends JList {
{
setBorder(new WHControlsBorder());
}
public WHList() {
defineList();
}
public WH... | 464 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.gui.*;
import org.webharvest.utils.CommonUtil;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Dialog which displays alert message
... | 741 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.utils.CommonUtil;
import javax.swing.*;
import javax.swing.border.Border;
import javax.swing.table.TableCellRenderer;
import java.awt.*;
/**
* Renderer for table headers
*/
public class TableHeaderRenderer extends JLabel implements TableCellRe... | 525 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import javax.swing.border.*;
import java.awt.*;
/**
* Common scroll pane used in application.
*/
public class WHScrollPane extends JScrollPane {
public WHScrollPane(Component view, int vsbPolicy, int hsbPolicy) {
super(view, vsbPol... | 164 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,016 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
/**
* Text field with specified fixed dimension
*/
public class FixedSizeTextField extends WHTextField {
private int width;
private int height;
public FixedSizeTextField(int width, int height) {
this.w... | 133 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.border.*;
import java.awt.*;
/**
* Titled border used throughout the application.
*/
public class WHTitledBorder extends TitledBorder {
public WHTitledBorder() {
this("");
}
public WHTitledBorder(String title) {
su... | 96 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import javax.swing.*;
import java.awt.*;
import java.util.HashMap;
import java.util.Map;
/**
* Panel with GridBagLayout and handy methods for creation of components.
*/
public class GridPanel extends JPanel {
private Map subpanels = new HashMap();
private ... | 629 |
github-java-corpus | 2,012 | package org.webharvest.gui.component;
import org.webharvest.gui.*;
import javax.swing.*;
import java.awt.*;
/**
* Radio buttons used throughout LiveCharts.
*/
public class WHCheckBox extends JCheckBox {
public WHCheckBox() {
defineLook();
}
public WHCheckBox(String text) {
... | 155 |
github-java-corpus | 2,012 | package org.webharvest.gui;
import java.util.ArrayList;
import java.util.Iterator;
/**
* Collection of breakpoints sorted by line number.
*/
public class BreakpointCollection extends ArrayList {
public BreakpointCollection() {
}
/**
* Adds new breakpoint (if none exists on the same ... | 737 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 778 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 4,265 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 456 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,465 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 6,498 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 953 |
github-java-corpus | 2,012 | package org.webharvest.gui;
import org.webharvest.utils.CommonUtil;
import org.bounce.text.xml.XMLDocument;
import javax.swing.event.DocumentListener;
import javax.swing.event.DocumentEvent;
import javax.swing.*;
import javax.swing.text.*;
import java.io.*;
import java.awt.*;
import java.net.URL;
/**
... | 1,740 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 3,179 |
github-java-corpus | 2,012 | package org.webharvest.gui.ui;
import javax.swing.*;
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.basic.BasicButtonUI;
import java.awt.*;
public class WHButtonUI extends BasicButtonUI {
protected static final Color DISABLED_COLOR = new Color(125, 121, 111);
private Component comp ... | 588 |
github-java-corpus | 2,012 | package org.webharvest.gui.ui;
import javax.swing.plaf.basic.BasicTabbedPaneUI;
/**
* Look & Feel for tabbed panes in application
*/
public class WHTabbedPaneUI extends BasicTabbedPaneUI {
}
| 47 |
github-java-corpus | 2,012 | package org.webharvest.gui.ui;
import javax.swing.plaf.basic.*;
import javax.swing.plaf.*;
import javax.swing.*;
import java.awt.*;
public class WHScrollBarUI extends BasicScrollBarUI {
public void installUI(JComponent c) {
super.installUI(c);
if (scrollbar != null) {
scro... | 1,575 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 5,018 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 631 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 4,869 |
github-java-corpus | 2,012 | package org.webharvest.gui;
import org.webharvest.definition.DefinitionResolver;
import org.webharvest.definition.ElementInfo;
import org.webharvest.gui.component.*;
import org.webharvest.utils.*;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import javax.swing.event.MenuKeyEvent;
import java... | 3,018 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,309 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 840 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 8,825 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,339 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 446 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,732 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,535 |
github-java-corpus | 2,012 | package org.webharvest.gui;
import org.webharvest.utils.CommonUtil;
import org.webharvest.utils.Constants;
import javax.swing.*;
import javax.swing.border.LineBorder;
import javax.swing.event.HyperlinkEvent;
import javax.swing.event.HyperlinkListener;
import javax.swing.text.html.HTMLEditorKit;
import javax... | 570 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 1,759 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 2,547 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 482 |
github-java-corpus | 2,012 | package org.webharvest.gui;
/**
* Information about single breakpoint in XML editor.
*/
public class BreakpointInfo {
private int lineNumber = 0;
public BreakpointInfo(int lineNumber) {
this.lineNumber = lineNumber;
}
public int getLineNumber() {
return lineNumber;
... | 99 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copy... | 5,166 |
github-java-corpus | 2,012 | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLX509TrustManager.java,v 1.2 2004/06/10 18:25:24 olegk Exp $
* $Revision$
* $Date$
*
* ==============================================================... | 1,012 |
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... | 921 |
github-java-corpus | 2,012 | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLProtocolSocketFactory.java,v 1.2 2004/06/10 18:25:24 olegk Exp $
* $Revision$
* $Date$
*
* =========================================================... | 3,560 |
github-java-corpus | 2,012 | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLInitializationError.java,v 1.2 2004/06/10 18:25:24 olegk Exp $
* $Revision$
* $Date$
*
* ===========================================================... | 462 |
github-java-corpus | 2,012 | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/StrictSSLProtocolSocketFactory.java,v 1.5 2004/06/10 18:25:24 olegk Exp $
* $Revision$
* $Date$
*
* =======================================================... | 2,904 |
github-java-corpus | 2,012 | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java,v 1.7 2004/06/11 19:26:27 olegk Exp $
* $Revision$
* $Date$
*
* ========================================================... | 1,627 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2006 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 746 |
github-java-corpus | 2,012 | package org.json;
/**
* The JSONException is thrown by the JSON.org classes then things are amiss.
* @author JSON.org
* @version 3
*/
public class JSONException extends Exception {
private Throwable cause;
/**
* Constructs a JSONException with an explanatory message.
* @param message Detail abou... | 122 |
github-java-corpus | 2,012 | package org.json;
import java.io.IOException;
import java.io.Writer;
/*
Copyright (c) 2006 JSON.org
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 limitat... | 2,289 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 6,772 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 511 |
github-java-corpus | 2,012 | package org.json;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.io.StringWriter;
/**
* Test class. This file is not formally a member of the org.json library.
* It is just a casual test tool.
*/
public class Test {
/**
* Entry point.
* @param args
*/
... | 6,001 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 2,758 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 2,285 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 1,435 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 684 |
github-java-corpus | 2,012 | package org.json;
/**
* The <code>JSONString</code> interface allows a <code>toJSONString()</code>
* method so that a class can change the behavior of
* <code>JSONObject.toString()</code>, <code>JSONArray.toString()</code>,
* and <code>JSONWriter.value(</code>Object<code>)</code>. The
* <code>toJSONString</code... | 176 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 1,355 |
github-java-corpus | 2,012 | package org.json;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
/*
Copyright (c) 2002 JSON.org
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... | 3,142 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 10,871 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2008 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 3,181 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
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 rights
to use, copy, modify, merge, publish,... | 1,932 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.