Home
last modified time | relevance | path

Searched refs:tagArray (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dmini-geany.c257 ptrArray *tagArray = clientData; in rescanFailed() local
258 int num = ptrArrayCount(tagArray); in rescanFailed()
265 Tag *tag = ptrArrayLast(tagArray); in rescanFailed()
267 ptrArrayRemoveLast(tagArray); in rescanFailed()
274 static void processCollectedTags(ptrArray *tagArray) in processCollectedTags() argument
277 int num = ptrArrayCount(tagArray); in processCollectedTags()
281 Tag *tag = ptrArrayItem(tagArray, i); in processCollectedTags()
290 ptrArrayClear(tagArray); in processCollectedTags()
329 processCollectedTags(tagArray); in main()
340 processCollectedTags(tagArray); in main()
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-browse_freetags.php83 $tagArray = $freetaglib->_parse_tag((isset($_REQUEST['tag'])) ? $_REQUEST['tag'] : ''); variable
85 foreach ($tagArray as $t_ar) {
93 $smarty->assign('tag', (isset($tagArray[0])) ? $tagArray[0] : '');
134 $tagArray = [ variable
135 $tagArray[count($tagArray) - 1]
138 $objects = $freetaglib->get_objects_with_tag_combo($tagArray, $type, $view_user, $offset, $maxRecor…
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/io/
H A DHTTPRequest.cpp86 vector<xstring> tagArray; in setLangDefaults() local
90 tagArray.push_back(tags.nextToken()); in setLangDefaults()
91 m_defaultRange.insert(langrange_t::value_type(q, tagArray)); in setLangDefaults()
126 vector<xstring> tagArray; in startLangMatching() local
133 tagArray.push_back(tag); in startLangMatching()
136 if (tagArray.empty()) in startLangMatching()
144 if (prio->second == tagArray) { in startLangMatching()
151 m_langRange.insert(langrange_t::value_type(q, tagArray)); in startLangMatching()
/dports/www/matomo/piwik/plugins/TagManager/API/
H A DTemplateMetadata.php27 $tagArray = $template;
29 $tagArray = $template->toArray();
32 $category = $tagArray['category'];
39 $byCategory[$category]['types'][] = $tagArray;
/dports/www/tikiwiki/tiki-21.2/lib/freetag/
H A Dfreetaglib.php204 if (! isset($tagArray) || ! is_array($tagArray)) {
208 if (count($tagArray) == 0) {
212 $bindvals = $tagArray;
214 $numTags = count($tagArray);
858 $tagArray = $this->_parse_tag($tag_string);
881 $tagArray = $this->_parse_tag($tag_string);
886 if (! in_array($tag['raw_tag'], $tagArray)) {
931 * @param mixed $tagArray
948 foreach ($tagArray as $tag) {
1628 $tagArray = $this->_parse_tag($tagString);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/
H A DTagManager.java36 String[] tagArray = tags.split(","); //$NON-NLS-1$ in hasTag() local
37 for (String string : tagArray) { in hasTag()
49 String[] tagArray = tags.split(","); //$NON-NLS-1$ in getTags() local
50 for (String string : tagArray) { in getTags()
/dports/www/nextcloud/nextcloud/core/Command/SystemTag/
H A DEdit.php70 $tagArray = $this->systemTagManager->getTagsByIds($input->getArgument('id'));
73 if (!$tagArray) {
78 $tag = array_values($tagArray)[0];
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_freetagged.php218 $tagArray = [];
221 $tagArray[] = $tag['tag'];
230 $tagArray = $freetaglib->_parse_tag($tags);
231 …$objects = $freetaglib->get_objects_with_tag_combo($tagArray, $type, '', 0, $maxReturned, $sort_mo…
/dports/devel/pear-XML_Util/XML_Util-1.4.5/tests/
H A DBug18343Tests.php13 private $tagArray = array( variable in Bug18343Tests
46 …$this->assertEquals($expected, XML_Util::createTagFromArray($this->tagArray, $flag), "Failed bugch…
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/fiwalk/plugins/
H A Ddocx_extractor.py261 def collectMetadata(tagArray, label): argument
262 if tagArray and tagArray[0].hasChildNodes():
263 text = tagArray[0].firstChild.wholeText.strip().replace("\r"," ").replace("\n"," ")
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgTagService.cpp413 nsTArray<RefPtr<nsIMsgTag>> tagArray; in MigrateLabelsToTags() local
414 GetAllTags(tagArray); in MigrateLabelsToTags()
415 for (auto& tag : tagArray) { in MigrateLabelsToTags()
465 nsTArray<RefPtr<nsIMsgTag>> tagArray; in RefreshKeyCache() local
466 nsresult rv = GetAllTags(tagArray); in RefreshKeyCache()
470 uint32_t numTags = tagArray.Length(); in RefreshKeyCache()
474 tagArray[tagIndex]->GetKey(key); in RefreshKeyCache()
/dports/biology/pbbam/pbbam-0.18.0/tests/src/
H A Dtest_LongCigar.cpp69 const auto tagArray = cigarTag.ToUInt32Array(); in CheckLongCigarTag() local
70 ASSERT_EQ(numOps, tagArray.size()); in CheckLongCigarTag()
73 const auto op = tagArray.at(i); in CheckLongCigarTag()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/modules/
H A DNounTag.jsm40 let tagArray = (this._tagList = this._msgTagService.getAllTags());
41 for (let iTag = 0; iTag < tagArray.length; iTag++) {
42 let tag = tagArray[iTag];
H A DGlodaExplicitAttr.jsm158 let tagArray = TagNoun.getAllTags();
159 for (let iTag = 0; iTag < tagArray.length; iTag++) {
160 let tag = tagArray[iTag];
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/
H A Darchive.cpp217 Common::MacResTagArray tagArray = _resFork->getResTagArray(); in openFile() local
219 for (uint32 i = 0; i < tagArray.size(); i++) { in openFile()
220 ResourceMap &resMap = _types[tagArray[i]]; in openFile()
221 Common::MacResIDArray idArray = _resFork->getResIDArray(tagArray[i]); in openFile()
227 res.name = _resFork->getResName(tagArray[i], idArray[j]); in openFile()
228 …debug(3, "Found MacArchive resource '%s' %d: %s", tag2str(tagArray[i]), idArray[j], res.name.c_str… in openFile()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/
H A Dcommon-tags.php174 foreach ($tags as $tagArray) {
175 if ($tagArray['tag_pk'] == $tag_pk) {
/dports/devel/p5-Mac-PropertyList/Mac-PropertyList-1.502/lib/Mac/PropertyList/
H A DWriteBinary.pm96 tagArray => 0xA0, constant
196 $fragment = _counted_header(tagArray, scalar @$value);
331 …ropertyList::WriteBinary::_counted_header(Mac::PropertyList::WriteBinary::tagArray, scalar @items),
/dports/www/e107/e107/e107_plugins/tagcloud/
H A Dtagcloud_class.php143 $tagArray = array();
145 $tagArray[] = $this->formatTag($inputTag);
147 $this->addTags($tagArray);
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dmacresman.cpp509 MacResTagArray tagArray; in getResTagArray() local
512 return tagArray; in getResTagArray()
514 tagArray.resize(_resMap.numTypes); in getResTagArray()
517 tagArray[i] = _resTypes[i].id; in getResTagArray()
519 return tagArray; in getResTagArray()
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dmacresman.cpp504 MacResTagArray tagArray; in getResTagArray() local
507 return tagArray; in getResTagArray()
509 tagArray.resize(_resMap.numTypes); in getResTagArray()
512 tagArray[i] = _resTypes[i].id; in getResTagArray()
514 return tagArray; in getResTagArray()
/dports/multimedia/smplayer/smplayer-21.10.0/src/findsubtitles/maia/
H A DmaiaObject.cpp113 QDomElement tagArray = doc.createElement("array"); in toXml() local
115 tagArray.appendChild(tagData); in toXml()
116 tagValue.appendChild(tagArray); in toXml()
/dports/comms/qsstv/qsstv/xmlrpc/
H A DmaiaObject.cpp138 QDomElement tagArray = doc.createElement("array"); in toXml() local
140 tagArray.appendChild(tagData); in toXml()
141 tagValue.appendChild(tagArray); in toXml()
/dports/net/libmaia/libmaia-0.9.0/
H A DmaiaObject.cpp112 QDomElement tagArray = doc.createElement("array"); in toXml() local
114 tagArray.appendChild(tagData); in toXml()
115 tagValue.appendChild(tagArray); in toXml()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/com/sun/tools/doclets/
H A DTaglet.java62 public String toString(Tag[] tagArray); in toString() argument
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/com/sun/tools/doclets/
H A DTaglet.java62 public String toString(Tag[] tagArray); in toString() argument

12345678910>>...13