/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/ |
H A D | class.uicategorize_contacts.inc.php | 39 …>lists->set_left_combo('Category', 'all_cats', $this->get_categories(), $this->selected_cat, True); 42 $this->get_persons_by_cat($this->selected_cat)); 48 $this->save_categories_by_person($this->selected_cat, $persons); 80 function save_categories_by_person($selected_cat, $persons=array()) argument 86 if($selected_cat==-1) 98 if($value == '' || $value==$selected_cat) 112 $cats[] = $selected_cat; 189 $this->selected_cat = get_var('all_cats', array('post', 'get'));
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/stats/ |
H A D | supplier_turnover_by_thirdparty.php | 47 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 139 $tableparams['search_categ'] = $selected_cat; 213 if ($selected_cat === -2) // Without any category 216 } elseif ($selected_cat) // Into a specific category 226 if ($selected_cat === -2) // Without any category 229 } elseif ($selected_cat) { // Into a specific category 241 if ($selected_cat === -2) // Without any category 244 } elseif ($selected_cat) // Into a specific category 254 if ($selected_cat === -2) // Without any category 257 } elseif ($selected_cat) { // Into a specific category [all …]
|
H A D | casoc.php | 53 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 145 $tableparams['search_categ'] = $selected_cat; 221 if ($selected_cat === -2) // Without any category 224 } elseif ($selected_cat) // Into a specific category 238 if ($selected_cat === -2) // Without any category 241 } elseif ($selected_cat) { // Into a specific category 257 if ($selected_cat === -2) // Without any category 260 } elseif ($selected_cat) // Into a specific category 270 if ($selected_cat === -2) // Without any category 273 } elseif ($selected_cat) { // Into a specific category [all …]
|
H A D | supplier_turnover_by_prodserv.php | 50 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 140 if (!empty($selected_cat)) $tableparams['search_categ'] = $selected_cat; 219 if ($selected_cat === -2) // Without any category 222 } elseif ($selected_cat) // Into a specific category 237 if ($selected_cat === -2) // Without any category 240 } elseif ($selected_cat) { // Into a specific category 241 $sql .= " AND (c.rowid = ".$selected_cat; 242 if ($subcat) $sql .= " OR c.fk_parent = ".$selected_cat; 290 …tegory").': '.$formother->select_categories(Categorie::TYPE_PRODUCT, $selected_cat, 'search_categ'…
|
H A D | cabyprodserv.php | 53 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 145 if (!empty($selected_cat)) $tableparams['search_categ'] = $selected_cat; 232 if ($selected_cat === -2) { // Without any category 250 if ($selected_cat === -2) { // Without any category 252 } elseif ($selected_cat) { // Into a specific category 254 $TListOfCats = $categorie->get_full_arbo('product', $selected_cat, 1); 267 else $sql .= "cp.fk_categorie = ".$selected_cat; 314 …tegory").': '.$formother->select_categories(Categorie::TYPE_PRODUCT, $selected_cat, 'search_categ'…
|
H A D | cabyuser.php | 124 $tableparams['search_categ'] = $selected_cat;
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/stats/ |
H A D | supplier_turnover_by_thirdparty.php | 53 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 151 $tableparams['search_categ'] = $selected_cat; 241 if ($selected_cat === -2) { // Without any category 252 if ($selected_cat === -2) { // Without any category 254 } elseif ($selected_cat) { // Into a specific category 255 $sql .= " AND (c.rowid = ".((int) $selected_cat); 257 $sql .= " OR c.fk_parent = ".((int) $selected_cat); 268 if ($selected_cat === -2) { // Without any category 279 if ($selected_cat === -2) { // Without any category 282 $sql .= " AND (c.rowid = ".((int) $selected_cat); [all …]
|
H A D | casoc.php | 59 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 169 $tableparams['search_categ'] = $selected_cat; 252 if ($selected_cat === -2) { // Without any category 267 if ($selected_cat === -2) { // Without any category 269 } elseif ($selected_cat) { // Into a specific category 270 $sql .= " AND (c.rowid = ".((int) $selected_cat); 272 $sql .= " OR c.fk_parent = ".((int) $selected_cat); 287 if ($selected_cat === -2) { // Without any category 298 if ($selected_cat === -2) { // Without any category 301 $sql .= " AND (c.rowid = ".((int) $selected_cat); [all …]
|
H A D | supplier_turnover_by_prodserv.php | 49 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 174 if (!empty($selected_cat)) { 175 $tableparams['search_categ'] = $selected_cat; 278 if ($selected_cat === -2) { // Without any category 280 } elseif ($selected_cat) { // Into a specific category 293 if ($selected_cat === -2) { // Without any category 295 } elseif ($selected_cat) { // Into a specific category 296 $sql .= " AND (c.rowid = ".((int) $selected_cat); 298 $sql .= " OR c.fk_parent = ".((int) $selected_cat); 349 …print $formother->select_categories(Categorie::TYPE_PRODUCT, $selected_cat, 'search_categ', 0, $la…
|
H A D | cabyprodserv.php | 65 $selected_cat = (int) GETPOST('search_categ', 'int'); variable 192 if (!empty($selected_cat)) { 193 $tableparams['search_categ'] = $selected_cat; 296 if ($selected_cat === -2) { // Without any category 318 if ($selected_cat === -2) { // Without any category 320 } elseif ($selected_cat) { // Into a specific category 322 $TListOfCats = $categorie->get_full_arbo('product', $selected_cat, 1); 338 $sql .= "cp.fk_categorie = ".((int) $selected_cat); 393 …print $formother->select_categories(Categorie::TYPE_PRODUCT, $selected_cat, 'search_categ', 0, $la…
|
H A D | cabyuser.php | 147 $tableparams['search_categ'] = $selected_cat;
|
/dports/finance/prestashop/prestashop/classes/helper/ |
H A D | Helper.php | 122 $selected_cat = [], argument 140 …return $helper->renderCategoryTree($root, $selected_cat, $input_name, $use_radio, $use_search, $di… 145 * @param array $selected_cat array of selected categories 162 $selected_cat = [], argument 206 if (count($selected_cat) > 0) { 207 if (isset($selected_cat[0])) { 208 …$html .= ' var selectedCat = "' . implode(',', array_map('intval', $selected_cat)) . '";' . "\n"; 210 … var selectedCat = "' . implode(',', array_map('intval', array_keys($selected_cat))) . '";' . "\n… 237 if (is_array($selected_cat)) { 238 foreach ($selected_cat as $cat) {
|
/dports/finance/prestashop/prestashop/controllers/admin/ |
H A D | AdminShopController.php | 220 $selected_cat = [(int) Tools::getValue('id_category')]; 223 $selected_cat[] = $child['id_category']; 475 $selected_cat = Shop::getCategories($id_shop); 477 if (empty($selected_cat)) { 482 $selected_cat[] = $root_categories[0]['id_category']; 485 $selected_cat[] = $child->id; 501 'selected_categories' => $selected_cat, 738 $selected_cat = Shop::getCategories($id_shop); 739 if (empty($selected_cat)) { 744 $selected_cat[] = $root_categories[0]['id_category']; [all …]
|
/dports/www/piwigo/piwigo/admin/ |
H A D | permalinks.php | 76 $selected_cat = array(); variable 85 $selected_cat = array( $_POST['cat_id'] ); variable 119 display_select_cat_wrapper( $query, $selected_cat, 'categories', false );
|
/dports/japanese/hns/hns-2.19.9/public_html/diary/lib/HNS/Tools/ |
H A D | Title.pm | 442 my %selected_cat; 452 $selected_cat{$_} = $enc_cat; 459 $selected_cat{$cat} = $_; 463 if (defined(%selected_cat)) { 465 foreach my $cat (keys(%selected_cat)) { 471 $templ->SetParamValues('enc_var' => $selected_cat{$cat});
|
/dports/japanese/hns/hns-2.19.9/public_html/diary/lib/HNS/Hnf/ |
H A D | TreeBuilder.pm | 242 my $selected_cat; #add 262 $selected_cat = $node->{arg_content}; 264 $selected_cat = ""; 293 HNS::Diary::HnfPrint ("<!-- xhnf_cat $selected_cat -->\n")
|
/dports/finance/prestashop/prestashop/admin/themes/default/template/helpers/form/ |
H A D | form_category.tpl | 29 var selectedCat = {$categories.selected_cat|@implode|intval}; 53 {foreach $categories.selected_cat AS $cat}
|
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/helpers/form/ |
H A D | form_category.tpl | 29 var selectedCat = {$categories.selected_cat|@implode|intval}; 53 {foreach $categories.selected_cat AS $cat}
|
/dports/finance/prestashop/prestashop/modules/productcomments/ |
H A D | productcomments.php | 842 $selected_cat = []; 845 $selected_cat = $pdc_object->getCategories(); 857 … return $helper->renderCategoryTree($root_category, $selected_cat, 'categoryBox', false, true);
|
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/products/ |
H A D | associations.tpl | 55 {foreach from=$selected_cat item=cat}
|
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/ |
H A D | inventory_ui.h | 485 const pimpl<item_category> selected_cat;
|
H A D | inventory_ui.cpp | 1168 selected_cat( id, no_translation( name ), 0 ) {} in selection_column() 1197 entries.emplace_back( &*selected_cat ); in prepare_paging() 1212 inventory_entry my_entry( entry, &*selected_cat ); in on_change()
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/ |
H A D | inventory_ui.h | 485 const pimpl<item_category> selected_cat;
|
H A D | inventory_ui.cpp | 1168 selected_cat( id, no_translation( name ), 0 ) {} in selection_column() 1197 entries.emplace_back( &*selected_cat ); in prepare_paging() 1212 inventory_entry my_entry( entry, &*selected_cat ); in on_change()
|
/dports/sysutils/bpytop/bpytop-1.0.67/ |
H A D | bpytop.py | 4244 selected_cat: str = "" 4629 selected_cat = list(categories)[cat_int] 4648 if cat == selected_cat:
|