Home
last modified time | relevance | path

Searched refs:duplicateObject (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides/
H A DResponse.php146 public function setDuplicateObject(Google_Service_Slides_DuplicateObjectResponse $duplicateObject) argument
148 $this->duplicateObject = $duplicateObject;
155 return $this->duplicateObject;
H A DRequest.php292 public function setDuplicateObject(Google_Service_Slides_DuplicateObjectRequest $duplicateObject) argument
294 $this->duplicateObject = $duplicateObject;
301 return $this->duplicateObject;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Slides/
H A DResponse.php146 public function setDuplicateObject(Google_Service_Slides_DuplicateObjectResponse $duplicateObject) argument
148 $this->duplicateObject = $duplicateObject;
155 return $this->duplicateObject;
H A DRequest.php292 public function setDuplicateObject(Google_Service_Slides_DuplicateObjectRequest $duplicateObject) argument
294 $this->duplicateObject = $duplicateObject;
301 return $this->duplicateObject;
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dviewwidget.h94 void duplicateObject(int curr_row, int new_row); in Q_DECLARE_METATYPE()
H A Drelationshipwidget.h99 void duplicateObject(int curr_row, int new_row);
H A Dtablewidget.h82 void duplicateObject(int sel_row, int new_row);
H A Dmodelwidget.h475 void duplicateObject();
H A Dviewwidget.cpp89 connect(tab, SIGNAL(s_rowDuplicated(int,int)), this, SLOT(duplicateObject(int,int))); in ViewWidget()
207 void ViewWidget::duplicateObject(int curr_row, int new_row) in duplicateObject() function in ViewWidget
H A Drelationshipwidget.cpp164 connect(attributes_tab, SIGNAL(s_rowDuplicated(int,int)), this, SLOT(duplicateObject(int,int))); in RelationshipWidget()
170 connect(constraints_tab, SIGNAL(s_rowDuplicated(int,int)), this, SLOT(duplicateObject(int,int))); in RelationshipWidget()
768 void RelationshipWidget::duplicateObject(int curr_row, int new_row) in duplicateObject() function in RelationshipWidget
H A Dtablewidget.cpp119 connect(tab, SIGNAL(s_rowDuplicated(int,int)), this, SLOT(duplicateObject(int,int))); in TableWidget()
821 void TableWidget::duplicateObject(int sel_row, int new_row) in duplicateObject() function in TableWidget
/dports/games/ufoai/ufoai-2.5-source/src/tools/blender/
H A Dexport_md2_new.py435 def duplicateObject(object, name): member in Util
486 object = Util.duplicateObject(object, tmpObjectName)
619 object = Util.duplicateObject(object, tmpObjectName)
H A Dio_mesh_md2.py780 def duplicateObject(object, name): member in Util
924 object = Util.duplicateObject(object, tmpObjectName)
996 object = Util.duplicateObject(object, tmpObjectName)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtstageobjectcmd.h65 DVAPI void duplicateObject(const QList<TStageObjectId> ids,
/dports/www/thirtybees/thirtybees-1.1.0/classes/tax/
H A DTaxRulesGroup.php92 …if ((!$newTaxRulesGroup = $currentTaxRulesGroup->duplicateObject()) || !$currentTaxRulesGroup->his…
/dports/finance/prestashop/prestashop/classes/tax/
H A DTaxRulesGroup.php69 …if ((!$new_tax_rules_group = $current_tax_rules_group->duplicateObject()) || !$current_tax_rules_g…
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DObjectManipulator_slots.cpp276 nobj = duplicateObject(cl, obj); in duplicateObj()
H A DObjectManipulator.h372 libfwbuilder::FWObject* duplicateObject(libfwbuilder::FWObject *target,
/dports/security/nss/nss-3.76.1/nss/lib/softoken/
H A Dpkcs11u.c1256 SFTKObject *duplicateObject = NULL; in sftk_getNextHandle() local
1260 duplicateObject = NULL; in sftk_getNextHandle()
1269 sftkqueue_find(duplicateObject, handle, slot->sessObjHashTable, in sftk_getNextHandle()
1273 } while (duplicateObject != NULL); in sftk_getNextHandle()
/dports/www/firefox/firefox-99.0/security/nss/lib/softoken/
H A Dpkcs11u.c1256 SFTKObject *duplicateObject = NULL; in sftk_getNextHandle() local
1260 duplicateObject = NULL; in sftk_getNextHandle()
1269 sftkqueue_find(duplicateObject, handle, slot->sessObjHashTable, in sftk_getNextHandle()
1273 } while (duplicateObject != NULL); in sftk_getNextHandle()
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminCarriersController.php438 $new_carrier = $current_carrier->duplicateObject();
H A DAdminCarrierWizardController.php769 $new_carrier = $current_carrier->duplicateObject();
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminCarriersController.php510 $newCarrier = $currentCarrier->duplicateObject();
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_carver/
H A Dcarver_operator.py26 duplicateObject,
293 duplicateObject(self)
308 duplicateObject(self)
/dports/net-mgmt/libsmi/libsmi-0.4.8/lib/
H A Ddata.h431 extern Object *duplicateObject(Object *templatePtr,

12