Home
last modified time | relevance | path

Searched defs:expression (Results 51 – 75 of 18173) sorted by path

12345678910>>...727

/dports/audio/ampache/ampache-php74-5.0.0/vendor/scn/phptal/src/
H A DTalNamespaceAttribute.php127 public function createAttributeHandler(Dom\Element $tag, $expression)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/
H A DExpressionRequestMatcher.php24 private $expression; variable in Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher
26 public function setExpression(ExpressionLanguage $language, $expression)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/
H A DExpressionRequestMatcherTest.php31 public function testMatchesWhenParentMatchesIsTrue($expression, $expected)
43 public function testMatchesWhenParentMatchesIsFalse($expression)
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/utils/
H A DXPathUtils.java53 public static Node evaluateXPathExpressionAndReturnNode(String expression, Node node) { in evaluateXPathExpressionAndReturnNode()
72 public static NodeList evaluateXPathExpressionAndReturnNodeList(String expression, Node node) { in evaluateXPathExpressionAndReturnNodeList()
/dports/audio/audacity/audacity-Audacity-3.1.3/crashreports/crashreporter/
H A DCrashReportApp.cpp240 auto expression = assertion->expression(); in MakeHeaderString() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/src/vamp-hostsdk/
H A DPluginLoader.cpp598 string expression = dir + "\\*." + extension; in listFiles() local
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dorgan.h226 dsp::inertia<dsp::linear_ramp> expression; variable
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Ddr_mp3.h2402 #define DRMP3_ASSERT(expression) assert(expression) argument
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/system/
H A Djuce_PlatformDefs.h158 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfal… argument
168 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfals… argument
170 #define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON ( ; ) argument
/dports/audio/carla/Carla-2.4.1/source/modules/water/
H A Dwater.h27 #define wassert(expression) CARLA_SAFE_ASSERT(expression) argument
29 #define static_wassert(expression) static_assert(expression, #expression); argument
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/include/gtest/
H A Dgtest_pred_impl.h75 #define GTEST_ASSERT_(expression, on_failure) \ argument
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/include/gtest/internal/
H A Dgtest-internal.h872 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ argument
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/src/
H A Dgtest-death-test.cc221 #define GTEST_DEATH_TEST_CHECK_(expression) \ argument
237 #define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ argument
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/dwarf/
H A Ddwarf2reader.cc1027 explicit ExpressionRule(const string &expression) in ExpressionRule()
1047 explicit ValExpressionRule(const string &expression) in ValExpressionRule()
1243 string expression; // A DWARF expression. member
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/
H A Ddwarf_cfi_to_module.cc202 const string &expression) { in ExpressionRule()
209 const string &expression) { in ValExpressionRule()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/google_breakpad/common/
H A Dminidump_format.h767 u_int16_t expression[128]; /* Assertion that failed... */ member
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dhighlighter.cpp631 QRegExp expression("\\b[\\w:]+\\b"); in highlightCsoundBlock() local
727 QRegExp expression(lastHighlightingRules[i].pattern); in highlightCsoundBlock() local
775 QRegExp expression("\\b+\\w\\b+"); in highlightPythonBlock() local
778 QRegExp expression("\\b+" + pythonKeywords[i] + "\\b+"); in highlightPythonBlock() local
817 QRegExp expression("\\b+\\w\\b+"); in highlightHtmlBlock() local
820 QRegExp expression(htmlKeywords[i]);//expression("\\b+" + htmlKeywords[i] + "\\b+"); in highlightHtmlBlock() local
830 QRegExp expression("\\b+" + javascriptKeywords[i] + "\\b+"); in highlightHtmlBlock() local
/dports/audio/deadbeef/deadbeef-0.7.2/intl/
H A Dplural-exp.h63 struct expression struct
66 enum expression_operator operation; argument
70 struct expression *args[3]; /* Up to three arguments. */ argument
79 struct expression *res; argument
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c239 unsigned char expression; member
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/host_src/
H A Deas_types.h250 EAS_U8 expression; /* CC11 */ member
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Deas_synth.h218 EAS_U8 expression; /* CC11 */ member
/dports/audio/drumstick/drumstick-2.5.0/utils/dumpwrk/
H A Ddumpwrk.cpp413 void QSpyWrk::expression(int track, long time, int code, const QString& text) in expression() function in QSpyWrk
/dports/audio/fasttracker2/ft2-clone-1.49/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_stdinc.h139 #define SDL_reinterpret_cast(type, expression) reinterpret_cast<type>(expression) argument
140 #define SDL_static_cast(type, expression) static_cast<type>(expression) argument
141 #define SDL_const_cast(type, expression) const_cast<type>(expression) argument
143 #define SDL_reinterpret_cast(type, expression) ((type)(expression)) argument
144 #define SDL_static_cast(type, expression) ((type)(expression)) argument
145 #define SDL_const_cast(type, expression) ((type)(expression)) argument
/dports/audio/fasttracker2/ft2-clone-1.49/vs2019_project/ft2-clone/sdl/include/SDL2/
H A DSDL_stdinc.h139 #define SDL_reinterpret_cast(type, expression) reinterpret_cast<type>(expression) argument
140 #define SDL_static_cast(type, expression) static_cast<type>(expression) argument
141 #define SDL_const_cast(type, expression) const_cast<type>(expression) argument
143 #define SDL_reinterpret_cast(type, expression) ((type)(expression)) argument
144 #define SDL_static_cast(type, expression) ((type)(expression)) argument
145 #define SDL_const_cast(type, expression) ((type)(expression)) argument
/dports/audio/faudio/FAudio-21.01/utils/wavcommon/
H A Ddr_wav.h947 #define DRWAV_ASSERT(expression) assert(expression) argument

12345678910>>...727