Home
last modified time | relevance | path

Searched full:spring (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/external/opencensus-java/contrib/spring_sleuth_v1x/
DREADME.md1 # OpenCensus Spring Sleuth
6 The *OpenCensus Spring Sleuth for Java* is a library for automatically
7 propagating the OpenCensus trace context when working with [Spring Sleuth][spring-sleuth-url].
11 sleuth channel https://gitter.im/spring-cloud/spring-cloud-sleuth.
13 This version is compatible with [Spring Boot 1.5.x][spring-boot-1.5-url].
24 <artifactId>opencensus-contrib-spring-sleuth</artifactId>
29 <artifactId>spring-cloud-build</artifactId>
33 <artifactId>spring-cloud-starter-sleuth</artifactId>
42 compile 'io.opencensus:opencensus-contrib-spring-sleuth:0.16.1'
49 …//maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-spring-sleuth/badge.svg
[all …]
/external/opencensus-java/contrib/spring/
DREADME.md1 # spring chapter
6 Provides annotation support for projects that use Spring.
12 Replace `SPRING_VERSION` with the version of spring you're using.
25 <artifactId>opencensus-contrib-spring</artifactId>
35 <!-- spring aspects -->
38 <artifactId>spring-aspects</artifactId>
49 compile 'io.opencensus:opencensus-contrib-spring:0.16.1'
51 runtime 'org.springframework:spring-aspects:SPRING_VERSION'
58 The `opencensus-contrib-spring` package provides support for a `@Traced` annotation
69 <bean id="censusAspect" class="io.opencensus.contrib.spring.aop.CensusSpringAspect">
[all …]
/external/apache-velocity-engine/spring-velocity-support/src/main/java/org/apache/velocity/spring/
DSpringResourceLoader.java17 package org.apache.velocity.spring;
34 * Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
42 * <p>Expects "spring.resource.loader" and "spring.resource.loader.path"
55 public static final String NAME = "spring";
57 public static final String SPRING_RESOURCE_LOADER_CLASS = "spring.resource.loader.class";
59 public static final String SPRING_RESOURCE_LOADER_CACHE = "spring.resource.loader.cache";
61 public static final String SPRING_RESOURCE_LOADER = "spring.resource.loader";
63 public static final String SPRING_RESOURCE_LOADER_PATH = "spring.resource.loader.path";
127 "Could not find resource [" + source + "] in Spring resource loader path"); in getResourceReader()
DVelocityEngineFactory.java17 package org.apache.velocity.spring;
42 …* <a href="https://docs.spring.io/spring-framework/docs/4.3.29.RELEASE/javadoc-api/org/springframe…
51 * resource loader path via Spring's Resource abstraction, possibly relative
52 * to the Spring application context.
66 …* @see <a href="https://docs.spring.io/spring-framework/docs/4.3.29.RELEASE/javadoc-api/org/spring…
101 * Spring resource location via the "resourceLoaderPath" property.
124 * Set the Velocity resource loader path via a Spring resource location.
131 * a generic SpringResourceLoader will be used under the name "spring", without
155 * Set the Spring ResourceLoader to use for loading Velocity template files.
166 * Return the Spring ResourceLoader to use for loading Velocity template files.
/external/opencensus-java/contrib/spring/src/test/resources/
Dspring.xml4 …ork.org/schema/beans/spring-beans-3.2.xsd http://www.springframework.org/schema/aop http://www.spr…
7 <bean id="sample" class="io.opencensus.contrib.spring.aop.Sample"/>
12 <bean id="censusAspect" class="io.opencensus.contrib.spring.aop.CensusSpringAspect">
17 <bean id="censusSQLAspect" class="io.opencensus.contrib.spring.aop.CensusSpringSqlAspect">
/external/apache-velocity-engine/spring-velocity-support/
DREADME.md1 Title: Apache Velocity Spring Support
3 # Apache Velocity Spring Support
5 This module is an adaptation of the engine support initially hosted by the Spring project in its 4.…
11 class="org.apache.velocity.spring.VelocityEngineFactoryBean">
Dpom.xml29 <artifactId>spring-velocity-support</artifactId>
30 <name>Spring framework Velocity support</name>
31 <description>Velocity Engine factory bean for Spring framework</description>
43 <artifactId>spring-core</artifactId>
48 <artifactId>spring-beans</artifactId>
53 <artifactId>spring-context</artifactId>
/external/guice/extensions/spring/src/com/google/inject/spring/
DSpringIntegration.java17 package com.google.inject.spring;
29 * Integrates Guice with Spring.
37 * Creates a provider which looks up objects from Spring using the given name. Expects a binding
50 * Binds all Spring beans from the given factory by name. For a Spring bean named "foo", this
98 "Spring bean named '" + name + "' does not implement " + type.getName() + "."); in initialize()
Dpackage-info.java17 /** Spring integration; this extension requires {@code guice-spring.jar}. */
18 package com.google.inject.spring;
/external/python/enum34/enum/
Dtest.py158 SPRING = 1 variable in TestEnum.setUp.Season
197 'SPRING', 'SUMMER', 'AUTUMN', 'WINTER']),
259 Season.SPRING > 4
261 self.assertNotEqual(Season.SPRING, 1)
265 SPRING = 1 variable in TestEnum.test_comparisons.Part
269 self.assertNotEqual(Season.SPRING, Part.SPRING)
271 Season.SPRING < Part.CLIP
280 self.assertEqual(Season.SPRING.value, 1)
291 [Season.SPRING, Season.SUMMER, Season.AUTUMN, Season.WINTER], lst)
293 for i, season in enumerate('SPRING SUMMER AUTUMN WINTER'.split()):
[all …]
/external/guice/extensions/spring/
Dpom.xml12 <artifactId>guice-spring</artifactId>
14 <name>Google Guice - Extensions - Spring</name>
19 <artifactId>spring-beans</artifactId>
32 <Automatic-Module-Name>com.google.guice.extensions.spring</Automatic-Module-Name>
/external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/aop/
DCensusSpringAspectTest.java17 package io.opencensus.contrib.spring.aop;
39 * CensusSpringAspectTest verifies the weaving and application of the spring aop annotations.
44 * <li>Configure a simple bean, Sample, via spring.xml
45 * <li>Include spring annotation support in spring.xml
46 * <li>Use spring to load the Sample bean which will weave the census aspects into the bean.
54 ApplicationContext context = new ClassPathXmlApplicationContext("spring.xml");
/external/opencensus-java/
Dsettings.gradle26 include ":opencensus-contrib-spring"
27 include ":opencensus-contrib-spring-sleuth-v1x"
46 project(':opencensus-contrib-spring').projectDir = "$rootDir/contrib/spring" as File
47 project(':opencensus-contrib-spring-sleuth-v1x').projectDir =
Dbuild.gradle196 spring_aspects: "org.springframework:spring-aspects:${springVersion}",
197 … spring_boot_starter_web: "org.springframework.boot:spring-boot-starter-web:${springBootVersion}",
198 … spring_cloud_build: "org.springframework.cloud:spring-cloud-build:${springCloudVersion}",
199 …spring_cloud_starter_sleuth: "org.springframework.cloud:spring-cloud-starter-sleuth:${springCloudV…
200 spring_context: "org.springframework:spring-context:${springVersion}",
201 … spring_context_support: "org.springframework:spring-context-support:${springVersion}",
210 spring_test: "org.springframework:spring-test:${springVersion}",
428 'opencensus-contrib-spring',
429 'opencensus-contrib-spring-sleuth-v1x',
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-getting-started.apt33 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
35 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
36 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
177 * {Spring} Configuration
181 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
183 ** Simple Spring Configuration Example
186 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
194 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
241 And here is the Java code to load the above <Spring> configuration file and start the
251 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/apache-velocity-engine/spring-velocity-support/src/test/java/org/apache/velocity/spring/test/
DVelocityEngineFactoryBeanTests.java17 package org.apache.velocity.spring.test;
20 import org.apache.velocity.spring.SpringResourceLoader;
21 import org.apache.velocity.spring.VelocityEngineFactoryBean;
22 import org.apache.velocity.spring.VelocityEngineUtils;
/external/mockito/src/main/java/org/mockito/listeners/
DVerificationStartedListener.java14 …amework that leverages this API is <a href="https://projects.spring.io/spring-boot/">Spring Boot</…
49 …* For specific use case how it is needed by Spring Boot, see <a href="https://github.com/mockito/m…
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-getting-started.apt33 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
35 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
36 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
177 * {Spring} Configuration
181 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
183 ** Simple Spring Configuration Example
186 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
194 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
241 And here is the Java code to load the above <Spring> configuration file and start the
251 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/opencensus-java/all/
Dbuild.gradle18 project(':opencensus-contrib-spring'),
19 project(':opencensus-contrib-spring-sleuth-v1x'),
44 project(':opencensus-contrib-spring'),
45 project(':opencensus-contrib-spring-sleuth-v1x'),
/external/guice/
Dbuild.properties5 spring.src.dir=extensions/spring/src
25 com.google.inject.spring,\
/external/mockftpserver/MockFtpServer/src/site/apt/
Dfakeftpserver-getting-started.apt57 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
59 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
60 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
201 * {Spring} Configuration
205 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
207 ** Simple Spring Configuration Example
210 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
218 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
265 And here is the Java code to load the above <Spring> configuration file and start the
275 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-getting-started.apt57 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
59 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
60 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
201 * {Spring} Configuration
205 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
207 ** Simple Spring Configuration Example
210 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
218 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
265 And here is the Java code to load the above <Spring> configuration file and start the
275 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-getting-started.apt54 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
56 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
57 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
198 * {Spring} Configuration
202 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
204 ** Simple Spring Configuration Example
207 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
215 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
262 And here is the Java code to load the above <Spring> configuration file and start the
272 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-getting-started.apt54 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
56 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
57 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
198 * {Spring} Configuration
202 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
204 ** Simple Spring Configuration Example
207 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
215 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
262 And here is the Java code to load the above <Spring> configuration file and start the
272 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-getting-started.apt54 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
56 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
57 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
198 * {Spring} Configuration
202 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
204 ** Simple Spring Configuration Example
207 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
215 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
262 And here is the Java code to load the above <Spring> configuration file and start the
272 ** Spring Configuration Example With File and Directory Permissions
[all …]

12345678910>>...21