Home
last modified time | relevance | path

Searched refs:newSection (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/dports/textproc/textnote/textnote-1.3.0/pkg/template/
H A Dtemplate_test.go32 newSection("section1"),
45 newSection("section1"),
46 newSection("section3"),
47 newSection("section2"),
379 newSection("TestSection1",
405 newSection("TestSection1",
411 newSection("TestSection2",
417 newSection("TestSection3",
437 newSection("TestSection1",
463 newSection("TestSection1",
[all …]
H A Darchive_test.go307 newSection("TestSection1"),
319 newSection("TestSection1",
338 newSection("TestSection1",
361 newSection("TestSection1",
386 newSection("TestSection1"),
387 newSection("TestSection2"),
388 newSection("TestSection3"),
408 newSection("TestSection1",
438 newSection("TestSection2",
468 newSection("TestSection3",
[all …]
H A Dsection.go20 func newSection(name string, items ...contentItem) *section { func
98 return newSection(name, contents...), nil
102 return newSection(name), nil
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/ppconvert/src/common/
H A DIO.cc133 IOTreeClass *newSection; in OpenSection() local
137 CurrentSection=newSection; in OpenSection()
145 IOTreeClass *newSection; in OpenSection() local
165 IOTreeClass *newSection; in IncludeSection() local
167 if (newSection == NULL) in IncludeSection()
170 CurrentSection->IncludeSection(newSection); in IncludeSection()
179 IOTreeClass *newSection; in NewSection() local
180 newSection = NewTree (fileName, name, CurrentSection); in NewSection()
181 if (newSection == NULL) in NewSection()
184 CurrentSection->IncludeSection(newSection); in NewSection()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DContextStateTracker.cpp32 ContextState newSection(aSectionName); in PushOGLSection() local
36 newSection.mStartQueryHandle = queryObject; in PushOGLSection()
37 newSection.mCpuTimeStart = TimeStamp::Now(); in PushOGLSection()
41 mSectionStack.AppendElement(newSection); in PushOGLSection()
69 ContextState newSection(sectionToRestore); in PopOGLSection() local
73 newSection.mStartQueryHandle = queryObject; in PopOGLSection()
74 newSection.mCpuTimeStart = TimeStamp::Now(); in PopOGLSection()
78 mSectionStack.AppendElement(newSection); in PopOGLSection()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TutorialView/+mobile/
H A DTutorialShowMenuPath.qml13 property alias newSectionImage: newSection.source
49 height: newSection.height
50 x: newSection.x + newSection.width
51 y: newSection.y
59 id: newSection
/dports/deskutils/helpviewer/HelpViewer-0.3/
H A DHandlerStructureXLP.m79 Section* newSection = [[Section alloc] initWithHeader: name];
82 [newSection setPath: src];
85 if HAVING (@"chapter") [newSection setType: SECTION_TYPE_CHAPTER];
86 if HAVING (@"part") [newSection setType: SECTION_TYPE_PART];
87 if HAVING (@"plain") [newSection setType: SECTION_TYPE_PLAIN];
90 [_currentSection addSub: newSection];
91 _currentSection = newSection;
92 _currentContent = [newSection text];
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Repository/
H A DIniRepository.php293 $newSection = null;
295 if ($newSection !== null) {
306 $newSection = $value;
316 if ($newSection) {
317 if ($ds->hasSection($newSection)) {
318 … throw new StatementException(t('Cannot update. Section "%s" does already exist'), $newSection);
322 $newSection,
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ftn-auto/
H A Dplexdistributef.c141 …scSF pointSF,PetscSection originalSection,Vec originalVec,PetscSection newSection,Vec newVec, int … in dmplexdistributefield_() argument
148 (PetscSection)PetscToPointer((newSection) ), in dmplexdistributefield_()
151 …etscSF pointSF,PetscSection originalSection,IS originalIS,PetscSection newSection,IS *newIS, int *… in dmplexdistributefieldis_() argument
158 (PetscSection)PetscToPointer((newSection) ),newIS); in dmplexdistributefieldis_()
160 …ion originalSection,MPI_Fint * datatype,void*originalData,PetscSection newSection,void**newData, i… in dmplexdistributedata_() argument
167 (PetscSection)PetscToPointer((newSection) ),newData); in dmplexdistributedata_()
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dini-file.cpp234 Section newSection; in addSection() local
235 newSection.name = section; in addSection()
236 _sections.push_back(newSection); in addSection()
322 Section newSection; in setKey() local
323 newSection.name = section; in setKey()
324 newSection.keys.push_back(newKV); in setKey()
326 _sections.push_back(newSection); in setKey()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mconfig/Mono.MonoConfig/
H A DHelpers.cs105 Section newSection, curSection; in BuildSectionTree()
114 newSection = new Section (tmp); in BuildSectionTree()
115 BuildSectionTree (tmp.Select ("section[string-length(@name) > 0]"), newSection); in BuildSectionTree()
116 curSection.Children.Add (newSection); in BuildSectionTree()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dini-file.cpp243 Section newSection; in addSection() local
244 newSection.name = section; in addSection()
245 _sections.push_back(newSection); in addSection()
374 Section newSection; in setKey() local
375 newSection.name = section; in setKey()
376 newSection.keys.push_back(newKV); in setKey()
378 _sections.push_back(newSection); in setKey()
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dini-file.cpp245 Section newSection; in addSection() local
246 newSection.name = section; in addSection()
247 _sections.push_back(newSection); in addSection()
379 Section newSection; in setKey() local
380 newSection.name = section; in setKey()
381 newSection.keys.push_back(newKV); in setKey()
383 _sections.push_back(newSection); in setKey()
/dports/graphics/qgis/qgis-3.22.3/src/app/layout/
H A Dqgsreportorganizerwidget.cpp92 QgsAbstractReportSection *newSection = section.get(); in addLayoutSection() local
94 const QModelIndex newIndex = mSectionModel->indexForSection( newSection ); in addLayoutSection()
101 QgsAbstractReportSection *newSection = section.get(); in addFieldGroupSection() local
103 const QModelIndex newIndex = mSectionModel->indexForSection( newSection ); in addFieldGroupSection()
H A Dqgsreportsectionmodel.cpp235 const QModelIndex newSection = indexForSection( mEditedSection ); in setEditedSection() local
236 emit dataChanged( newSection, newSection, QVector<int>() << Qt::DecorationRole ); in setEditedSection()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/layout/
H A Dqgsreportorganizerwidget.cpp92 QgsAbstractReportSection *newSection = section.get(); in addLayoutSection() local
94 QModelIndex newIndex = mSectionModel->indexForSection( newSection ); in addLayoutSection()
101 QgsAbstractReportSection *newSection = section.get(); in addFieldGroupSection() local
103 QModelIndex newIndex = mSectionModel->indexForSection( newSection ); in addFieldGroupSection()
H A Dqgsreportsectionmodel.cpp235 QModelIndex newSection = indexForSection( mEditedSection ); in setEditedSection() local
236 emit dataChanged( newSection, newSection, QVector<int>() << Qt::DecorationRole ); in setEditedSection()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/migrate/application/clicommands/
H A DDashboardCommand.php97 $newSection = $paneName . ($dashletName ? '.' . $dashletName : '');
99 $config->setSection($newSection, $options);
101 Logger::info('Migrated section "%s" to "%s"', $section, $newSection);
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/
H A DConfigSection.cs156 XmlNode newSection = doc.CreateElement (section.Name, ns); in Encrypt()
159 newSection.InnerXml = encrypted.OuterXml; in Encrypt()
160 newSection.Attributes.Append (attr); in Encrypt()
162 section.ParentNode.ReplaceChild (newSection, section); in Encrypt()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DLineGroupReader.java111 boolean newSection = false; in getSection()
133 newSection = true; in getSection()
136 if (newSection) { in getSection()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DINIFile.cpp883 Section* newSection; in readfile() local
937 firstLine = newSection; in readfile()
938 curLine = newSection; in readfile()
940 curLine->nextLine = newSection; in readfile()
942 curLine = newSection; in readfile()
945 insertSection(newSection); in readfile()
946 curSection = newSection; in readfile()
1040 void INIFile::insertSection(Section* newSection) { in insertSection() argument
1043 sectionRoot = newSection; in insertSection()
1051 curSection->nextSection = newSection; in insertSection()
[all …]
/dports/cad/magic/magic-8.3.245/graphics/
H A DgrDStyle.c441 bool newSection = FALSE; local
449 newSection = TRUE;
454 else if (newSection)
530 newSection = FALSE;
537 newSection = FALSE;
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/gmenu-dbusmenu-proxy/
H A Dmenu.cpp258 GMenuItem newSection; in onMenuChanged() local
259 newSection.id = change.subscription; in onMenuChanged()
260 newSection.section = change.menu; in onMenuChanged()
261 updateSection(newSection); in onMenuChanged()
262 menu.append(newSection); in onMenuChanged()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/protobuf/
H A Dutil.go45 newSection = token.NewSection.Pos() var
51 cg.List[0].Slash = newSection
/dports/devel/rgbds/rgbds/src/link/
H A Doutput.c95 struct SortedSection *newSection = malloc(sizeof(*newSection)); in out_AddSection() local
100 if (!newSection) in out_AddSection()
102 newSection->section = section; in out_AddSection()
107 newSection->next = *ptr; in out_AddSection()
108 *ptr = newSection; in out_AddSection()

12345678910>>...18