Home
last modified time | relevance | path

Searched refs:_className (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkMappedUnstructuredGrid.h219 _className() \
225 ~_className() {} \
227 _className(const _className&); \
240 _className() \
246 ~_className() {} \
248 _className(const _className&); \
262 _className() {} \
263 ~_className() {} \
265 _className(const _className&); \
277 _className() {} \
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkMappedUnstructuredGrid.h213 vtkTypeMacro(_className, \
215 static _className* New(); \
217 _className() \
225 _className(const _className&); \
234 vtkTypeMacro(_className, \
238 _className() \
246 _className(const _className&); \
260 _className() {} \
263 _className(const _className&); \
275 _className() {} \
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkMappedUnstructuredGrid.h208 #define vtkMakeExportedMappedUnstructuredGrid(_className, _impl, _exportDecl) \ argument
209 class _exportDecl _className : public vtkMappedUnstructuredGrid<_impl> \
212 vtkTypeMacro(_className, vtkMappedUnstructuredGrid<_impl>); \
213 static _className* New(); \
216 _className() \
225 _className(const _className&); \
247 _className(const _className&); \
265 _className(const _className&); \
281 _className(const _className&); \
288 vtkMakeExportedMappedUnstructuredGrid(_className, _impl, )
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/places/
H A DnsPlacesMacros.h13 #define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \ argument
14 _className* _className::_sInstance = nullptr; \
16 already_AddRefed<_className> _className::GetSingleton() { \
18 RefPtr<_className> ret = _sInstance; \
21 _sInstance = new _className(); \
22 RefPtr<_className> ret = _sInstance; \
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/
H A DnsPlacesMacros.h29 #define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \ argument
30 _className* _className::_sInstance = nullptr; \
32 already_AddRefed<_className> _className::GetSingleton() { \
34 RefPtr<_className> ret = _sInstance; \
37 _sInstance = new _className(); \
38 RefPtr<_className> ret = _sInstance; \
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/
H A DnsPlacesMacros.h29 #define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \ argument
30 _className* _className::_sInstance = nullptr; \
32 already_AddRefed<_className> _className::GetSingleton() { \
34 RefPtr<_className> ret = _sInstance; \
37 _sInstance = new _className(); \
38 RefPtr<_className> ret = _sInstance; \
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/places/
H A DnsPlacesMacros.h29 #define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \ argument
30 _className* _className::_sInstance = nullptr; \
32 already_AddRefed<_className> _className::GetSingleton() { \
34 RefPtr<_className> ret = _sInstance; \
37 _sInstance = new _className(); \
38 RefPtr<_className> ret = _sInstance; \
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/doc/
H A Dmkitclman26 global _className
36 set _className {}
41 global _className
43 set _className [lindex $args 0]
49 global _className
51 set _className [lindex $args 0]
142 global _className
210 '\" @(#) $_className.n
213 .HS $_className iwid
219 $_className \- _NAME_DESCRIPTION_
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/places/
H A DnsPlacesMacros.h36 #define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \ argument
37 _className *_className::_sInstance = nullptr; \
39 already_AddRefed<_className> _className::GetSingleton() { \
41 RefPtr<_className> ret = _sInstance; \
44 _sInstance = new _className(); \
45 RefPtr<_className> ret = _sInstance; \
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/tools/xmlrpc_cpp_proxy/
H A DproxyClass.cpp16 _className(className) {} in proxyClass()
21 _className(c._className), in proxyClass()
29 return this->_className; in className()
45 out << "class " << this->_className << " {" << endl; in printDeclaration()
50 out << " " << this->_className << "(std::string const& serverUrl) " in printDeclaration()
82 f->printDefinitions(out, this->_className); in printDefinition()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/tools/xmlrpc_cpp_proxy/
H A DproxyClass.cpp16 _className(className) {} in proxyClass()
21 _className(c._className), in proxyClass()
29 return this->_className; in className()
45 out << "class " << this->_className << " {" << endl; in printDeclaration()
50 out << " " << this->_className << "(std::string const& serverUrl) " in printDeclaration()
82 f->printDefinitions(out, this->_className); in printDefinition()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/
H A DnsPlacesMacros.h47 #define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \ argument
48 _className * _className::_sInstance = nullptr; \
50 already_AddRefed<_className> \
51 _className::GetSingleton() \
54 RefPtr<_className> ret = _sInstance; \
57 _sInstance = new _className(); \
58 RefPtr<_className> ret = _sInstance; \
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DHolder.java37 protected String _className; field in Holder
55 _className=held.getName(); in Holder()
65 if (_class==null && (_className==null || _className.equals(""))) in doStart()
73 _class=Loader.loadClass(Holder.class, _className); in doStart()
94 return _className; in getClassName()
152 throw new InstantiationException("!"+_className); in newInstance()
167 _className = className; in setClassName()
178 _className = held!=null?held.getName():null; in setHeldClass()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DHolder.java37 protected String _className; field in Holder
55 _className=held.getName(); in Holder()
65 if (_class==null && (_className==null || _className.equals(""))) in doStart()
73 _class=Loader.loadClass(Holder.class, _className); in doStart()
94 return _className; in getClassName()
152 throw new InstantiationException("!"+_className); in newInstance()
167 _className = className; in setClassName()
178 _className = held!=null?held.getName():null; in setHeldClass()
/dports/www/mod_webkit/w4py-1.2.3/MiddleKit/Run/
H A DObjectKey.py20 self._className = obj.__class__.__name__
30 self._className = className
38 result = cmp(self._className, other._className)
44 return hash(self._className) ^ hash(self._serialNum)
47 return '<%s, %s>' % (self._className, self._serialNum)
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/database/Type/
H A DDateTimeType.php104 protected $_className; variable in Cake\\Database\\Type\\DateTimeType
136 $class = $this->_className;
240 $class = $this->_className;
326 if (method_exists($this->_className, 'parseDateTime')) {
332 sprintf('Cannot use locale parsing with the %s class', $this->_className)
376 $this->_className = $class;
377 $this->_datetimeInstance = new $this->_className();
387 return $this->_className;
412 $class = $this->_className;
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/Processor/
H A DQConClass.cs18 private string _className; field in Db4objects.Db4o.Internal.Query.Processor.QConClass
121 _className = Container().Config().ResolveAliasRuntimeName(_claxx.GetName()); in Marshall()
140 if (_className != null) in Unmarshall()
142 _className = Container().Config().ResolveAliasStoredName(_className); in Unmarshall()
143 _claxx = a_trans.Reflector().ForName(_className); in Unmarshall()
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php72 $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
74 $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
76 …iler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
122 $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
129 $output .= "class {$_className} extends Smarty_Internal_Block\n";
176 … $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
178 …$output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this…

12345678910>>...21