Home
last modified time | relevance | path

Searched refs:comment_p (Results 1 – 25 of 123) sorted by relevance

12345

/dports/math/py-theano/Theano-1.0.5/theano/sparse/sandbox/
H A Dsp2.py144 comment_p = "No gradient exists for the prob of success in class\
149 comment=comment_p),
216 comment_p = "No gradient exists for the prob of success in class\
221 comment=comment_p)]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Davstopam.c80 outPam.len = PAM_STRUCT_SIZE(comment_p); in main()
91 outPam.comment_p = &comment; in main()
H A Dsrftopam.c163 outPam.len = PAM_STRUCT_SIZE(comment_p); in convertOneImage()
174 outPam.comment_p = &comment; in convertOneImage()
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/classic/example/fundamental/
H A Dcomments.cpp81 comment_p("/*", "*/") // rule for C-comments in main()
82 | comment_p("//") // rule for C++ comments in main()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/NassiShneiderman/
H A DCParser.cpp29 rule_t preprocessor = comment_p( _T("#") ); in ParseC()
30 rule_t cpp_comment = comment_p( _T("//") ); // C++ comment in ParseC()
31 rule_t c_comment = comment_p( _T("/*"), _T("*/") ); // C comment in ParseC()
H A Dparserules.h37 comment = +((comment_p("//") | comment_p("/*", "*/")));
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpamrecolor.c468 inPam.comment_p = &comments; in main()
469 pnm_readpaminit(ifP, &inPam, PAM_STRUCT_SIZE(comment_p)); in main()
481 colorPam.comment_p = NULL; in main()
483 pnm_readpamn(colorfP, &colorPam, PAM_STRUCT_SIZE(comment_p)); in main()
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/dkim-verify/
H A Ddkimauthenticationstatusinfoutil.cpp89 QString MessageViewer::DKIMAuthenticationStatusInfoUtil::comment_p() in comment_p() function in MessageViewer::DKIMAuthenticationStatusInfoUtil
98 return QStringLiteral("(?:(?:(?:%1%2)+%1)|%3)").arg(fws_op(), comment_p(), fws_p()); in cfws_p()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpam.c69 if (pamP->len >= PAM_STRUCT_SIZE(comment_p)) in pamCommentP()
70 retval = pamP->comment_p; in pamCommentP()
917 *pamP->comment_p = strdup(""); in pnm_readpaminit()
927 *pamP->comment_p = strdup(""); in pnm_readpaminit()
936 *pamP->comment_p = strdup(""); in pnm_readpaminit()
1046 if (pamP->size >= PAM_STRUCT_SIZE(comment_p) && in pnm_writepaminit()
1047 pamP->len < PAM_STRUCT_SIZE(comment_p)) in pnm_writepaminit()
1048 pamP->comment_p = NULL; in pnm_writepaminit()
/dports/x11/mate-session-manager/mate-session-manager-1.26.0/capplet/
H A Dgsm-app-dialog.h41 char **comment_p,
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/example/intermediate/simple_xml/
H A Ddriver.cpp35 if(SP::parse(test,g,SP::comment_p("<---","--->")).full) in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/example/intermediate/simple_xml/
H A Ddriver.cpp35 if(SP::parse(test,g,SP::comment_p("<---","--->")).full) in main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/example/intermediate/simple_xml/
H A Ddriver.cpp35 if(SP::parse(test,g,SP::comment_p("<---","--->")).full) in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/example/intermediate/simple_xml/
H A Ddriver.cpp35 if(SP::parse(test,g,SP::comment_p("<---","--->")).full) in main()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/example/intermediate/simple_xml/
H A Ddriver.cpp35 if(SP::parse(test,g,SP::comment_p("<---","--->")).full) in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/classic/example/intermediate/simple_xml/
H A Ddriver.cpp35 if(SP::parse(test,g,SP::comment_p("<---","--->")).full) in main()

12345