Home
last modified time | relevance | path

Searched +defs:className +defs:config +defs:name (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/factory/objects/
H A DAbstractObjectDescription.java63 private Class className; field in AbstractObjectDescription
72 private Configuration config; field in AbstractObjectDescription
79 public AbstractObjectDescription(final Class className) { in AbstractObjectDescription()
92 public Class getParameterDefinition(final String name) { in getParameterDefinition()
102 public void setParameterDefinition(final String name, final Class obj) { in setParameterDefinition()
155 public void setParameter(final String name, final Object value) { in setParameter()
196 public Object getParameter(final String name) { in getParameter()
268 public void configure(final Configuration config) { in configure()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DCli.php77 public function __construct(array $config = array(), Doctrine_Cli_Formatter $formatter = null)
87 public function setConfig(array $config)
123 public function getConfigValue($name/*, $defaultValue*/)
149 public function hasConfigValue($name, $value = null, $strict = false)
192 public function taskClassIsRegistered($className)
206 public function taskNameIsRegistered($taskName, &$className = null)
335 public function registerTaskClass($className)
359 protected function classIsTask($className)
374 protected function createTaskInstance($className, Doctrine_Cli $cli)
611 …protected function assembleArgumentList(array $argumentsDescriptions, array $config, Doctrine_Cli_…
/dports/www/matomo/piwik/libs/HTML/QuickForm2/
H A DFactory.php131 public static function registerElement($type, $className, $includeFile = null)
161 public static function createElement($type, $name = null, $attributes = null,
184 public static function registerRule($type, $className, $includeFile = null,
185 $config = null)
216 $message = '', $config = null)
/dports/devel/pear-HTML_QuickForm2/HTML_QuickForm2-2.2.2/HTML/QuickForm2/
H A DFactory.php114 public static function registerElement($type, $className, $includeFile = null)
147 $type, $name = null, $attributes = null, array $data = []
169 $type, $className, $includeFile = null, $config = null
202 $type, HTML_QuickForm2_Node $owner, $message = '', $config = null
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/registry/
H A DCheatSheetRegistryReader.java67 private String className; field in CheatSheetRegistryReader.TaskEditorNode
71 public void setClassName(String className) { in setClassName()
101 private String className; field in CheatSheetRegistryReader.TaskExplorerNode
103 private String name; field in CheatSheetRegistryReader.TaskExplorerNode
106 public void setClassName(String className) { in setClassName()
118 public void setName(String name) { in setName()
250 private void deferCategory(IConfigurationElement config) { in deferCategory()
597 String className = element.getAttribute(ATT_CLASS); in createItemExtensionElement() local
622 private String getAndCheckAttribute(IConfigurationElement element, String name) { in getAndCheckAttribute()
632 String className = getAndCheckAttribute(element, ATT_CLASS); in createTaskExplorerElement() local
[all …]
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/logger/
H A Dfactory.zep.c52 zval *config, *_0; in PHP_METHOD() local
73 …zval *namespace_param = NULL, *config = NULL, *adapter = NULL, *className = NULL, *name = NULL, *_… in PHP_METHOD() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/
H A DNewExtensionRegistryReader.java56 protected WizardElement createWizardElement(IConfigurationElement config) { in createWizardElement()
57 String name = config.getAttribute(WizardElement.ATT_NAME); in createWizardElement() local
59 String className = config.getAttribute(WizardElement.ATT_CLASS); in createWizardElement() local
75 protected WizardElement createEditorWizardElement(IConfigurationElement config) { in createEditorWizardElement()
76 String name = config.getAttribute(WizardElement.ATT_NAME); in createEditorWizardElement() local
78 String className = config.getAttribute(WizardElement.ATT_CLASS); in createEditorWizardElement() local
94 protected String getCategoryStringFor(IConfigurationElement config) { in getCategoryStringFor()
152 private void processCategory(IConfigurationElement config, ElementList list) { in processCategory()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp21 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
39 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
54 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
62 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
67 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
100 std::string className = classOrQualifiedMethodName; in extractClassName() local
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp22 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
41 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
45 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
60 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
71 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
76 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
109 std::string className(classOrQualifiedMethodName); in extractClassName() local
/dports/mail/nocc/nocc-1.9.10/
H A Dckeditor.php50 public $config = array(); variable in CKEditor
131 public function editor($name, $value = "", $config = array(), $events = array())
173 public function replace($id, $config = array(), $events = array())
216 public function replaceAll($className = null)
360 private function configSettings($config = array(), $events = array())
/dports/databases/vfront/vfront-0.96c/plugins/ckeditor/
H A Dckeditor_php5.php50 public $config = array(); variable in CKEditor
131 public function editor($name, $value = "", $config = array(), $events = array())
173 public function replace($id, $config = array(), $events = array())
216 public function replaceAll($className = null)
360 private function configSettings($config = array(), $events = array())
H A Dckeditor_php4.php52 var $config = array(); variable in CKEditor
135 function editor($name, $value = "", $config = array(), $events = array())
177 function replace($id, $config = array(), $events = array())
220 function replaceAll($className = null)
366 function configSettings($config = array(), $events = array())
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/
H A DNewLibraryPluginProjectWizard.java101 protected WizardElement createWizardElement(IConfigurationElement config) { in createWizardElement()
102 String name = config.getAttribute(WizardElement.ATT_NAME); in createWizardElement() local
104 String className = config.getAttribute(WizardElement.ATT_CLASS); in createWizardElement() local
142 …public void setInitializationData(IConfigurationElement config, String propertyName, Object data) … in setInitializationData()
H A DNewPluginProjectWizard.java143 …public void setInitializationData(IConfigurationElement config, String propertyName, Object data) … in setInitializationData()
147 protected WizardElement createWizardElement(IConfigurationElement config) { in createWizardElement()
148 String name = config.getAttribute(WizardElement.ATT_NAME); in createWizardElement() local
150 String className = config.getAttribute(WizardElement.ATT_CLASS); in createWizardElement() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotGraphBuilderPlugins.java137 GraalHotSpotVMConfig config, in create()
290 …private static void registerClassPlugins(Plugins plugins, GraalHotSpotVMConfig config, Replacement… in registerClassPlugins()
349 …e static void registerUnsafePlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Replac… in registerUnsafePlugins()
461 …public static String lookupIntrinsicName(GraalHotSpotVMConfig config, String className, String nam… in lookupIntrinsicName()
469 …ublic static Pair<String, String> selectIntrinsicName(GraalHotSpotVMConfig config, String classNam… in selectIntrinsicName()
489 …public static boolean isIntrinsicName(GraalHotSpotVMConfig config, String className, String name) { in isIntrinsicName()
500 …private static void registerAESPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Rep… in registerAESPlugins()
565 …private static void registerSHAPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Rep… in registerSHAPlugins()
593 …private static void registerGHASHPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, M… in registerGHASHPlugins()
667 …private static void registerCRC32Plugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, R… in registerCRC32Plugins()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotGraphBuilderPlugins.java136 GraalHotSpotVMConfig config, in create()
277 …private static void registerClassPlugins(Plugins plugins, GraalHotSpotVMConfig config, Replacement… in registerClassPlugins()
336 …e static void registerUnsafePlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Replac… in registerUnsafePlugins()
439 …public static String lookupIntrinsicName(GraalHotSpotVMConfig config, String className, String nam… in lookupIntrinsicName()
447 …ublic static Pair<String, String> selectIntrinsicName(GraalHotSpotVMConfig config, String classNam… in selectIntrinsicName()
467 …public static boolean isIntrinsicName(GraalHotSpotVMConfig config, String className, String name) { in isIntrinsicName()
478 …private static void registerAESPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Rep… in registerAESPlugins()
543 …private static void registerSHAPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Rep… in registerSHAPlugins()
571 …private static void registerGHASHPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, M… in registerGHASHPlugins()
645 …private static void registerCRC32Plugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, R… in registerCRC32Plugins()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/xsd2cppsax/src/de/netallied/xsd2cppsax/saxfwl/
H A DSaxFWLGen.java51 private GlobalConfig config; field in SaxFWLGen
108 …protected void printHeaderFileBeginning(PrintStream stream, String className, ClassType classType,… in printHeaderFileBeginning()
157 protected void printHeaderFileEnd(PrintStream stream, String className) { in printHeaderFileEnd()
172 protected void printImplFileBeginning(PrintStream stream, String className) { in printImplFileBeginning()
179 incs.add(Utils.createHeaderFileName(config.getNamespace(), className)); in printImplFileBeginning() local
208 String name = initList.get(i).getName(); in printInitializationList() local
250 …protected void printMethodToImpl(PrintStream stream, String className, ClassType classType, Method… in printMethodToImpl()
316 String className = Utils.createClassName(classType.getName(), version); in start() local
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_test_case_registry_impl.cpp47 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
92 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
96 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
111 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
122 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
127 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
160 std::string className(classOrQualifiedMethodName); in extractClassName() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_test_case_registry_impl.cpp47 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
92 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
96 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
111 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
122 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
127 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
160 std::string className(classOrQualifiedMethodName); in extractClassName() local
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DEntityManager.php76 private $config; variable in Doctrine\\ORM\\EntityManager
154 …protected function __construct(Connection $conn, Configuration $config, EventManager $eventManager)
286 public function getClassMetadata($className)
308 public function createNamedQuery($name)
329 public function createNamedNativeQuery($name)
392 public function find($className, $id, $lockMode = null, $lockVersion = null)
868 …public static function create($connection, Configuration $config, EventManager $eventManager = nul…
891 …protected static function createConnection($connection, Configuration $config, EventManager $event…
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Reflect/Generic/
H A DGenericReflector.cs216 public virtual IReflectClass ForName(string className) in ForName()
223 public _IClosure4_190(GenericReflector _enclosing, string className) in _IClosure4_190()
246 private readonly string className; field in Db4objects.Db4o.Reflect.Generic.GenericReflector._IClosure4_190
416 public virtual void RegisterPrimitiveClass(int id, string name, IGenericConverter in RegisterPrimitiveClass()
425 , string name) in _IClosure4_333()
475 private readonly string name; field in Db4objects.Db4o.Reflect.Generic.GenericReflector._IClosure4_333
484 public virtual void Configuration(IReflectorConfiguration config) in Configuration()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp51 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
96 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
100 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
115 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
126 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
131 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
164 std::string className(classOrQualifiedMethodName); in extractClassName() local
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp51 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
96 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
100 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
115 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
126 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
131 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
164 std::string className(classOrQualifiedMethodName); in extractClassName() local
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_test_case_registry_impl.cpp51 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
96 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
100 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
115 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
126 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
131 std::string name = testCase.getTestCaseInfo().name; in registerTest() local
164 std::string className(classOrQualifiedMethodName); in extractClassName() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotGraphBuilderPlugins.java139 GraalHotSpotVMConfig config, in create()
278 …private static void registerClassPlugins(Plugins plugins, GraalHotSpotVMConfig config, Replacement… in registerClassPlugins()
333 …e static void registerUnsafePlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Replac… in registerUnsafePlugins()
502 …public static String lookupIntrinsicName(GraalHotSpotVMConfig config, String className, String nam… in lookupIntrinsicName()
510 …ublic static Pair<String, String> selectIntrinsicName(GraalHotSpotVMConfig config, String classNam… in selectIntrinsicName()
530 …public static boolean isIntrinsicName(GraalHotSpotVMConfig config, String className, String name) { in isIntrinsicName()
541 …private static void registerAESPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Rep… in registerAESPlugins()
588 …atic void registerBigIntegerPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Replac… in registerBigIntegerPlugins()
606 …private static void registerSHAPlugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, Rep… in registerSHAPlugins()
708 …private static void registerCRC32Plugins(InvocationPlugins plugins, GraalHotSpotVMConfig config, R… in registerCRC32Plugins()
[all …]

12345678910>>...16