Home
last modified time | relevance | path

Searched defs:variables (Results 1 – 25 of 7404) sorted by last modified time

12345678910>>...297

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dprogram_manager.cc2010 std::vector<sh::ShaderVariable> variables; in CheckVaryingsPacking() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dprogram_manager.cc2010 std::vector<sh::ShaderVariable> variables; in CheckVaryingsPacking() local
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py64 variables=None): argument
H A Dinput.py362 def LoadTargetBuildFile(build_file_path, data, aux_data, variables, includes, argument
478 build_file_path, variables, argument
574 def LoadTargetBuildFilesParallel(build_files, data, variables, includes, depth, argument
710 def ExpandVariables(input, phase, variables, build_file): argument
1041 def EvalCondition(condition, conditions_key, phase, variables, build_file): argument
1077 cond_expr, true_dict, false_dict, phase, variables, build_file): argument
1112 def ProcessConditionsInDict(the_dict, phase, variables, build_file): argument
1158 def LoadAutomaticVariablesFromDict(variables, the_dict): argument
1166 def LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key): argument
1306 def ProcessVariablesAndConditionsInList(the_list, phase, variables, argument
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py1370 def AppendPostbuildVariable(self, variables, spec, output, binary, argument
/dports/www/node10/node-v10.24.1/tools/
H A Dinstall.py16 variables = None variable
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py1370 def AppendPostbuildVariable(self, variables, spec, output, binary, argument
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py64 variables=None): argument
H A Dinput.py362 def LoadTargetBuildFile(build_file_path, data, aux_data, variables, includes, argument
478 build_file_path, variables, argument
574 def LoadTargetBuildFilesParallel(build_files, data, variables, includes, depth, argument
710 def ExpandVariables(input, phase, variables, build_file): argument
1041 def EvalCondition(condition, conditions_key, phase, variables, build_file): argument
1077 cond_expr, true_dict, false_dict, phase, variables, build_file): argument
1112 def ProcessConditionsInDict(the_dict, phase, variables, build_file): argument
1158 def LoadAutomaticVariablesFromDict(variables, the_dict): argument
1166 def LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key): argument
1306 def ProcessVariablesAndConditionsInList(the_list, phase, variables, argument
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/ExpressionLanguage/
H A DResolver.php45 public function __construct(string $context, array $variables)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Routing/
H A DUrlGenerator.php42 …protected function doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/View/
H A DAbstractView.php33 protected $variables = []; variable in TYPO3\\CMS\\Extbase\\Mvc\\View\\AbstractView
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentDataProcessor.php34 public function process(ContentObjectRenderer $cObject, array $configuration, array $variables)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/
H A DSQLSrvStatement.php69 private $variables = []; variable in Doctrine\\DBAL\\Driver\\SQLSrv\\SQLSrvStatement
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php17 function uri_template($template, array $variables)
H A DUriTemplate.php15 private $variables; variable in GuzzleHttp\\UriTemplate
38 public function expand($template, array $variables)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3/phar-stream-wrapper/src/Resolver/
H A DPharInvocation.php41 private $variables; variable in TYPO3\\PharStreamWrapper\\Resolver\\PharInvocation
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/ViewHelper/
H A DViewHelperVariableContainer.php56 public function addAll($viewHelperName, $variables)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/ViewHelpers/Cache/
H A DWarmupViewHelper.php150 …ic function overlayVariablesIfNotSet(RenderingContextInterface $renderingContext, array $variables)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Variables/
H A DStandardVariableProvider.php24 protected $variables = []; variable in TYPO3Fluid\\Fluid\\Core\\Variables\\StandardVariableProvider
32 public function __construct(array $variables = [])
41 public function getScopeCopy($variables)
H A DChainedVariableProvider.php98 public function getScopeCopy($variables)
H A DVariableProviderInterface.php29 public function __construct(array $variables = []);
43 public function getScopeCopy($variables);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/View/
H A DAbstractTemplateView.php217 public function renderSection($sectionName, array $variables = [], $ignoreUnknown = false)
298 …public function renderPartial($partialName, $sectionName, array $variables, $ignoreUnknown = false)
H A DAbstractView.php22 protected $variables = []; variable in TYPO3Fluid\\Fluid\\View\\AbstractView
H A DViewInterface.php54 public function renderSection($sectionName, array $variables = [], $ignoreUnknown = false);
65 …public function renderPartial($partialName, $sectionName, array $variables, $ignoreUnknown = false…

12345678910>>...297