Home
last modified time | relevance | path

Searched refs:getModuleName (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/template/templates/
H A DindexSuccess.php2 [?php include_partial('<?php echo $this->getModuleName() ?>/assets') ?]
7 [?php include_partial('<?php echo $this->getModuleName() ?>/flashes') ?]
10 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_header', array('pager' => $pager)…
15 …[?php include_partial('<?php echo $this->getModuleName() ?>/filters', array('form' => $filters, 'c…
23 …[?php include_partial('<?php echo $this->getModuleName() ?>/list', array('pager' => $pager, 'sort'…
25 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_batch_actions', array('helper' =>…
26 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_actions', array('helper' => $help…
34 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_footer', array('pager' => $pager)…
H A DnewSuccess.php2 [?php include_partial('<?php echo $this->getModuleName() ?>/assets') ?]
7 [?php include_partial('<?php echo $this->getModuleName() ?>/flashes') ?]
10 …[?php include_partial('<?php echo $this->getModuleName() ?>/form_header', array('<?php echo $this-…
14 …[?php include_partial('<?php echo $this->getModuleName() ?>/form', array('<?php echo $this->getSin…
18 …[?php include_partial('<?php echo $this->getModuleName() ?>/form_footer', array('<?php echo $this-…
H A DeditSuccess.php2 [?php include_partial('<?php echo $this->getModuleName() ?>/assets') ?]
7 [?php include_partial('<?php echo $this->getModuleName() ?>/flashes') ?]
10 …[?php include_partial('<?php echo $this->getModuleName() ?>/form_header', array('<?php echo $this-…
14 …[?php include_partial('<?php echo $this->getModuleName() ?>/form', array('<?php echo $this->getSin…
18 …[?php include_partial('<?php echo $this->getModuleName() ?>/form_footer', array('<?php echo $this-…
H A D_list.php11 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_th_<?php echo $this->configuratio…
21 …[?php include_partial('<?php echo $this->getModuleName() ?>/pagination', array('pager' => $pager))…
35 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_td_batch_actions', array('<?php e…
37 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_td_<?php echo $this->configuratio…
39 …[?php include_partial('<?php echo $this->getModuleName() ?>/list_td_actions', array('<?php echo $t…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Web/Controller/
H A DModuleActionController.php30 && $this->getFrontController()->getDefaultModule() !== $this->getModuleName()) {
31 $this->assertPermission(Manager::MODULE_PERMISSION_NS . $this->getModuleName());
46 $this->config = Config::module($this->getModuleName());
51 $this->configs[$file] = Config::module($this->getModuleName(), $file);
65 $this->module = Icinga::app()->getModuleManager()->getModule($this->getModuleName());
78 $this->getResponse()->setHeader('X-Icinga-Module', $this->getModuleName(), true);
/dports/www/phalcon4/cphalcon-4.1.1/tests/cli/Cli/Router/
H A DHandleCest.php39 $router->getModuleName()
58 $router->getModuleName()
79 $router->getModuleName()
100 $router->getModuleName()
124 $router->getModuleName()
150 $router->getModuleName()
174 $I->assertEquals('devtools', $router->getModuleName());
286 $I->assertEquals($example['module'], $router->getModuleName());
464 $I->assertEquals($example['module'], $router->getModuleName());
591 $I->assertEquals($example['module'], $router->getModuleName());
H A DSetDefaultModuleCest.php32 $I->assertNull($router->getModuleName());
34 $I->assertNull($router->getModuleName());
37 $I->assertEquals("test", $router->getModuleName());
/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/util/
H A DCvsLogUtilsTest.java69 assertEquals("cvsroot", CvsLogUtils.getModuleName("/cvsroot/module/file,v", "module/file")); in testGetModuleName()
70 … assertEquals("cvsroot", CvsLogUtils.getModuleName("/cvsroot/module/Attic/file,v", "module/file")); in testGetModuleName()
71 assertEquals("module", CvsLogUtils.getModuleName("/cvsroot/module/file,v", "file")); in testGetModuleName()
72 assertEquals("module", CvsLogUtils.getModuleName("/cvsroot/module/Attic/file,v", "file")); in testGetModuleName()
73 assertEquals("", CvsLogUtils.getModuleName("/file,v", "file")); in testGetModuleName()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/template/actions/
H A Dactions.class.php7 * <?php echo $this->getModuleName() ?> actions.
10 * @subpackage <?php echo $this->getModuleName()."\n" ?>
18 $this->configuration = new <?php echo $this->getModuleName() ?>GeneratorConfiguration();
27 $this->helper = new <?php echo $this->getModuleName() ?>GeneratorHelper();
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/generator/
H A DsfModelGenerator.class.php221 …'label'].'\', array(), \''.$this->getI18nCatalogue().'\'), \''.$this->getModuleName().'/'.$action.…
268 …component('%s', '%s', array('type' => 'list', '%s' => \$%s))", $this->getModuleName(), $field->get…
272 …"get_partial('%s/%s', array('type' => 'list', '%s' => \$%s))", $this->getModuleName(), $field->get…
280 …rintf("get_partial('%s/list_field_boolean', array('value' => %s))", $this->getModuleName(), $html);
405 …$basePath = $this->getGeneratedModuleName().'/lib/Base'.ucfirst($this->getModuleName()).'Generator…
410 $class = 'Base'.ucfirst($this->getModuleName()).'GeneratorConfiguration';
411 foreach ($config->getLibDirs($this->getModuleName()) as $dir)
413 … if (!is_file($configuration = $dir.'/'.$this->getModuleName().'GeneratorConfiguration.class.php'))
419 $class = $this->getModuleName().'GeneratorConfiguration';
452 return $this->getModuleName().'/'.$action;
/dports/www/phalcon4/cphalcon-4.1.1/tests/integration/Mvc/Router/
H A DHandleCest.php98 $router->getModuleName()
140 $router->getModuleName()
187 $router->getModuleName()
231 $router->getModuleName()
294 $router->getModuleName()
335 $router->getModuleName()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/utils/
H A DExternalCommandlineProgramModule.java82 abstract public String getModuleName(); in getModuleName() method in ExternalCommandlineProgramModule
136 …return new RuntimeInfo(getModuleName(), RuntimeInfo.ReturnStatus.STDIOFAIL, null, ex.getMessage()); in run()
141 return new RuntimeInfo(getModuleName(), in run()
147 return new RuntimeInfo(getModuleName(), RuntimeInfo.ReturnStatus.SUCCESS, out, err); in run()
149 …return new RuntimeInfo(getModuleName(), RuntimeInfo.ReturnStatus.STARTFAIL, null, e.getMessage() +… in run()
151 …return new RuntimeInfo(getModuleName(), RuntimeInfo.ReturnStatus.INTERRUPTION, null, e.getMessage(… in run()
179 public String getModuleName(){ in getModuleName() method in ExternalCommandlineProgramModule.SGAModule
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/parts/
H A DsortingAction.php18 …if (null !== $sort = $this->getUser()->getAttribute('<?php echo $this->getModuleName() ?>.sort', n…
25 …return $this->getUser()->getAttribute('<?php echo $this->getModuleName() ?>.sort', null, 'admin_mo…
35 …$this->getUser()->setAttribute('<?php echo $this->getModuleName() ?>.sort', $sort, 'admin_module');
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/template/lib/
H A Dhelper.php4 * <?php echo $this->getModuleName() ?> module configuration.
7 * @subpackage <?php echo $this->getModuleName()."\n" ?>
11 abstract class Base<?php echo ucfirst($this->getModuleName()) ?>GeneratorHelper extends sfModelGene…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/filter/
H A DsfBasicSecurityFilter.class.php34 …(sfConfig::get('sf_login_module') == $this->context->getModuleName()) && (sfConfig::get('sf_login_…
36 …(sfConfig::get('sf_secure_module') == $this->context->getModuleName()) && (sfConfig::get('sf_secur…
51 …/%s" requires authentication, forwarding to "%s/%s"', $this->context->getModuleName(), $this->cont…
64 …s" requires credentials "%s", forwarding to "%s/%s"', $this->context->getModuleName(), $this->cont…
/dports/www/phalcon/cphalcon-3.4.5/tests/unit/Cli/
H A DRouterTest.php46 expect($router->getModuleName())->null();
56 expect($router->getModuleName())->null();
66 expect($router->getModuleName())->null();
77 expect($router->getModuleName())->null();
90 expect($router->getModuleName())->null();
104 expect($router->getModuleName())->equals("devtools");
118 expect($router->getModuleName())->equals("devtools");
129 expect($router->getModuleName())->equals($test['module']);
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/vendor/ipl/Web/
H A DCompatController.php109 $moduleName = $this->getModuleName();
138 && $this->getFrontController()->getDefaultModule() !== $this->getModuleName()) {
139 $this->assertPermission(Manager::MODULE_PERMISSION_NS . $this->getModuleName());
165 public function getModuleName() function in dipl\\Web\\CompatController
168 $this->moduleName = $this->getRequest()->getModuleName();
197 $this->config = Config::module($this->getModuleName());
202 $this->configs[$file] = Config::module($this->getModuleName(), $file);
218 $this->module = Icinga::app()->getModuleManager()->getModule($this->getModuleName());
253 $moduleName = $this->getModuleName();
477 if ($name = $this->getModuleName()) {
/dports/www/pecl-yaf/yaf-3.3.3/tests/
H A D103.phpt13 var_dump($request->getModuleName());
15 var_dump($request->getModuleName());
17 var_dump($request->getModuleName());
19 var_dump($request->getModuleName());
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/action/
H A DsfAction.class.php43 …if ($file = $context->getConfigCache()->checkConfig('modules/'.$this->getModuleName().'/config/sec…
463 …sfConfig::set('symfony.view.'.$this->getModuleName().'_'.$this->getActionName().'_template', $name…
478 …return sfConfig::get('symfony.view.'.$this->getModuleName().'_'.$this->getActionName().'_template'…
497 … sfConfig::set('symfony.view.'.$this->getModuleName().'_'.$this->getActionName().'_layout', $name);
510 … return sfConfig::get('symfony.view.'.$this->getModuleName().'_'.$this->getActionName().'_layout');
520 sfConfig::set('mod_'.strtolower($this->getModuleName()).'_view_class', $class);
542 …as been forwarded to a 404 error page by the action "%s/%s".', $this->getModuleName(), $this->getA…
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiParamInfo.php124 if ( $module->getParent() && $module->getParent()->getModuleName() == 'query' &&
125 in_array( $module->getModuleName(), $queryModules )
130 if ( in_array( $module->getModuleName(), $formatModules ) ) {
142 $result->addValue( [ $this->getModuleName() ], 'helpformat', $this->helpFormat );
160 $result->addValue( null, $this->getModuleName(), $res );
247 $ret['name'] = $module->getModuleName();
252 $module->getModuleName()
296 $module->getModuleName(),
386 $module->getModuleName(),
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiParamInfo.php138 if ( $module->getParent() && $module->getParent()->getModuleName() == 'query' &&
139 in_array( $module->getModuleName(), $queryModules )
144 if ( in_array( $module->getModuleName(), $formatModules ) ) {
156 $result->addValue( [ $this->getModuleName() ], 'helpformat', $this->helpFormat );
174 $result->addValue( null, $this->getModuleName(), $res );
261 $ret['name'] = $module->getModuleName();
266 $module->getModuleName()
310 $module->getModuleName(),
400 $module->getModuleName(),
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiParamInfo.php124 if ( $module->getParent() && $module->getParent()->getModuleName() == 'query' &&
125 in_array( $module->getModuleName(), $queryModules )
130 if ( in_array( $module->getModuleName(), $formatModules ) ) {
142 $result->addValue( [ $this->getModuleName() ], 'helpformat', $this->helpFormat );
160 $result->addValue( null, $this->getModuleName(), $res );
247 $ret['name'] = $module->getModuleName();
252 $module->getModuleName()
296 $module->getModuleName(),
386 $module->getModuleName(),
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dfiletypes.cpp41 const char* getModuleName() const in getModuleName() function
70 typelist->addType((*i).getModuleName(), (*i).getType()); in getTypeList()
105 const char* getModuleName() in findModuleName() function in findModuleName::SearchFileTypeList
111 return search.getModuleName(); in findModuleName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java93 String modName = getModuleName(modId); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() method in AllModulesCommandTest
125 return reply.getModuleName(); in getModuleName()
142 String clsModName = getModuleName(modId); in assertClassLoader()
168 …d, "None of the visible classes for the classloader of the module " + getModuleName(modId) + " rep… in assertGetModule()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java93 String modName = getModuleName(modId); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() method in AllModulesCommandTest
125 return reply.getModuleName(); in getModuleName()
142 String clsModName = getModuleName(modId); in assertClassLoader()
168 …d, "None of the visible classes for the classloader of the module " + getModuleName(modId) + " rep… in assertGetModule()

12345678910>>...56