Home
last modified time | relevance | path

Searched refs:fetch_object (Results 76 – 100 of 1768) sorted by relevance

12345678910>>...71

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/multicurrency/class/
H A Dmulticurrency.class.php206 $obj = $this->db->fetch_object($resql);
252 while ($obj = $this->db->fetch_object($resql)) {
438 if ($resql && ($line = $db->fetch_object($resql)))
479 if ($resql && ($obj = $this->db->fetch_object($resql))) {
501 if ($resql && $obj = $db->fetch_object($resql)) return $obj->rowid;
534 if ($resql && $obj = $db->fetch_object($resql)) return array($obj->rowid, $obj->rate);
539 if ($resql && $obj = $db->fetch_object($resql)) return array($obj->rowid, $obj->rate);
581 if ($resql && ($line = $db->fetch_object($resql)))
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/system/
H A Dperf.php483 $obj = $db->fetch_object($resql);
504 $obj = $db->fetch_object($resql);
525 $obj = $db->fetch_object($resql);
546 $obj = $db->fetch_object($resql);
572 $obj = $db->fetch_object($resql);
595 $obj = $db->fetch_object($resql);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/circuits/logical-circuits/
H A Dlogical-circuit-details-map.php32 $locationA['location'] = $Tools->fetch_object ("locations", "id", $locationA['location']);
33 $locationB['location'] = $Tools->fetch_object ("locations", "id", $locationB['location']);
124 … $locationA['location'] = $Tools->fetch_object ("locations", "id", $locationA['location']);
125 … $locationB['location'] = $Tools->fetch_object ("locations", "id", $locationB['location']);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/subnets/addresses/
H A Dmail-notify.php33 $vlan = (array) $Tools->fetch_object ("vlans", "vlanId", $subnet['vlanId']);
34 $nameservers = (array) $Tools->fetch_object("nameservers", "id", $subnet['nameserverId']);
82 $device = (array) $Tools->fetch_object("devices", "id", $address['switch']);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/lib/
H A Dreplenishment.lib.php48 while ($obj = $db->fetch_object($resql))
62 while ($obj = $db->fetch_object($resql))
90 while ($obj = $db->fetch_object($resql))
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/lib/
H A Dreplenishment.lib.php47 while ($obj = $db->fetch_object($resql)) {
63 while ($obj = $db->fetch_object($resql)) {
92 while ($obj = $db->fetch_object($resql)) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/api/class/
H A Dapi_setup.class.php104 $list[] = $this->db->fetch_object($result);
167 $list[] = $this->db->fetch_object($result);
231 $list[] = $this->db->fetch_object($result);
294 $obj = $this->db->fetch_object($result);
394 $obj = $this->db->fetch_object($result);
570 $list[] = $this->db->fetch_object($result);
676 $list[] = $this->db->fetch_object($result);
742 $list[] = $this->db->fetch_object($result);
805 $list[] = $this->db->fetch_object($result);
872 $list[] = $this->db->fetch_object($result);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/resultat/
H A Dclientfourn.php270 $objp = $db->fetch_object($result);
382 $objp = $db->fetch_object($result);
426 $objp = $db->fetch_object($result);
511 $obj = $db->fetch_object($result);
593 $objp = $db->fetch_object($result);
676 $obj = $db->fetch_object($result);
754 $obj = $db->fetch_object($result);
831 $obj = $db->fetch_object($result);
977 $obj = $db->fetch_object($result);
993 $obj = $db->fetch_object($result);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/resultat/
H A Dclientfourn.php304 $objp = $db->fetch_object($result);
417 $objp = $db->fetch_object($result);
461 $objp = $db->fetch_object($result);
548 $obj = $db->fetch_object($result);
635 $objp = $db->fetch_object($result);
726 $obj = $db->fetch_object($result);
813 $obj = $db->fetch_object($result);
894 $obj = $db->fetch_object($result);
1042 $obj = $db->fetch_object($result);
1059 $obj = $db->fetch_object($result);
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/requests/
H A Dedit-result.php42 $subnet = (array) $Admin->fetch_object("subnets", "id", $_POST['subnetId']);
104 $vlan = $Tools->fetch_object ("vlans", "vlanId", $subnet['vlanId']);
107 $dns = $Tools->fetch_object ("nameservers", "id", $subnet['nameserverId']);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/nat/
H A Dedit-map.php30 $nat = $Admin->fetch_object("nat", "id", $_POST['id']);
33 $object = $Admin->fetch_object($_POST['object_type'], "id", $_POST['object_id']);
55 $device = $Tools->fetch_object ("devices", "id", $n->device);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/activity/
H A Dindex.php136 while ($row = $db->fetch_object($resql)) {
189 while ($row = $db->fetch_object($resql)) {
299 while ($row = $db->fetch_object($resql)) {
345 while ($row = $db->fetch_object($resql)) {
377 while ($obj = $db->fetch_object($resql)) {
393 while ($obj = $db->fetch_object($resql)) {
461 $obj = $db->fetch_object($resql);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/activity/
H A Dindex.php156 while ($row = $db->fetch_object($resql))
211 while ($row = $db->fetch_object($resql))
324 while ($row = $db->fetch_object($resql))
373 while ($row = $db->fetch_object($resql))
408 while ($obj = $db->fetch_object($resql))
422 while ($obj = $db->fetch_object($resql))
485 $obj = $db->fetch_object($resql);
/dports/net-mgmt/phpipam/phpipam-a14bc06/api/controllers/
H A DDevices.php97 $app = $this->Tools->fetch_object('api', 'app_id', $this->_params->app_id);
203 $result = $this->Tools->fetch_object('devices', 'id', $this->_params->id);
314 if($this->Admin->fetch_object ("devices", "id", $this->_params->id)===false)
348 if ($this->Tools->fetch_object('deviceTypes', 'tid', $this->_params->type) === false) {
H A DAddresses.php193 $subnet = $this->Tools->fetch_object ("subnets", "id", $this->_params->subnetId);
195 $subnet = $this->Tools->fetch_object ("subnets", "id", $this->_params->id2);
262 …if(is_numeric($this->_params->id2)) { $result = $this->Tools->fetch_object ("ipTags", "id", $this-…
387 $subnet = $this->Tools->fetch_object ("subnets", "id", $this->_params->subnetId);
389 $subnet = $this->Tools->fetch_object ("subnets", "id", $this->_params->id2);
594 …if (!$this->Tools->fetch_object ("ipTags", "id", $this->_params->id2)) { $this->Response->throw_ex…
698 …if($this->_params->switch > 0 && $this->Tools->fetch_object("devices", "id", $this->_params->switc…
706 if($this->Tools->fetch_object("ipTags", "id", $this->_params->state)===false)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/api/class/
H A Dapi_setup.class.php104 $list[] = $this->db->fetch_object($result);
167 $list[] = $this->db->fetch_object($result);
231 $list[] = $this->db->fetch_object($result);
294 $obj = $this->db->fetch_object($result);
394 $obj = $this->db->fetch_object($result);
570 $list[] = $this->db->fetch_object($result);
685 $list[] = $this->db->fetch_object($result);
748 $list[] = $this->db->fetch_object($result);
815 $list[] = $this->db->fetch_object($result);
877 $list[] = $this->db->fetch_object($result);
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/vlans/
H A Dedit.php37 $vlan = $Admin->fetch_object ("vlans", "vlanid", @$_POST['vlanid']);
58 $vlan_domain = $Admin->fetch_object("vlanDomains", "id", $_POST['domain']);
63 $vlan_domain = $Admin->fetch_object("vlanDomains", "id", $vlan['domainId']);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/circuits/physical-circuits/
H A Dcircuit-details.php16 $circuit = $Tools->fetch_object ("circuits", "id", $_GET['subnetId']);
29 $provider = $Tools->fetch_object ("circuitProviders", "id", $circuit->provider);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/dashboard/widgets/
H A Dinstructions.php35 $widget = $Tools->fetch_object ("widgets", "wfile", "instructions");
40 …if(!$widget = $Tools->fetch_object ("widgets", "wfile", $_REQUEST['section'])) { $Result->show("da…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/prospect/
H A Dindex.php98 $obj = $db->fetch_object($resql);
140 $obj = $db->fetch_object($resql);
202 $obj = $db->fetch_object($resql);
257 $obj = $db->fetch_object($resql);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/prospect/
H A Dindex.php104 $obj = $db->fetch_object($resql);
146 $obj = $db->fetch_object($resql);
212 $obj = $db->fetch_object($resql);
267 $obj = $db->fetch_object($resql);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/pstn-prefixes/
H A Dedit.php34 $prefix = $Admin->fetch_object ("pstnPrefixes", "id", $_POST['id']);
37 $master_prefix = $Admin->fetch_object ("pstnPrefixes", "id", $prefix->master);
51 $master_prefix = $Admin->fetch_object ("pstnPrefixes", "id", $_POST['id']);
H A Dedit-number.php29 $number = $Admin->fetch_object ("pstnNumbers", "id", $_POST['id']);
32 $prefix = $Admin->fetch_object ("pstnPrefixes", "id", $number->prefix);
37 $prefix = $Admin->fetch_object ("pstnPrefixes", "id", $_POST['id']);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/vlan/
H A Dvlan-details.php12 $vlan = (array) $Tools->fetch_object("vlans", "vlanId", $_GET['sPage']);
15 $vlan_domain = $Tools->fetch_object("vlanDomains", "id", $vlan['domainId']);
29 $customer = $Tools->fetch_object ("customers", "id", $vlan['customer_id']);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/groups/
H A Dremove-users.php24 $group = $Admin->fetch_object("userGroups", "g_id", $_POST['g_id']);
55 $u = (array) $Admin->fetch_object("users", "id", $m);

12345678910>>...71