Home
last modified time | relevance | path

Searched refs:decorator (Results 1 – 25 of 4948) sorted by relevance

12345678910>>...198

/dports/science/py-rmf/rmf-1.3.1/src/
H A Dsignature.cpp34 decorator::ColoredFactory ccf, decorator::ParticleFactory pcf, in get_static_signature()
36 decorator::RigidParticleFactory rpcf, decorator::ScoreFactory scf, in get_static_signature()
37 decorator::BallFactory bcf, decorator::CylinderFactory cycf, in get_static_signature()
38 decorator::SegmentFactory segcf, decorator::ResidueFactory rcf, in get_static_signature()
39 decorator::AtomFactory acf, decorator::ChainFactory chaincf, in get_static_signature()
40 decorator::DomainFactory fragcf, decorator::CopyFactory copycf, in get_static_signature()
87 decorator::ColoredFactory ccf, decorator::ParticleFactory pcf, in get_frame_signature()
90 decorator::BallFactory bcf, decorator::CylinderFactory cycf, in get_frame_signature()
91 decorator::SegmentFactory segcf, decorator::ResidueFactory rcf, in get_frame_signature()
92 decorator::AtomFactory acf, decorator::ChainFactory chaincf, in get_frame_signature()
[all …]
H A Dshow_hierarchy.cpp171 decorator::BondFactory bdcf, decorator::ColoredFactory ccf, in show_node_decorators()
172 decorator::ParticleFactory pcf, decorator::IntermediateParticleFactory ipcf, in show_node_decorators()
173 decorator::RigidParticleFactory rpcf, decorator::ScoreFactory scf, in show_node_decorators()
174 decorator::RepresentationFactory repcf, decorator::BallFactory bcf, in show_node_decorators()
175 decorator::CylinderFactory cycf, decorator::SegmentFactory segcf, in show_node_decorators()
176 decorator::ResidueFactory rcf, decorator::AtomFactory acf, in show_node_decorators()
177 decorator::ChainFactory chaincf, decorator::DomainFactory fragcf, in show_node_decorators()
178 decorator::CopyFactory copycf, decorator::DiffuserFactory diffusercf, in show_node_decorators()
179 decorator::TypedFactory typedcf, decorator::ReferenceFactory refcf, in show_node_decorators()
289 decorator::BondFactory bdf;
[all …]
/dports/science/rmf/rmf-1.3.1/src/
H A Dsignature.cpp34 decorator::ColoredFactory ccf, decorator::ParticleFactory pcf, in get_static_signature()
36 decorator::RigidParticleFactory rpcf, decorator::ScoreFactory scf, in get_static_signature()
37 decorator::BallFactory bcf, decorator::CylinderFactory cycf, in get_static_signature()
38 decorator::SegmentFactory segcf, decorator::ResidueFactory rcf, in get_static_signature()
39 decorator::AtomFactory acf, decorator::ChainFactory chaincf, in get_static_signature()
40 decorator::DomainFactory fragcf, decorator::CopyFactory copycf, in get_static_signature()
87 decorator::ColoredFactory ccf, decorator::ParticleFactory pcf, in get_frame_signature()
90 decorator::BallFactory bcf, decorator::CylinderFactory cycf, in get_frame_signature()
91 decorator::SegmentFactory segcf, decorator::ResidueFactory rcf, in get_frame_signature()
92 decorator::AtomFactory acf, decorator::ChainFactory chaincf, in get_frame_signature()
[all …]
H A Dshow_hierarchy.cpp171 decorator::BondFactory bdcf, decorator::ColoredFactory ccf, in show_node_decorators()
172 decorator::ParticleFactory pcf, decorator::IntermediateParticleFactory ipcf, in show_node_decorators()
173 decorator::RigidParticleFactory rpcf, decorator::ScoreFactory scf, in show_node_decorators()
174 decorator::RepresentationFactory repcf, decorator::BallFactory bcf, in show_node_decorators()
175 decorator::CylinderFactory cycf, decorator::SegmentFactory segcf, in show_node_decorators()
176 decorator::ResidueFactory rcf, decorator::AtomFactory acf, in show_node_decorators()
177 decorator::ChainFactory chaincf, decorator::DomainFactory fragcf, in show_node_decorators()
178 decorator::CopyFactory copycf, decorator::DiffuserFactory diffusercf, in show_node_decorators()
179 decorator::TypedFactory typedcf, decorator::ReferenceFactory refcf, in show_node_decorators()
289 decorator::BondFactory bdf;
[all …]
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/src/
H A Dmediator_print.h84 char *decorator);
90 char *decorator);
96 char *decorator);
102 char *decorator);
108 char *decorator);
115 char *decorator);
180 char *decorator);
186 char *decorator);
192 char *decorator);
198 char *decorator);
[all …]
H A Dmediator_print.c92 char *decorator) in mdPrintFlowKeyHash() argument
132 char *decorator) in mdPrintNone() argument
142 char *decorator) in mdPrintSIPINT() argument
159 char *decorator) in mdPrintDIPINT() argument
177 char *decorator) in mdPrintSTIMEMS() argument
196 char *decorator) in mdPrintETIMEMS() argument
215 char *decorator) in mdPrintSIP() argument
240 char *decorator) in mdPrintDIP() argument
264 char *decorator) in mdPrintSTIME() argument
291 char *decorator) in mdPrintETIME() argument
[all …]
/dports/devel/py-black/black-21.7b0/tests/data/
H A Ddecorators.py10 @decorator
16 @decorator()
22 @decorator(arg)
28 @decorator(kwarg=0)
34 @decorator(*args)
40 @decorator(**kwargs)
58 @dotted.decorator
64 @dotted.decorator(arg)
156 @decorator()()
162 @(decorator)
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-miner/
H A Dtracker-decorator.c265 priv = decorator->priv; in decorator_update_state()
283 g_object_set (decorator, in decorator_update_state()
350 decorator = user_data; in decorator_commit_cb()
351 priv = decorator->priv; in decorator_commit_cb()
408 priv = decorator->priv; in decorator_commit_info()
447 priv = decorator->priv; in decorator_check_commit()
537 priv = decorator->priv; in decorator_task_done()
798 priv = decorator->priv; in decorator_query_remaining_items_cb()
820 priv = decorator->priv; in decorator_query_remaining_items()
892 priv = decorator->priv; in decorator_cache_items_cb()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DDecoratingStyledCellLabelProvider.java74 this.decorator = decorator; in DecoratingStyledCellLabelProvider()
80 if (decorator != null) in DecoratingStyledCellLabelProvider()
108 if (this.decorator == null) in waitForPendingDecoration()
172 if (this.decorator == null) { in getImage()
198 if (this.decorator == null) { in getStyledText()
241 return this.decorator; in getLabelDecorator()
271 if (this.decorator != null) { in addListener()
289 return this.decorator != null in isLabelProperty()
296 if (this.decorator != null) { in dispose()
298 this.decorator.dispose(); in dispose()
[all …]
H A DDecoratingLabelProvider.java52 this.decorator = decorator; in DecoratingLabelProvider()
65 if (decorator != null) { in addListener()
78 if (decorator != null) { in dispose()
79 decorator.dispose(); in dispose()
93 if (decorator != null) { in getImage()
116 return decorator; in getLabelDecorator()
138 if (decorator != null) { in getText()
166 if (decorator != null && decorator.isLabelProperty(element, property)) { in isLabelProperty()
182 if (decorator != null) { in removeListener()
205 this.decorator = decorator; in setLabelDecorator()
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DAttributeColourController.java65 ColourDecorator decorator = null; in setupControls()
71 if (decorator == null) { in setupControls()
138 Decorator decorator = defaultDecorator; in getColourDecorator() local
145 return decorator; in getColourDecorator()
193 attributeDecoratorMap.put(attribute, decorator); in setDecoratorForAttribute()
230 … if (decorator == null || !(decorator instanceof HSBDiscreteColourDecorator)) { in setSettings()
237 … if (decorator == null || !(decorator instanceof FixedDiscreteColourDecorator)) { in setSettings()
244 … if (decorator == null || !(decorator instanceof HSBDiscreteColourDecorator)) { in setSettings()
251 … if (decorator == null || !(decorator instanceof InterpolatingColourDecorator)) { in setSettings()
270 if (decorator != null && decorator instanceof DiscreteColourDecorator) { in setSettings()
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/decorators/
H A DCompoundDecorator.java43 decorators.add(decorator); in addDecorator()
47 for (Decorator decorator : decorators) { in allowsGradient()
48 if (decorator.allowsGradient()) { in allowsGradient()
64 decorator.setItem(item); in setItem()
70 if (decorator.allowsGradient()) { in setItems()
80 p = decorator.getPaint(p); in getPaint()
87 if (decorator.allowsGradient()) { in getPaint()
97 p = decorator.getFillPaint(p); in getFillPaint()
104 if (decorator.allowsGradient()) { in getFillPaint()
114 s = decorator.getStroke(s); in getStroke()
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Tag/
H A DCloud.php172 * @param mixed $decorator
180 if (is_array($decorator)) {
186 $decorator = $decorator['decorator'];
190 if (is_string($decorator)) {
191 $decorator = $this->getDecoratorPluginManager()->get($decorator, $options);
219 * @param mixed $decorator
227 if (is_array($decorator)) {
233 $decorator = $decorator['decorator'];
237 if (is_string($decorator)) {
238 $decorator = $this->getDecoratorPluginManager()->get($decorator, $options);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-tag/src/
H A DCloud.php174 * @param mixed $decorator
182 if (is_array($decorator)) {
188 $decorator = $decorator['decorator'];
192 if (is_string($decorator)) {
193 $decorator = $this->getDecoratorPluginManager()->get($decorator, $options);
223 * @param mixed $decorator
231 if (is_array($decorator)) {
237 $decorator = $decorator['decorator'];
241 if (is_string($decorator)) {
242 $decorator = $this->getDecoratorPluginManager()->get($decorator, $options);
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-extract-decorator.c43 TrackerDecorator *decorator; member
212 decorator_get_next_file (data->decorator); in get_metadata_cb()
275 decorator_get_next_file (decorator); in decorator_next_item_cb()
280 data->decorator = decorator; in decorator_next_item_cb()
313 tracker_decorator_next (decorator, NULL, in decorator_get_next_file()
359 decorator_get_next_file (decorator); in tracker_extract_decorator_items_available()
455 priority_changed (decorator); in name_vanished_cb()
510 priority_changed (decorator); in handle_set_rdf_types_cb()
529 priority_changed (decorator); in handle_clear_rdf_types_cb()
640 decorator); in tracker_extract_decorator_initable_init()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/
H A DLightweightDecoratorManager.java57 this.decorator = definition; in RunnableData()
77 LightweightDecoratorDefinition decorator = data.decorator; in handleException() local
79 if (decorator == null) { in handleException()
82 String name = decorator.getName(); in handleException()
85 name = decorator.getId(); in handleException()
90 if (decorator != null) { in handleException()
91 decorator.crashDisable(); in handleException()
149 registerContributor(decorator, type); in buildContributors()
170 registerContributor(decorator, type); in addDecorator()
184 return decorator.getObjectClasses(); in getTargetTypes()
[all …]
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/
H A Ddecorators.py5 import decorator
10 @decorator.decorator
17 @decorator.decorator
24 @decorator.decorator
36 @decorator.decorator
47 @decorator.decorator
58 @decorator.decorator
90 return decorator.decorator(wrapper)
99 @decorator.decorator
108 @decorator.decorator
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Text/Table/
H A DTable.php34 protected $decorator = null; variable in Zend\\Text\\Table\\Table
120 if ($this->decorator === null) {
191 * @param Decorator|string $decorator Decorator to use
194 public function setDecorator($decorator) argument
196 if (!$decorator instanceof Decorator) {
197 $decorator = $this->getDecoratorManager()->get($decorator);
200 $this->decorator = $decorator;
357 $hasHorizontal = $this->decorator->getHorizontal() !== '';
374 $result .= $this->decorator->getTopLeft();
380 $result .= $this->decorator->getTopRight();
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/test/tree/
H A Ddecorator.hpp44 namespace decorator { namespace
293 using decorator::label;
294 using decorator::expected_failures;
295 using decorator::timeout;
296 using decorator::description;
297 using decorator::depends_on;
298 using decorator::enable_if;
299 using decorator::enabled;
300 using decorator::disabled;
301 using decorator::fixture;
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Frame/
H A DFactory.php91 $decorator = "Block";
98 $decorator = "Block";
105 $decorator = "Text";
120 $decorator = "Table";
126 $decorator = "Table";
140 $decorator = "TableRow";
152 $decorator = "Block";
174 $decorator = "Image";
180 $decorator = "Inline";
215 $decorator = "Image";
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/tree/
H A Ddecorator.hpp44 namespace decorator { namespace
293 using decorator::label;
294 using decorator::expected_failures;
295 using decorator::timeout;
296 using decorator::description;
297 using decorator::depends_on;
298 using decorator::enable_if;
299 using decorator::enabled;
300 using decorator::disabled;
301 using decorator::fixture;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/test/tree/
H A Ddecorator.hpp44 namespace decorator { namespace
293 using decorator::label;
294 using decorator::expected_failures;
295 using decorator::timeout;
296 using decorator::description;
297 using decorator::depends_on;
298 using decorator::enable_if;
299 using decorator::enabled;
300 using decorator::disabled;
301 using decorator::fixture;
[all …]
/dports/science/py-rmf/rmf-1.3.1/doc/
H A DMappingToRMF.md23 …ain is a node that is a child of the root and stores data using the RMF::decorator::Chain decorator
33 … r0 [label="Residue 0 (RMF::decorator::Residue)" shape=folder URL="\ref RMF::decorator::Residue"];
34 … r1 [label="Residue 1 (RMF::decorator::Residue)" shape=folder URL="\ref RMF::decorator::Residue"];
38 …rdot [label="Residue ... (RMF::decorator::Residue)" shape=folder URL="\ref RMF::decorator::Residue…
39 …a0 [label="N (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorator
40 …a1 [label="CA (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorato…
41 …a2 [label="C (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorator
42 …ap0 [label="N (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorato…
43 …apdot [label="... (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::deco…
96 …pdb [label="External PDB (RMF::decorator::External)" shape=oval URL="\ref RMF::decorator::External…
[all …]
/dports/science/rmf/rmf-1.3.1/doc/
H A DMappingToRMF.md23 …ain is a node that is a child of the root and stores data using the RMF::decorator::Chain decorator
33 … r0 [label="Residue 0 (RMF::decorator::Residue)" shape=folder URL="\ref RMF::decorator::Residue"];
34 … r1 [label="Residue 1 (RMF::decorator::Residue)" shape=folder URL="\ref RMF::decorator::Residue"];
38 …rdot [label="Residue ... (RMF::decorator::Residue)" shape=folder URL="\ref RMF::decorator::Residue…
39 …a0 [label="N (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorator
40 …a1 [label="CA (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorato…
41 …a2 [label="C (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorator
42 …ap0 [label="N (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::decorato…
43 …apdot [label="... (RMF::decorator::Atom, RMF::decorator::Particle)" shape=oval URL="\ref RMF::deco…
96 …pdb [label="External PDB (RMF::decorator::External)" shape=oval URL="\ref RMF::decorator::External…
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/tree/
H A Ddecorator.hpp46 namespace decorator { namespace
261 using decorator::label;
262 using decorator::expected_failures;
263 using decorator::timeout;
264 using decorator::description;
265 using decorator::depends_on;
266 using decorator::enable_if;
267 using decorator::enabled;
268 using decorator::disabled;
269 using decorator::fixture;
[all …]

12345678910>>...198