HomeSort by relevance Sort by last modified time
    Searched refs:apache (Results 76 - 100 of 3999) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerResolver.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerResolver.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;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemEmpty.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;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_text.properties 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
32 # xmlns:xalan="http://xml.apache.org/xalan">
37 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToTextStream
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages_zh_CN.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
22 package org.apache.xml.serializer.utils;
  /external/apache-xml/src/main/java/org/apache/xpath/
ExpressionOwner.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.xpath;
XPathVisitable.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.xpath;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.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.xpath.axes;
23 import org.apache.xpath.Expression;
24 import org.apache.xpath.ExpressionOwner;
25 import org.apache.xpath.XPathVisitor;
26 import org.apache.xpath.functions.FuncLast;
27 import org.apache.xpath.functions.FuncPosition;
28 import org.apache.xpath.functions.Function
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncBoolean.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncCeiling.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncFalse.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncFloor.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncNot.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncNumber.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncString.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XObject;
25 import org.apache.xpath.objects.XString;
FuncStringLength.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncTrue.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.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
  /external/smack/src/org/apache/harmony/javax/security/auth/
Destroyable.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.javax.security.auth;
Refreshable.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.javax.security.auth;
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatException.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.xml;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Appendable.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.xnet.provider.jsse;
DataStream.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.xnet.provider.jsse;
OpenSSLKeyHolder.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.xnet.provider.jsse;
  /external/apache-http/src/org/apache/http/auth/params/
AuthParamBean.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/params/AuthParamBean.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.params;
34 import org.apache.http.params.HttpAbstractParamBean
    [all...]
  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/CredentialsProvider.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.client;
33 import org.apache.http.auth.AuthScope
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestProxyAuthentication.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.protocol;
36 import org.apache.commons.logging.Log
    [all...]

Completed in 270 milliseconds

1 2 34 5 6 7 8 91011>>