OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:projects
(Results
76 - 100
of
1239
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/testapps/javaProjectTest/javaProject2/
.project
5
<
projects
>
6
</
projects
>
/sdk/testapps/javaProjectTest/javaProject3/
.project
5
<
projects
>
6
</
projects
>
/sdk/traceview/
.project
5
<
projects
>
6
</
projects
>
/external/markdown/tests/misc/
em-around-links.txt
3
- *[Python in Markdown](http://www.freewisdom.org/
projects
/python-markdown/) by some
5
- _[Python in Markdown](http://www.freewisdom.org/
projects
/python-markdown/) by some
7
- [_Python in Markdown_](http://www.freewisdom.org/
projects
/python-markdown/) by some
9
- [_Python in Markdown_](http://www.freewisdom.org/
projects
/python-markdown/) _by some
12
_[Python in Markdown](http://www.freewisdom.org/
projects
/python-markdown/) by some
em-around-links.html
4
<li><em><a href="http://www.freewisdom.org/
projects
/python-markdown/">Python in Markdown</a> by some
6
<li><em><a href="http://www.freewisdom.org/
projects
/python-markdown/">Python in Markdown</a> by some
8
<li><a href="http://www.freewisdom.org/
projects
/python-markdown/"><em>Python in Markdown</em></a> by some
10
<li><a href="http://www.freewisdom.org/
projects
/python-markdown/"><em>Python in Markdown</em></a> <em>by some
14
<p><em><a href="http://www.freewisdom.org/
projects
/python-markdown/">Python in Markdown</a> by some
/external/markdown/docs/
README.html
1
<h1><a href="http://freewisdom.org/
projects
/python-markdown">Python-Markdown</a></h1>
2
<p>This is a Python implementation of John Gruber's <a href="http://daringfireball.net/
projects
/markdown/">Markdown</a>.
4
though there are a few known issues. See <a href="http://www.freewisdom.org/
projects
/python-markdown/Features">Features</a> for information
6
supported by the <a href="http://www.freewisdom.org/
projects
/python-markdown/Available_Extensions">Available Extensions</a>.</p>
10
<a href="http://freewisdom.org/
projects
/python-markdown">http://freewisdom.org/
projects
/python-markdown</a>.</p>
12
<p>You may ask for help and discuss various other issues on the <a href="http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss">mailing list</a> and report bugs on the <a href="http://www.freewisdom.org/
projects
/python-markdown/Tickets">bug tracker</a>.</p
README
10
[Python-Markdown]: http://freewisdom.org/
projects
/python-markdown
11
[Markdown]: http://daringfireball.net/
projects
/markdown/
12
[Features]: http://www.freewisdom.org/
projects
/python-markdown/Features
13
[Available Extensions]: http://www.freewisdom.org/
projects
/python-markdown/Available_Extensions
21
<http://freewisdom.org/
projects
/python-markdown>.
29
[bug tracker]: http://www.freewisdom.org/
projects
/python-markdown/Tickets
/sdk/build/
sdk_only_whitelist.mk
1
# Whitelist of SDK
projects
that can be built for the SDK on Windows
3
# The Windows SDK cannot build all the
projects
from the SDK tree, typically
5
# SDK, we only care about a subset of
projects
(e.g. generally the SDK tools
8
# This file defines a whitelist of
projects
that can be built in the Windows
17
# must list all
projects
that are that are NOT specific to a given platform.
21
# must list all
projects
that are specific to a given platform. These
22
#
projects
generate files that are generally locates in SDK/platform-tools,
26
# Whitelist of SDK specific
projects
that do NOT need Java (e.g. C libraries)
39
# Whitelist of SDK specific
projects
that DO require Java
/external/hamcrest/src/org/hamcrest/
package.html
6
Hamcrest sub-
projects
define their convenience classes in the org.hamcrest package.
/external/dhcpcd/
ThirdPartyProject.prop
6
feedurl=http\://git.marples.name/
projects
/dhcpcd/wiki
10
homepage=http\://roy.marples.name/
projects
/dhcpcd/log/
/development/build/
sdk_only_whitelist.mk
1
# Whitelist of SDK
projects
that can be built for the SDK on Windows
3
# The Windows SDK cannot build all the
projects
from the SDK tree, typically
5
# SDK, we only care about a subset of
projects
(e.g. generally the SDK tools
8
# This file defines a whitelist of
projects
that can be built in the Windows
17
# must list all
projects
that are that are NOT specific to a given platform.
21
# must list all
projects
that are specific to a given platform. These
22
#
projects
generate files that are generally locates in SDK/platform-tools,
26
# Whitelist of platform specific
projects
that do NOT need Java (e.g. C libraries)
58
# Whitelist of platform specific
projects
that DO require Java
/external/protobuf/vsprojects/
convert2008to2005.sh
3
# This script downgrades MSVC 2008
projects
to MSVC 2005
projects
, allowing
5
# open
projects
created with 2008. We run this as part of our release process.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java
59
* Action which runs Lint on the currently
projects
(and also provides a
60
* pulldown menu in the toolbar for selecting specifically which
projects
to
76
List<IProject>
projects
= getProjects(mSelection, true /* warn */);
local
78
if (!
projects
.isEmpty()) {
79
EclipseLintRunner.startLint(
projects
, null, false /*fatalOnly*/, true /*show*/);
88
List<IProject>
projects
= new ArrayList<IProject>();
local
117
if (project != null && !
projects
.contains(project)) {
118
projects
.add(project);
123
if (
projects
.isEmpty()) {
127
projects
.add(file.getProject())
187
IJavaProject[]
projects
= AdtUtils.getOpenAndroidProjects();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
.project
5
<
projects
>
6
</
projects
>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.project
5
<
projects
>
8
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.base/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
.project
5
<
projects
>
6
</
projects
>
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/
.project
5
<
projects
>
6
</
projects
>
Completed in 460 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>