Home
last modified time | relevance | path

Searched defs:variables (Results 51 – 75 of 6508) sorted by relevance

12345678910>>...261

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/ci/runners/
H A Dconfigure_runners.md305 ### Git strategy
348 ### Git submodule strategy
386 ### Git checkout
415 ### Git clean flags
442 ### Git fetch extra flags
479 ### Shallow cloning
513 ### Custom build directories
597 ### Job stages attempts
/dports/science/gromacs/gromacs-2021.4/docs/dev-manual/
H A Dbuild-system.rst124 Compiler flags
163 Variables affecting compilation/linking
318 Variables affecting the ``all`` target
375 Variables affecting special targets
/dports/math/mate-calc/mate-calc-1.26.0/src/
H A Dmath-variables.c36 registers_load(MathVariables *variables) in registers_load()
76 registers_save(MathVariables *variables) in registers_save()
108 math_variables_get_names(MathVariables *variables) in math_variables_get_names()
133 math_variables_set(MathVariables *variables, const char *name, const MPNumber *value) in math_variables_set()
150 math_variables_get(MathVariables *variables, const char *name) in math_variables_get()
159 math_variables_delete(MathVariables *variables, const char *name) in math_variables_delete()
175 math_variables_init(MathVariables *variables) in math_variables_init()
/dports/math/fricas/fricas-1.3.7/
H A DMakenotes.tex149 \subsubsection{[[prefix]]}
155 \subsubsection{[[bindir]]}
158 \subsubsection{[[sbindir]]}
185 \subsubsection{[[docdir]]}
194 \subsubsection{[[dvidir]]}
197 \subsubsection{[[pdfdir]]}
200 \subsubsection{[[psdir]]}
203 \subsubsection{[[libdir]]}
212 \subsubsection{[[mandir]]}
221 \subsubsection{[[manext]]}
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DRuntimeVariablesExpression.cs21 internal RuntimeVariablesExpression(ReadOnlyCollection<ParameterExpression> variables) in RuntimeVariablesExpression()
59 public RuntimeVariablesExpression Update(IEnumerable<ParameterExpression> variables) in Update()
80 … public static RuntimeVariablesExpression RuntimeVariables(params ParameterExpression[] variables) in RuntimeVariables()
90 …blic static RuntimeVariablesExpression RuntimeVariables(IEnumerable<ParameterExpression> variables) in RuntimeVariables()
H A DBlockExpression.cs68 …public BlockExpression Update(IEnumerable<ParameterExpression> variables, IEnumerable<Expression> … in Update()
107 internal virtual bool SameVariables(ICollection<ParameterExpression> variables) => in SameVariables()
153 …internal virtual BlockExpression Rewrite(ReadOnlyCollection<ParameterExpression> variables, Expres… in Rewrite()
244 …internal override BlockExpression Rewrite(ReadOnlyCollection<ParameterExpression> variables, Expre… in Rewrite()
313 …internal override BlockExpression Rewrite(ReadOnlyCollection<ParameterExpression> variables, Expre… in Rewrite()
388 …internal override BlockExpression Rewrite(ReadOnlyCollection<ParameterExpression> variables, Expre… in Rewrite()
520 internal ScopeExpression(IReadOnlyList<ParameterExpression> variables) in ScopeExpression()
525 internal override bool SameVariables(ICollection<ParameterExpression> variables) => field in System.Linq.Expressions.ScopeExpression
555 internal Scope1(IReadOnlyList<ParameterExpression> variables, Expression body) in Scope1()
560 private Scope1(IReadOnlyList<ParameterExpression> variables, object body) in Scope1()
[all …]
/dports/science/siconos/siconos-4.4.0/docs/sphinx/devel_guide/notes/
H A DAlartCurnier.tex4 \subsection{Formulation}
19 \subsection{Structure of the Jacobians}
34 \subsection{Computation of the gradients}
151 \subsection{Rearranging the cases}
156 \subsection{Formulation}
172 \subsection{Structure of the Jacobians}
211 \subsection{Simplification ?}
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/roles/zabbix_server/
H A DREADME.md87 ### Overall Zabbix
101 ### SElinux
107 ### Zabbix Server
121 ### Database specific
138 ### TLS Specific configuration
174 ### Custom Zabbix Scripts
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/docs/
H A DZABBIX_SERVER_ROLE.md87 ### Overall Zabbix
101 ### SElinux
107 ### Zabbix Server
121 ### Database specific
138 ### TLS Specific configuration
174 ### Custom Zabbix Scripts
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DRuntimeVariablesExpression.cs39 internal RuntimeVariablesExpression(ReadOnlyCollection<ParameterExpression> variables) { in RuntimeVariablesExpression()
81 public RuntimeVariablesExpression Update(IEnumerable<ParameterExpression> variables) { in Update()
96 …public static RuntimeVariablesExpression RuntimeVariables(params ParameterExpression[] variables) { in RuntimeVariables()
105 …lic static RuntimeVariablesExpression RuntimeVariables(IEnumerable<ParameterExpression> variables)… in RuntimeVariables()
/dports/www/drupal7/drupal-7.82/modules/system/
H A Dtheme.api.php113 function hook_preprocess(&$variables, $hook) {
159 function hook_preprocess_HOOK(&$variables) {
181 function hook_process(&$variables, $hook) {
207 function hook_process_HOOK(&$variables) {
/dports/www/py-django-configurations/django-configurations-2.2/docs/
H A Dvalues.rst64 Default behavior
96 Disabling environment variables
108 Custom environment variable names
123 Allow final value to be used outside the configuration context
138 Custom environment variable prefixes
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Dnpymath.ini.in6 [variables] section
7 pkgname=@pkgname@
8 prefix=${pkgdir}
9 libdir=${prefix}@sep@lib
10 includedir=${prefix}@sep@include
/dports/databases/py-pgxnclient/pgxnclient-1.3.2/pgxnclient/utils/
H A Duri.py138 def opt(variables, arg, values): argument
150 def neg(variables, arg, values): argument
157 def listjoin(variables, arg, values): argument
162 def join(variables, arg, values): argument
172 def prefix(variables, arg, values): argument
181 def append(variables, arg, values): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.core.variables/src/org/eclipse/core/variables/
H A DIValueVariableListener.java33 void variablesAdded(IValueVariable[] variables); in variablesAdded()
41 void variablesRemoved(IValueVariable[] variables); in variablesRemoved()
48 void variablesChanged(IValueVariable[] variables); in variablesChanged()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/kernel/
H A Dsos.py31 variables = _abstract_readwrite_property( variable in ISOS
66 def __init__(self, variables, weights=None, level=1): argument
91 def variables(self): return self._variables member in sos
97 def sos1(variables, weights=None): argument
103 def sos2(variables, weights=None): argument
/dports/benchmarks/tsung/tsung-1.7.0/docs/
H A Dconf-advanced-features.rst224 Regexp
254 XPath
315 JSONPath
341 PostgreSQL
383 Decoding variables
413 * Dynamic variables defined by calling an Erlang function:
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/settings/
H A Denvironmentprofilemodel.cpp69 const auto& variables = m_profileListModel->variables(m_currentProfileName); in data() local
76 const auto& variables = m_profileListModel->variables(m_currentProfileName); in data() local
106 auto& variables = m_profileListModel->variables(m_currentProfileName); in setData() local
132 auto& variables = m_profileListModel->variables(m_currentProfileName); in addVariable() local
159 auto& variables = m_profileListModel->variables(m_currentProfileName); in removeVariable() local
178 const auto& variables = m_profileListModel->variables(m_currentProfileName); in setCurrentProfile() local
197 auto& variables = m_profileListModel->variables(m_currentProfileName); in setVariablesFromString() local
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Ddriver.go62 func generateRawReport(p *profile.Profile, cmd []string, vars variables, o *plugin.Options) (*comma…
109 func generateReport(p *profile.Profile, cmd []string, vars variables, o *plugin.Options) error {
154 func applyCommandOverrides(cmd string, outputFormat int, v variables) variables {
207 func aggregate(prof *profile.Profile, v variables) error {
236 func reportOptions(p *profile.Profile, numLabelUnits map[string]string, vars variables) (*report.Op…
/dports/deskutils/syncthingtray/c++utilities/doc/
H A Dbuildvariables.md121 #### Variables for specifying location of 3rd party dependencies
134 #### Windows specific
139 #### MacOS specific
143 #### Qt specific
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DElement.java62 @Deprecated public Element(IntVar index, List<? extends IntVar> variables, IntVar value) { in Element()
75 …@Deprecated public Element(IntVar index, List<? extends IntVar> variables, IntVar value, int shift… in Element()
112 @Deprecated public Element(IntVar index, IntVar[] variables, IntVar value) { in Element()
125 @Deprecated public Element(IntVar index, IntVar[] variables, IntVar value, int shift) { in Element()
179 public static Constraint choose(IntVar index, List<? extends IntVar> variables, IntVar value) { in choose()
192 …public static Constraint choose(IntVar index, List<? extends IntVar> variables, IntVar value, int … in choose()
229 public static Constraint choose(IntVar index, IntVar[] variables, IntVar value) { in choose()
242 public static Constraint choose(IntVar index, IntVar[] variables, IntVar value, int shift) { in choose()
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dexpert_info_model.cpp66 ExpertPacketItem* ExpertPacketItem::child(QString hash)
102 delete root_;
155 grandchild_item = child_item->child(0);
193 QModelIndex ExpertInfoModel::parent(const QModelIndex& index) const
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Render/
H A Dtheme.api.php554 function hook_preprocess(&$variables, $hook) {
601 function hook_preprocess_HOOK(&$variables) {
634 function hook_theme_suggestions_HOOK(array $variables) {
686 function hook_theme_suggestions_alter(array &$suggestions, array $variables, $hook) {
719 function hook_theme_suggestions_HOOK_alter(array &$suggestions, array $variables) {
790 function hook_render_template($template_file, $variables) {
1304 function hook_template_preprocess_default_variables_alter(&$variables) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Render/
H A Dtheme.api.php567 function hook_preprocess(&$variables, $hook) {
614 function hook_preprocess_HOOK(&$variables) {
647 function hook_theme_suggestions_HOOK(array $variables) {
699 function hook_theme_suggestions_alter(array &$suggestions, array $variables, $hook) {
732 function hook_theme_suggestions_HOOK_alter(array &$suggestions, array $variables) {
803 function hook_render_template($template_file, $variables) {
1317 function hook_template_preprocess_default_variables_alter(&$variables) {
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Sandbox/ImplicitDifferentialEquations/
H A DImplicitDifferentialEquations.md44 #### Component user
66 #### Component developer
93 #### Simbody and OpenSim internals
189 #### Interface for Component users
240 #### Interface for Component developers
291 #### OpenSim internals

12345678910>>...261