Home
last modified time | relevance | path

Searched refs:variableNode (Results 1 – 25 of 114) sorted by relevance

12345

/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dskincontext_test.cpp94 QDomElement variableNode = doc.createElement("Variable"); in TEST_F() local
95 variableNode.setAttribute("name", "name"); in TEST_F()
96 test.appendChild(variableNode); in TEST_F()
106 QDomElement variableNode = doc.createElement("Variable"); in TEST_F() local
107 variableNode.setAttribute("name", "name"); in TEST_F()
108 variableNode.setAttribute("format", "-%1-"); in TEST_F()
109 test.appendChild(variableNode); in TEST_F()
119 QDomElement variableNode = doc.createElement("Variable"); in TEST_F() local
120 variableNode.setAttribute( in TEST_F()
122 test.appendChild(variableNode); in TEST_F()
/dports/audio/mixxx/mixxx-2.3.0/src/skin/legacy/
H A Dskincontext.cpp121 QString SkinContext::variableNodeToText(const QDomElement& variableNode) const { in variableNodeToText()
122 QString expression = variableNode.attribute("expression"); in variableNodeToText()
125 expression, m_xmlPath, variableNode.lineNumber()); in variableNodeToText()
129 QString variableName = variableNode.attribute("name"); in variableNodeToText()
131 QString formatString = variableNode.attribute("format"); in variableNodeToText()
134 } else if (variableNode.nodeName() == "SetVariable") { in variableNodeToText()
138 return nodeToString(variableNode); in variableNodeToText()
143 return nodeToString(variableNode); in variableNodeToText()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/processors/org/eclipse/jdt/compiler/apt/tests/processors/base/
H A DXMLConverter.java234 Element variableNode = _doc.createElement(VARIABLE_ELEMENT_TAG); in visitVariable() local
235 variableNode.setAttribute(KIND_TAG, e.getKind().name()); in visitVariable()
236 variableNode.setAttribute(SNAME_TAG, e.getSimpleName().toString()); in visitVariable()
238 variableNode.setAttribute(TYPE_TAG, e.asType().toString()); in visitVariable()
240 convertAnnotationMirrors(e, variableNode); in visitVariable()
242 target.appendChild(variableNode); in visitVariable()
H A DXMLComparer.java184 Element variableNode = actualModel.createElement(VARIABLE_ELEMENT_TAG); in test() local
185 variableNode.setAttribute(KIND_TAG, "FIELD"); in test()
186 variableNode.setAttribute(SNAME_TAG, "f"); in test()
187 variableNode.setAttribute(TYPE_TAG, "java.lang.String"); in test()
200 variableNode.appendChild(annotationsNode); in test()
201 typeNode.appendChild(variableNode); in test()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp81 for (TIntermNode *variableNode : sequence) in visitDeclaration()
83 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp81 for (TIntermNode *variableNode : sequence) in visitDeclaration()
83 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp80 for (TIntermNode *variableNode : sequence) in visitDeclaration()
82 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp81 for (TIntermNode *variableNode : sequence) in visitDeclaration()
83 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp80 for (TIntermNode *variableNode : sequence) in visitDeclaration()
82 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltinsWorkaroundGLSL.cpp80 for (TIntermNode *variableNode : sequence) in visitDeclaration()
82 TIntermSymbol *variable = variableNode->getAsSymbolNode(); in visitDeclaration()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MathMLSolver/src/
H A DMathMLEvaluatorVisitor.cpp274 AST::INode* variableNode = mSymbolTable.getVariable( node->getName() ); in visit() local
276 if ( variableNode != 0 ) in visit()
278 variableNode->accept( this ); in visit()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/
H A DConfiguration.php110 ->variableNode('value')->end()
123 ->variableNode('autoescape')->defaultValue('name')->end()
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/
H A DConfiguration.php110 ->variableNode('value')->end()
123 ->variableNode('autoescape')->defaultValue('name')->end()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/www/elgg/elgg-3.3.23/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/www/phpbb3/phpBB3/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/www/bolt/bolt-2.2.24/vendor/symfony/config/Symfony/Component/Config/Definition/Builder/
H A DNodeBuilder.php133 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php114 public function variableNode(string $name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php114 public function variableNode(string $name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/config/Definition/Builder/
H A DNodeBuilder.php128 public function variableNode($name) function in Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/
H A DTreeBuilderTest.php39 $definition = $root->children()->variableNode('variable');
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/
H A DTreeBuilderTest.php39 $definition = $root->children()->variableNode('variable');

12345