Home
last modified time | relevance | path

Searched refs:newObj (Results 1 – 25 of 3027) sorted by relevance

12345678910>>...122

/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpobjfactory.cxx119 rtl::Reference<LwpObject> newObj; in CreateObject() local
130 newObj = new LwpDocSock(objHdr, m_pSvStream); in CreateObject()
135 newObj = new LwpDivInfo(objHdr, m_pSvStream); in CreateObject()
160 newObj = new LwpStory(objHdr, m_pSvStream); in CreateObject()
165 newObj = new LwpPara(objHdr, m_pSvStream); in CreateObject()
363 newObj = new LwpTable(objHdr, m_pSvStream); in CreateObject()
650 newObj = nullptr; in CreateObject()
654 if (newObj.is()) in CreateObject()
656 newObj->QuickRead(); in CreateObject()
661 newObj.clear(); in CreateObject()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpobjfactory.cxx124 rtl::Reference<LwpObject> newObj; in CreateObject() local
135 newObj = new LwpDocSock(objHdr, m_pSvStream); in CreateObject()
140 newObj = new LwpDivInfo(objHdr, m_pSvStream); in CreateObject()
165 newObj = new LwpStory(objHdr, m_pSvStream); in CreateObject()
170 newObj = new LwpPara(objHdr, m_pSvStream); in CreateObject()
368 newObj = new LwpTable(objHdr, m_pSvStream); in CreateObject()
655 newObj = nullptr; in CreateObject()
659 if (newObj.is()) in CreateObject()
661 newObj->QuickRead(); in CreateObject()
666 newObj.clear(); in CreateObject()
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Blog/classes/
H A Dclass.ilBlogDataSet.php264 $newObj = new ilObjBlog();
265 $newObj->create();
268 $newObj->setTitle($a_rec["Title"]);
274 $newObj->setRSS($a_rec["RssActive"]);
276 $newObj->setImage($a_rec["Img"]);
283 $newObj->setNavMode($a_rec["NavMode"]);
298 $newObj->update();
319 $newObj = new ilBlogPosting();
320 $newObj->setBlogId($blog_id);
328 $newObj->setAuthor($author["id"]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Blog/classes/
H A Dclass.ilBlogDataSet.php272 $newObj = new ilObjBlog();
273 $newObj->create();
276 $newObj->setTitle($a_rec["Title"]);
282 $newObj->setRSS($a_rec["RssActive"]);
284 $newObj->setImage($a_rec["Img"]);
291 $newObj->setNavMode($a_rec["NavMode"]);
306 $newObj->update();
328 $newObj = new ilBlogPosting();
329 $newObj->setBlogId($blog_id);
336 $newObj->setAuthor($author["id"]);
[all …]
/dports/net/py-pyvmomi/pyvmomi-7.0.3/pyVmomi/
H A DDiffer.py51 if oldObj == newObj:
53 if not oldObj or not newObj:
57 newObjInstance = newObj
60 if isinstance(newObj, list):
61 newObjInstance = newObj[0]
66 if oldObj == newObj:
81 return (not oldObj and not newObj) or (oldObj and newObj
134 newSet = newObj and frozenset(newObj) or frozenset()
150 if oldObj == newObj:
171 if oldObj == newObj:
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DSchemaEvolutionTest.cpp38 cpp2::New newObj; in TYPED_TEST() local
43 newObj.unqualified_to_unqualified_ref(), in TYPED_TEST()
46 newObj.unqualified_to_optional_ref(), in TYPED_TEST()
49 newObj.unqualified_to_required_ref(), in TYPED_TEST()
53 newObj.optional_to_unqualified_ref(), in TYPED_TEST()
61 newObj.required_to_unqualified_ref(), in TYPED_TEST()
69 EXPECT_EQ(newObj.unqualified_new_ref(), ""); in TYPED_TEST()
70 EXPECT_EQ(newObj.required_new_ref(), ""); in TYPED_TEST()
74 EXPECT_TRUE(newObj.required_new_ref().has_value()); in TYPED_TEST()
81 EXPECT_EQ(newObj.unqualified_added_ref(), ""); in TYPED_TEST()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/
H A Dclass.ilSessionDataSet.php317 $newObj = new ilObjSession();
318 $newObj->setType("sess");
319 $newObj->create(true);
320 $newObj->createReference();
324 $newObj->setTitle($a_rec["Title"]);
327 $newObj->setName($a_rec["TutorName"]);
330 $newObj->setDetails($a_rec["Details"]);
360 $newObj->update(true);
372 $app->setSessionId($newObj->getId());
378 $this->current_obj = $newObj;
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/
H A Dclass.ilSessionDataSet.php317 $newObj = new ilObjSession();
318 $newObj->setType("sess");
319 $newObj->create(true);
320 $newObj->createReference();
324 $newObj->setTitle($a_rec["Title"]);
327 $newObj->setName($a_rec["TutorName"]);
330 $newObj->setDetails($a_rec["Details"]);
360 $newObj->update(true);
372 $app->setSessionId($newObj->getId());
378 $this->current_obj = $newObj;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilPortfolioDataSet.php175 $newObj = new ilObjPortfolioTemplate();
176 $newObj->create();
179 $newObj->setTitle($a_rec["Title"]);
183 $newObj->setFontColor($a_rec["FontColor"]);
184 $newObj->setProfilePicture($a_rec["Ppic"]);
185 $newObj->setImage($a_rec["Img"]);
186 $newObj->update();
207 $newObj->setPortfolioId($prtt_id);
208 $newObj->setTitle($a_rec["Title"]);
209 $newObj->setType($a_rec["Type"]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilPortfolioDataSet.php169 $newObj = new ilObjPortfolioTemplate();
170 $newObj->create();
173 $newObj->setTitle($a_rec["Title"]);
177 $newObj->setFontColor($a_rec["FontColor"]);
178 $newObj->setProfilePicture($a_rec["Ppic"]);
179 $newObj->setImage($a_rec["Img"]);
180 $newObj->update();
200 $newObj->setPortfolioId($prtt_id);
201 $newObj->setTitle($a_rec["Title"]);
202 $newObj->setType($a_rec["Type"]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Poll/classes/
H A Dclass.ilPollDataSet.php192 $newObj = new ilObjPoll();
193 $newObj->create();
196 $newObj->setTitle($a_rec["Title"]);
197 $newObj->setDescription($a_rec["Description"]);
206 $newObj->setShowComments($a_rec["ShowComments"]);
207 $newObj->setQuestion($a_rec["Question"]);
208 $newObj->setImage($a_rec["Image"]);
209 $newObj->setViewResults($a_rec["ViewResults"]);
210 $newObj->setVotingPeriod($a_rec["Period"]);
212 $newObj->setVotingPeriodEnd($a_rec["PeriodEnd"]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Poll/classes/
H A Dclass.ilPollDataSet.php192 $newObj = new ilObjPoll();
193 $newObj->create();
196 $newObj->setTitle($a_rec["Title"]);
197 $newObj->setDescription($a_rec["Description"]);
206 $newObj->setShowComments($a_rec["ShowComments"]);
207 $newObj->setQuestion($a_rec["Question"]);
208 $newObj->setImage($a_rec["Image"]);
209 $newObj->setViewResults($a_rec["ViewResults"]);
210 $newObj->setVotingPeriod($a_rec["Period"]);
212 $newObj->setVotingPeriodEnd($a_rec["PeriodEnd"]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/File/classes/
H A Dclass.ilFileImporter.php29 $newObj = ilObjectFactory::getInstanceByObjId($new_id, false);
32 $newObj = new ilObjFile();
33 $newObj->setNoMetaDataCreation(true); // #16545
34 $newObj->create(true);
38 $parser = new ilFileXMLParser($newObj, $a_xml);
42 if ($newObj instanceof ilObjFile) {
43 $newObj->setMaxVersion($newObj->getVersion());
46 $newObj->createProperties();
49 $this->current_obj = $newObj;
53 $a_mapping->addMapping("Modules/File", "file", $a_id, $newObj->getId());
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/File/classes/
H A Dclass.ilFileImporter.php29 $newObj = ilObjectFactory::getInstanceByObjId($new_id, false);
32 $newObj = new ilObjFile();
33 $newObj->setNoMetaDataCreation(true); // #16545
34 $newObj->create(true);
38 $parser = new ilFileXMLParser($newObj, $a_xml);
42 if ($newObj instanceof ilObjFile) {
43 $newObj->setMaxVersion($newObj->getVersion());
46 $newObj->createProperties();
49 $this->current_obj = $newObj;
53 $a_mapping->addMapping("Modules/File", "file", $a_id, $newObj->getId());
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Wiki/classes/
H A Dclass.ilWikiDataSet.php344 $newObj = new ilObjWiki();
345 $newObj->setType("wiki");
346 $newObj->create(true);
349 $newObj->setTitle($a_rec["Title"]);
350 $newObj->setDescription($a_rec["Description"]);
351 $newObj->setShortTitle($a_rec["Short"]);
352 $newObj->setStartPage($a_rec["StartPage"]);
354 $newObj->setRating($a_rec["Rating"]);
361 $newObj->setPageToc($a_rec["PageToc"]);
369 $newObj->update(true);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Wiki/classes/
H A Dclass.ilWikiDataSet.php344 $newObj = new ilObjWiki();
345 $newObj->setType("wiki");
346 $newObj->create(true);
349 $newObj->setTitle($a_rec["Title"]);
350 $newObj->setDescription($a_rec["Description"]);
351 $newObj->setShortTitle($a_rec["Short"]);
352 $newObj->setStartPage($a_rec["StartPage"]);
354 $newObj->setRating($a_rec["Rating"]);
361 $newObj->setPageToc($a_rec["PageToc"]);
369 $newObj->update(true);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/MediaCast/classes/
H A Dclass.ilMediaCastDataSet.php159 $newObj = new ilObjMediaCast();
160 $newObj->setType("mcst");
161 $newObj->create(true);
164 $newObj->setTitle($a_rec["Title"]);
171 $newObj->setOrder($a_rec["Sortmode"]);
172 $newObj->setViewMode($a_rec["Viewmode"]);
184 $newObj->getId()
192 $newObj->getId()
196 $newObj->update(true);
197 $this->current_obj = $newObj;
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/MediaCast/classes/
H A Dclass.ilMediaCastDataSet.php159 $newObj = new ilObjMediaCast();
160 $newObj->setType("mcst");
161 $newObj->create(true);
164 $newObj->setTitle($a_rec["Title"]);
171 $newObj->setOrder($a_rec["Sortmode"]);
172 $newObj->setViewMode($a_rec["Viewmode"]);
184 $newObj->getId()
192 $newObj->getId()
196 $newObj->update(true);
197 $this->current_obj = $newObj;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/MediaObjects/classes/
H A Dclass.ilMediaObjectDataSet.php350 $newObj = new ilObjMediaObject();
351 $newObj->setType("mob");
352 $newObj->setTitle($a_rec["Title"]);
360 $newObj->create();
361 $newObj->createDirectory();
363 $this->current_mob = $newObj;
398 $newObj = new ilMediaItem();
399 $newObj->setMobId($mob_id);
400 $newObj->setWidth($a_rec["Width"]);
403 $newObj->setNr($a_rec["Nr"]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/MediaObjects/classes/
H A Dclass.ilMediaObjectDataSet.php350 $newObj = new ilObjMediaObject();
351 $newObj->setType("mob");
352 $newObj->setTitle($a_rec["Title"]);
360 $newObj->create();
361 $newObj->createDirectory();
363 $this->current_mob = $newObj;
398 $newObj = new ilMediaItem();
399 $newObj->setMobId($mob_id);
400 $newObj->setWidth($a_rec["Width"]);
403 $newObj->setNr($a_rec["Nr"]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/News/classes/
H A Dclass.ilNewsDataSet.php162 $newObj = new ilNewsItem();
163 $newObj->setTitle($a_rec["Title"]);
164 $newObj->setContent($a_rec["Content"]);
165 $newObj->setPriority($a_rec["Priority"]);
166 $newObj->setContextObjId($context[0]);
167 $newObj->setContextObjType($context[1]);
168 $newObj->setContextSubObjId($context[2]);
169 $newObj->setContextSubObjType($context[3]);
174 $newObj->setMobId($mob_id);
175 $newObj->setPlaytime($a_rec["Playtime"]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/News/classes/
H A Dclass.ilNewsDataSet.php162 $newObj = new ilNewsItem();
163 $newObj->setTitle($a_rec["Title"]);
164 $newObj->setContent($a_rec["Content"]);
165 $newObj->setPriority($a_rec["Priority"]);
166 $newObj->setContextObjId($context[0]);
167 $newObj->setContextObjType($context[1]);
168 $newObj->setContextSubObjId($context[2]);
169 $newObj->setContextSubObjType($context[3]);
174 $newObj->setMobId($mob_id);
175 $newObj->setPlaytime($a_rec["Playtime"]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilLearningModuleDataSet.php442 $newObj = new ilObjLearningModule();
443 $newObj->setType("lm");
444 $newObj->create(true);
445 $newObj->createLMTree();
448 $newObj->setTitle($a_rec["Title"]);
450 $newObj->setLayout($a_rec["DefaultLayout"]);
454 $newObj->setTOCMode($a_rec["TocMode"]);
463 $newObj->setRating($a_rec["Rating"]);
478 $newObj->update(true);
479 $this->current_obj = $newObj;
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilLearningModuleDataSet.php440 $newObj = new ilObjLearningModule();
441 $newObj->setType("lm");
442 $newObj->create(true);
443 $newObj->createLMTree();
446 $newObj->setTitle($a_rec["Title"]);
448 $newObj->setLayout($a_rec["DefaultLayout"]);
452 $newObj->setTOCMode($a_rec["TocMode"]);
461 $newObj->setRating($a_rec["Rating"]);
476 $newObj->update(true);
477 $this->current_obj = $newObj;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyImporter.php98 $newObj = ilObjectFactory::getInstanceByObjId($new_id, false);
102 $newObj = ilObjectFactory::getInstanceByObjId($new_id, false);
104 $this->setSurvey($newObj);
118 $import->setSurveyObject($newObj);
145 …$newObj->setIntroduction(str_replace("src=\"" . $mob["mob"] . "\"", "src=\"" . "il_" . IL_INST_ID …
146 …$newObj->setOutro(str_replace("src=\"" . $mob["mob"] . "\"", "src=\"" . "il_" . IL_INST_ID . "_mob…
176 … $newObj->setIntroduction(ilRTE::_replaceMediaObjectImageSrc($newObj->getIntroduction(), 1));
177 $newObj->setOutro(ilRTE::_replaceMediaObjectImageSrc($newObj->getOutro(), 1));
178 $newObj->saveToDb();
180 $a_mapping->addMapping("Modules/Survey", "svy", (int) $a_id, (int) $newObj->getId());
[all …]

12345678910>>...122