Home
last modified time | relevance | path

Searched refs:write_mod (Results 1 – 7 of 7) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/tools/docs/
H A Dfilename_and_chapter.pl45 write_mod( $i );
99 sub write_mod { subroutine
/dports/devel/elixir-cachex/cachex-3.0.3/lib/cachex/
H A Dactions.ex69 @spec write_mod(atom) :: atom
70 def write_mod(nil), function
72 def write_mod(_tag), function
/dports/devel/elixir-cachex/cachex-3.0.3/test/cachex/
H A Dactions_test.exs179 # This test just provides basic coverage of the write_mod function, by using
183 result1 = Cachex.Actions.write_mod(nil)
184 result2 = Cachex.Actions.write_mod("value")
/dports/devel/elixir-cachex/cachex-3.0.3/lib/cachex/actions/
H A Dget_and_update.ex41 write_mod(value).execute(cache, key, new_value, [])
H A Dinvoke.ex61 tempv == value || write_mod(value)
/dports/audio/din/din-52/src/
H A Dmenu.h173 virtual void write_mod () = 0;
181 void write_mod ();
216 void write_mod ();
H A Dmenu.cc3113 void range_data::write_mod () { in write_mod() function in range_data
3128 MENU.rhl.write_mod (); in after_slide()
3141 void board_height_listener::write_mod () { in write_mod() function in board_height_listener
3159 MENU.bhl.write_mod (); in after_slide()
3206 MENU.arl.write_mod (); in after_slide()
3218 MENU.arr.write_mod (); in after_slide()
3232 MENU.arb.write_mod (); in after_slide()