Home
last modified time | relevance | path

Searched refs:srcobject (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/srcobject/
H A DBUILD.gn7 blink_modules_sources("srcobject") {
H A Dhtml_media_element_src_object.idl5 // https://html.spec.whatwg.org/C/#dom-media-srcobject
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fichinter/
H A Dcard.php263 $srcobject = new $classname($db); variable
266 $result = $srcobject->fetch($object->origin_id);
268 $srcobject->fetch_thirdparty();
269 $lines = $srcobject->lines;
270 if (empty($lines) && method_exists($srcobject, 'fetch_lines')) {
271 $srcobject->fetch_lines();
272 $lines = $srcobject->lines;
304 $newlang = $srcobject->thirdparty->default_lang;
378 $mesg = $srcobject->error;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fichinter/
H A Dcard.php268 $srcobject = new $classname($db); variable
271 $result = $srcobject->fetch($object->origin_id);
274 $srcobject->fetch_thirdparty();
275 $lines = $srcobject->lines;
276 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
278 $srcobject->fetch_lines();
279 $lines = $srcobject->lines;
306 if (empty($newlang)) $newlang = $srcobject->thirdparty->default_lang;
380 $mesg = $srcobject->error;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/srcobject/
H A DBUILD.gn7 blink_modules_sources("srcobject") {
H A Dhtml_media_element_src_object.idl5 // https://html.spec.whatwg.org/C/#dom-media-srcobject
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/commande/
H A Dcard.php1197 $srcobject = new $classname($db); variable
1200 $result = $srcobject->fetch($object->origin_id);
1203 … $tmpdate = ($srcobject->delivery_date ? $srcobject->delivery_date : $srcobject->date_livraison);
1205 $object->set_id_projet($user, $srcobject->fk_project);
1207 $lines = $srcobject->lines;
1208 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
1210 $srcobject->fetch_lines();
1211 $lines = $srcobject->lines;
1243 …er->find_min_price_product_fournisseur($lines[$i]->fk_product, $lines[$i]->qty, $srcobject->socid);
1305 $parameters = array('objFrom' => $srcobject);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dcard.php1209 $srcobject = new $classname($db); variable
1212 $result = $srcobject->fetch($object->origin_id);
1214 … $tmpdate = ($srcobject->delivery_date ? $srcobject->delivery_date : $srcobject->date_livraison);
1216 $object->set_id_projet($user, $srcobject->fk_project);
1218 $lines = $srcobject->lines;
1219 if (empty($lines) && method_exists($srcobject, 'fetch_lines')) {
1220 $srcobject->fetch_lines();
1221 $lines = $srcobject->lines;
1251 …er->find_min_price_product_fournisseur($lines[$i]->fk_product, $lines[$i]->qty, $srcobject->socid);
1311 $parameters = array('objFrom' => $srcobject);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/supplier_proposal/
H A Dcard.php332 $srcobject = new $classname($db); variable
335 $result = $srcobject->fetch($object->origin_id);
339 $lines = $srcobject->lines;
340 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
342 $srcobject->fetch_lines();
343 $lines = $srcobject->lines;
405 $parameters = array('objFrom' => $srcobject);
412 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/contrat/
H A Dcard.php256 $srcobject = new $classname($db); variable
259 $result = $srcobject->fetch($object->origin_id);
262 $srcobject->fetch_thirdparty();
263 $lines = $srcobject->lines;
264 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
266 $srcobject->fetch_lines();
267 $lines = $srcobject->lines;
293 if (empty($newlang)) $newlang = $srcobject->thirdparty->default_lang;
351 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
356 $parameters = array('objFrom' => $srcobject);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contrat/
H A Dcard.php247 $srcobject = new $classname($db); variable
250 $result = $srcobject->fetch($object->origin_id);
252 $srcobject->fetch_thirdparty();
253 $lines = $srcobject->lines;
254 if (empty($lines) && method_exists($srcobject, 'fetch_lines')) {
255 $srcobject->fetch_lines();
256 $lines = $srcobject->lines;
282 $newlang = $srcobject->thirdparty->default_lang;
339 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
344 $parameters = array('objFrom' => $srcobject);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/supplier_proposal/
H A Dcard.php323 $srcobject = new $classname($db); variable
326 $result = $srcobject->fetch($object->origin_id);
329 $lines = $srcobject->lines;
330 if (empty($lines) && method_exists($srcobject, 'fetch_lines')) {
331 $srcobject->fetch_lines();
332 $lines = $srcobject->lines;
394 $parameters = array('objFrom' => $srcobject);
401 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/facture/
H A Dcard.php990 $srcobject = new $classname($db); variable
992 $result = $srcobject->fetch(GETPOST('originid', 'int'));
1005 $amount = $srcobject->total_ttc * ($valuedeposit / 100);
1009 foreach ($srcobject->lines as &$line) {
1017 $coef = $total / $srcobject->total_ttc; // Calc coef
1028 $lines = $srcobject->lines;
1049 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
1074 $descline .= ' - '.$srcobject->ref;
1112 $lines = $srcobject->lines;
1114 $srcobject->fetch_lines();
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/
H A Dcard.php1426 $srcobject = new $classname($db); variable
1429 $result = $srcobject->fetch($object->origin_id);
1444 foreach ($srcobject->lines as &$line)
1466 $lines = $srcobject->lines;
1484 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
1508 $descline .= ' - '.$srcobject->ref;
1551 $lines = $srcobject->lines;
1554 $srcobject->fetch_lines();
1555 $lines = $srcobject->lines;
1668 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/
H A Dcard.php1464 $srcobject = new $classname($db); variable
1467 $result = $srcobject->fetch($object->origin_id);
1481 foreach ($srcobject->lines as &$line) {
1500 $lines = $srcobject->lines;
1521 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
1546 $descline .= ' - '.$srcobject->ref;
1587 $lines = $srcobject->lines;
1589 $srcobject->fetch_lines();
1590 $lines = $srcobject->lines;
1751 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
[all …]
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dsurface.c1871 pgSurfaceObject *srcobject; in surf_blit() local
1879 &pgSurface_Type, &srcobject, &argpos, in surf_blit()
1883 src = pgSurface_AsSurface(srcobject); in surf_blit()
1918 result = pgSurface_Blit(self, srcobject, &dest_rect, src_rect, the_args); in surf_blit()
1942 PyObject *srcobject = NULL, *argpos = NULL, *argrect = NULL; in surf_blits() local
1999 srcobject = PySequence_GetItem(item, 0); in surf_blits()
2014 if (!pgSurface_Check(srcobject)) { in surf_blits()
2019 src = pgSurface_AsSurface(srcobject); in surf_blits()
2085 Py_DECREF(srcobject); in surf_blits()
2090 srcobject = NULL; in surf_blits()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/propal/
H A Dcard.php478 $srcobject = new $classname($db); variable
481 $result = $srcobject->fetch($object->origin_id);
485 $lines = $srcobject->lines;
486 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
488 $srcobject->fetch_lines();
489 $lines = $srcobject->lines;
551 $parameters = array('objFrom' => $srcobject);
557 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/commande/
H A Dcard.php337 $srcobject = new $classname($db); variable
340 $result = $srcobject->fetch($object->origin_id);
343 $lines = $srcobject->lines;
344 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
346 $srcobject->fetch_lines();
347 $lines = $srcobject->lines;
407 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
438 $parameters = array('objFrom' => $srcobject);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/propal/
H A Dcard.php485 $srcobject = new $classname($db); variable
488 $result = $srcobject->fetch($object->origin_id);
491 $lines = $srcobject->lines;
492 if (empty($lines) && method_exists($srcobject, 'fetch_lines')) {
493 $srcobject->fetch_lines();
494 $lines = $srcobject->lines;
563 $parameters = array('objFrom' => $srcobject);
570 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/commande/
H A Dcard.php316 $srcobject = new $classname($db); variable
319 $result = $srcobject->fetch($object->origin_id);
321 $lines = $srcobject->lines;
322 if (empty($lines) && method_exists($srcobject, 'fetch_lines')) {
323 $srcobject->fetch_lines();
324 $lines = $srcobject->lines;
411 setEventMessages($srcobject->error, $srcobject->errors, 'errors');
442 $parameters = array('objFrom' => $srcobject);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/facture/
H A Dcard.php950 $srcobject = new $classname($db); variable
952 $result = $srcobject->fetch(GETPOST('originid', 'int'));
955 $lines = $srcobject->lines;
956 if (empty($lines) && method_exists($srcobject, 'fetch_lines'))
958 $srcobject->fetch_lines();
959 $lines = $srcobject->lines;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/
H A Dmodules_idl_files.gni120 "//third_party/blink/renderer/modules/srcobject/idls.gni",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/
H A Dmodules_idl_files.gni113 "//third_party/blink/renderer/modules/srcobject/idls.gni",
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DS3.hs543 (S3.ObjectId (bucket info) srcobject Nothing)
547 void $ sendS3Handle h $ S3.DeleteObject srcobject (bucket info)
549 srcobject = T.pack $ bucketExportLocation info src function
/dports/devel/py-tables/tables-3.6.1/tables/
H A Dfile.py1888 srcobject = self.get_node(where, name=name)
1890 srcobject._v_attrs._f_copy(dstobject)

12