Home
last modified time | relevance | path

Searched refs:doGenerate (Results 1 – 25 of 139) sorted by relevance

123456

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DIssueGenerator.cpp46 doGenerate(world, issues); in generate()
50 doGenerate(layer, issues); in generate()
54 doGenerate(group, issues); in generate()
58 doGenerate(entity, issues); in generate()
62 doGenerate(brush, issues); in generate()
75 void IssueGenerator::doGenerate(World* world, IssueList& issues) const {} in doGenerate() function in TrenchBroom::Model::IssueGenerator
76 void IssueGenerator::doGenerate(Layer* layer, IssueList& issues) const {} in doGenerate() function in TrenchBroom::Model::IssueGenerator
77 void IssueGenerator::doGenerate(Group* group, IssueList& issues) const {} in doGenerate() function in TrenchBroom::Model::IssueGenerator
78 void IssueGenerator::doGenerate(Entity* entity, IssueList& issues) const {} in doGenerate() function in TrenchBroom::Model::IssueGenerator
79 void IssueGenerator::doGenerate(Brush* brush, IssueList& issues) const {} in doGenerate() function in TrenchBroom::Model::IssueGenerator
H A DIssueGenerator.h48 virtual void doGenerate(World* world, IssueList& issues) const;
49 virtual void doGenerate(Layer* layer, IssueList& issues) const;
50 virtual void doGenerate(Group* group, IssueList& issues) const;
51 virtual void doGenerate(Entity* entity, IssueList& issues) const;
52 virtual void doGenerate(Brush* brush, IssueList& issues) const;
H A DWorldBoundsIssueGenerator.h39 void doGenerate(Entity* brush, IssueList& issues) const;
40 void doGenerate(Brush* brush, IssueList& issues) const;
H A DWorldBoundsIssueGenerator.cpp68 void WorldBoundsIssueGenerator::doGenerate(Entity* entity, IssueList& issues) const { in doGenerate() function in TrenchBroom::Model::WorldBoundsIssueGenerator
73 void WorldBoundsIssueGenerator::doGenerate(Brush* brush, IssueList& issues) const { in doGenerate() function in TrenchBroom::Model::WorldBoundsIssueGenerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Ddbmetadata.cxx289 bool doGenerate( false ); in generateASBeforeCorrelationName() local
292 if( ! (setting >>= doGenerate) ) in generateASBeforeCorrelationName()
294 return doGenerate; in generateASBeforeCorrelationName()
299 bool doGenerate( true ); in shouldEscapeDateTime() local
302 if( ! (setting >>= doGenerate) ) in shouldEscapeDateTime()
304 return doGenerate; in shouldEscapeDateTime()
367 bool doGenerate( true ); in supportsColumnAliasInOrderBy() local
370 if( ! (setting >>= doGenerate) ) in supportsColumnAliasInOrderBy()
372 return doGenerate; in supportsColumnAliasInOrderBy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Ddbmetadata.cxx290 bool doGenerate( false ); in generateASBeforeCorrelationName() local
293 if( ! (setting >>= doGenerate) ) in generateASBeforeCorrelationName()
295 return doGenerate; in generateASBeforeCorrelationName()
300 bool doGenerate( true ); in shouldEscapeDateTime() local
303 if( ! (setting >>= doGenerate) ) in shouldEscapeDateTime()
305 return doGenerate; in shouldEscapeDateTime()
368 bool doGenerate( true ); in supportsColumnAliasInOrderBy() local
371 if( ! (setting >>= doGenerate) ) in supportsColumnAliasInOrderBy()
373 return doGenerate; in supportsColumnAliasInOrderBy()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Utility/
H A DLinkGenerator.php169 return $this->doGenerate($generated_link, $attributes, $variables);
174 return $this->doGenerate($generated_link, $attributes, $variables);
180 return $this->doGenerate($generated_link, $attributes, $variables);
187 return $this->doGenerate($generated_link, $attributes, $variables);
203 protected function doGenerate($generated_link, $attributes, $variables) { function in Drupal\\Core\\Utility\\LinkGenerator
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Utility/
H A DLinkGenerator.php169 return $this->doGenerate($generated_link, $attributes, $variables);
174 return $this->doGenerate($generated_link, $attributes, $variables);
180 return $this->doGenerate($generated_link, $attributes, $variables);
187 return $this->doGenerate($generated_link, $attributes, $variables);
203 protected function doGenerate($generated_link, $attributes, $variables) { function in Drupal\\Core\\Utility\\LinkGenerator
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Routing/
H A DUrlGenerator.php42 …protected function doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $… function in TYPO3\\CMS\\Core\\Routing\\UrlGenerator
54 …return parent::doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $refe…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Routing/
H A DUrlGenerator.php43 …protected function doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $… function in TYPO3\\CMS\\Core\\Routing\\UrlGenerator
55 …return parent::doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $refe…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Routing/
H A DUrlGenerator.php43 …protected function doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $… function in TYPO3\\CMS\\Core\\Routing\\UrlGenerator
55 …return parent::doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $refe…
/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 DPluginFieldData.java58 public void setDoGenerateClass(boolean doGenerate) { in setDoGenerateClass() argument
59 fDoGenerateActivator = doGenerate; in setDoGenerateClass()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/maxbrunsfeld/counterfeiter/v6/
H A Dbenchmark_test.go35 doGenerate(workingDir, args, cache)
61 doGenerate(workingDir, args, cache)
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/parsing/
H A DResolvingDecoder.cc64 Production doGenerate(const NodePtr& writer, const NodePtr& reader,
98 Production backup = ValidatingGrammarGenerator::doGenerate(rw, m2); in generate()
102 Production main = doGenerate(rr, rw, m, m2); in generate()
180 Production p = doGenerate(writer->leafAt(it->second), in resolveRecords()
214 Production p = doGenerate(writer->leafAt(i), reader, m, m2); in resolveUnion()
221 Production ResolvingGrammarGenerator::doGenerate( in doGenerate() function in internal_avro::parsing::ResolvingGrammarGenerator
283 Symbol::repeater(doGenerate(writer->leafAt(0), in doGenerate()
290 Production v = doGenerate(writer->leafAt(1), reader->leafAt(1), m, m2); in doGenerate()
351 Production p = doGenerate(writer, reader->leafAt(j), m, m2); in doGenerate()
H A DValidatingCodec.cc53 Production result = doGenerate(n, m); in generate()
62 Production ValidatingGrammarGenerator::doGenerate( in doGenerate() function in internal_avro::parsing::ValidatingGrammarGenerator
95 Production v = doGenerate(leaf, m); in doGenerate()
115 Symbol::repeater(doGenerate(n->leafAt(0), m), true), in doGenerate()
120 Production v = doGenerate(n->leafAt(1), m); in doGenerate()
131 vv.push_back(doGenerate(n->leafAt(i), m)); in doGenerate()
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/parsing/
H A DResolvingDecoder.cc64 Production doGenerate(const NodePtr& writer, const NodePtr& reader,
98 Production backup = ValidatingGrammarGenerator::doGenerate(rw, m2); in generate()
102 Production main = doGenerate(rr, rw, m, m2); in generate()
180 Production p = doGenerate(writer->leafAt(it->second), in resolveRecords()
214 Production p = doGenerate(writer->leafAt(i), reader, m, m2); in resolveUnion()
221 Production ResolvingGrammarGenerator::doGenerate( in doGenerate() function in internal_avro::parsing::ResolvingGrammarGenerator
283 Symbol::repeater(doGenerate(writer->leafAt(0), in doGenerate()
290 Production v = doGenerate(writer->leafAt(1), reader->leafAt(1), m, m2); in doGenerate()
351 Production p = doGenerate(writer, reader->leafAt(j), m, m2); in doGenerate()
H A DValidatingCodec.cc53 Production result = doGenerate(n, m); in generate()
62 Production ValidatingGrammarGenerator::doGenerate( in doGenerate() function in internal_avro::parsing::ValidatingGrammarGenerator
95 Production v = doGenerate(leaf, m); in doGenerate()
115 Symbol::repeater(doGenerate(n->leafAt(0), m), true), in doGenerate()
120 Production v = doGenerate(n->leafAt(1), m); in doGenerate()
131 vv.push_back(doGenerate(n->leafAt(i), m)); in doGenerate()
/dports/java/bouncycastle15/crypto-169/core/src/main/jdk1.4/org/bouncycastle/crypto/generators/
H A DOpenBSDBCrypt.java120 return doGenerate(version, Strings.toUTF8ByteArray(password), salt, cost); in generate()
144 return doGenerate(version, Arrays.clone(password), salt, cost); in generate()
157 private static String doGenerate( in doGenerate() method in OpenBSDBCrypt
333 String newBcryptString = doGenerate(version, password, salt, cost); in doCheckPassword()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/generators/
H A DOpenBSDBCrypt.java122 return doGenerate(version, Strings.toUTF8ByteArray(password), salt, cost); in generate()
146 return doGenerate(version, Arrays.clone(password), salt, cost); in generate()
159 private static String doGenerate( in doGenerate() method in OpenBSDBCrypt
335 String newBcryptString = doGenerate(version, password, salt, cost); in doCheckPassword()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Session/
H A DPermissionsHashGenerator.php77 $permissions_hash = $this->doGenerate($sorted_roles);
95 protected function doGenerate(array $roles) { function in Drupal\\Core\\Session\\PermissionsHashGenerator
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Session/
H A DPermissionsHashGenerator.php77 $permissions_hash = $this->doGenerate($sorted_roles);
95 protected function doGenerate(array $roles) { function in Drupal\\Core\\Session\\PermissionsHashGenerator
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DCMSEncryptedDataGenerator.java47 private CMSEncryptedData doGenerate( in doGenerate() method in CMSEncryptedDataGenerator
107 return doGenerate(content, contentEncryptor); in generate()
H A DCMSEnvelopedDataGenerator.java54 private CMSEnvelopedData doGenerate( in doGenerate() method in CMSEnvelopedDataGenerator
132 return doGenerate(content, contentEncryptor); in generate()
H A DCMSAuthEnvelopedDataGenerator.java36 private CMSAuthEnvelopedData doGenerate( in doGenerate() method in CMSAuthEnvelopedDataGenerator
117 return doGenerate(content, contentEncryptor); in generate()
/dports/devel/avro-cpp/avro-cpp-1.11.0/impl/parsing/
H A DValidatingCodec.cc51 ProductionPtr result = doGenerate(n, m); in generate()
61 ProductionPtr ValidatingGrammarGenerator::doGenerate(const NodePtr &n, in doGenerate() function in avro::parsing::ValidatingGrammarGenerator
94 ProductionPtr v = doGenerate(leaf, m); in doGenerate()
112 result->push_back(Symbol::repeater(doGenerate(n->leafAt(0), m), true)); in doGenerate()
117 ProductionPtr pp = doGenerate(n->leafAt(1), m); in doGenerate()
131 vv.push_back(doGenerate(n->leafAt(i), m)); in doGenerate()

123456