Home
last modified time | relevance | path

Searched refs:tab_root (Results 1 – 10 of 10) sorted by relevance

/dports/net/zebra-server/idzebra-2.0.55/data1/
H A Dd1_handle.c34 char *tab_root; member
54 p->tab_root = NULL; in data1_create()
95 if (dh->tab_root) in data1_destroy()
96 xfree (dh->tab_root); in data1_destroy()
135 xfree (dp->tab_root); in data1_set_tabroot()
136 dp->tab_root = NULL; in data1_set_tabroot()
138 dp->tab_root = xstrdup (p); in data1_set_tabroot()
148 return dp->tab_root; in data1_get_tabroot()
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/efl/
H A Dtab_pager.edc9 swallow { "efl.tab_root"; required;
22 rel1.to: "efl.tab_root";
/dports/chinese/tintin++/tt/src/
H A Dcursor.c2400 struct listroot *tab_root = gtd->ses->list[LIST_TAB]; in cursor_tab_add() local
2406 if (!HAS_BIT(tab_root->flags, LIST_FLAG_IGNORE)) in cursor_tab_add()
2411 for (tab_root->update = 0 ; tab_root->update < tab_root->used ; tab_root->update++) in cursor_tab_add()
2413 node = tab_root->list[tab_root->update]; in cursor_tab_add()
/dports/net/tintin++/tt/src/
H A Dcursor.c2400 struct listroot *tab_root = gtd->ses->list[LIST_TAB]; in cursor_tab_add() local
2406 if (!HAS_BIT(tab_root->flags, LIST_FLAG_IGNORE)) in cursor_tab_add()
2411 for (tab_root->update = 0 ; tab_root->update < tab_root->used ; tab_root->update++) in cursor_tab_add()
2413 node = tab_root->list[tab_root->update]; in cursor_tab_add()
/dports/www/drupal7/drupal-7.82/includes/
H A Dmenu.inc780 if (isset($router_item['tab_root'])) {
1415 'tab_root',
1960 ->condition('tab_root', $router_item['tab_root'])
2506 $path_candidates[$tab_root['href']] = $tab_root['href'];
2511 if (!empty($tab_root)) {
2512 $path_candidates[$tab_root['path']] = $tab_root['path'];
3713 $item['tab_root'] = $path;
3746 $item['tab_root'] = $parent_path;
3827 'tab_root' => $path,
3870 'tab_root',
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/wysiwyg/
H A Dwysiwyg.module.old30 'tab_root' => 'admin/settings/wysiwyg/profile',
40 'tab_root' => 'admin/settings/wysiwyg/profile',
H A Dwysiwyg.module30 'tab_root' => 'admin/settings/wysiwyg/profile',
40 'tab_root' => 'admin/settings/wysiwyg/profile',
/dports/www/drupal7/drupal-7.82/modules/search/
H A Dsearch.module223 'tab_root' => 'search/' . $default_info['path'] . '/%',
/dports/www/drupal7/drupal-7.82/modules/system/
H A Dsystem.install1173 'tab_root' => array(
1248 'tab_root_weight_title' => array(array('tab_root', 64), 'weight', 'title'),
H A Dsystem.module2137 if ($item['tab_root'] != $item['path']) {