Home
last modified time | relevance | path

Searched refs:example_function (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/templates_py/
H A Dbackground_job.py24 def example_function(text, save_path, render_path): function
112 example_function(args.text, args.save_path, args.render_path)
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rustsec-0.23.3/tests/
H A Dadvisories.rs58 let example_function = "base::belongs::All".parse().unwrap(); in parse_affected() localVariable
59 let req = &affected.functions.get(&example_function).unwrap()[0]; in parse_affected()
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/toctreeexample/example/
H A Dexample.py6 def example_function(x): function
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/templateexample/example/
H A Dexample.py6 def example_function(x): function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/tests/
H A Dadvisories.rs58 let example_function = "base::belongs::All".parse().unwrap(); in parse_affected() localVariable
59 let req = &affected.functions.get(&example_function).unwrap()[0]; in parse_affected()
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DPORTING60 AC_CHECK_LIB(libexample, example_function)
63 if example_function is found in the library.
68 AC_CHECK_FUNCS(example_function)
/dports/sysutils/vector/vector-0.10.0/rfcs/
H A D2020-03-06-1999-api-extensions-for-lua-transform.md666 | `hooks`.`init` | no | `example_function` or `function (emit) ... end` | Contains a Lua expression…
667 | `hooks`.`shutdown` | no | `example_function` or `function (emit) ... end` | Contains a Lua expres…
668 | `hooks`.`process` | yes | `example_function` or `function (event, emit) ... end` | Contains a Lua…
669 | `timers` | no | `[{interval_seconds = 10, handler = "example_function"}]` or `[{interval_seconds …
/dports/graphics/p5-Gimp/Gimp-2.33/
H A DREADME24 example_function - Short description of the function
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/dev-tools/
H A Dcheckpatch.rst519 inline static int example_function(void)
526 static inline int example_function(void)
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/dev-tools/
H A Dcheckpatch.rst519 inline static int example_function(void)
526 static inline int example_function(void)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/dev-tools/
H A Dcheckpatch.rst519 inline static int example_function(void)
526 static inline int example_function(void)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/developers/
H A Dcontributing.rst1134 def example_function(n_clusters=8, k='deprecated'):
1193 def example_function(n_clusters='warn'):