Home
last modified time | relevance | path

Searched refs:advice (Results 1 – 25 of 6524) sorted by relevance

12345678910>>...261

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DVariableAdvisorRules.t54 advice => [],
70 advice => [qw()],
74 advice => [qw()],
86 advice => [qw(debug)],
94 advice => [qw(flush)],
215 advice => [qw(port)],
255 advice => [],
317 advice => [qw()],
341 advice => [qw()],
385 advice => [],
[all …]
/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DAdvice20Test.h44 Advice* advice = dynamic_cast<Advice*>(xo.get()); in testSingleElementUnmarshall() local
45 TS_ASSERT(advice!=nullptr); in testSingleElementUnmarshall()
49 TSM_ASSERT_EQUALS("# of Assertion child elements", 0, advice->getAssertions().size()); in testSingleElementUnmarshall()
56 Advice* advice= dynamic_cast<Advice*>(xo.get()); in testChildElementsUnmarshall() local
57 TS_ASSERT(advice!=nullptr); in testChildElementsUnmarshall()
67 Advice* advice=AdviceBuilder::buildAdvice(); in testSingleElementMarshall() local
68 assertEquals(expectedDOM, advice); in testSingleElementMarshall()
72 Advice* advice=AdviceBuilder::buildAdvice(); in testChildElementsMarshall() local
87 advice->getAssertions().push_back(assertion1); in testChildElementsMarshall()
89 advice->getAssertions().push_back(assertion2); in testChildElementsMarshall()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/support/
H A DDefaultIntroductionAdvisor.java44 private final Advice advice; field in DefaultIntroductionAdvisor
57 public DefaultIntroductionAdvisor(Advice advice) { in DefaultIntroductionAdvisor() argument
58 this(advice, (advice instanceof IntroductionInfo ? (IntroductionInfo) advice : null)); in DefaultIntroductionAdvisor()
68 Assert.notNull(advice, "Advice must not be null"); in DefaultIntroductionAdvisor()
69 this.advice = advice; in DefaultIntroductionAdvisor()
87 Assert.notNull(advice, "Advice must not be null"); in DefaultIntroductionAdvisor()
88 this.advice = advice; in DefaultIntroductionAdvisor()
111 if (this.advice instanceof DynamicIntroductionAdvice && in validateInterfaces()
130 return this.advice; in getAdvice()
155 …return (this.advice.equals(otherAdvisor.advice) && this.interfaces.equals(otherAdvisor.interfaces)… in equals()
[all …]
H A DStaticMethodMatcherPointcutAdvisor.java41 private Advice advice; field in StaticMethodMatcherPointcutAdvisor
56 public StaticMethodMatcherPointcutAdvisor(Advice advice) { in StaticMethodMatcherPointcutAdvisor() argument
57 Assert.notNull(advice, "Advice must not be null"); in StaticMethodMatcherPointcutAdvisor()
58 this.advice = advice; in StaticMethodMatcherPointcutAdvisor()
70 public void setAdvice(Advice advice) { in setAdvice() argument
71 this.advice = advice; in setAdvice()
75 return this.advice; in getAdvice()
H A DAbstractBeanFactoryPointcutAdvisor.java47 private transient Advice advice; field in AbstractBeanFactoryPointcutAdvisor
75 public void setAdvice(Advice advice) { in setAdvice() argument
77 this.advice = advice; in setAdvice()
83 if (this.advice == null && this.adviceBeanName != null) { in getAdvice()
85 this.advice = this.beanFactory.getBean(this.adviceBeanName, Advice.class); in getAdvice()
87 return this.advice; in getAdvice()
/dports/security/opensaml/opensaml-3.2.1/samltest/saml1/core/impl/
H A DAdviceTest.h47 Advice* advice = dynamic_cast<Advice*>(xo.get()); in testSingleElementUnmarshall() local
48 TS_ASSERT(advice!=nullptr); in testSingleElementUnmarshall()
49 …TSM_ASSERT_EQUALS("Number of child AssertIDReference elements", 0, advice->getAssertionIDReference… in testSingleElementUnmarshall()
50 TSM_ASSERT_EQUALS("Number of child Assertion elements", 0, advice->getAssertions().size()); in testSingleElementUnmarshall()
55 Advice* advice = dynamic_cast<Advice*>(xo.get()); in testChildElementsUnmarshall() local
57 TSM_ASSERT_EQUALS("Number of child Assertion elements", 1, advice->getAssertions().size()); in testChildElementsUnmarshall()
65 Advice* advice=AdviceBuilder::buildAdvice(); in testChildElementsMarshall() local
67advice->getAssertionIDReferences().push_back(AssertionIDReferenceBuilder::buildAssertionIDReferenc… in testChildElementsMarshall()
71 advice->getAssertions().push_back(assertion); in testChildElementsMarshall()
72advice->getAssertionIDReferences().push_back(AssertionIDReferenceBuilder::buildAssertionIDReferenc… in testChildElementsMarshall()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DConfigException.java30 final String advice; field in ConfigException
32 public ConfigException(String msg, String advice) { in ConfigException() argument
34 this.advice = advice; in ConfigException()
37 public ConfigException(String msg, String advice, Exception cause) { in ConfigException() argument
39 this.advice = advice; in ConfigException()
44 this.advice = null; in ConfigException()
48 return advice; in getAdvice()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DConfigException.java30 final String advice; field in ConfigException
32 public ConfigException(String msg, String advice) { in ConfigException() argument
34 this.advice = advice; in ConfigException()
37 public ConfigException(String msg, String advice, Exception cause) { in ConfigException() argument
39 this.advice = advice; in ConfigException()
44 this.advice = null; in ConfigException()
48 return advice; in getAdvice()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DConfigException.java30 final String advice; field in ConfigException
32 public ConfigException(String msg, String advice) { in ConfigException() argument
34 this.advice = advice; in ConfigException()
37 public ConfigException(String msg, String advice, Exception cause) { in ConfigException() argument
39 this.advice = advice; in ConfigException()
44 this.advice = null; in ConfigException()
48 return advice; in getAdvice()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DConfigException.java30 final String advice; field in ConfigException
32 public ConfigException(String msg, String advice) { in ConfigException() argument
34 this.advice = advice; in ConfigException()
37 public ConfigException(String msg, String advice, Exception cause) { in ConfigException() argument
39 this.advice = advice; in ConfigException()
44 this.advice = null; in ConfigException()
48 return advice; in getAdvice()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/advice/
H A DAdvisorDialog.java3 package com.lightcrafts.ui.advice;
49 private Advice advice; field in AdvisorDialog
51 public AdvisorDialog(Advice advice) { in AdvisorDialog() argument
52 super(advice.getOwner()); in AdvisorDialog()
54 this.advice = advice; in AdvisorDialog()
95 return advice; in getAdvice()
99 int hash = advice.getMessage().hashCode(); in advise()
101 int max = advice.getMaxCount(); in advise()
108 Point loc = advice.getLocation(); in advise()
119 public static void advise(Advice advice) { in advise() argument
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/
H A DAspectJPointcutAdvisor.java37 private final AbstractAspectJAdvice advice; field in AspectJPointcutAdvisor
48 public AspectJPointcutAdvisor(AbstractAspectJAdvice advice) { in AspectJPointcutAdvisor() argument
49 Assert.notNull(advice, "Advice must not be null"); in AspectJPointcutAdvisor()
50 this.advice = advice; in AspectJPointcutAdvisor()
51 this.pointcut = advice.buildSafePointcut(); in AspectJPointcutAdvisor()
64 return this.advice; in getAdvice()
76 return this.advice.getOrder(); in getOrder()
90 return (ObjectUtils.nullSafeEquals(this.advice, otherAdvisor.advice)); in equals()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/framework/adapter/
H A DDefaultAdvisorAdapterRegistry.java62 Advice advice = (Advice) adviceObject; in wrap() local
63 if (advice instanceof MethodInterceptor) { in wrap()
65 return new DefaultPointcutAdvisor(advice); in wrap()
69 if (adapter.supportsAdvice(advice)) { in wrap()
70 return new DefaultPointcutAdvisor(advice); in wrap()
73 throw new UnknownAdviceTypeException(advice); in wrap()
78 Advice advice = advisor.getAdvice(); in getInterceptors() local
79 if (advice instanceof MethodInterceptor) { in getInterceptors()
80 interceptors.add((MethodInterceptor) advice); in getInterceptors()
83 if (adapter.supportsAdvice(advice)) { in getInterceptors()
H A DMethodBeforeAdviceInterceptor.java36 private MethodBeforeAdvice advice; field in MethodBeforeAdviceInterceptor
43 public MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice) { in MethodBeforeAdviceInterceptor() argument
44 Assert.notNull(advice, "Advice must not be null"); in MethodBeforeAdviceInterceptor()
45 this.advice = advice; in MethodBeforeAdviceInterceptor()
49 this.advice.before(mi.getMethod(), mi.getArguments(), mi.getThis() ); in invoke()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/presubmit/
H A Daudit_non_blink_usage.py1048 match, advice = entry
1050 match, advice, warning = entry
1060 disallowed, advice = compile_disallowed(raw_entry.get('disallowed'))
1065 'advice': advice,
1119 for matcher, advice, warning in entry.get('advice', []):
1121 advice_list.append(advice)
1127 def __init__(self, identifier, line, advice=None, warning=False): argument
1130 self.advice = advice
1168 advice, warning = _find_advice_for_identifier(entries, identifier)
1170 BadIdentifier(identifier, line_number, advice, warning))
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dfadvise.c32 int generic_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in generic_fadvise() argument
53 switch (advice) { in generic_fadvise()
79 switch (advice) { in generic_fadvise()
181 int vfs_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in vfs_fadvise() argument
184 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
186 return generic_fadvise(file, offset, len, advice); in vfs_fadvise()
192 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64() argument
200 ret = vfs_fadvise(f.file, offset, len, advice); in ksys_fadvise64_64()
208 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
213 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dfadvise.c32 int generic_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in generic_fadvise() argument
53 switch (advice) { in generic_fadvise()
79 switch (advice) { in generic_fadvise()
181 int vfs_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in vfs_fadvise() argument
184 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
186 return generic_fadvise(file, offset, len, advice); in vfs_fadvise()
192 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64() argument
200 ret = vfs_fadvise(f.file, offset, len, advice); in ksys_fadvise64_64()
208 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
213 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dfadvise.c32 int generic_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in generic_fadvise() argument
53 switch (advice) { in generic_fadvise()
79 switch (advice) { in generic_fadvise()
181 int vfs_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in vfs_fadvise() argument
184 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
186 return generic_fadvise(file, offset, len, advice); in vfs_fadvise()
192 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64() argument
200 ret = vfs_fadvise(f.file, offset, len, advice); in ksys_fadvise64_64()
208 return ksys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
213 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/aspectj/autoproxy/
H A DAspectJPrecedenceComparatorTests.java187 return createAspectJAdvice(advisorOrder, adviceDeclarationOrder, aspectName, advice); in createAspectJBeforeAdvice()
192 return createAspectJAdvice(advisorOrder, adviceDeclarationOrder, aspectName, advice); in createAspectJAroundAdvice()
197 return createAspectJAdvice(advisorOrder, adviceDeclarationOrder, aspectName, advice); in createAspectJAfterAdvice()
202 return createAspectJAdvice(advisorOrder, adviceDeclarationOrder, aspectName, advice); in createAspectJAfterReturningAdvice()
207 return createAspectJAdvice(advisorOrder, adviceDeclarationOrder, aspectName, advice); in createAspectJAfterThrowingAdvice()
211 advice.setDeclarationOrder(adviceDeclarationOrder); in createAspectJAdvice()
212 advice.setAspectName(aspectName); in createAspectJAdvice()
213 AspectJPointcutAdvisor advisor = new AspectJPointcutAdvisor(advice); in createAspectJAdvice()
219 AfterReturningAdvice advice = new AfterReturningAdvice() { in createSpringAOPAfterAdvice() local
223 DefaultPointcutAdvisor advisor = new DefaultPointcutAdvisor(this.anyOldPointcut, advice); in createSpringAOPAfterAdvice()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Dadvice.el1583 (defgroup advice nil unknown
1604 :group 'advice)
1617 :group 'advice)
1745 (defsubst ad-advice-name (advice) (car advice))
1746 (defsubst ad-advice-protected (advice) (nth 1 advice))
1747 (defsubst ad-advice-enabled (advice) (nth 2 advice))
1748 (defsubst ad-advice-definition (advice) (nth 3 advice))
1962 (cl-return advice)))))
2463 (ad-advice-name advice)
3178 (advice (ad-make-advice
[all …]
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Dadvice.el1583 (defgroup advice nil unknown
1604 :group 'advice)
1617 :group 'advice)
1745 (defsubst ad-advice-name (advice) (car advice))
1746 (defsubst ad-advice-protected (advice) (nth 1 advice))
1747 (defsubst ad-advice-enabled (advice) (nth 2 advice))
1748 (defsubst ad-advice-definition (advice) (nth 3 advice))
1963 (cl-return advice)))))
2464 (ad-advice-name advice)
3180 (advice (ad-make-advice
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/skk10/
H A Dadvice.el1834 (defgroup advice nil unknown
1854 :group 'advice)
1867 :group 'advice)
2073 (list 'car advice))
2075 (list 'nth 1 advice))
2077 (list 'nth 2 advice))
2667 'advice)))))
3303 (list (mapcar (function (lambda (advice) (ad-advice-name advice)))
3305 (mapcar (function (lambda (advice) (ad-advice-name advice)))
3307 (mapcar (function (lambda (advice) (ad-advice-name advice)))
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/kcms/cookies/
H A Dkcookiespolicies.cpp160 int advice = pdlg.advice(); in changePressed() local
184 int advice = pdlg.advice(); in addPressed() local
186 if (!handleDuplicate(domain, advice)) { in addPressed()
187 const char *strAdvice = KCookieAdvice::adviceToStr(advice); in addPressed()
274 KCookieAdvice::Value advice = KCookieAdvice::Dunno; in updateDomainList() local
275 splitDomainAdvice(*it, domain, advice); in updateDomainList()
279 i18n(KCookieAdvice::adviceToStr(advice)), in updateDomainList()
308 switch (advice) { in load()
348 QString advice; in save() local
359 group.writeEntry("CookieGlobalAdvice", advice); in save()
[all …]
H A Dkcookiespolicyselectiondlg.h21 static const char *adviceToStr(const int &advice) in adviceToStr() argument
23 switch (advice) { in adviceToStr()
42 QString advice = _str.toLower().remove(QLatin1Char(' ')); in strToAdvice() local
44 if (advice == QLatin1String("accept")) in strToAdvice()
46 else if (advice == QLatin1String("acceptforsession")) in strToAdvice()
48 else if (advice == QLatin1String("reject")) in strToAdvice()
50 else if (advice == QLatin1String("ask")) in strToAdvice()
67 int advice() const;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/aop/framework/adapter/
H A DAdvisorAdapterRegistrationTests.java91 public boolean supportsAdvice(Advice advice) { in supportsAdvice() argument
92 return (advice instanceof SimpleBeforeAdvice); in supportsAdvice()
96 SimpleBeforeAdvice advice = (SimpleBeforeAdvice) advisor.getAdvice(); in getInterceptor() local
97 return new SimpleBeforeAdviceInterceptor(advice) ; in getInterceptor()
120 private SimpleBeforeAdvice advice; field in SimpleBeforeAdviceInterceptor
122 public SimpleBeforeAdviceInterceptor(SimpleBeforeAdvice advice) { in SimpleBeforeAdviceInterceptor() argument
123 this.advice = advice; in SimpleBeforeAdviceInterceptor()
127 advice.before(); in invoke()

12345678910>>...261