Home
last modified time | relevance | path

Searched refs:search_value (Results 126 – 150 of 309) sorted by path

12345678910>>...13

/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/autocomplete/
H A DPHP_.acp179 array array_keys(array $input [, mixed $search_value= NULL [, bool $strict=false]]) |Return all the…
/dports/editors/cudatext/CudaText-1.151.0/app/data/autocomplete/
H A DPHP_.acp179 array array_keys(array $input [, mixed $search_value= NULL [, bool $strict=false]]) |Return all the…
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/js-sys-0.3.54/src/
H A Dlib.rs4421 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
4429 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dphpcomplete.vim2794 …ixed $key, array $array | bool','array_keys(':'array $array [, mixed $search_value [, bool $strict…
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dphpcomplete.vim2777 …ixed $key, array $array | bool','array_keys(':'array $array [, mixed $search_value [, bool $strict…
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/scripts/
H A Dfetch-workflows.sh405 local search_value="$3"
407 jq -r --arg value "$search_value"\
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dar.cpp1355 static uae_u8* find_absolute_long (uae_u8* start_addr, uae_u8* end_addr, uae_u32 search_value) in find_absolute_long() argument
1360 if (do_get_mem_long ((uae_u32*)addr) == search_value) { in find_absolute_long()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Doption-util.c845 gnc_option_permissible_value_index (GNCOption *option, SCM search_value) in gnc_option_permissible_value_index() argument
848 value = scm_call_2 (getters.value_to_index, option->guile_option, search_value); in gnc_option_permissible_value_index()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/product/tests/
H A Dtest_variants.py44 search_value = self.env['product.template'].search(
47 self.assertIn(self.product_shirt_template, search_value,
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_customer/controllers/
H A Dmain.py48 search_value = post.get('search')
51 if search_value:
54 ('name', 'ilike', search_value),
55 ('website_description', 'ilike', search_value),
56 ('industry_id.name', 'ilike', search_value),
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/js-sys-0.3.39/src/
H A Dlib.rs3803 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
3811 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/games/crafty/crafty-25.2_1/
H A Dlearn.c192 void LearnValue(int search_value, int search_depth) { in LearnValue() argument
214 book_learn_eval[moves_out_of_book - 1] = search_value; in LearnValue()
/dports/games/genact/genact-0.10.0/cargo-crates/js-sys-0.3.44/src/
H A Dlib.rs3805 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
3813 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dar.c1352 static uae_u8* find_absolute_long (uae_u8* start_addr, uae_u8* end_addr, uae_u32 search_value) in find_absolute_long() argument
1357 if (do_get_mem_long ((uae_u32*)addr) == search_value) { in find_absolute_long()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_span.hh380 int64_t first_index(const T &search_value) const in first_index()
382 const int64_t index = this->first_index_try(search_value); in first_index()
390 int64_t first_index_try(const T &search_value) const in first_index_try()
393 if (data_[i] == search_value) { in first_index_try()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/js-sys/src/
H A Dlib.rs4431 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
4439 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/js-sys-0.3.51/src/
H A Dlib.rs3812 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
3820 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/surface/src/cuda/
H A Dconvex_hull.cu376 int search_value = !last_thread ? facet : std::numeric_limits<int>::max(); in operator ()() local
377 int index = lower_bound(b, e, search_value, LessThanByFacet()) - b; in operator ()()
/dports/graphics/rx/rx-0.4.0/cargo-crates/js-sys-0.3.33/src/
H A Dlib.rs3763 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
3771 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/im-15.0.0/src/nodes/
H A Dbtree.rs30 fn search_value(slice: &[Self], value: &Self) -> Result<usize, usize> in search_value() method
457 let index = A::search_value(&self.keys, &value).unwrap_err(); in split()
567 let (median, left, right) = match A::search_value(&self.keys, &value) { in insert()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/im-15.0.0/src/ord/
H A Dmap.rs86 fn search_value(slice: &[Self], key: &Self) -> Result<usize, usize> { in search_value() method
119 default fn search_value(slice: &[Self], key: &Self) -> Result<usize, usize> { in search_value() method
146 fn search_value(slice: &[Self], key: &Self) -> Result<usize, usize> { in search_value() method
H A Dset.rs94 fn search_value(slice: &[Self], key: &Self) -> Result<usize, usize> { in search_value() method
127 default fn search_value(slice: &[Self], key: &Self) -> Result<usize, usize> { in search_value() method
154 fn search_value(slice: &[Self], key: &Self) -> Result<usize, usize> { in search_value() method
/dports/lang/gleam/gleam-0.18.2/cargo-crates/js-sys-0.3.55/src/
H A Dlib.rs4431 pub fn index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in index_of()
4439 pub fn last_index_of(this: &JsString, search_value: &str, from_index: i32) -> i32; in last_index_of()
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_ast.ml165 let search_value table name = Hashtbl.find table name function
1098 let pat_exp = Typedtree_search.search_value table_values name.txt in
H A Dodoc_ast.mli64 val search_value : tab_values -> string -> Typedtree.pattern * Typedtree.expression val

12345678910>>...13