Home
last modified time | relevance | path

Searched refs:find_n (Results 1 – 10 of 10) sorted by relevance

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Dregex_test.go26 …{"finds all match values", []string{`p[x] { x = regex.find_n("a.", "paranormal", -1) }`}, `[["ar",…
27 …{"finds specified number of match values", []string{`p[x] { x = regex.find_n("a.", "paranormal", 2…
28 …{"finds no matching values", []string{`p[x] { x = regex.find_n("bork", "paranormal", -1) }`}, `[[]…
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/r/src/
H A Dtm_r.c713 int find_n = strlen( find ) ; in B_replace_inplace() local
718 int d = find_n - rep_n ; in B_replace_inplace()
721 for( i=0,j=0; i < len- find_n; ) { in B_replace_inplace()
722 if( strncmp( str+i, find, find_n )==0 ) { in B_replace_inplace()
724 i += find_n ; in B_replace_inplace()
746 int find_n = strlen( find ) ; in B_find() local
749 DEBUG_LOG("in find from=%d, find_n=%d\n", from, find_n ) ; in B_find()
750 for( i=0; i<from - find_n; i++ ) { in B_find()
752 if( strncmp( B->buf + B->put - from + i, find, find_n )==0 ) { in B_find()
/dports/graphics/blender/blender-2.91.0/doc/python_api/examples/
H A Dmathutils.kdtree.py27 for (co, index, dist) in kd.find_n(co_find, 10):
/dports/graphics/blender/blender-2.91.0/tests/python/
H A Dbl_pyapi_mathutils.py407 ret = k.find_n((1.0,) * 3, tot)
411 ret = k.find_n((1.0,) * 3, tot)
416 ret = k.find_n((1.0,) * 3, tot)
/dports/japanese/nkf/nkf-2.1.4/
H A Dnkf32dll.c346 int find_n = 0; in findspace() local
349 find_n++; in findspace()
353 return find_n; in findspace()
/dports/japanese/p5-nkf/nkf-2.1.4/
H A Dnkf32dll.c346 int find_n = 0; in findspace() local
349 find_n++; in findspace()
353 return find_n; in findspace()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Drego.vim28 syn match regoFuncRegex2 "\<regex\.\(split\|globs_match\|template_match\|find_n\|find_all_string_su…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Drego.vim28 syn match regoFuncRegex2 "\<regex\.\(split\|globs_match\|template_match\|find_n\|find_all_string_su…
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/docs/content/
H A Dpolicy-reference.md130 | <span class="opa-keep-it-together">``output := regex.find_n(pattern, string, number)``</span> | `…
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/
H A DCHANGELOG.md956 - Implement regex.find_n (#1001) ([#747](https://github.com/open-policy-agent/opa/issues/747))