Imported Upstream version 4.2.1.102
Former-commit-id: 2d1ae6ac7b9e9737da1189c7f5f700500550c9ea
This commit is contained in:
parent
bac3554225
commit
4c37e28ac4
@ -476,6 +476,33 @@ mono_loader_lock (void)
|
||||
<div class="prototype">Prototype: mono_gc_enable</div>
|
||||
<p />
|
||||
|
||||
</div> <a name="api:mono_gc_is_finalizer_thread"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_gc_is_finalizer_thread</div>
|
||||
|
||||
<div class="prototype">gboolean
|
||||
mono_gc_is_finalizer_thread (MonoThread *thread)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<b>Parameters</b>
|
||||
<blockquote><dt><i>thread:</i></dt><dd> the thread to test.</dd></blockquote>
|
||||
<b>Remarks</b>
|
||||
<p />
|
||||
In Mono objects are finalized asynchronously on a separate thread.
|
||||
This routine tests whether the <i>thread</i> argument represents the
|
||||
finalization thread.
|
||||
|
||||
<p />
|
||||
Returns true if <i>thread</i> is the finalization thread.
|
||||
|
||||
</div> <a name="api:mono_gc_out_of_memory"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_gc_out_of_memory</div>
|
||||
|
||||
<div class="prototype">Prototype: mono_gc_out_of_memory</div>
|
||||
<p />
|
||||
|
||||
</div> <a name="api:mono_gc_start_world"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_gc_start_world</div>
|
||||
@ -497,6 +524,13 @@ mono_loader_lock (void)
|
||||
<div class="prototype">Prototype: mono_gc_alloc_fixed</div>
|
||||
<p />
|
||||
|
||||
</div> <a name="api:mono_gc_enable_events"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_gc_enable_events</div>
|
||||
|
||||
<div class="prototype">Prototype: mono_gc_enable_events</div>
|
||||
<p />
|
||||
|
||||
</div> <a name="api:mono_gc_free_fixed"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_gc_free_fixed</div>
|
||||
|
@ -111,7 +111,7 @@ mono_print_method_from_ip (void *ip)
|
||||
|
||||
This prints the name of the method at address <i>ip</i> in the standard
|
||||
output. Unlike mono_pmip which returns a string, this routine
|
||||
prints the value on the standard output.
|
||||
prints the value on the standard output.
|
||||
|
||||
</div> <a name="api:mono_print_thread_dump"></a>
|
||||
<div class="api">
|
||||
|
@ -108,6 +108,7 @@ MonoObject* <a href="#api:mono_object_isinst">mono_object_isinst</a>
|
||||
gpointer <a href="#api:mono_object_unbox">mono_object_unbox</a> (MonoObject *obj);
|
||||
MonoObject* <a href="#api:mono_object_castclass_mbyref">mono_object_castclass_mbyref</a> (MonoObject *obj,
|
||||
MonoClass *klass);
|
||||
<a href="#api:mono_object_is_alive"></a>
|
||||
guint <a href="#api:mono_object_get_size">mono_object_get_size</a> (MonoObject* o);
|
||||
MonoObject* <a href="#api:mono_value_box">mono_value_box</a> (MonoDomain *domain,
|
||||
MonoClass *class,
|
||||
@ -422,6 +423,13 @@ mono_object_castclass_mbyref (MonoObject *obj, MonoClass *klass)
|
||||
<blockquote> <i>obj</i> if <i>obj</i> is derived from <i>klass</i>, throws an exception otherwise
|
||||
</blockquote>
|
||||
|
||||
</div> <a name="api:mono_object_is_alive"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_object_is_alive</div>
|
||||
|
||||
<div class="prototype">Prototype: mono_object_is_alive</div>
|
||||
<p />
|
||||
|
||||
</div> <a name="api:mono_object_get_size"></a>
|
||||
<div class="api">
|
||||
<div class="api-entry">mono_object_get_size</div>
|
||||
|
17
external/Lucene.Net/.gitignore
vendored
Normal file
17
external/Lucene.Net/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# This is the git pattern ignore file for the project.
|
||||
# Git can be used with svn http://code.google.com/p/msysgit/
|
||||
bin
|
||||
Bin
|
||||
obj
|
||||
*.user
|
||||
*.suo
|
||||
*.bak
|
||||
*.vs10x
|
||||
*.VisualState.xml
|
||||
*.userprefs
|
||||
*.pidb
|
||||
test-results
|
||||
build/artifacts
|
||||
build/bin
|
||||
_ReSharper*
|
||||
*.orig
|
10
external/Lucene.Net/ACKNOWLEDGEMENTS.txt
vendored
Normal file
10
external/Lucene.Net/ACKNOWLEDGEMENTS.txt
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
The snowball stemmers in contrib/Snowball.Net/Snowball.Net/SF/Snowball
|
||||
were developed by Martin Porter and Richard Boulton.
|
||||
|
||||
The full snowball package is available from http://snowball.tartarus.org/
|
||||
|
||||
Apache Lucene.Net is a port of Jakarta Lucene to C#.
|
||||
The port from Java to C# of version 1.4.0, 1.4.3, 1.9, 1.9.1, 2.0 and 2.1 were done
|
||||
primary by George Aroush. To contact George Aroush please visit http://www.aroush.net/.
|
||||
Much thanks to George
|
||||
|
1
external/Lucene.Net/CHANGES.txt.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/CHANGES.txt.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
c0daf5afda647e912fcb3fee849f83bd5df94c39
|
271
external/Lucene.Net/LICENSE.txt
vendored
Normal file
271
external/Lucene.Net/LICENSE.txt
vendored
Normal file
@ -0,0 +1,271 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
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 writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
|
||||
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was derived from unicode
|
||||
conversion examples available at http://www.unicode.org/Public/PROGRAMS/CVTUTF.
|
||||
|
||||
Here is the copyright from those sources:
|
||||
|
||||
/*
|
||||
* Copyright 2001-2004 Unicode, Inc.
|
||||
*
|
||||
* Disclaimer
|
||||
*
|
||||
* This source code is provided as is by Unicode, Inc. No claims are
|
||||
* made as to fitness for any particular purpose. No warranties of any
|
||||
* kind are expressed or implied. The recipient agrees to determine
|
||||
* applicability of information provided. If this file has been
|
||||
* purchased on magnetic or optical media from Unicode, Inc., the
|
||||
* sole remedy for any claim will be exchange of defective media
|
||||
* within 90 days of receipt.
|
||||
*
|
||||
* Limitations on Rights to Redistribute This Code
|
||||
*
|
||||
* Unicode, Inc. hereby grants the right to freely use the information
|
||||
* supplied in this file in the creation of products supporting the
|
||||
* Unicode Standard, and to make copies of this file in any form
|
||||
* for internal or external distribution as long as this notice
|
||||
* remains attached.
|
||||
*/
|
||||
|
||||
|
||||
Some code in src/Lucene.Net/Util/ArrayUtil.cs was derived from Python 2.4.2
|
||||
sources available at http://www.python.org.
|
||||
|
||||
Full license is here:
|
||||
|
||||
http://www.python.org/download/releases/2.4.2/license/
|
||||
|
||||
|
||||
|
||||
|
||||
The following license applies to the Snowball's Portuguese, Hungarian, Romanian, Turkish stemmers:
|
||||
|
||||
Copyright (c) 2001, Dr Martin Porter
|
||||
Copyright (c) 2002, Richard Boulton
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use 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 copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* Neither the name of the copyright holders nor the names of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
6
external/Lucene.Net/NOTICE.txt
vendored
Normal file
6
external/Lucene.Net/NOTICE.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
Apache Lucene.Net
|
||||
Copyright 2006-2012 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
61
external/Lucene.Net/README.txt
vendored
Normal file
61
external/Lucene.Net/README.txt
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
Apache Lucene.Net README file
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
-------------
|
||||
Apache Lucene.Net is a C# full-text search engine. Apache Lucene.Net is not a complete application,
|
||||
but rather a code library and API that can easily be used to add search capabilities to applications.
|
||||
|
||||
Apache Lucene.Net is compiled against Microsoft .NET Framework 4.0
|
||||
|
||||
The Apache Lucene.Net web site is at:
|
||||
http://lucenenet.apache.org
|
||||
|
||||
Please join the Apache Lucene.Net-User mailing list by sending a message to:
|
||||
user-subscribe@lucenenet.apache.org
|
||||
|
||||
|
||||
FILES
|
||||
---------------
|
||||
build/scripts
|
||||
Build scripts
|
||||
|
||||
build/*
|
||||
Visual Studio solution files
|
||||
|
||||
src/Contrib
|
||||
Contributed code whihc extends and enhances Apahce Lucene.Net, but is not part of the core library
|
||||
|
||||
src/core
|
||||
The Lucene source code.
|
||||
|
||||
src/Demo
|
||||
Some example code.
|
||||
|
||||
test/*
|
||||
nUnit tests for Lucene.Net and Contrib projects
|
||||
|
||||
DOCUMENTATION
|
||||
---------------------
|
||||
MSDN style API documentation for Apache Lucene.Net exists. Those can be found at this site:
|
||||
http://lucenenet.apache.org/docs/3.0.3/Index.html
|
||||
|
||||
or
|
||||
|
||||
http://lucenenet.apache.org/docs/3.0.3/Lucene.Net.chm
|
||||
|
||||
ADDITIONAL LIBRARIES
|
||||
-----------------------------
|
||||
There are a number of additional libraries that various parts of Lucene.Net may depend. These are not
|
||||
included in the source distribution
|
||||
|
||||
These libraries can be found at:
|
||||
https://svn.apache.org/repos/asf/lucene.net/tags/Lucene.Net_3_0_3_RC1/lib/
|
||||
|
||||
Libraries:
|
||||
- Gallio 3.2.750
|
||||
- ICSharpCode
|
||||
- Nuget
|
||||
- NUnit.org
|
||||
- Spatial4n
|
||||
- StyleCop 4.5
|
BIN
external/Lucene.Net/branding/font/AllerDisplay.ttf
vendored
Normal file
BIN
external/Lucene.Net/branding/font/AllerDisplay.ttf
vendored
Normal file
Binary file not shown.
1
external/Lucene.Net/branding/font/Aller_Rg.ttf.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/branding/font/Aller_Rg.ttf.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
40e9c69dcc94cc12c5560419cc83e8bcb3b81e6b
|
1
external/Lucene.Net/branding/font/Aller_Std_Family.zip.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/branding/font/Aller_Std_Family.zip.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
67fd98292ca8f5ad49414ae37c537bb4524aff6b
|
1
external/Lucene.Net/branding/font/GOTHIC.TTF.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/branding/font/GOTHIC.TTF.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
c60a324123eaaeab58c400c139bcabbc6d0d2a9f
|
BIN
external/Lucene.Net/branding/logo/favicon.ico
vendored
Normal file
BIN
external/Lucene.Net/branding/logo/favicon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
1
external/Lucene.Net/branding/logo/lucene-color-variations.ai.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/branding/logo/lucene-color-variations.ai.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
4f446f2fe625b2834884b1aadc5eede9826edb1d
|
1
external/Lucene.Net/branding/logo/lucene-net-L.ai.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/branding/logo/lucene-net-L.ai.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
c1e23562f4b0cd4d4f2e0f89a42b567b99077077
|
BIN
external/Lucene.Net/branding/logo/lucene-net-L.png
vendored
Normal file
BIN
external/Lucene.Net/branding/logo/lucene-net-L.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
147
external/Lucene.Net/branding/logo/lucene-net-L.svg
vendored
Normal file
147
external/Lucene.Net/branding/logo/lucene-net-L.svg
vendored
Normal file
@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you 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 writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
-->
|
||||
|
||||
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="400px" height="225px" viewBox="0 0 400 225" enable-background="new 0 0 400 225" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#0664A8" d="M19.201,93.378c40.755-52.022,118.686-54.243,175.942-31.797c27.455,7.102,42.811,22.703,78.815,25.313
|
||||
c29.399,2.131,50.561-19.043,38.928-36.51c-36.214-54.375-133.032,44.034-146.493,60.642
|
||||
c-24.863,30.839-37.016,74.246-83.422,80.305c-50.033,6.535-91.53-49.554-44.014-85.466
|
||||
C104.402,56.561,168,126.555,242.026,147.01c41.102,11.358,108.157,14.52,126.272-43.366
|
||||
c45.88,56.087-31.81,135.46-113.409,106.002c-53.86-19.444-129.578-91.782-176.904-85.983
|
||||
c-20.251,2.481-26.038,35.527-3.661,35.997c21.425,6.579,46.703-26.739,61.514-38.886c35.555-29.677,57.158-70.843,97.562-96.563
|
||||
c41.967-26.704,121.813-19.71,120.64,32.617c-1.671,74.42-78.625,71.495-124.438,51.517
|
||||
C160.863,78.368,87.246,36.789,19.201,93.378C21.038,91.034,19.201,93.378,19.201,93.378z"/>
|
||||
<path fill="none" d="M38.958,105.865c-6.95,2.038-11.34,7.178-13.373,13.638C28.861,114.763,33.264,110.169,38.958,105.865z"/>
|
||||
<path fill="none" d="M229.602,108.345c-13.998-6.105-28.203-12.692-42.519-18.832c-3.843,3.638-7.305,7.065-10.289,10.125
|
||||
c66.607,23.429,161.796,38.456,170.191-10.861c0-0.001,0-0.003,0-0.005C326.718,129.726,267.504,124.872,229.602,108.345z"/>
|
||||
<path fill="none" d="M19.401,93.123c-0.036,0.048-0.076,0.095-0.114,0.149c-0.015,0.018-0.025,0.028-0.036,0.043
|
||||
c-0.02,0.023-0.03,0.04-0.051,0.064c0.071-0.089,0.144-0.175,0.215-0.265C19.411,93.117,19.406,93.12,19.401,93.123z"/>
|
||||
<path fill="none" d="M122.129,133.75c-0.083-0.037-0.165-0.075-0.246-0.112c0.072,0.045,0.146,0.093,0.219,0.139
|
||||
C122.112,133.769,122.119,133.759,122.129,133.75z"/>
|
||||
<path fill="none" d="M121.883,133.638c-16.059-7.344-31.028-11.552-43.897-9.976c-20.251,2.481-26.038,35.527-3.661,35.997
|
||||
c2.358,0.724,4.764,0.965,7.198,0.803c10.149-4.047,19.231-9.035,27.854-14.764c4.442-3.827,8.728-7.979,12.726-11.922
|
||||
C122.029,133.73,121.955,133.683,121.883,133.638z"/>
|
||||
<path fill="none" d="M109.376,145.698c-8.623,5.729-17.705,10.717-27.854,14.764C90.759,159.848,100.393,153.442,109.376,145.698z
|
||||
"/>
|
||||
<path fill="none" d="M298.431,37.441c-14.271-6.742-32.433-2.387-50.735,6.95C263.59,36.181,281.882,34.425,298.431,37.441z"/>
|
||||
<path fill="none" d="M244.938,45.833c0.913-0.48,1.824-0.96,2.752-1.439C246.774,44.861,245.855,45.339,244.938,45.833z"/>
|
||||
<path fill="none" d="M142.239,146.969c33.791,22.672,68.454,47.608,97.682,56.265c-29.781-14.464-64.237-40.014-96.342-58.331
|
||||
C143.133,145.593,142.687,146.282,142.239,146.969z"/>
|
||||
<path fill="none" d="M273.958,86.895c29.399,2.131,50.561-19.043,38.928-36.51c-4.107-6.168-8.997-10.365-14.455-12.943
|
||||
c-16.549-3.016-34.841-1.26-50.735,6.95c-0.001,0-0.004,0.002-0.005,0.002c-0.928,0.479-1.839,0.959-2.752,1.439
|
||||
c-11.124,5.966-22.225,13.655-32.468,21.698C230.698,75.141,246.188,84.881,273.958,86.895z"/>
|
||||
<path fill="#0664A8" d="M155.343,108.483c3.121,1.511,6.251,3.062,9.396,4.64c0.545-0.704,1.095-1.405,1.654-2.097
|
||||
c1.916-2.364,5.523-6.387,10.401-11.389c-2.624-0.923-5.205-1.86-7.737-2.805C164.284,100.792,159.735,104.684,155.343,108.483z"
|
||||
/>
|
||||
<path fill="#0664A8" d="M124.349,134.784c6.273,2.972,12.703,6.393,19.229,10.118c6.88-10.683,13.434-21.808,21.16-31.779
|
||||
c-3.144-1.578-6.275-3.129-9.396-4.64C144.414,117.94,134.45,126.826,124.349,134.784z"/>
|
||||
<path fill="#0664A8" d="M109.376,145.698c5.005-3.323,9.859-6.896,14.673-10.682c-0.65-0.417-1.299-0.829-1.947-1.24
|
||||
C118.104,137.72,113.818,141.871,109.376,145.698z"/>
|
||||
<path fill="#0664A8" d="M122.103,133.776c0.648,0.411,1.297,0.823,1.947,1.24c0.101-0.078,0.2-0.155,0.299-0.232
|
||||
c-0.744-0.352-1.482-0.695-2.22-1.034C122.119,133.759,122.112,133.769,122.103,133.776z"/>
|
||||
<path fill="#0664A8" d="M19.251,93.314c0.01-0.015,0.021-0.025,0.036-0.043C19.274,93.287,19.265,93.299,19.251,93.314z"/>
|
||||
<path fill="#0664A8" d="M19.612,92.855c0.065-0.085,0.133-0.168,0.19-0.244C19.75,92.677,19.687,92.759,19.612,92.855z"/>
|
||||
<path fill="#0664A8" d="M19.201,93.378c0.021-0.024,0.031-0.041,0.051-0.064C19.221,93.352,19.201,93.378,19.201,93.378z"/>
|
||||
<path fill="#0664A8" d="M19.802,92.611c0.097-0.125,0.159-0.203,0.187-0.239C19.956,92.417,19.889,92.501,19.802,92.611z"/>
|
||||
<path fill="#0664A8" d="M19.201,93.378c0.363-0.301,0.727-0.584,1.09-0.879c-0.292,0.203-0.583,0.409-0.875,0.614
|
||||
C19.345,93.203,19.272,93.29,19.201,93.378z"/>
|
||||
<path fill="#0664A8" d="M19.401,93.123c-0.043,0.056-0.083,0.107-0.114,0.149C19.325,93.218,19.365,93.17,19.401,93.123
|
||||
C19.401,93.123,19.402,93.123,19.401,93.123z"/>
|
||||
<path fill="#0664A8" d="M19.989,92.372C20.019,92.334,20.021,92.332,19.989,92.372L19.989,92.372z"/>
|
||||
<path fill="#0664A8" d="M19.612,92.855c-0.074,0.095-0.146,0.187-0.211,0.268c0.001,0,0,0,0,0
|
||||
C19.479,93.023,19.55,92.934,19.612,92.855z"/>
|
||||
<path fill="#0664A8" d="M121.883,133.638c0.081,0.037,0.163,0.075,0.246,0.112c5.127-5.055,9.787-9.759,13.71-12.977
|
||||
c5.413-4.518,10.5-9.306,15.382-14.262c-38.332-18.115-74.998-28.721-112.263-0.646C61.148,99.356,90.559,113.817,121.883,133.638
|
||||
z"/>
|
||||
<polygon fill="#0664A8" points="247.691,44.391 247.69,44.393 247.695,44.391 "/>
|
||||
<path fill="#0664A8" d="M109.376,145.698c-8.983,7.744-18.617,14.149-27.854,14.764c-2.563,1.021-5.189,1.985-7.897,2.885
|
||||
c-36.356,12.065-54.642-22.861-48.041-43.844c-24.064,34.818,13.347,77.58,57.386,71.828
|
||||
c29.662-3.872,45.332-23.005,59.268-44.362c-6.103-4.095-12.178-8.114-18.189-11.952
|
||||
C119.235,138.802,114.382,142.375,109.376,145.698z"/>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="40.1006" y1="162.9033" x2="73.1082" y2="126.8949">
|
||||
<stop offset="0" style="stop-color:#02364F"/>
|
||||
<stop offset="1" style="stop-color:#0664A8"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M73.625,163.347c2.708-0.899,5.334-1.863,7.897-2.885c-2.434,0.162-4.84-0.079-7.198-0.803
|
||||
c-22.377-0.47-16.59-33.516,3.661-35.997c12.869-1.576,27.839,2.632,43.897,9.976c-31.324-19.82-60.735-34.281-82.926-27.772
|
||||
c-5.693,4.304-10.097,8.898-13.373,13.638C18.984,140.485,37.269,175.412,73.625,163.347z"/>
|
||||
<path fill="#0664A8" d="M169.057,96.832c-2.195-0.823-4.352-1.651-6.467-2.485c-3.696,4.133-7.466,8.203-11.369,12.165
|
||||
c1.372,0.648,2.746,1.307,4.123,1.972C159.735,104.684,164.284,100.792,169.057,96.832z"/>
|
||||
<path fill="#0664A8" d="M135.839,120.773c-3.923,3.218-8.583,7.922-13.71,12.977c0.738,0.339,1.477,0.683,2.22,1.034
|
||||
c10.101-7.958,20.064-16.844,30.994-26.301c-1.376-0.666-2.75-1.324-4.123-1.972C146.339,111.468,141.252,116.255,135.839,120.773
|
||||
z"/>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="239.9209" y1="159.8223" x2="381.9678" y2="159.8223">
|
||||
<stop offset="0" style="stop-color:#02364F"/>
|
||||
<stop offset="1" style="stop-color:#0664A8"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_2_)" d="M368.299,103.644c-17.4,69.327-75.393,115.286-128.378,99.59l0,0
|
||||
c5.14,2.498,10.144,4.67,14.969,6.412C336.489,239.104,414.179,159.73,368.299,103.644z"/>
|
||||
<path fill="#0664A8" d="M124.349,134.784c-0.1,0.077-0.199,0.154-0.299,0.232c6.011,3.838,12.086,7.857,18.189,11.952
|
||||
c0.448-0.687,0.895-1.376,1.34-2.066C137.052,141.177,130.622,137.756,124.349,134.784z"/>
|
||||
<path fill="#0664A8" d="M368.299,103.644c-18.115,57.886-85.171,54.725-126.272,43.366c-26.947-7.445-52.512-21.455-77.288-33.886
|
||||
c-7.727,9.971-14.28,21.096-21.16,31.779c32.105,18.317,66.561,43.867,96.342,58.331l0,0
|
||||
C292.906,218.93,350.898,172.971,368.299,103.644z"/>
|
||||
<path fill="#0664A8" d="M181.217,87.028c-3-1.255-6.004-2.483-9.013-3.68c-3.173,3.693-6.366,7.368-9.614,10.999
|
||||
c2.115,0.834,4.272,1.663,6.467,2.485C172.949,93.604,176.984,90.333,181.217,87.028z"/>
|
||||
<path fill="#0664A8" d="M187.083,89.513c-1.954-0.838-3.91-1.667-5.866-2.485c-4.233,3.305-8.268,6.576-12.16,9.804
|
||||
c2.532,0.945,5.114,1.882,7.737,2.805C179.777,96.578,183.239,93.151,187.083,89.513z"/>
|
||||
<path fill="#0664A8" d="M212.471,67.531c-0.87-0.363-1.744-0.72-2.628-1.072c-10.552,6.924-19.987,13.815-28.626,20.569
|
||||
c1.956,0.818,3.912,1.647,5.866,2.485C194.384,82.597,203.063,74.916,212.471,67.531z"/>
|
||||
<path fill="#0664A8" d="M172.204,83.348c6.6-7.676,13.13-15.409,19.943-22.911C135.294,39.267,59.519,42.251,19.416,93.113
|
||||
c0.292-0.206,0.583-0.411,0.875-0.614C69.368,52.469,121.309,63.104,172.204,83.348z"/>
|
||||
<path fill="#0664A8" d="M244.938,45.833c-13.017,6.838-24.613,13.748-35.096,20.626c0.884,0.352,1.758,0.709,2.628,1.072
|
||||
C222.714,59.488,233.814,51.799,244.938,45.833z"/>
|
||||
<path fill="#0664A8" d="M181.217,87.028c8.639-6.753,18.074-13.645,28.626-20.569c-4.609-1.837-9.43-3.515-14.7-4.878
|
||||
c-0.992-0.39-1.992-0.77-2.996-1.144c-6.813,7.502-13.344,15.234-19.943,22.911C175.213,84.544,178.217,85.773,181.217,87.028z"/>
|
||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="332.5723" y1="25.5942" x2="292.0625" y2="66.104">
|
||||
<stop offset="0" style="stop-color:#02364F"/>
|
||||
<stop offset="1" style="stop-color:#0664A8"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_3_)" d="M298.431,37.441c5.458,2.579,10.348,6.775,14.455,12.943c11.633,17.467-9.528,38.642-38.928,36.51
|
||||
c-27.771-2.013-43.26-11.753-61.487-19.364c-9.407,7.385-18.086,15.066-25.388,21.982c14.316,6.14,28.521,12.727,42.519,18.832
|
||||
c37.902,16.527,97.116,21.381,117.384-19.573C351.38,62.932,327.618,42.759,298.431,37.441z"/>
|
||||
<path fill="#0664A8" d="M209.843,66.459c10.482-6.878,22.079-13.788,35.096-20.626c0.917-0.493,1.836-0.972,2.752-1.439
|
||||
c0.001,0,0.001,0,0.001-0.002c0.003,0,0.003,0,0.004,0c18.303-9.337,36.464-13.691,50.735-6.95
|
||||
c29.188,5.318,52.949,25.491,48.555,51.331c4.23-8.549,6.767-19.092,7.055-31.944c1.174-52.327-78.673-59.321-120.64-32.617
|
||||
c-16.03,10.204-29.097,22.842-41.253,36.227c1.004,0.374,2.004,0.753,2.996,1.144C200.413,62.944,205.233,64.622,209.843,66.459z"
|
||||
/>
|
||||
</g>
|
||||
<radialGradient id="SVGID_4_" cx="210.7598" cy="99.1973" r="170.6484" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#F7F18E"/>
|
||||
<stop offset="1" style="stop-color:#B3D335;stop-opacity:0"/>
|
||||
</radialGradient>
|
||||
<path opacity="0.58" fill="url(#SVGID_4_)" d="M165.655,113.583c-0.304-0.152-0.607-0.304-0.911-0.456
|
||||
c0.546-0.705,1.09-1.409,1.648-2.101c0.9-1.112,2.186-2.599,3.79-4.373c0.424-0.654,1.963-1.379,2.498-1.957
|
||||
c44.374-48.015,81.031-73.458,113.379-70.525c46.401,4.208,58.978,31.81,61.661,53.028c3.782-8.261,6.049-18.292,6.319-30.372
|
||||
c1.174-52.327-78.673-59.321-120.64-32.617c-16.03,10.204-29.097,22.843-41.253,36.228c-0.422-0.158-3.258,2.788-3.684,2.632
|
||||
c-10.324,13.27-17.945,23.038-25.843,31.243c-3.707,4.144-7.487,8.227-11.401,12.2c-0.164-0.077-0.329-0.155-0.493-0.233
|
||||
c-9.45,9.209-19.857,18.632-30.2,26.738c0.532,0.239,1.067,0.486,1.602,0.731c-14.225,14.024-32.053,30.746-47.803,25.909
|
||||
c-3.617-0.075-6.487-1.011-8.69-2.522c-10.949,0.304-15.695-1.318-11.195,8.682c5.524,12.278,11.256,21.03,17.626,25.963
|
||||
c3.567,0.167,7.212,0.033,10.906-0.45c16.031-2.092,27.972-8.646,37.763-17.596c5.919-6.378,12.306-14.142,19.233-23.344
|
||||
c1.218-1.813,2.421-3.644,3.611-5.491c0.108,0.063,0.218,0.126,0.327,0.188C150.64,135.892,157.868,125.408,165.655,113.583
|
||||
C165.351,113.431,157.868,125.408,165.655,113.583z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
1
external/Lucene.Net/branding/logo/lucene-net-badge-120x36.ai.REMOVED.git-id
vendored
Normal file
1
external/Lucene.Net/branding/logo/lucene-net-badge-120x36.ai.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
6bd2db8fe38fcdb84bee4df77770c3f7f35915b1
|
BIN
external/Lucene.Net/branding/logo/lucene-net-badge-120x36.png
vendored
Normal file
BIN
external/Lucene.Net/branding/logo/lucene-net-badge-120x36.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user