Home
last modified time | relevance | path

Searched refs:numTags (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dgmsh.cpp315 int physical = (numTags > 0) ? data[4 - numTags] : 0; in GMSH_Load()
316 int elementary = (numTags > 1) ? data[4 - numTags + 1] : 0; in GMSH_Load()
317 int partition = (numTags > 2) ? data[4 - numTags + 2] : 0; in GMSH_Load()
484 int physical = (numTags > 0) ? data[4 - numTags] : 0; in GMSH_Load()
485 int elementary = (numTags > 1) ? data[4 - numTags + 1] : 0; in GMSH_Load()
816 int physical = (numTags > 0) ? data[4 - numTags] : 0; in GMSH_Load3()
818 int partition = (numTags > 2) ? data[4 - numTags + 2] : 0; in GMSH_Load3()
986 int physical = (numTags > 0) ? data[4 - numTags] : 0; in GMSH_Load3()
988 int partition = (numTags > 2) ? data[4 - numTags + 2] : 0; in GMSH_Load3()
1339 int physical = (numTags > 0) ? data[4 - numTags] : 0; in GMSH_LoadT()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dsort.c134 char **const table, const size_t numTags, const boolean toStdout) in writeSortedTags() argument
149 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
174 size_t numTags = TagFile.numTags.added + TagFile.numTags.prev; in internalSortTags() local
175 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
189 for (i = 0 ; i < numTags && ! feof (fp) ; ) in internalSortTags()
212 numTags = i; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
220 writeSortedTags (table, numTags, toStdout); in internalSortTags()
223 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dsort.c134 char **const table, const size_t numTags, const boolean toStdout) in writeSortedTags() argument
149 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
174 size_t numTags = TagFile.numTags.added + TagFile.numTags.prev; in internalSortTags() local
175 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
189 for (i = 0 ; i < numTags && ! feof (fp) ; ) in internalSortTags()
212 numTags = i; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
220 writeSortedTags (table, numTags, toStdout); in internalSortTags()
223 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/devel/ctags/ctags-5.8/
H A Dsort.c134 char **const table, const size_t numTags, const boolean toStdout) in writeSortedTags() argument
149 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
174 size_t numTags = TagFile.numTags.added + TagFile.numTags.prev; in internalSortTags() local
175 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
189 for (i = 0 ; i < numTags && ! feof (fp) ; ) in internalSortTags()
212 numTags = i; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
220 writeSortedTags (table, numTags, toStdout); in internalSortTags()
223 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/japanese/ctags/ctags-5.8j2/
H A Dsort.c134 char **const table, const size_t numTags, const boolean toStdout) in writeSortedTags() argument
149 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
174 size_t numTags = TagFile.numTags.added + TagFile.numTags.prev; in internalSortTags() local
175 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
189 for (i = 0 ; i < numTags && ! feof (fp) ; ) in internalSortTags()
212 numTags = i; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
220 writeSortedTags (table, numTags, toStdout); in internalSortTags()
223 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dsort.c158 char **const table, const size_t numTags, const bool toStdout) in writeSortedTags() argument
173 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
187 extern void internalSortTags (const bool toStdout, MIO* mio, size_t numTags) in internalSortTags() argument
196 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
205 for (i = 0 ; i < numTags && ! mio_eof (mio) ; ) in internalSortTags()
228 numTags = i; in internalSortTags()
233 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
235 writeSortedTags (table, numTags, toStdout); in internalSortTags()
238 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dsort.c194 char **const table, const size_t numTags, const bool toStdout, bool newlineReplaced) in writeSortedTags() argument
209 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
227 extern void internalSortTags (const bool toStdout, MIO* mio, size_t numTags) in internalSortTags() argument
237 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
246 for (i = 0 ; i < numTags && ! mio_eof (mio) ; ) in internalSortTags()
274 numTags = i; in internalSortTags()
279 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
281 writeSortedTags (table, numTags, toStdout, newlineReplaced); in internalSortTags()
284 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dsort.c194 char **const table, const size_t numTags, const bool toStdout, bool newlineReplaced) in writeSortedTags() argument
209 for (i = 0 ; i < numTags ; ++i) in writeSortedTags()
227 extern void internalSortTags (const bool toStdout, MIO* mio, size_t numTags) in internalSortTags() argument
237 const size_t tableSize = numTags * sizeof (char *); in internalSortTags()
246 for (i = 0 ; i < numTags && ! mio_eof (mio) ; ) in internalSortTags()
274 numTags = i; in internalSortTags()
279 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
281 writeSortedTags (table, numTags, toStdout, newlineReplaced); in internalSortTags()
284 for (i = 0 ; i < numTags ; ++i) in internalSortTags()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/TagManager/
H A DContainerVersionHeader.php28 public $numTags; variable in Google_Service_TagManager_ContainerVersionHeader
98 public function setNumTags($numTags) argument
100 $this->numTags = $numTags;
104 return $this->numTags;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TagManager/
H A DContainerVersionHeader.php29 public $numTags; variable in Google_Service_TagManager_ContainerVersionHeader
107 public function setNumTags($numTags) argument
109 $this->numTags = $numTags;
113 return $this->numTags;
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A DIssue_3058.cpp16 void KateXmlIndent::getLineInfo (uint line, uint &prevIndent, int &numTags, in getLineInfo() argument
23 ++numTags; in getLineInfo()
28 if(lastCh == '<') --numTags; in getLineInfo()
33 if(lastCh == '<') --numTags; in getLineInfo()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D10027-Issue_3058.cpp20 void KateXmlIndent::getLineInfo (uint line, uint &prevIndent, int &numTags, in getLineInfo() argument
28 ++numTags; in getLineInfo()
35 if(lastCh == '<') --numTags; in getLineInfo()
42 if(lastCh == '<') --numTags; in getLineInfo()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkCanvUtil.c314 for (i = itemPtr->numTags-1; i >= 0; i--) {
323 itemPtr->numTags = argc;
365 if (itemPtr->numTags == 0) {
369 if (itemPtr->numTags == 1) {
374 return Tcl_Merge(itemPtr->numTags, (char **) itemPtr->tagPtr);
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkCanvUtil.c314 for (i = itemPtr->numTags-1; i >= 0; i--) {
323 itemPtr->numTags = argc;
365 if (itemPtr->numTags == 0) {
369 if (itemPtr->numTags == 1) {
374 return Tcl_Merge(itemPtr->numTags, (char **) itemPtr->tagPtr);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkCanvUtil.c314 for (i = itemPtr->numTags-1; i >= 0; i--) {
323 itemPtr->numTags = argc;
365 if (itemPtr->numTags == 0) {
369 if (itemPtr->numTags == 1) {
374 return Tcl_Merge(itemPtr->numTags, (char **) itemPtr->tagPtr);
/dports/games/ufoai/ufoai-2.5-source/src/tools/blender/
H A Dio_scene_tag.py126 numTags = 0 #int 2 The number of tags associated with the model variable in Md2TagsObj
159 self.numTags,
192 self.numTags = data[2]
199 for tagCounter in range(self.numTags):
205 for tagCounter in range(self.numTags):
238 md2Tags.numTags += 1
319 md2Tags.ofsTags = md2Tags.ofsNames + tempName.getSize() * md2Tags.numTags;
323 md2Tags.ofsEnd = md2Tags.ofsTags + (tempTag.getSize() * md2Tags.numFrames * md2Tags.numTags)
324 md2Tags.ofsExtractEnd = md2Tags.ofsTags + (64 * md2Tags.numFrames * md2Tags.numTags)
374 for tag in range(md2Tags.numTags):
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DGarlic.h168 …UnconfirmedTags (int n): numTags (n), tagsCreationTime (0) { sessionTags = new SessionTag[numTags]… in UnconfirmedTags()
171 int numTags; member
179 int numTags, bool attachLeaseSet);
235 void SetNumTags (int numTags) { m_NumTags = numTags; }; in SetNumTags() argument
237 void SetNumRatchetInboundTags (int numTags) { m_NumRatchetInboundTags = numTags; }; in SetNumRatchetInboundTags() argument
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DASF_Handler.cpp92 long numTags = support.OpenASF ( fileRef, objectState ); in CacheFileData() local
93 if ( numTags == 0 ) return; in CacheFileData()
181 long numTags = support.OpenASF ( fileRef, objectState ); in UpdateFile() local
182 if ( numTags == 0 ) return; in UpdateFile()
282 long numTags = support.OpenASF ( sourceRef, objectState ); in WriteFile() local
283 if ( numTags == 0 ) return; in WriteFile()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DASF_Handler.cpp98 long numTags = support.OpenASF ( fileRef, objectState ); in CacheFileData() local
99 if ( numTags == 0 ) return; in CacheFileData()
176 long numTags = support.OpenASF ( fileRef, objectState ); in UpdateFile() local
177 if ( numTags == 0 ) return; in UpdateFile()
282 long numTags = support.OpenASF ( originalRef, objectState ); in WriteTempFile() local
283 if ( numTags == 0 ) return; in WriteTempFile()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/util/
H A DLoadTestDataGeneratorWithTags.java67 int numTags; in beforeMutate() local
69 numTags = minNumTags; in beforeMutate()
71 numTags = minNumTags + random.nextInt(maxNumTags - minNumTags); in beforeMutate()
79 for (int n = 0; n < numTags; n++) { in beforeMutate()
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkTextTag.c104 int numTags, TkTextTag **tagArrayPtr);
862 prio = textPtr->sharedTextPtr->numTags-1; in TkTextTagCmd()
1022 textPtr->sharedTextPtr->numTags++; in TkTextCreateTag()
1142 textPtr->sharedTextPtr->numTags -= 1; in TkTextDeleteTag()
1249 if (numTags < 2) { in SortTags()
1252 if (numTags < 20) { in SortTags()
1338 prio = textPtr->sharedTextPtr->numTags-1; in ChangeTagPriority()
1697 int numTags, /* Number of relevant tags. */ in TagBindEvent() argument
1709 if (numTags > NUM_BIND_TAGS) { in TagBindEvent()
1721 for (i = 0; i < numTags; i++) { in TagBindEvent()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkTextTag.c118 int numTags, TkTextTag **tagArrayPtr);
905 prio = textPtr->sharedTextPtr->numTags-1; in TkTextTagCmd()
1071 textPtr->sharedTextPtr->numTags++; in TkTextCreateTag()
1195 textPtr->sharedTextPtr->numTags -= 1; in TkTextDeleteTag()
1301 if (numTags < 2) { in SortTags()
1304 if (numTags < 20) { in SortTags()
1390 prio = textPtr->sharedTextPtr->numTags-1; in ChangeTagPriority()
1727 int numTags, /* Number of relevant tags. */ in TagBindEvent() argument
1739 if (numTags > NUM_BIND_TAGS) { in TagBindEvent()
1751 for (i = 0; i < numTags; i++) { in TagBindEvent()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkTextTag.c118 int numTags, TkTextTag **tagArrayPtr);
905 prio = textPtr->sharedTextPtr->numTags-1; in TkTextTagCmd()
1071 textPtr->sharedTextPtr->numTags++; in TkTextCreateTag()
1195 textPtr->sharedTextPtr->numTags -= 1; in TkTextDeleteTag()
1301 if (numTags < 2) { in SortTags()
1304 if (numTags < 20) { in SortTags()
1390 prio = textPtr->sharedTextPtr->numTags-1; in ChangeTagPriority()
1726 int numTags, /* Number of relevant tags. */ in TagBindEvent() argument
1738 if (numTags > NUM_BIND_TAGS) { in TagBindEvent()
1750 for (i = 0; i < numTags; i++) { in TagBindEvent()
[all …]
/dports/biology/pooler/PrimerPooler-1.78/pooler/
H A Dload-common.c34 int numPrimers(const char *fileData, int *maxLen,int *numTags) { in numPrimers() argument
51 (*numTags)++; in numPrimers()
65 …,"%d primers + %d tags\nShortest primer length is %d bases; longest is %d\n",r,*numTags,minL,maxL); in numPrimers()
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewIO.cpp189 int numTags; in readMSH() local
196 if(sscanf(str, "%d", &numTags) != 1) { in readMSH()
200 for(int i = 0; i < numTags; i++) { in readMSH()
216 if(sscanf(str, "%d", &numTags) != 1) { in readMSH()
220 for(int i = 0; i < numTags; i++) { in readMSH()
239 if(sscanf(str, "%d", &numTags) != 1) { in readMSH()
243 for(int i = 0; i < numTags; i++) { in readMSH()

12345678910>>...16