Home
last modified time | relevance | path

Searched defs:toks (Results 101 – 125 of 755) sorted by relevance

12345678910>>...31

/dports/net/ndpi/nDPI-92a1be2/example/
H A Dndpi2timeline.py41 def get_record(toks, csv_fields): argument
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/C2HS/
H A DCHS.hs1141 parseOptNoCode toks = return (True, toks) function
1178 toks = removeIllPositionedComment inputToks function
1234 parseIsPure toks = return (False, toks) function
1239 parseIsIntr toks = return (False, toks) function
1243 parseIsUnsafe toks = return (False, toks) function
1457 parseOptStar toks = return (False, toks) function
1465 parseOptLib toks = return (Nothing, toks) function
1555 parsePath toks = syntaxError toks function
1637 parseTrans toks = syntaxError toks function
1652 parseDerive toks = return ([],toks) function
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dbitcoind.c36 const jsmntok_t *toks, in plugin_config_cb()
97 const jsmntok_t *toks, const char *method, in bitcoin_plugin_error()
160 static void estimatefees_callback(const char *buf, const jsmntok_t *toks, in estimatefees_callback()
263 static void sendrawtx_callback(const char *buf, const jsmntok_t *toks, in sendrawtx_callback()
348 getrawblockbyheight_callback(const char *buf, const jsmntok_t *toks, in getrawblockbyheight_callback()
442 static void getchaininfo_callback(const char *buf, const jsmntok_t *toks, in getchaininfo_callback()
514 static void getutxout_callback(const char *buf, const jsmntok_t *toks, in getutxout_callback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pycoverage/coverage/
H A Dphystokens.py8 def phys_tokens(toks): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/third_party/coverage/
H A Dphystokens.py6 def phys_tokens(toks): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pycoverage/coverage/
H A Dphystokens.py8 def phys_tokens(toks): argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parser/src/
H A DTeuchos_XML.cpp107 Language::Tokens& toks = out.tokens; in make_language() local
H A DTeuchos_YAML.cpp141 Language::Tokens& toks = out.tokens; in make_language() local
/dports/sysutils/burp/burp-2.4.0/src/client/
H A Dfind_logic.c194 char **toks=NULL; in create_token_list() local
217 struct tokens *toks; in parse_expression() local
229 static void find(dllist *toks, TOKENS what, int start, dllist **positions) in find()
246 static void parens(dllist *toks, int *has, int *left, int *right) in parens()
486 dllist *toks=*tokens; in bool_eval() local
571 dllist *toks=*tokens, *sub; in eval_parsed_expression() local
/dports/sysutils/burp-devel/burp-2.5.4/src/client/
H A Dfind_logic.c194 char **toks=NULL; in create_token_list() local
217 struct tokens *toks; in parse_expression() local
229 static void find(dllist *toks, TOKENS what, int start, dllist **positions) in find()
246 static void parens(dllist *toks, int *has, int *left, int *right) in parens()
486 dllist *toks=*tokens; in bool_eval() local
571 dllist *toks=*tokens, *sub; in eval_parsed_expression() local
/dports/science/cdk/cdk-cdk-2.3/descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/
H A DStandardSubstructureSets.java66 String[] toks = line.split(":"); in readSMARTSPattern() local
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/libtools/
H A Drangeparser.cc45 std::vector<std::string> toks = Tokenizer(str, ":").ToVector(); in ParseBlock() local
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/src/libtools/
H A Drangeparser.cc45 std::vector<std::string> toks = Tokenizer(str, ":").ToVector(); in ParseBlock() local
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/CST/
H A DUtils.hs86 unexpectedExpr toks = ExprIdent mempty (unexpectedQual (head toks)) function
89 unexpectedBinder toks = BinderVar mempty (unexpectedName (head toks)) function
92 unexpectedRecordUpdate toks = RecordUpdateLeaf (unexpectedLabel (head toks)) (head toks) (unexpecte… function
95 unexpectedRecordLabeled toks = RecordPun (unexpectedName (head toks)) function
102 let toks = rangeToks $ toRange old function
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-json.c123 jsmntok_t *toks; in test_json_tok_size() local
184 const jsmntok_t *toks; in test_json_bad_utf8() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/
H A Dbcanalyzer_test.py23 def _MakeBytes(bits, toks): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/libsupersize/
H A Dbcanalyzer_test.py23 def _MakeBytes(bits, toks): argument
/dports/security/snort/snort-2.9.18/src/
H A Dparser.c2104 char **toks; in ParsePreprocessor() local
2278 char **toks; in ParseSideChannelModule() local
2361 char **toks; in ParseRateFilter() local
2542 char **toks; in ParseRuleTypeOutput() local
2584 char **toks; in ParseOutput() local
4673 char **toks; in ParseConfig() local
4935 char **toks; in ParseRuleState() local
5306 char **toks; in _ParseRuleTypeDeclaration() local
6297 char **toks; in ConfigBinding() local
6428 char **toks; in GetChecksumFlags() local
[all …]
H A Dhashstring.c63 int toks; in main() local
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Dparser.c328 char **toks; in ParseInput() local
401 char **toks; in ParseOutput() local
1288 char **toks; in ParseConfig() local
1481 char **toks; in ParseConfigFile() local
1638 char **toks; in ConfigClassification() local
1830 char **toks; /* dbl ptr to store mSplit return data in */ in ConfigObfuscationMask() local
1921 char **toks; in ConfigReference() local
1967 char **toks; /* dbl ptr to store mSplit return data in */ in ConfigReferenceNet() local
2541 char **toks = NULL; in ConfigSigSuppress() local
2729 char **toks; in ParseIpVar() local
[all …]
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Dparser.c328 char **toks; in ParseInput() local
401 char **toks; in ParseOutput() local
1288 char **toks; in ParseConfig() local
1481 char **toks; in ParseConfigFile() local
1638 char **toks; in ConfigClassification() local
1830 char **toks; /* dbl ptr to store mSplit return data in */ in ConfigObfuscationMask() local
1921 char **toks; in ConfigReference() local
1967 char **toks; /* dbl ptr to store mSplit return data in */ in ConfigReferenceNet() local
2541 char **toks = NULL; in ConfigSigSuppress() local
2729 char **toks; in ParseIpVar() local
[all …]
/dports/math/eprover/eprover-E-2.0/INOUT/
H A Dcio_scanner.c975 bool TestTok(Token_p akt, TokenType toks) in TestTok()
1091 void CheckInpTok(Scanner_p in, TokenType toks) in CheckInpTok()
1124 void CheckInpTokNoSkip(Scanner_p in, TokenType toks) in CheckInpTokNoSkip()
/dports/textproc/hevea/hevea-2.34/
H A Dpackage.ml379 let toks = Scan.get_csname lexbuf in var
392 let toks = Scan.get_csname lexbuf in var
414 let toks = Scan.get_csname lexbuf in var
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/web/
H A DEftarFileReader.java152 StringTokenizer toks = new StringTokenizer(path, "/"); in getNode() local
185 StringTokenizer toks = new StringTokenizer(path, "/"); in get() local
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/Helpers/
H A Djucer_FileHelpers.cpp70 StringArray toks; in simplifyPath() local

12345678910>>...31