Home
last modified time | relevance | path

Searched refs:admin_path (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/FunctionalJavascript/
H A DImageAdminStylesTest.php23 $admin_path = 'admin/config/media/image-styles';
28 $style_path = $admin_path . '/manage/' . $style_name;
36 $this->drupalGet($admin_path . '/add');
56 $effect_path = $admin_path . '/manage/' . $style_name . '/effects/' . $uuid;
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/FunctionalJavascript/
H A DImageAdminStylesTest.php23 $admin_path = 'admin/config/media/image-styles';
28 $style_path = $admin_path . '/manage/' . $style_name;
36 $this->drupalGet($admin_path . '/add');
54 $effect_path = $admin_path . '/manage/' . $style_name . '/effects/' . $uuid;
/dports/www/phpbb3/phpBB3/phpbb/controller/
H A Dhelper.php74 protected $admin_path; variable in phpbb\\controller\\helper
98 * @param string $admin_path Admin path
106 $admin_path, $php_ext, $sql_explain = false) argument
120 $this->admin_path = $root_path . $admin_path;
310 …) && !empty($this->user->data['is_registered'])) ? append_sid("{$this->admin_path}index.{$this->ph…
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_nzbstuff.py39 assert os.path.exists(nzo.admin_path)
42 assert globber(nzo.admin_path, "*.nzb.gz")
43 assert globber(nzo.admin_path, "SABnzbd_nzf*")
H A Dtest_functional_misc.py53 admin_path = os.path.join(SAB_INCOMPLETE_DIR, test_job_name, JOB_ADMIN)
54 os.makedirs(admin_path)
55 save_compressed(admin_path, test_job_name, nzb_data)
56 assert os.path.exists(os.path.join(admin_path, test_job_name + ".nzb.gz"))
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/Functional/
H A DImageAdminStylesTest.php80 $admin_path = 'admin/config/media/image-styles';
85 $style_path = $admin_path . '/manage/' . $style_name;
121 $this->drupalPostForm($admin_path . '/add', $edit, t('Create new style'));
125 $this->drupalGet($admin_path);
301 $this->drupalGet($admin_path);
428 $admin_path = 'admin/config/media/image-styles';
444 $this->drupalGet($admin_path);
445 $flush_path = $admin_path . '/manage/' . $style_name . '/flush';
/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/Functional/
H A DImageAdminStylesTest.php80 $admin_path = 'admin/config/media/image-styles';
85 $style_path = $admin_path . '/manage/' . $style_name;
121 $this->drupalGet($admin_path . '/add');
126 $this->drupalGet($admin_path);
307 $this->drupalGet($admin_path);
434 $admin_path = 'admin/config/media/image-styles';
450 $this->drupalGet($admin_path);
451 $flush_path = $admin_path . '/manage/' . $style_name . '/flush';
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/tests/src/Functional/
H A DManageFieldsFunctionalTest.php505 $admin_path = 'admin/structure/types/manage/' . $this->contentType . '/fields/' . $field->id();
508 $this->drupalGet($admin_path);
513 $this->drupalPostForm($admin_path, $edit, t('Save settings'));
518 $this->drupalPostForm($admin_path, $edit, t('Save settings'));
524 $this->drupalGet($admin_path);
540 $this->drupalGet($admin_path);
546 $this->drupalGet($admin_path);
556 $this->drupalGet($admin_path);
/dports/www/drupal9/drupal-9.2.10/core/modules/options/tests/src/Functional/
H A DOptionsFloatFieldImportTest.php65 …$admin_path = 'admin/structure/types/manage/' . $type . '/fields/node.' . $type . '.' . $field_nam…
72 $this->drupalGet($admin_path);
/dports/www/drupal8/drupal-8.9.20/core/modules/options/tests/src/Functional/
H A DOptionsFloatFieldImportTest.php65 …$admin_path = 'admin/structure/types/manage/' . $type . '/fields/node.' . $type . '.' . $field_nam…
72 $this->drupalPostForm($admin_path, $edit, t('Save field settings'));
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Darticlecache.py132 …data = sabnzbd.load_data(article.art_id, nzo.admin_path, remove=True, do_pickle=False, silent=True)
159 sabnzbd.remove_data(article.art_id, article.nzf.nzo.admin_path)
170 sabnzbd.save_data(data, article.get_art_id(), nzo.admin_path, do_pickle=False, silent=True)
H A Dnzbqueue.py174 admin_path = os.path.join(repair_folder, JOB_ADMIN)
178 remove_all(admin_path, "*.gz", keep_folder=True)
183 verified = sabnzbd.load_data(VERIFIED_FILE, admin_path, remove=False)
186 filenames = globber_full(admin_path, "*.gz")
212 nzb_path = globber_full(old_nzo.admin_path, "*.gz")[0]
245 sabnzbd.save_data(nzo, nzo.nzo_id, nzo.admin_path)
327 nzo.nzo_id = sabnzbd.get_new_id("nzo", nzo.admin_path, self.__nzo_table)
H A Dnzbstuff.py246 self.art_id = sabnzbd.get_new_id("article", self.nzf.nzo.admin_path)
359 self.nzf_id: str = sabnzbd.get_new_id("nzf", nzo.admin_path)
383 sabnzbd.save_data(raw_article_db, self.nzf_id, nzo.admin_path)
465 remove_file(os.path.join(self.nzo.admin_path, self.nzf_id))
1233 renames = sabnzbd.load_data(RENAMES_FILE, self.admin_path, remove=True)
1799 def admin_path(self): member in NzbObject
1839 sabnzbd.remove_data(self.nzo_id, self.admin_path)
1846 sabnzbd.save_data(self.renames, RENAMES_FILE, self.admin_path, silent=True)
1923 sabnzbd.save_data(self, self.nzo_id, self.admin_path)
1931 sabnzbd.save_data(attribs, ATTRIB_FILE, self.admin_path, silent=True)
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/tests/src/Functional/
H A DManageFieldsFunctionalTest.php517 $admin_path = 'admin/structure/types/manage/' . $this->contentType . '/fields/' . $field->id();
520 $this->drupalGet($admin_path);
525 $this->drupalGet($admin_path);
531 $this->drupalGet($admin_path);
538 $this->drupalGet($admin_path);
554 $this->drupalGet($admin_path);
560 $this->drupalGet($admin_path);
570 $this->drupalGet($admin_path);
/dports/mail/dovecot/dovecot-2.3.17/src/director/
H A Ddirector-test.c532 static void main_init(const char *admin_path) in main_init() argument
538 admin = admin_connect(admin_path); in main_init()
586 const char *admin_path; in main() local
592 admin_path = argv[optind]; in main()
593 if (admin_path == NULL) in main()
598 main_init(admin_path); in main()
/dports/www/drupal8/drupal-8.9.20/core/modules/node/
H A Dnode.services.yml26 node.admin_path.route_subscriber:
/dports/mail/courier/courier-0.65.3/courier/
H A Dwebmlmd.C986 static void adminrequest(std::string admin_path) in adminrequest() argument
988 if (admin_path == "gosublist") in adminrequest()
998 if (admin_path == "sublist") in adminrequest()
1004 if (admin_path == "subinfo") in adminrequest()
1010 if (admin_path == "mod") in adminrequest()
/dports/www/drupal9/drupal-9.2.10/core/modules/node/
H A Dnode.services.yml26 node.admin_path.route_subscriber:
/dports/www/drupal8/drupal-8.9.20/core/modules/system/
H A Dsystem.services.yml22 system.admin_path.route_subscriber:
/dports/www/janus/janus-gateway-0.11.6/conf/
H A Djanus.transport.pfunix.jcfg.sample21 #admin_path = "/path/to/ux-janusadmin" # Path to bind to (Admin API)
/dports/www/drupal7/drupal-7.82/modules/field_ui/
H A Dfield_ui.admin.inc34 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
35 …$rows[$field_name]['data'][2][] = $admin_path ? l($bundles[$entity_type][$bundle]['label'], $admin…
292 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
778 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
825 $destinations[] = $admin_path . '/fields/' . $field['field_name'];
888 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
1739 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
1747 $admin_path . '/fields',
1786 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
2118 $admin_path = _field_ui_bundle_admin_path($entity_type, $bundle);
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/system/
H A Dsystem.services.yml22 system.admin_path.route_subscriber:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dpersonal_access_tokens_spec.rb92 delete api(admin_path, admin_user)
/dports/www/drupal7/drupal-7.82/modules/field/modules/list/tests/
H A Dlist.test397 $this->drupalPost($this->admin_path, $edit, t('Save settings'));
400 $this->drupalGet($this->admin_path);
429 …$this->admin_path = 'admin/structure/types/manage/' . $this->hyphen_type . '/fields/' . $this->fie…
446 $this->drupalPost($this->admin_path, $edit, t('Save settings'));
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/flag/includes/
H A Dflag.admin.inc71 'flags_edit' => array('title' => t('edit'), 'href' => $flag->admin_path('edit')),
72 'flags_delete' => array('title' => t('delete'), 'href' => $flag->admin_path('delete')),
73 'flags_export' => array('title' => t('export'), 'href' => $flag->admin_path('export')),
126 …itle' => '<strong>' . t('update code') . '</strong>', 'href' => $flag->admin_path('update'), 'html…
129 $ops['flags_enable'] = array('title' => t('enable'), 'href' => $flag->admin_path('edit'));

12