Home
last modified time | relevance | path

Searched refs:mappers (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/dports/www/drupal8/drupal-8.9.20/core/modules/config_translation/src/Controller/
H A DConfigTranslationMapperList.php21 protected $mappers; variable in Drupal\\config_translation\\Controller\\ConfigTranslationMapperList
29 public function __construct(array $mappers) { argument
30 $this->mappers = $mappers;
55 $mappers = [];
57 foreach ($this->mappers as $mapper) {
59 $mappers[$mapper->getWeight()][] = $row;
64 ksort($mappers);
65 foreach ($mappers as $weight => $mapper) {
71 $mappers[$weight] = $mapper;
74 foreach ($mappers as $mapper) {
/dports/www/drupal9/drupal-9.2.10/core/modules/config_translation/src/Controller/
H A DConfigTranslationMapperList.php21 protected $mappers; variable in Drupal\\config_translation\\Controller\\ConfigTranslationMapperList
29 public function __construct(array $mappers) { argument
30 $this->mappers = $mappers;
55 $mappers = [];
57 foreach ($this->mappers as $mapper) {
59 $mappers[$mapper->getWeight()][] = $row;
64 ksort($mappers);
65 foreach ($mappers as $weight => $mapper) {
71 $mappers[$weight] = $mapper;
74 foreach ($mappers as $mapper) {
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Dsimplemap.cc407 mappers[ID($sr)] = simplemap_ff; in simplemap_get_mappers()
408 mappers[ID($ff)] = simplemap_ff; in simplemap_get_mappers()
409 mappers[ID($dff)] = simplemap_ff; in simplemap_get_mappers()
410 mappers[ID($dffe)] = simplemap_ff; in simplemap_get_mappers()
411 mappers[ID($dffsr)] = simplemap_ff; in simplemap_get_mappers()
412 mappers[ID($dffsre)] = simplemap_ff; in simplemap_get_mappers()
431 simplemap_get_mappers(mappers); in simplemap()
435 mappers.at(cell->type)(module, cell); in simplemap()
464 simplemap_get_mappers(mappers); in execute()
471 if (mappers.count(cell->type) == 0) in execute()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/
H A DMultivariateFunctionMappingAdapter.java85 private final Mapper[] mappers; field in MultivariateFunctionMappingAdapter
114 this.mappers = new Mapper[lower.length]; in MultivariateFunctionMappingAdapter()
115 for (int i = 0; i < mappers.length; ++i) { in MultivariateFunctionMappingAdapter()
119 mappers[i] = new NoBoundsMapper(); in MultivariateFunctionMappingAdapter()
122 mappers[i] = new UpperBoundMapper(upper[i]); in MultivariateFunctionMappingAdapter()
127 mappers[i] = new LowerBoundMapper(lower[i]); in MultivariateFunctionMappingAdapter()
144 final double[] mapped = new double[mappers.length]; in unboundedToBounded()
145 for (int i = 0; i < mappers.length; ++i) { in unboundedToBounded()
146 mapped[i] = mappers[i].unboundedToBounded(point[i]); in unboundedToBounded()
160 final double[] mapped = new double[mappers.length]; in boundedToUnbounded()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DMultivariateFunctionMappingAdapter.java85 private final Mapper[] mappers; field in MultivariateFunctionMappingAdapter
115 this.mappers = new Mapper[lower.length]; in MultivariateFunctionMappingAdapter()
116 for (int i = 0; i < mappers.length; ++i) { in MultivariateFunctionMappingAdapter()
120 mappers[i] = new NoBoundsMapper(); in MultivariateFunctionMappingAdapter()
123 mappers[i] = new UpperBoundMapper(upper[i]); in MultivariateFunctionMappingAdapter()
128 mappers[i] = new LowerBoundMapper(lower[i]); in MultivariateFunctionMappingAdapter()
145 final double[] mapped = new double[mappers.length]; in unboundedToBounded()
146 for (int i = 0; i < mappers.length; ++i) { in unboundedToBounded()
147 mapped[i] = mappers[i].unboundedToBounded(point[i]); in unboundedToBounded()
161 final double[] mapped = new double[mappers.length]; in boundedToUnbounded()
[all …]
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/demo/mnist/
H A Droundrobin42 my @mappers = map { setup_child ($command, $_, $total) } 1 .. $total;
46 @mappers;
50 @mappers;
61 my $fh = $mappers[$in % @mappers]->[0];
67 my $fh = $mappers[$out % @write]->[1];
72 foreach my $m (@mappers)
80 my $fh = $mappers[$in % @mappers]->[0];
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java76 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
79 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
80 this.mappers = mappers; in Interruptor()
85 gate.release(mappers.length); in run()
86 for (Mapper m : mappers) { in run()
98 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
109 mappers[j] = Mapper.startMapper(fc, gate); in main()
113 Interruptor interruptor = new Interruptor(mappers, gate); in main()
129 for (Mapper m: mappers) { in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java77 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
81 this.mappers = mappers; in Interruptor()
86 gate.release(mappers.length); in run()
87 for (Mapper m : mappers) { in run()
99 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
110 mappers[j] = Mapper.startMapper(fc, gate); in main()
114 Interruptor interruptor = new Interruptor(mappers, gate); in main()
130 for (Mapper m: mappers) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java76 final Mapper[] mappers; field in InterruptMapDeadlock.Interruptor
79 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor() argument
80 this.mappers = mappers; in Interruptor()
85 gate.release(mappers.length); in run()
86 for (Mapper m : mappers) { in run()
98 Mapper[] mappers = new Mapper[MAPPER_COUNT]; in main() local
109 mappers[j] = Mapper.startMapper(fc, gate); in main()
113 Interruptor interruptor = new Interruptor(mappers, gate); in main()
129 for (Mapper m: mappers) { in main()
/dports/science/cdk/cdk-cdk-2.3/base/atomtype/src/main/java/org/openscience/cdk/atomtype/mapper/
H A DAtomTypeMapper.java38 private static Map<String, AtomTypeMapper> mappers = new HashMap<String, AtomTypeMapper>(); field in AtomTypeMapper
66 if (!mappers.containsKey(mappingFile)) { in getInstance()
67 mappers.put(mappingFile, new AtomTypeMapper(mappingFile)); in getInstance()
69 return mappers.get(mappingFile); in getInstance()
80 if (!mappers.containsKey(mappingFile)) { in getInstance()
81 mappers.put(mappingFile, new AtomTypeMapper(mappingFile, stream)); in getInstance()
83 return mappers.get(mappingFile); in getInstance()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/
H A DUpdateWizard.java35 private ResourceMapping[] mappers; field in UpdateWizard
39 public UpdateWizard(IWorkbenchPart part, ResourceMapping[] mappers) { in UpdateWizard() argument
42 this.mappers = mappers; in UpdateWizard()
46 public static void run(IWorkbenchPart part, ResourceMapping[] mappers) { in run() argument
47 final UpdateWizard wizard = new UpdateWizard(part, mappers); in run()
54 …dateWizard_0, substImage, CVSUIMessages.UpdateWizard_1, TagSource.create(mappers), TagSourceWorkbe… in addPages()
69 for (ResourceMapping mapper : mappers) { in getInitialSelection()
88 …new UpdateOperation(part, mappers, Command.NO_LOCAL_OPTIONS, tagSelectionPage.getSelectedTag()).ru… in performFinish()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Routing/Aspect/
H A DMappableProcessor.php33 $mappers = $this->fetchMappers($route, $attributes);
34 if (empty($mappers)) {
39 foreach ($mappers as $variableName => $mapper) {
60 $mappers = $this->fetchMappers($route, $attributes);
61 if (empty($mappers)) {
66 foreach ($mappers as $variableName => $mapper) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Routing/Aspect/
H A DMappableProcessor.php34 $mappers = $this->fetchMappers($route, $attributes);
35 if (empty($mappers)) {
40 foreach ($mappers as $variableName => $mapper) {
61 $mappers = $this->fetchMappers($route, $attributes);
62 if (empty($mappers)) {
67 foreach ($mappers as $variableName => $mapper) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Routing/Aspect/
H A DMappableProcessor.php34 $mappers = $this->fetchMappers($route, $attributes);
35 if (empty($mappers)) {
40 foreach ($mappers as $variableName => $mapper) {
61 $mappers = $this->fetchMappers($route, $attributes);
62 if (empty($mappers)) {
67 foreach ($mappers as $variableName => $mapper) {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/alecthomas/participle/
H A Dparser.go20 mappers []mapperByToken member
55 if len(p.mappers) > 0 {
56 mappers := map[rune][]Mapper{}
58 for _, mapper := range p.mappers {
60 mappers[lexer.EOF] = append(mappers[lexer.EOF], mapper.mapper)
66 mappers[rn] = append(mappers[rn], mapper.mapper)
72 combined := make([]Mapper, 0, len(mappers[t.Type])+len(mappers[lexer.EOF]))
73 combined = append(combined, mappers[lexer.EOF]...)
74 combined = append(combined, mappers[t.Type]...)
/dports/math/vtk8/VTK-8.2.0/Domains/Chemistry/Testing/Cxx/
H A DTestVASPAnimationReader.cxx61 vtkNew<vtkMoleculeMapper> mappers[4]; in TestVASPAnimationReader() local
70 mappers[i]->SetInputData(mol); in TestVASPAnimationReader()
73 mappers[i]->UseBallAndStickSettings(); in TestVASPAnimationReader()
74 mappers[i]->SetAtomicRadiusTypeToCustomArrayRadius(); in TestVASPAnimationReader()
75 mappers[i]->RenderLatticeOn(); in TestVASPAnimationReader()
76 actors[i]->SetMapper(mappers[i]); in TestVASPAnimationReader()
/dports/math/vtk9/VTK-9.1.0/IO/Chemistry/Testing/Cxx/
H A DTestVASPAnimationReader.cxx61 vtkNew<vtkMoleculeMapper> mappers[4]; in TestVASPAnimationReader() local
70 mappers[i]->SetInputData(mol); in TestVASPAnimationReader()
73 mappers[i]->UseBallAndStickSettings(); in TestVASPAnimationReader()
74 mappers[i]->SetAtomicRadiusTypeToCustomArrayRadius(); in TestVASPAnimationReader()
75 mappers[i]->RenderLatticeOn(); in TestVASPAnimationReader()
76 actors[i]->SetMapper(mappers[i]); in TestVASPAnimationReader()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/pkg/server/
H A Dserver.go70 mappers []mapper.Mapper member
90 func New(cfg config.Config, mappers []mapper.Mapper) *Server {
145 Handler: c.getHandler(mappers, c.EC2DescribeInstancesQps, c.EC2DescribeInstancesBurst),
168 func (c *Server) getHandler(mappers []mapper.Mapper, ec2DescribeQps int, ec2DescribeBurst int) *han…
181 mappers: mappers,
209 mappers := []mapper.Mapper{}
219 mappers = append(mappers, fileMapper)
227 mappers = append(mappers, configMapMapper)
233 mappers = append(mappers, crdMapper)
238 return mappers, nil
[all …]

12345678910>>...41