Home
last modified time | relevance | path

Searched refs:tagTable (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkTagSet.c45 Tk_FreeConfigOptions(tag->tagRecord,tagTable->optionTable,tagTable->tkwin); in DeleteTag()
58 Ttk_TagTable tagTable = (Ttk_TagTable)ckalloc(sizeof(*tagTable)); in Ttk_CreateTagTable() local
59 tagTable->tkwin = tkwin; in Ttk_CreateTagTable()
63 tagTable->nTags = 0; in Ttk_CreateTagTable()
65 return tagTable; in Ttk_CreateTagTable()
80 ckfree(tagTable); in Ttk_DeleteTagTable()
89 DeleteTag(tagTable, tag); in Ttk_DeleteTagFromTable()
241 tagTable->optionSpecs, tagTable->optionTable, tagTable->tkwin); in Ttk_EnumerateTagOptions()
248 Ttk_TagTable tagTable, in Ttk_TagOptionValue() argument
253 tag->tagRecord, tagTable->optionTable, optionName, tagTable->tkwin); in Ttk_TagOptionValue()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkTagSet.c48 Tk_FreeConfigOptions(tag->tagRecord,tagTable->optionTable,tagTable->tkwin); in DeleteTag()
61 Ttk_TagTable tagTable = (Ttk_TagTable)ckalloc(sizeof(*tagTable)); in Ttk_CreateTagTable() local
62 tagTable->tkwin = tkwin; in Ttk_CreateTagTable()
66 tagTable->nTags = 0; in Ttk_CreateTagTable()
68 return tagTable; in Ttk_CreateTagTable()
83 ckfree((void*)tagTable); in Ttk_DeleteTagTable()
90 &tagTable->tags, tagName, &isNew); in Ttk_GetTag()
233 tagTable->optionSpecs, tagTable->optionTable, tagTable->tkwin); in Ttk_EnumerateTagOptions()
240 Ttk_TagTable tagTable, in Ttk_TagOptionValue() argument
245 tag->tagRecord, tagTable->optionTable, optionName, tagTable->tkwin); in Ttk_TagOptionValue()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkTagSet.c46 Tk_FreeConfigOptions(tag->tagRecord,tagTable->optionTable,tagTable->tkwin); in DeleteTag()
59 Ttk_TagTable tagTable = (Ttk_TagTable)ckalloc(sizeof(*tagTable)); in Ttk_CreateTagTable() local
60 tagTable->tkwin = tkwin; in Ttk_CreateTagTable()
64 tagTable->nTags = 0; in Ttk_CreateTagTable()
66 return tagTable; in Ttk_CreateTagTable()
81 ckfree(tagTable); in Ttk_DeleteTagTable()
88 &tagTable->tags, tagName, &isNew); in Ttk_GetTag()
231 tagTable->optionSpecs, tagTable->optionTable, tagTable->tkwin); in Ttk_EnumerateTagOptions()
238 Ttk_TagTable tagTable, in Ttk_TagOptionValue() argument
243 tag->tagRecord, tagTable->optionTable, optionName, tagTable->tkwin); in Ttk_TagOptionValue()
[all …]
/dports/games/chessx/chessx-1.5.6/src/dialogs/
H A Dtagdialog.cpp52 int row = ui->tagTable->rowCount(); in slotAddTag()
53 ui->tagTable->insertRow(row); in slotAddTag()
61 ui->tagTable->setItem(row, 0, firstCol); in slotAddTag()
62 ui->tagTable->setItem(row, 1, secondCol); in slotAddTag()
93 ui->tagTable->resizeColumnsToContents(); in validateTag()
104 if (row >= ui->tagTable->rowCount()) in editTags()
106 ui->tagTable->insertRow(row); in editTags()
116 ui->tagTable->setItem(row, 0, firstCol); in editTags()
117 ui->tagTable->setItem(row, 1, secondCol); in editTags()
121 ui->tagTable->setSortingEnabled(true); in editTags()
[all …]
/dports/editors/e93/e93/docsource/scripts/
H A Dxml2html.tcl8 set tagTable(TITLE) "TITLE"
15 set tagTable(TYPE) "TYPE"
18 set tagTable(SUMMARY) "SUMMARY"
21 set tagTable(INPUT) "INPUT"
22 set tagTable(OUTPUT) "OUTPUT"
25 set tagTable(STATUS) "STATUS"
29 set tagTable(OPTION) "OPTION"
39 set tagTable(EXAMPLES) "EXAMPLES"
41 set tagTable(SEEALSO) "SEE ALSO"
42 set tagTable(LOCATION) "LOCATION"
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DTagsHelper.php233 $tagTable->reset();
243 $tagTable->id = 0;
249 $tagTable->access = 1;
252 $tagTable->setLocation($tagTable->getRootId(), 'last-child');
255 if ($tagTable->check())
258 $tagTable->path = $tagTable->alias;
321 $tagTable->reset();
331 $tagTable->id = 0;
337 $tagTable->access = 1;
340 $tagTable->setLocation($tagTable->getRootId(), 'last-child');
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/tags/
H A DTagSelectionArea.java103 private TableViewer tagTable; field in TagSelectionArea
157 tagTable = createTable(switcher); in createTagDisplayArea()
168 tagTable.getControl().setFocus(); in createFilterInput()
213 switcher.showPage(tagTable.getControl()); in updateTagDisplay()
216 tagTable.refresh(); in updateTagDisplay()
282 tagTable.setSelection(tagTable.getSelection()); in selectTopElement()
547 if (tagTable != null && !tagTable.getControl().isDisposed()) { in setSelection()
561 if (tagTable != null && !tagTable.getControl().isDisposed()) { in refresh()
562 tagTable.refresh(); in refresh()
579 tagTable.getControl().setEnabled(enabled); in setEnabled()
[all …]
/dports/audio/mous/mous-2.0.1/apps/qt5/
H A DFrmTagEditor.cpp34 ui->tagTable->setAlternatingRowColors(true); in FrmTagEditor()
35 ui->tagTable->setShowGrid(false); in FrmTagEditor()
36 ui->tagTable->setColumnCount(2); in FrmTagEditor()
38 ui->tagTable->horizontalHeader()->setVisible(true); in FrmTagEditor()
41 ui->tagTable->setEnabled(false); in FrmTagEditor()
51 ui->tagTable->setRowCount(names.size()); in FrmTagEditor()
55 ui->tagTable->setItem(i, 0, key); in FrmTagEditor()
59 ui->tagTable->setItem(i, 1, val); in FrmTagEditor()
62 ui->tagTable->setRowHeight(i, 22); in FrmTagEditor()
131 ui->tagTable->setEnabled(true); in DoLoadFileTag()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/
H A DMetricsRecordImpl.java41 private TagMap tagTable = new TagMap(); field in MetricsRecordImpl
75 tagTable.put(tagName, tagValue); in setTag()
86 tagTable.put(tagName, Integer.valueOf(tagValue)); in setTag()
97 tagTable.put(tagName, Long.valueOf(tagValue)); in setTag()
108 tagTable.put(tagName, Short.valueOf(tagValue)); in setTag()
119 tagTable.put(tagName, Byte.valueOf(tagValue)); in setTag()
126 tagTable.remove(tagName); in removeTag()
275 return tagTable; in getTagTable()
H A DAbstractMetricsContext.java367 TagMap tagTable = record.getTagTable(); in update() local
372 MetricMap metricMap = recordMap.get(tagTable); in update()
375 TagMap tagMap = new TagMap(tagTable); // clone tags in update()
435 TagMap tagTable = record.getTagTable(); in remove() local
442 if (rowTags.containsAll(tagTable)) { in remove()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/metrics/spi/
H A DMetricsRecordImpl.java43 private TagMap tagTable = new TagMap(); field in MetricsRecordImpl
77 tagTable.put(tagName, tagValue); in setTag()
88 tagTable.put(tagName, Integer.valueOf(tagValue)); in setTag()
99 tagTable.put(tagName, Long.valueOf(tagValue)); in setTag()
110 tagTable.put(tagName, Short.valueOf(tagValue)); in setTag()
121 tagTable.put(tagName, Byte.valueOf(tagValue)); in setTag()
128 tagTable.remove(tagName); in removeTag()
277 return tagTable; in getTagTable()
H A DAbstractMetricsContext.java369 TagMap tagTable = record.getTagTable(); in update() local
374 MetricMap metricMap = recordMap.get(tagTable); in update()
377 TagMap tagMap = new TagMap(tagTable); // clone tags in update()
437 TagMap tagTable = record.getTagTable(); in remove() local
444 if (rowTags.containsAll(tagTable)) { in remove()
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrations/
H A Dtag_mig.go6 tagTable := Table{
19 mg.AddMigration("create tag table", NewAddTableMigration(tagTable))
22 mg.AddMigration("add index tag.key_value", NewAddIndexMigration(tagTable, tagTable.Indices[0]))
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_Profile.java280 private transient Hashtable tagTable; field in ICC_Profile
288 tagTable = null; in ICC_Profile()
298 tagTable = tags; in ICC_Profile()
310 tagTable = createTagTable(data); in ICC_Profile()
540 Enumeration e = tagTable.elements(); in getData()
586 tagTable.put(t.hashKey(), t); in setData()
624 if (isRGBProfile(header, tagTable)) in readResolve()
626 if (isGrayProfile(header, tagTable)) in readResolve()
644 tagTable = createTagTable(data); in readObject()
716 return tagTable; in createTagTable()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/color/
H A DICC_Profile.java280 private transient Hashtable tagTable; field in ICC_Profile
288 tagTable = null; in ICC_Profile()
298 tagTable = tags; in ICC_Profile()
310 tagTable = createTagTable(data); in ICC_Profile()
540 Enumeration e = tagTable.elements(); in getData()
586 tagTable.put(t.hashKey(), t); in setData()
624 if (isRGBProfile(header, tagTable)) in readResolve()
626 if (isGrayProfile(header, tagTable)) in readResolve()
644 tagTable = createTagTable(data); in readObject()
716 return tagTable; in createTagTable()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_Profile.java280 private transient Hashtable tagTable; field in ICC_Profile
288 tagTable = null; in ICC_Profile()
298 tagTable = tags; in ICC_Profile()
310 tagTable = createTagTable(data); in ICC_Profile()
540 Enumeration e = tagTable.elements(); in getData()
586 tagTable.put(t.hashKey(), t); in setData()
624 if (isRGBProfile(header, tagTable)) in readResolve()
626 if (isGrayProfile(header, tagTable)) in readResolve()
644 tagTable = createTagTable(data); in readObject()
716 return tagTable; in createTagTable()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/color/
H A DICC_Profile.java280 private transient Hashtable tagTable; field in ICC_Profile
288 tagTable = null; in ICC_Profile()
298 tagTable = tags; in ICC_Profile()
310 tagTable = createTagTable(data); in ICC_Profile()
540 Enumeration e = tagTable.elements(); in getData()
586 tagTable.put(t.hashKey(), t); in setData()
624 if (isRGBProfile(header, tagTable)) in readResolve()
626 if (isGrayProfile(header, tagTable)) in readResolve()
644 tagTable = createTagTable(data); in readObject()
716 return tagTable; in createTagTable()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/color/
H A DICC_Profile.java280 private transient Hashtable tagTable; field in ICC_Profile
288 tagTable = null; in ICC_Profile()
298 tagTable = tags; in ICC_Profile()
310 tagTable = createTagTable(data); in ICC_Profile()
540 Enumeration e = tagTable.elements(); in getData()
586 tagTable.put(t.hashKey(), t); in setData()
624 if (isRGBProfile(header, tagTable)) in readResolve()
626 if (isGrayProfile(header, tagTable)) in readResolve()
644 tagTable = createTagTable(data); in readObject()
716 return tagTable; in createTagTable()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/color/
H A DICC_Profile.java280 private transient Hashtable tagTable; field in ICC_Profile
288 tagTable = null; in ICC_Profile()
298 tagTable = tags; in ICC_Profile()
310 tagTable = createTagTable(data); in ICC_Profile()
535 Enumeration e = tagTable.elements(); in getData()
581 tagTable.put(t.hashKey(), t); in setData()
619 if (isRGBProfile(header, tagTable)) in readResolve()
621 if (isGrayProfile(header, tagTable)) in readResolve()
639 tagTable = createTagTable(data); in readObject()
711 return tagTable; in createTagTable()
[all …]
/dports/deskutils/foliate/foliate-2.6.3/src/assets/KindleUnpack/
H A Dmobi_dict.py156 controlByteCount, tagTable = readTagSection(tagSectionStart, data)
160 print("orthTagTable: %s" % tagTable)
163 hasEntryLength = self.hasTag(tagTable, 0x02)
202 … tagMap = getTagMap(controlByteCount, tagTable, data, startPos+1+textLength, endPos)
233 def hasTag(self, tagTable, tag): argument
241 for currentTag, _, _, _ in tagTable:
246 …def getInflectionGroups(self, mainEntry, controlByteCount, tagTable, dinfl, inflectionNames, group… argument
264 tagMap = getTagMap(controlByteCount, tagTable, data, offset + 1, nextOffset)
H A Dmobi_index.py43 controlByteCount, tagTable = readTagSection(tagSectionStart, data)
47 print("TagTable: %s" % tagTable)
71 … tagMap = getTagMap(controlByteCount, tagTable, data, startPos+1+textLength, endPos)
200 def getTagMap(controlByteCount, tagTable, entryData, startPos, endPos): argument
216 for tag, valuesPerEntry, mask, endFlag in tagTable:
271 print("tagTable: %s" % tagTable)
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DGeoTiff.pm2159 my $tagTable = GetTagTable("Image::ExifTool::GeoTiff::Main");
2160 my $tagInfo = $et->GetTagInfo($tagTable, 1);
2167 $tagInfo = $et->GetTagInfo($tagTable, $tag) or next;
2198 'Table' => $tagTable,
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DGeoTiff.pm2159 my $tagTable = GetTagTable("Image::ExifTool::GeoTiff::Main");
2160 my $tagInfo = $et->GetTagInfo($tagTable, 1);
2167 $tagInfo = $et->GetTagInfo($tagTable, $tag) or next;
2198 'Table' => $tagTable,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqicc.cpp665 const TagTableEntry tagTable = qFromUnaligned<TagTableEntry>(data.constData() in fromIccProfile() local
669 if (qsizetype(tagTable.offset) < offsetToData) { in fromIccProfile()
674 if (tagTable.offset > header.profileSize) { in fromIccProfile()
678 if (tagTable.size < 12) { in fromIccProfile()
682 if (tagTable.size > header.profileSize - tagTable.offset) { in fromIccProfile()
686 if (tagTable.offset & 0x03) { in fromIccProfile()
693 tagIndex.insert(Tag(quint32(tagTable.signature)), { tagTable.offset, tagTable.size }); in fromIccProfile()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqicc.cpp665 const TagTableEntry tagTable = qFromUnaligned<TagTableEntry>(data.constData() in fromIccProfile() local
669 if (qsizetype(tagTable.offset) < offsetToData) { in fromIccProfile()
674 if (tagTable.offset > header.profileSize) { in fromIccProfile()
678 if (tagTable.size < 12) { in fromIccProfile()
682 if (tagTable.size > header.profileSize - tagTable.offset) { in fromIccProfile()
686 if (tagTable.offset & 0x03) { in fromIccProfile()
693 tagIndex.insert(Tag(quint32(tagTable.signature)), { tagTable.offset, tagTable.size }); in fromIccProfile()

12345678