Home
last modified time | relevance | path

Searched refs:write_variable (Results 1 – 25 of 90) sorted by relevance

1234

/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/
H A Dlatex_invoices.py96 def write_variable(ukey, uvalue, replace_linebreak=True): function
132 lco_out += write_variable("toaddress2", add_str)
136 lco_out += write_variable("rechnungsnummer", inr_str)
141 lco_out += write_variable("date", udate) + "\n"
146 lco_out += write_variable("date_due", udate_due) + "\n"
178 lco_out += write_variable("entries", ent_str)
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dgmv_io.C424 write_variable = true; in write_ascii_new_impl()
428 write_variable = true; in write_ascii_new_impl()
432 write_variable = true; in write_ascii_new_impl()
434 if (write_variable) in write_ascii_new_impl()
552 if (write_variable) in write_ascii_new_impl()
1084 write_variable = true; in write_ascii_old_impl()
1088 write_variable = true; in write_ascii_old_impl()
1094 if (write_variable) in write_ascii_old_impl()
1211 if (write_variable) in write_ascii_old_impl()
1409 if (write_variable) in write_binary()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddebug-mini.c86 write_variable (MonoInst *inst, MonoDebugVarInfo *var) in write_variable() function
254 write_variable (cfg->locals [i], &jit->locals [i]); in mono_debug_close_method()
258 write_variable (cfg->args [0], jit->this_var); in mono_debug_close_method()
262 write_variable (cfg->args [i + sig->hasthis], &jit->params [i]); in mono_debug_close_method()
267 write_variable (cfg->gsharedvt_info_var, jit->gsharedvt_info_var); in mono_debug_close_method()
268 write_variable (cfg->gsharedvt_locals_var, jit->gsharedvt_locals_var); in mono_debug_close_method()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmono-debug.c428 write_variable (MonoDebugVarInfo *var, guint8 *ptr, guint8 **rptr) in write_variable() function
478 write_variable (jit->this_var, ptr, &ptr); in mono_debug_add_method()
482 write_variable (&jit->params [i], ptr, &ptr); in mono_debug_add_method()
486 write_variable (&jit->locals [i], ptr, &ptr); in mono_debug_add_method()
490 write_variable (jit->gsharedvt_info_var, ptr, &ptr); in mono_debug_add_method()
491 write_variable (jit->gsharedvt_locals_var, ptr, &ptr); in mono_debug_add_method()
/dports/lang/cparser/cparser-0.9.14/wrappergen/
H A Dwrite_fluffy.c251 static void write_variable(const entity_t *entity) in write_variable() function
324 write_variable(entity); in write_fluffy_decls()
H A Dwrite_jna.c398 static void write_variable(const entity_t *entity)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/docwriter/
H A Dplaintext.py134 def write_variable(self, out, var_doc, name=None, prefix='', verbose=True): member in PlaintextWriter
246 self.write_variable(out, var_doc, name, prefix, verbose)
/dports/science/octopus/octopus-10.5/src/grid/
H A Dio_function_inc.F901724 call write_variable(ncid, data_id, status, sb_dim, xx)
1734 call write_variable(ncid, data_im_id, status, sb_dim, xx)
1745 call write_variable(ncid, data_id, status, sb_dim, xx)
1759 subroutine write_variable(ncid, data_id, status, sb_dim, xx) subroutine
1765 PUSH_SUB(X(out_cf_netcdf).write_variable) argument
1776 POP_SUB(X(out_cf_netcdf).write_variable)
1777 end subroutine write_variable
/dports/devel/py-cffi/cffi-1.15.0/cffi/
H A Dapi.py846 write_variable = backendlib.write_variable
849 lambda self, value: write_variable(BType, name, value)))
/dports/devel/py-cffi/cffi-1.15.0/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cffi/
H A Dapi.py846 write_variable = backendlib.write_variable
849 lambda self, value: write_variable(BType, name, value)))
/dports/devel/py-cffi/stage/usr/local/lib/python3.8/site-packages/cffi/
H A Dapi.py846 write_variable = backendlib.write_variable
849 lambda self, value: write_variable(BType, name, value)))
/dports/lang/gnu-apl/apl-1.8/src/APs/
H A DAP210.cc218 write_variable(FILE * file, int code, Coupled_var & var_D, in write_variable() function
371 result = write_variable(ctx.file, ctx.code, ctx.var_D, in sub_command()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dfilesystem.h122 template<typename T> bool write_variable(const T &v) in write_variable() function
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dfilesystem.h122 template<typename T> bool write_variable(const T &v) in write_variable() function
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dfilesystem.h122 template<typename T> bool write_variable(const T &v) in write_variable() function
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsys-file-writer.c114 static void write_variable (struct sfm_writer *, const struct variable *);
270 write_variable (w, dict_get_var (d, i)); in sfm_open_writer()
487 write_variable (struct sfm_writer *w, const struct variable *v) in write_variable() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1652 string write_variable; in string_container_write_variable() local
1655 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1657 write_variable = "*" + base_var; in string_container_write_variable()
1659 write_variable = base_var; in string_container_write_variable()
1662 return write_variable; in string_container_write_variable()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1650 string write_variable; in string_container_write_variable() local
1653 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1655 write_variable = "*" + base_var; in string_container_write_variable()
1657 write_variable = base_var; in string_container_write_variable()
1660 return write_variable; in string_container_write_variable()
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1652 string write_variable; in string_container_write_variable() local
1655 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1657 write_variable = "*" + base_var; in string_container_write_variable()
1659 write_variable = base_var; in string_container_write_variable()
1662 return write_variable; in string_container_write_variable()
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1652 string write_variable; in string_container_write_variable() local
1655 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1657 write_variable = "*" + base_var; in string_container_write_variable()
1659 write_variable = base_var; in string_container_write_variable()
1662 return write_variable; in string_container_write_variable()
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1652 string write_variable; in string_container_write_variable() local
1655 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1657 write_variable = "*" + base_var; in string_container_write_variable()
1659 write_variable = base_var; in string_container_write_variable()
1662 return write_variable; in string_container_write_variable()
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1652 string write_variable; in string_container_write_variable() local
1655 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1657 write_variable = "*" + base_var; in string_container_write_variable()
1659 write_variable = base_var; in string_container_write_variable()
1662 return write_variable; in string_container_write_variable()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1651 string write_variable; in string_container_write_variable() local
1654 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1656 write_variable = "*" + base_var; in string_container_write_variable()
1658 write_variable = base_var; in string_container_write_variable()
1661 return write_variable; in string_container_write_variable()
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1652 string write_variable; in string_container_write_variable() local
1655 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1657 write_variable = "*" + base_var; in string_container_write_variable()
1659 write_variable = base_var; in string_container_write_variable()
1662 return write_variable; in string_container_write_variable()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/generate/
H A Dt_rs_generator.cc1637 string write_variable; in string_container_write_variable() local
1640 write_variable = "(*" + base_var + ")"; in string_container_write_variable()
1642 write_variable = "*" + base_var; in string_container_write_variable()
1644 write_variable = base_var; in string_container_write_variable()
1647 return write_variable; in string_container_write_variable()

1234