Home
last modified time | relevance | path

Searched defs:accept (Results 401 – 425 of 30465) sorted by relevance

1...<<11121314151617181920>>...1219

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram/
H A Ddpackage.cpp41 void DPackage::accept(DVisitor *visitor) in accept() function in qmt::DPackage
46 void DPackage::accept(DConstVisitor *visitor) const in accept() function in qmt::DPackage
H A Dddiagram.cpp41 void DDiagram::accept(DVisitor *visitor) in accept() function in qmt::DDiagram
46 void DDiagram::accept(DConstVisitor *visitor) const in accept() function in qmt::DDiagram
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/model/
H A Dmcanvasdiagram.cpp41 void MCanvasDiagram::accept(MVisitor *visitor) in accept() function in qmt::MCanvasDiagram
46 void MCanvasDiagram::accept(MConstVisitor *visitor) const in accept() function in qmt::MCanvasDiagram
H A Dmpackage.cpp42 void MPackage::accept(MVisitor *visitor) in accept() function in qmt::MPackage
47 void MPackage::accept(MConstVisitor *visitor) const in accept() function in qmt::MPackage
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/utilities/
H A Dlist_locales.php46 $accept = $httpaccept; variable
47 $accept = array_shift($accept); variable
/dports/devel/hyperscan/hyperscan-5.4.0/src/parser/
H A DComponentEmpty.h47 Component *accept(ComponentVisitor &v) override { in accept() function
53 void accept(ConstComponentVisitor &v) const override { in accept() function
/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Dsimplecashflow.hpp90 inline void SimpleCashFlow::accept(AcyclicVisitor& v) { in accept() function in QuantLib::SimpleCashFlow
99 inline void Redemption::accept(AcyclicVisitor& v) { in accept() function in QuantLib::Redemption
108 inline void AmortizingPayment::accept(AcyclicVisitor& v) { in accept() function in QuantLib::AmortizingPayment
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/Mangler/
H A DParameterType.cpp26 MangleError PrimitiveType::accept(TypeVisitor *Visitor) const { in accept() function in SPIR::PrimitiveType
59 MangleError PointerType::accept(TypeVisitor *Visitor) const { in accept() function in SPIR::PointerType
123 MangleError VectorType::accept(TypeVisitor *Visitor) const { in accept() function in SPIR::VectorType
147 MangleError AtomicType::accept(TypeVisitor *Visitor) const { in accept() function in SPIR::AtomicType
171 MangleError BlockType::accept(TypeVisitor *Visitor) const { in accept() function in SPIR::BlockType
209 MangleError UserDefinedType::accept(TypeVisitor *Visitor) const { in accept() function in SPIR::UserDefinedType
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/search/
H A DISearchEngineResultCollector.java34 void accept(ISearchEngineResult searchResult); in accept() method
42 void accept(ISearchEngineResult[] searchResults); in accept() method
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/hid/
H A Dhidcontrollerpreset.cpp17 void HidControllerPreset::accept(ControllerPresetVisitor* visitor) { in accept() function in HidControllerPreset
23 void HidControllerPreset::accept(ConstControllerPresetVisitor* visitor) const { in accept() function in HidControllerPreset
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/oscarotero/middleland/src/Matchers/
H A DAccept.php12 private $accept; variable in Middleland\\Matchers\\Accept
14 public function __construct(string $accept)
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DVideoFileFilter.java6 public boolean accept(File dir, String name) { in accept() method in VideoFileFilter
10 public boolean accept(File file) { in accept() method in VideoFileFilter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/
H A Didl_definitions.py138 def accept(self, visitor): member in IdlDefinitions
203 def accept(self, visitor): member in IdlCallbackFunction
233 def accept(self, visitor): member in IdlDictionary
258 def accept(self, visitor): member in IdlDictionaryMember
274 def accept(self, visitor): member in IdlEnum
290 def accept(self, visitor): member in IdlTypedef
441 def accept(self, visitor): member in IdlInterface
511 def accept(self, visitor): member in IdlAttribute
548 def accept(self, visitor): member in IdlConstant
663 def accept(self, visitor): member in IdlOperation
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/
H A Didl_definitions.py138 def accept(self, visitor): member in IdlDefinitions
203 def accept(self, visitor): member in IdlCallbackFunction
233 def accept(self, visitor): member in IdlDictionary
258 def accept(self, visitor): member in IdlDictionaryMember
274 def accept(self, visitor): member in IdlEnum
290 def accept(self, visitor): member in IdlTypedef
442 def accept(self, visitor): member in IdlInterface
512 def accept(self, visitor): member in IdlAttribute
549 def accept(self, visitor): member in IdlConstant
664 def accept(self, visitor): member in IdlOperation
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java282 int accept = acceptNode(newNode); in getParentNode() local
330 int accept = acceptNode(newNode); in getNextSibling() local
384 int accept = acceptNode(newNode); in getPreviousSibling() local
417 int accept = acceptNode(newNode); in getFirstChild() local
457 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java281 int accept = acceptNode(newNode); in getParentNode() local
329 int accept = acceptNode(newNode); in getNextSibling() local
383 int accept = acceptNode(newNode); in getPreviousSibling() local
416 int accept = acceptNode(newNode); in getFirstChild() local
456 int accept = acceptNode(newNode); in getLastChild() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java281 int accept = acceptNode(newNode); in getParentNode() local
329 int accept = acceptNode(newNode); in getNextSibling() local
383 int accept = acceptNode(newNode); in getPreviousSibling() local
416 int accept = acceptNode(newNode); in getFirstChild() local
456 int accept = acceptNode(newNode); in getLastChild() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dftnode.cpp218 ft_visit_result::type ftand::accept( ftnode_visitor &v ) { in accept() function in zorba::ftand
249 ft_visit_result::type ftcase_option::accept( ftnode_visitor &v ) { in accept() function in zorba::ftcase_option
586 ft_visit_result::type ftmild_not::accept( ftnode_visitor &v ) { in accept() function in zorba::ftmild_not
628 ft_visit_result::type ftor::accept( ftnode_visitor &v ) { in accept() function in zorba::ftor
753 ft_visit_result::type ftrange::accept( ftnode_visitor &v ) { in accept() function in zorba::ftrange
849 ft_visit_result::type ftselection::accept( ftnode_visitor &v ) { in accept() function in zorba::ftselection
882 ft_visit_result::type ftstem_option::accept( ftnode_visitor &v ) { in accept() function in zorba::ftstem_option
916 ft_visit_result::type ftstop_words::accept( ftnode_visitor &v ) { in accept() function in zorba::ftstop_words
1101 ft_visit_result::type ftunary_not::accept( ftnode_visitor &v ) { in accept() function in zorba::ftunary_not
1127 ft_visit_result::type ftweight::accept( ftnode_visitor &v ) { in accept() function in zorba::ftweight
[all …]

1...<<11121314151617181920>>...1219