Home
last modified time | relevance | path

Searched refs:pcomment (Results 1 – 25 of 82) sorted by relevance

1234

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Data/
H A DTransactionModifier.hs104 , pcomment = pcomment pr `commentAddTag` ("generated-posting",qry) function
138 renderPostingCommentDates p = p { pcomment = comment' }
142 | T.null dates = pcomment p
143 | otherwise = ("[" <> dates <> "]") `commentJoin` pcomment p
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DTransactionModifier.hs104 , pcomment = pcomment pr `commentAddTag` ("generated-posting",qry) function
138 renderPostingCommentDates p = p { pcomment = comment' }
142 | T.null dates = pcomment p
143 | otherwise = ("[" <> dates <> "]") `commentJoin` pcomment p
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DTransactionModifier.hs104 , pcomment = pcomment pr `commentAddTag` ("generated-posting",qry) function
138 renderPostingCommentDates p = p { pcomment = comment' }
142 | T.null dates = pcomment p
143 | otherwise = ("[" <> dates <> "]") `commentJoin` pcomment p
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/sieve/ecm/
H A Dgenerate_test_files.sage13 def factor_test_line (outfile, pdata, qdata, pcomment="", qcomment=""):
15 qdata, pdata, qcomment, pcomment = pdata, qdata, pcomment, qcomment
19 pcomment += " (order=%d, lpf=%d)" % (pdata[2], pdata[3])
21 outfile.write ("%d %d %d # %s, %s\n" % (N, p, q, pcomment, qcomment))
/dports/comms/direwolf/direwolf-1.6/src/
H A Dlog2gpx.c188 char *pcomment; in read_csv() local
226 pcomment = strsep(&next,"\t"); in read_csv()
312 if (pcomment != NULL && strlen(pcomment) > 0) { in read_csv()
314 strlcat (comment, pcomment, sizeof(comment)); in read_csv()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dagp_util.cpp427 pcomment = line.find("#"); in FromString()
431 if( pcomment != NPOS ) { in FromString()
433 while( pcomment>0 && (line[pcomment-1]==' ' || line[pcomment-1]=='\t') ) { in FromString()
434 if( line[pcomment-1]=='\t' ) tabsStripped=true; in FromString()
435 pcomment--; in FromString()
437 if(pcomment==0) return -1; // A comment line; to be skipped. in FromString()
438 NStr::Split(line.substr(0, pcomment), "\t", cols); in FromString()
454 pcomment=pos; in FromString()
476 if( (NPOS != p_space && p_space<pcomment) || line[0]==' ' || line[cols[0].size()-1]==' ' ) { in FromString()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dagp_util.cpp427 pcomment = line.find("#"); in FromString()
431 if( pcomment != NPOS ) { in FromString()
433 while( pcomment>0 && (line[pcomment-1]==' ' || line[pcomment-1]=='\t') ) { in FromString()
434 if( line[pcomment-1]=='\t' ) tabsStripped=true; in FromString()
435 pcomment--; in FromString()
437 if(pcomment==0) return -1; // A comment line; to be skipped. in FromString()
438 NStr::Split(line.substr(0, pcomment), "\t", cols); in FromString()
454 pcomment=pos; in FromString()
476 if( (NPOS != p_space && p_space<pcomment) || line[0]==' ' || line[cols[0].size()-1]==' ' ) { in FromString()
/dports/games/zdoom/zdoom-2.8.1/src/menu/
H A Dloadsavemenu.cpp482 char *time, *pcomment, *comment; in ExtractSaveData() local
487 pcomment = M_GetPNGText (png, "Comment"); in ExtractSaveData()
488 if (pcomment != NULL) in ExtractSaveData()
490 commentlen = strlen (pcomment); in ExtractSaveData()
519 memcpy (comment + timelen, pcomment, commentlen); in ExtractSaveData()
525 delete[] pcomment; in ExtractSaveData()
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_dumper_class_c_code.c96 static void pcomment(FILE* f,long value,const char* p) in pcomment() function
139 if(comment) pcomment(self->dumper.out,value,comment); in dump_long()
186 pcomment(self->dumper.out,value,buf); in dump_bits()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_dumper_class_grib_encode_C.c99 static void pcomment(FILE* f, long value, const char* p) in pcomment() function
141 pcomment(self->dumper.out, value, comment); in dump_long()
192 pcomment(self->dumper.out, value, buf); in dump_bits()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/agp_validate/
H A Dagp_renumber.cpp153 if(m_this_row->pcomment!=NPOS) in OnGapOrComponent()
154 m_adjusted+= m_line.substr(m_this_row->pcomment); in OnGapOrComponent()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c170 struct comment **pcomment; in joininlinecomments() local
171 pcomment = &comments; in joininlinecomments()
174 comment = *pcomment; in joininlinecomments()
178 pcomment = &comment->next; in joininlinecomments()
184 *pcomment = comment->next; in joininlinecomments()
221 *pcomment = newcomment; in joininlinecomments()
222 pcomment = &newcomment->next; in joininlinecomments()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c178 struct comment **pcomment; in joininlinecomments() local
179 pcomment = &comments; in joininlinecomments()
182 comment = *pcomment; in joininlinecomments()
187 pcomment = &comment->next; in joininlinecomments()
194 *pcomment = comment->next; in joininlinecomments()
233 *pcomment = newcomment; in joininlinecomments()
234 pcomment = &newcomment->next; in joininlinecomments()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c178 struct comment **pcomment; in joininlinecomments() local
179 pcomment = &comments; in joininlinecomments()
182 comment = *pcomment; in joininlinecomments()
187 pcomment = &comment->next; in joininlinecomments()
194 *pcomment = comment->next; in joininlinecomments()
233 *pcomment = newcomment; in joininlinecomments()
234 pcomment = &newcomment->next; in joininlinecomments()
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/
H A DAnon.hs37 , pcomment = T.empty function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/
H A DAnon.hs37 , pcomment = T.empty function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/
H A DAnon.hs37 , pcomment = T.empty function
/dports/devel/yasm/yasm-1.3.0/modules/objfmts/rdf/tests/
H A Drdfext.asm56 section g pcomment,8
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Read/
H A DJournalReader.hs737 , pcomment=comment
839 pcomment="a: a a\nb: b b\n",
848 ,pcomment="date:2012/11/28, date2=2012/11/29,b:b\n"
859 ,pcomment="[2012/11/28=2012/11/29]\n"
921 pcomment="pcomment1\npcomment2\nptag1: val1\nptag2: val2\n",
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Read/
H A DJournalReader.hs737 , pcomment=comment
839 pcomment="a: a a\nb: b b\n",
848 ,pcomment="date:2012/11/28, date2=2012/11/29,b:b\n"
859 ,pcomment="[2012/11/28=2012/11/29]\n"
921 pcomment="pcomment1\npcomment2\nptag1: val1\nptag2: val2\n",
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Read/
H A DJournalReader.hs737 , pcomment=comment
839 pcomment="a: a a\nb: b b\n",
848 ,pcomment="date:2012/11/28, date2=2012/11/29,b:b\n"
859 ,pcomment="[2012/11/28=2012/11/29]\n"
921 pcomment="pcomment1\npcomment2\nptag1: val1\nptag2: val2\n",
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryImageInfo.php454 $pcomment = isset( $prop['parsedcomment'] );
457 if ( ( $pcomment || $comment ) && $exists ) {
463 if ( $pcomment ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryImageInfo.php454 $pcomment = isset( $prop['parsedcomment'] );
457 if ( ( $pcomment || $comment ) && $exists ) {
463 if ( $pcomment ) {
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Djpegiostub.c86 l_int32 fgetJpegComment(FILE *fp, l_uint8 **pcomment) in fgetJpegComment() argument
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryImageInfo.php491 $pcomment = isset( $prop['parsedcomment'] );
494 if ( ( $pcomment || $comment ) && $exists ) {
500 if ( $pcomment ) {

1234