OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apache
(Results
201 - 225
of
3999
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-http/src/org/apache/http/auth/
AUTH.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/auth/AUTH.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.auth;
Credentials.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/auth/Credentials.java $
8
* Licensed to the
Apache
Software Foundation (ASF) under one or more
11
* The ASF licenses this file to You under the
Apache
License, Version 2.0
15
* http://www.
apache
.org/licenses/LICENSE-2.0
25
* individuals on behalf of the
Apache
Software Foundation. For more
26
* information on the
Apache
Software Foundation, please see
27
* <http://www.
apache
.org/>.
31
package org.
apache
.http.auth;
/external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/client/params/AuthPolicy.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.client.params;
/external/apache-http/src/org/apache/http/conn/
ConnectionPoolTimeoutException.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/conn/ConnectionPoolTimeoutException.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.conn;
ConnectionReleaseTrigger.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/conn/ConnectionReleaseTrigger.java $
8
* Licensed to the
Apache
Software Foundation (ASF) under one or more
11
* The ASF licenses this file to You under the
Apache
License, Version 2.0
15
* http://www.
apache
.org/licenses/LICENSE-2.0
25
* individuals on behalf of the
Apache
Software Foundation. For more
26
* information on the
Apache
Software Foundation, please see
27
* <http://www.
apache
.org/>.
31
package org.
apache
.http.conn;
48
* @author <a href="mailto:rolandw at
apache
.org">Roland Weber</a
[
all
...]
/external/apache-http/src/org/apache/http/conn/params/
ConnManagerPNames.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/conn/params/ConnManagerPNames.java $
8
* Licensed to the
Apache
Software Foundation (ASF) under one or more
11
* The ASF licenses this file to You under the
Apache
License, Version 2.0
15
* http://www.
apache
.org/licenses/LICENSE-2.0
25
* individuals on behalf of the
Apache
Software Foundation. For more
26
* information on the
Apache
Software Foundation, please see
27
* <http://www.
apache
.org/>.
31
package org.
apache
.http.conn.params;
45
* {@link org.
apache
.http.conn.ManagedClientConnection} from th
[
all
...]
ConnRoutePNames.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/conn/params/ConnRoutePNames.java $
8
* Licensed to the
Apache
Software Foundation (ASF) under one or more
11
* The ASF licenses this file to You under the
Apache
License, Version 2.0
15
* http://www.
apache
.org/licenses/LICENSE-2.0
25
* individuals on behalf of the
Apache
Software Foundation. For more
26
* information on the
Apache
Software Foundation, please see
27
* <http://www.
apache
.org/>.
31
package org.
apache
.http.conn.params;
45
* {@link org.
apache
.http.conn.routing.HttpRoutePlanner HttpRoutePlanner
[
all
...]
/external/apache-http/src/org/apache/http/cookie/
SM.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/cookie/SM.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.cookie;
SetCookie2.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/cookie/SetCookie2.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.cookie;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPooledConnAdapter.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/impl/conn/tsccm/BasicPooledConnAdapter.java $
8
* Licensed to the
Apache
Software Foundation (ASF) under one or more
11
* The ASF licenses this file to You under the
Apache
License, Version 2.0
15
* http://www.
apache
.org/licenses/LICENSE-2.0
25
* individuals on behalf of the
Apache
Software Foundation. For more
26
* information on the
Apache
Software Foundation, please see
27
* <http://www.
apache
.org/>.
31
package org.
apache
.http.impl.conn.tsccm;
34
import org.
apache
.http.conn.ClientConnectionManager
[
all
...]
RefQueueHandler.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/impl/conn/tsccm/RefQueueHandler.java $
8
* Licensed to the
Apache
Software Foundation (ASF) under one or more
11
* The ASF licenses this file to You under the
Apache
License, Version 2.0
15
* http://www.
apache
.org/licenses/LICENSE-2.0
25
* individuals on behalf of the
Apache
Software Foundation. For more
26
* information on the
Apache
Software Foundation, please see
27
* <http://www.
apache
.org/>.
31
package org.
apache
.http.impl.conn.tsccm;
/external/apache-http/src/org/apache/http/impl/cookie/
DateParseException.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/impl/cookie/DateParseException.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.impl.cookie;
/external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/
apache
/http/impl/entity/EntitySerializer.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.impl.entity;
37
import org.
apache
.http.HttpEntity
[
all
...]
/external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/
apache
/http/message/HeaderValueFormatter.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.message;
35
import org.
apache
.http.HeaderElement
[
all
...]
/external/apache-http/src/org/apache/http/protocol/
RequestConnControl.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/
apache
/http/protocol/RequestConnControl.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.protocol;
36
import org.
apache
.http.HttpException
[
all
...]
RequestContent.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/
apache
/http/protocol/RequestContent.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.protocol;
36
import org.
apache
.http.HttpEntity
[
all
...]
RequestExpectContinue.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/
apache
/http/protocol/RequestExpectContinue.java $
7
* Licensed to the
Apache
Software Foundation (ASF) under one
11
* to you under the
Apache
License, Version 2.0 (the
15
* http://www.
apache
.org/licenses/LICENSE-2.0
26
* individuals on behalf of the
Apache
Software Foundation. For more
27
* information on the
Apache
Software Foundation, please see
28
* <http://www.
apache
.org/>.
32
package org.
apache
.http.protocol;
36
import org.
apache
.http.HttpEntity
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorUnknown.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xalan.processor;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPart.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xalan.templates;
23
import org.
apache
.xml.utils.FastStringBuffer;
24
import org.
apache
.xpath.XPathContext;
60
org.
apache
.xml.utils.PrefixResolver nsNode)
AVTPartSimple.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xalan.templates;
23
import org.
apache
.xml.utils.FastStringBuffer;
24
import org.
apache
.xpath.XPathContext;
88
org.
apache
.xml.utils.PrefixResolver nsNode)
AVTPartXPath.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xalan.templates;
23
import org.
apache
.xml.utils.FastStringBuffer;
24
import org.
apache
.xpath.XPath;
25
import org.
apache
.xpath.XPathContext;
26
import org.
apache
.xpath.XPathFactory;
27
import org.
apache
.xpath.compiler.XPathParser;
28
import org.
apache
.xpath.objects.XObject
[
all
...]
XUnresolvedVariableSimple.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xalan.templates;
23
import org.
apache
.xpath.Expression;
24
import org.
apache
.xpath.XPathContext;
25
import org.
apache
.xpath.objects.XObject;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformState.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xalan.transformer;
25
import org.
apache
.xalan.templates.ElemTemplate;
26
import org.
apache
.xalan.templates.ElemTemplateElement;
27
import org.
apache
.xml.serializer.TransformStateSetter;
50
* @see org.
apache
.xml.serializer.TransformStateSetter
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMWSFilter.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xml.dtm;
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Utils.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xml.serializer.utils;
Completed in 2588 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>