Home
last modified time | relevance | path

Searched defs:add_variables (Results 1 – 21 of 21) sorted by relevance

/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/
H A Dmixins.scss2 @mixin add_variables( $view: frontend ) { mixin
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/
H A Dmixins.scss2 @mixin add_variables( $view: frontend ) { mixin
/dports/www/moodle311/moodle/lib/classes/
H A Dscss.php49 public function add_variables(array $variables) { function in core_scss
/dports/www/moodle310/moodle/lib/classes/
H A Dscss.php49 public function add_variables(array $variables) { function in core_scss
/dports/www/moodle39/moodle/lib/classes/
H A Dscss.php49 public function add_variables(array $variables) { function in core_scss
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dfreshening.mli58 val add_variables val
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dfreshening.mli58 val add_variables val
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/appsi/solvers/
H A Dipopt.py198 def add_variables(self, variables: List[_GeneralVarData]): member in Ipopt
H A Dcbc.py138 def add_variables(self, variables: List[_GeneralVarData]): member in Cbc
H A Dcplex.py151 def add_variables(self, variables: List[_GeneralVarData]): member in Cplex
/dports/net/ns3/ns-allinone-3.35/bake/bake/
H A DModuleEnvironment.py359 def add_variables(self, libpaths): member in ModuleEnvironment
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/appsi/
H A Dbase.py542 def add_variables(self, variables: List[_GeneralVarData]): member in PersistentSolver
684 def add_variables(self, variables: List[_GeneralVarData]): member in PersistentBase
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Daggregate.c140 bool add_variables; /* True iff the aggregated variables should member
/dports/math/py-claripy/claripy-9.0.5405/claripy/ast/
H A Dbase.py91 …def __new__(cls, op, args, add_variables=None, hash=None, **kwargs): #pylint:disable=redefined-bui… argument
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dsystem.C1160 unsigned int System::add_variables (const std::vector<std::string> & vars, in add_variables() function
1272 unsigned int System::add_variables (const std::vector<std::string> & vars, in add_variables() function
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dxchaff_solver.cpp160 int CSolver::add_variables(int new_vars) in add_variables() function in CSolver
/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dvariable-parser.c248 add_variables (struct variable ***v, size_t *nv, size_t *mv, char *included, in add_variables() function
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/plot/
H A Dowplotgui_obsolete.py126 def add_variables(self): member in AddVariablesDialog
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/parsing/
H A Dmodel.py401 def add_variables(self, name, args=None, comment=None): member in _SettingTable
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_intern_table.c341 static void add_variables(test_store_t *s, uint32_t n) { in add_variables() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c498 static void add_headers_to_event(iks *node, switch_event_t *event, int add_variables) in add_headers_to_event()
522 static void add_channel_headers_to_event(iks *node, switch_channel_t *channel, int add_variables) in add_channel_headers_to_event()