code
string
repo_name
string
path
string
language
string
license
string
size
int64
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/NPSafeArray.cpp
C++
mpl11
8,634
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
007slmg-np-activex
ffactivex/authorize.cpp
C++
mpl11
10,040
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/variants.cpp
C++
mpl11
10,855
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/GenericNPObject.cpp
C++
mpl11
13,001
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by npactivex.rc // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTRO...
007slmg-np-activex
ffactivex/resource.h
C
mpl11
403
maxVf = 200 # Generating the header head = """// Copyright qiuc12@gmail.com // This file is generated autmatically by python. DONT MODIFY IT! #pragma once #include <OleAuto.h> class FakeDispatcher; HRESULT DualProcessCommand(int commandId, FakeDispatcher *disp, ...); extern "C" void DualProcessCommandWrap()...
007slmg-np-activex
ffactivex/FakeDispatcherBase_gen.py
Python
mpl11
1,484
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/Host.cpp
C++
mpl11
5,125
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/axhost.h
C++
mpl11
3,248
#pragma once #include <npapi.h> #include <npruntime.h> #include <OleAuto.h> #include "scriptable.h" #include "npactivex.h" #include <map> using std::map; using std::pair; class ScriptFunc : public NPObject { private: static NPClass npClass; Scriptable *script; MEMBERID dispid; void setControl(Scrip...
007slmg-np-activex
ffactivex/ScriptFunc.h
C++
mpl11
1,139
#ifndef _HOOK_H_ #define _HOOK_H_ typedef struct _HOOKINFO_ { PBYTE Stub; DWORD CodeLength; LPVOID FuncAddr; LPVOID FakeAddr; }HOOKINFO, *PHOOKINFO; VOID HEInitHook(PHOOKINFO HookInfo, LPVOID FuncAddr, LPVOID FakeAddr); BOOL HEStartHook(PHOOKINFO HookInfo); BOOL HEStopHook(PHOOKINFO HookInfo); #en...
007slmg-np-activex
ffactivex/ApiHook/Hook.h
C
mpl11
323
// (c) Code By Extreme // Description:Inline Hook Engine // Last update:2010-6-26 #include <Windows.h> #include <stdio.h> #include "Hook.h" #define JMPSIZE 5 #define NOP 0x90 extern DWORD ade_getlength(LPVOID Start, DWORD WantLength); static VOID BuildJmp(PBYTE Buffer,DWORD JmpFrom, DWORD JmpTo) { DWO...
007slmg-np-activex
ffactivex/ApiHook/Hook.cpp
C++
mpl11
3,588
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/PropertyBag.cpp
C++
mpl11
3,426
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/PropertyBag.h
C++
mpl11
2,769
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/ControlSite.h
C++
mpl11
18,106
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/ItemContainer.cpp
C++
mpl11
4,191
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
007slmg-np-activex
ffactivex/common/ControlEventSink.h
C++
mpl11
4,288
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/ControlSiteIPFrame.cpp
C++
mpl11
4,105
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
007slmg-np-activex
ffactivex/common/StdAfx.h
C++
mpl11
4,966
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
007slmg-np-activex
ffactivex/common/ControlEventSink.cpp
C++
mpl11
9,136
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
007slmg-np-activex
ffactivex/common/ControlSite.cpp
C++
mpl11
44,576
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/ControlSiteIPFrame.h
C++
mpl11
3,891
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/IOleCommandTargetImpl.h
C++
mpl11
10,589
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/PropertyList.h
C++
mpl11
5,004
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
007slmg-np-activex
ffactivex/common/ItemContainer.h
C++
mpl11
3,631
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/NPSafeArray.h
C++
mpl11
3,324
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
007slmg-np-activex
ffactivex/authorize.h
C
mpl11
2,050
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
ffactivex/Host.h
C++
mpl11
2,246
<html> <head> <link rel="stylesheet" type="text/css" href="/list.css" /> <link rel="stylesheet" type="text/css" href="/options.css" /> <script src="/jquery-1.7.min.js"></script> <script src="/configure.js"></script> <script src="/i18n.js"></script> <script src="/list.js"></script> ...
007slmg-np-activex
chrome/options.html
HTML
mpl11
1,877
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var tabStatus = {}; var version; var default_id = "lgllffgicojgllpmdbemgglaponefajn"; var debug = chrome.i18n.getMessage("@@extensio...
007slmg-np-activex
chrome/common.js
JavaScript
mpl11
6,395
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. // Permission for experimental not given. var handler = chrome.webRequest; function onBeforeSendHeaders(details) { var rule = se...
007slmg-np-activex
chrome/web.js
JavaScript
mpl11
1,133
body { background-color: #ffd; } body > div { margin: 10px; max-width: 1000px; } #tbSetting { width: 1000px; height: 500px; } .itemline.newline:not(.editing) { display:none; } div[property=status] { width: 75px } div[property=title] { width: 200px } div[property=type] { widt...
007slmg-np-activex
chrome/options.css
CSS
mpl11
780
.list { width: 800px; height: 400px; font-family: Arial, sans-serif; overflow-x: hidden; border: 3px solid #0D5995; background-color: #0D5995; padding: 1px; padding-top: 10px; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-left-radius: 4px; border-bottom-r...
007slmg-np-activex
chrome/list.css
CSS
mpl11
1,865
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. /* Rule: { identifier: an unique identifier title: description type: Can be "wild", "regex", "clsid" ...
007slmg-np-activex
chrome/configure.js
JavaScript
mpl11
19,523
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. // Updater events: // error // updating // complete // success // itemupdated // progress // properties: // statu...
007slmg-np-activex
chrome/configUpdate.js
JavaScript
mpl11
3,106
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var FLASH_CLSID = '{d27cdb6e-ae6d-11cf-96b8-444553540000}'; var typeId = "application/x-itst-activex"; function executeScript(scrip...
007slmg-np-activex
chrome/inject_actions.js
JavaScript
mpl11
6,232
body { background-color: #ffd; } .main { width: 500px; height: 340px; padding: 10px; } .status { font-size: 18px; margin: 0 20px; } #issue_view { margin: 15px 10px; } #issue_view > div { margin: 7px 0px; } #share { position: absolute; top: 250px; left: 30px; heigh...
007slmg-np-activex
chrome/popup.css
CSS
mpl11
507
<html> <head> <title i18n="view_log"></title> <script src="/jquery-1.7.min.js"></script> <script src="/gas.js"></script> <script src="/i18n.js"></script> <script src="/log.js"></script> <style> #text { width: 800px; height: 400px; } div { ...
007slmg-np-activex
chrome/log.html
HTML
mpl11
719
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var controlLogFName="__npactivex_log"; var controlLogEvent="__npactivex_log_event__"; var config = null; var port = null; var l...
007slmg-np-activex
chrome/inject_start.js
JavaScript
mpl11
2,553
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. /* prop = { header, // String property, // String events, // type, // checkbox, select, ...
007slmg-np-activex
chrome/list.js
JavaScript
mpl11
11,700
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. replaceDocument(); window.addEventListener('load', replaceDocument, false);
007slmg-np-activex
chrome/inject_doreplace.js
JavaScript
mpl11
265
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"></meta> <link rel="stylesheet" type="text/css" href="/popup.css" /> <script src="/jquery-1.7.min.js"></script> <script src="/popup.js"></script> <script src="/i18n.js"></script> <script src="/gas.js"></scrip...
007slmg-np-activex
chrome/popup.html
HTML
mpl11
1,069
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var USE_RECORD_GAP = 3 * 60 * 1000; // 3 minutes var background = chrome.extension.getBackgroundPage(); var _gaq = background._gaq ...
007slmg-np-activex
chrome/gas.js
JavaScript
mpl11
2,812
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var tabId = parseInt(location.href.replace(/.*tabid=([0-9]*).*/, '$1')); if (isNaN(tabId)) { alert('Invalid tab id'); } var bac...
007slmg-np-activex
chrome/popup.js
JavaScript
mpl11
3,384
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"></meta> <style> .line { clear: both; margin: 4px 0px; } .item { margin: 4px 3px; float: left; } </style> <script> var link = "https://chrome.googl...
007slmg-np-activex
chrome/share.html
HTML
mpl11
4,378
// Copyright (c) 2010 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var $$ = chrome.i18n.getMessage; function loadI18n() { document.title = chrome.i18n.getMessage("option_title") var spans = docum...
007slmg-np-activex
chrome/i18n.js
JavaScript
mpl11
679
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var background = chrome.extension.getBackgroundPage(); var setting = background.setting; var updateSession = background.updateSession...
007slmg-np-activex
chrome/options.js
JavaScript
mpl11
8,110
<script src="jquery-1.7.min.js" > </script> <script src="i18n.js" > </script> <script src="common.js" > </script> <script src="configure.js"> </script> <script src="web.js"> </script> <script src="configUpdate.js"> </script> <script src="gas.js"> </script> <script> var setting = loadLocalSetting(); var upd...
007slmg-np-activex
chrome/background.html
HTML
mpl11
916
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. List.types.input = function(p, prop) { p[0].listdata = this; this.p = p; var input = this.input = $('<input></input>').addClas...
007slmg-np-activex
chrome/listtypes.js
JavaScript
mpl11
3,295
// Copyright (c) 2012 eagleonhill(qiuc12@gmail.com). All rights reserved. // Use of this source code is governed by a Mozilla-1.1 license that can be // found in the LICENSE file. var tabId = parseInt(location.href.replace(/.*tabid=([0-9]*).*/, '$1')); if (isNaN(tabId)) { alert('Invalid tab id'); } var bac...
007slmg-np-activex
chrome/log.js
JavaScript
mpl11
482
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
007slmg-np-activex
transver/transver.cpp
C++
mpl11
3,963
<html> <title>Setup Instructions for the Google API Client Library for Java</title> <body> <h2>Setup Instructions for the Google API Client Library for Java</h2> <h3>Browse Online</h3> <ul> <li><a href="http://code.google.com/p/google-api-java-client/source/browse/">Browse Source</a></li> </ul> <h3>Checkout ...
11durong-mytest1
instructions.html
HTML
asf20
2,304
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/test/com/google/api/client/http/MockLowLevelHttpRequest.java
Java
asf20
1,008
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
11durong-mytest1
google-api-client/test/com/google/api/client/http/MockHttpContent.java
Java
asf20
1,194
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/test/com/google/api/client/http/MockLowLevelHttpTransport.java
Java
asf20
2,044
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/test/com/google/api/client/http/MockLowLevelHttpResponse.java
Java
asf20
2,182
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/Generation.java
Java
asf20
4,801
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/model/DependencyModel.java
Java
asf20
1,710
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/model/PackageModel.java
Java
asf20
6,576
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/AbstractLineWrapper.java
Java
asf20
6,552
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/Strings.java
Java
asf20
3,560
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/LineWrapper.java
Java
asf20
972
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/SingleLineCommentProcessor.java
Java
asf20
1,964
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/XmlLineWrapper.java
Java
asf20
3,268
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/QuoteProcessor.java
Java
asf20
1,615
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/HtmlLineWrapper.java
Java
asf20
1,143
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/JavaLineWrapper.java
Java
asf20
7,640
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/linewrap/JavaLikeCommentProcessor.java
Java
asf20
2,206
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/AbstractXmlFileGenerator.java
Java
asf20
959
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/AbstractHtmlFileGenerator.java
Java
asf20
962
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/DistXmlFileGenerator.java
Java
asf20
4,010
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/AbstractJavaFileGenerator.java
Java
asf20
2,650
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/ModulePomFileGenerator.java
Java
asf20
3,375
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/PomFileGenerator.java
Java
asf20
2,237
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/AbstractFileGenerator.java
Java
asf20
1,402
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/generator/com/google/api/client/generator/GeneratePom.java
Java
asf20
1,549
<html> <title>Dependent libraries for the ${project.name} ${project.version}</title> <body> <h2>Dependent libraries for the ${project.name} ${project.version}</h2> <p>When building an application based on this client library, use these dependent library jars:</p> <ul> <li><a href="jackson-core-asl-1.5.3.jar">jackso...
11durong-mytest1
google-api-client/assemble/dependencies/readme.html
HTML
asf20
1,584
<html> <title>${project.name} ${project.version}</title> <body> <h2>${project.name} ${project.version}</h2> <p>High-level details about this library can be found at <a href="http://code.google.com/p/google-api-java-client">http://code.google.com/p/google-api-java-client</a>, including documentation, support, samples...
11durong-mytest1
google-api-client/assemble/readme.html
HTML
asf20
910
<html> <title>Release Process</title> <body> <h2>Release Process</h2> <h3>First time set up</h3> <ul> <li>Make sure you have at least a Committer role</li> <li>Make sure you have permission to post to the <a href="http://google-api-java-client.blogspot.com/">Announcement Blog</a>.</li> <li>Check out the <cod...
11durong-mytest1
google-api-client/assemble/release.html
HTML
asf20
9,580
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/appengine/UrlFetchTransport.java
Java
asf20
2,920
<body> HTTP Transport library for Google API's based on <a href="http://code.google.com/appengine/docs/java/urlfetch/">URL Fetch in Google App Engine</a> . <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.http}</li> <li>{@link com.google.appengine.api.urlfetch}</li> </ul> <p><...
11durong-mytest1
google-api-client/src/com/google/api/client/appengine/package.html
HTML
asf20
505
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/appengine/UrlFetchRequest.java
Java
asf20
3,256
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/appengine/UrlFetchResponse.java
Java
asf20
3,147
<body> XML. <p>This package depends on the {@link com.google.api.client.util}, {@link com.google.api.client.http}, and {@code org.xmlpull.v1} packages.</p> <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.http}</li> <li>{@link com.google.api.client.util}</li> </ul> <p><b>Warni...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/package.html
HTML
asf20
498
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/XmlNamespaceDictionary.java
Java
asf20
12,289
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/XmlParserFactory.java
Java
asf20
1,272
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/XmlHttpContent.java
Java
asf20
1,674
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/AbstractXmlHttpContent.java
Java
asf20
1,885
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/XmlHttpParser.java
Java
asf20
2,421
package com.google.api.client.xml; import com.google.api.client.util.ClassInfo; import com.google.api.client.util.FieldInfo; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; import org.xmlpull.v1.XmlSerializer; import java.io.IOException; import java.lang.reflect.Field; import java....
11durong-mytest1
google-api-client/src/com/google/api/client/xml/Xml.java
Java
asf20
14,777
<body> Atom XML. <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.http}</li> <li>{@link com.google.api.client.util}</li> <li>{@link com.google.api.client.xml}</li> <li>{@link org.xmlpull.v1}</li> </ul> <p><b>Warning: this package is experimental, and its content may be cha...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/package.html
HTML
asf20
437
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/AbstractAtomFeedParser.java
Java
asf20
2,982
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/AtomFeedContent.java
Java
asf20
1,713
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/AtomFeedParser.java
Java
asf20
2,387
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/AtomParser.java
Java
asf20
1,248
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/Atom.java
Java
asf20
1,507
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/atom/AtomContent.java
Java
asf20
1,705
package com.google.api.client.xml; import com.google.api.client.util.GenericData; import com.google.api.client.util.Key; /** * Generic XML data that stores all unknown key name/value pairs. * <p> * Each data key name maps into the name of the XPath expression value for the XML element, * attribute, or text conten...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/GenericXml.java
Java
asf20
1,422
package com.google.api.client.xml; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; import org.xmlpull.v1.XmlPullParserFactory; import org.xmlpull.v1.XmlSerializer; /** * Default XML parser factory that uses the default specified in {@link XmlPullParserFactory}. * * @since 1.0 * ...
11durong-mytest1
google-api-client/src/com/google/api/client/xml/DefaultXmlParserFactory.java
Java
asf20
1,365
<body> Character escaping utilities. <p><b>Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library</b></p> @since 1.0 </body>
11durong-mytest1
google-api-client/src/com/google/api/client/escape/package.html
HTML
asf20
226
/* * Copyright (c) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/escape/Escaper.java
Java
asf20
2,315