Home
last modified time | relevance | path

Searched refs:cnt_obj (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/phpipam/phpipam-a14bc06/app/subnets/addresses/
H A Dprint-address-table.php79 $cnt_obj = ["port"=>0, "switch"=>0, "owner"=>0, "note"=>0, "mac"=>0, "customer_id"=>0, "location"=>… variable
81 foreach($cnt_obj as $field => $c) {
83 if (strlen($a->{$field})>0) { unset($cnt_obj[$field]); }
87 foreach ($cnt_obj as $field=>$c)
168 …if($User->settings->enableCustomers=="1" && $cnt_obj["customer_id"]>0 && $User->get_module_permiss…
493 …if($User->settings->enableCustomers=="1" && $cnt_obj["customer_id"] && $User->get_module_permissio…
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dpdjson.c799 size_t cnt_obj = 0; in json_skip() local
810 ++cnt_obj; in json_skip()
811 } else if (skip == JSON_OBJECT_END && cnt_obj > 0) { in json_skip()
812 --cnt_obj; in json_skip()
815 if (!cnt_arr && !cnt_obj) in json_skip()
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dpdjson.c800 size_t cnt_obj = 0; in json_skip() local
812 ++cnt_obj; in json_skip()
813 } else if (skip == JSON_OBJECT_END && cnt_obj > 0) { in json_skip()
814 --cnt_obj; in json_skip()
817 if (!cnt_arr && !cnt_obj) in json_skip()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinLpIO.cpp1561 int objsense, cnt_coeff = 0, cnt_row = 0, cnt_obj = 0; in readLp() local
1579 read_st = read_monom_obj(fp, coeff, colNames, &cnt_obj, &objName); in readLp()
1581 if(cnt_obj == maxcoeff) { in readLp()
1586 start[0] = cnt_obj; in readLp()
1587 cnt_coeff = cnt_obj; in readLp()
1918 for(i=0; i<cnt_obj; i++) { in readLp()
1937 start[i] -= cnt_obj; in readLp()
1943 &(coeff[cnt_obj]), &(ind[cnt_obj]), start, NULL); in readLp()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinLpIO.cpp1912 int objsense, cnt_coeff = 0, cnt_row = 0, cnt_obj = 0; in readLp() local
1930 read_st = read_monom_obj(coeff, colNames, &cnt_obj, objName, &num_objectives, obj_starts); in readLp()
1932 if (cnt_obj == maxcoeff) { in readLp()
1937 obj_starts[num_objectives] = cnt_obj; in readLp()
1938 start[0] = cnt_obj; in readLp()
1939 cnt_coeff = cnt_obj; in readLp()
2546 start[i] -= cnt_obj; in readLp()
2550 CoinBigIndex startRow = start[iRow]+cnt_obj; in readLp()
2551 CoinBigIndex endRow = start[iRow+1]+cnt_obj; in readLp()
2576 &(coeff[cnt_obj]), &(ind[cnt_obj]), start, NULL); in readLp()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinLpIO.cpp1912 int objsense, cnt_coeff = 0, cnt_row = 0, cnt_obj = 0; in readLp() local
1930 read_st = read_monom_obj(coeff, colNames, &cnt_obj, objName, &num_objectives, obj_starts); in readLp()
1932 if (cnt_obj == maxcoeff) { in readLp()
1937 obj_starts[num_objectives] = cnt_obj; in readLp()
1938 start[0] = cnt_obj; in readLp()
1939 cnt_coeff = cnt_obj; in readLp()
2546 start[i] -= cnt_obj; in readLp()
2550 CoinBigIndex startRow = start[iRow]+cnt_obj; in readLp()
2551 CoinBigIndex endRow = start[iRow+1]+cnt_obj; in readLp()
2576 &(coeff[cnt_obj]), &(ind[cnt_obj]), start, NULL); in readLp()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinLpIO.cpp1909 int objsense, cnt_coeff = 0, cnt_row = 0, cnt_obj = 0; in readLp() local
1927 read_st = read_monom_obj(coeff, colNames, &cnt_obj, objName, &num_objectives, obj_starts); in readLp()
1929 if (cnt_obj == maxcoeff) { in readLp()
1934 obj_starts[num_objectives] = cnt_obj; in readLp()
1935 start[0] = cnt_obj; in readLp()
1936 cnt_coeff = cnt_obj; in readLp()
2543 start[i] -= cnt_obj; in readLp()
2547 CoinBigIndex startRow = start[iRow]+cnt_obj; in readLp()
2548 CoinBigIndex endRow = start[iRow+1]+cnt_obj; in readLp()
2573 &(coeff[cnt_obj]), &(ind[cnt_obj]), start, NULL); in readLp()