Home
last modified time | relevance | path

Searched +defs:eval +defs:text (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/games/chessx/chessx-1.5.6/src/dialogs/
H A Dcommentdialog.cpp24 QString CommentDialog::text() const in text() function in CommentDialog
42 QString eval = ui.eval->text().trimmed(); in text() local
62 void CommentDialog::setText(QString text) in setText()
102 QRegExp eval(s_eval); in setText() local
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/net/fbzmq/fbzmq-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/security/fizz/fizz-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/www/proxygen/proxygen-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/devel/folly/folly-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/net/wangle/wangle-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/devel/fbthrift/fbthrift-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dexpr.py42 def eval(self, ctx): member in ExprNode
47 def eval(self, ctx): member in TrueExpr
58 def eval(self, ctx): member in NotExpr
69 def eval(self, ctx): member in AllExpr
86 def eval(self, ctx): member in AnyExpr
104 def eval(self, ctx): member in EqualExpr
112 def __init__(self, text, valid_variables): argument
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/py/
H A Dtf.py9 def eval( argstr ): function
20 def send( text, world="<current>" ): argument
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/sandbox/win/src/
H A Dline_break_dispatcher.cc48 EvalResult eval = in GetComplexLineBreaksCall() local
50 auto* text = static_cast<wchar_t*>(text_buf->Buffer()); in GetComplexLineBreaksCall() local
/dports/mail/p5-Mail-SPF/Mail-SPF-v2.9.0/lib/Mail/SPF/
H A DRecord.pm287 sub text { subroutine
375 sub eval { subroutine
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A DRemote.java50 String text = getFile(args[1]); in main() local
59 public static int eval( String url, String text ) in eval() method in Remote
79 static String doBsh( String url, String text ) in doBsh()
140 static String doHttp( String postURL, String text ) in doHttp()
H A DBSHAmbiguousName.java31 public String text; field in BSHAmbiguousName
86 public Object eval( CallStack callstack, Interpreter interpreter ) in eval() method in BSHAmbiguousName
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_anno_SUITE.erl188 text(_Config) -> function
264 eval([], _S0, _A0) -> function
266 eval([{Item, Value}|Updates], S0, A0) -> function
269 eval([{Item, Value, Secondary}|Updates], S0, A0) -> function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/ninja/src/
H A Deval_env.cc83 const EvalString* eval, in LookupWithFallback()
109 void EvalString::AddText(StringPiece text) { in AddText()
117 void EvalString::AddSpecial(StringPiece text) { in AddSpecial()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/
H A DToTreeless.hs76 toTreeless eval q = ifM (alwaysInline q) (pure Nothing) $ Just <$> toTreeless' eval q function
89 cacheTreeless eval q = do function
96 ccToTreeless eval q cc = do function
147 runPipeline eval q pipeline t = case pipeline of function
153 runCompilerPass eval q p t = do function
176 closedTermToTreeless eval t = do function
190 initCCEnv eval = CCEnv function
224 casetreeTop eval cc = flip runReaderT (initCCEnv eval) $ do function
471 [ text "record constructor fields: xs = " <+> (text . show) xs function
472 , text "to be filled with content: keys fs = " <+> (text . show) (Map.keys fs) function
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dhts_labeller.cpp48 value eval(const item& seg) const in eval() function
62 value eval(const item& seg) const in eval() function
75 value eval(const item& seg) const in eval() function
88 value eval(const item& seg) const in eval() function
101 value eval(const item& seg) const in eval() function
114 value eval(const item& seg) const in eval() function
127 value eval(const item& seg) const in eval() function
140 value eval(const item& seg) const in eval() function
153 value eval(const item& seg) const in eval() function
166 value eval(const item& seg) const in eval() function
[all …]
/dports/devel/ninja/ninja-1.10.2/src/
H A Deval_env.cc86 const EvalString* eval, in LookupWithFallback()
112 void EvalString::AddText(StringPiece text) { in AddText()
120 void EvalString::AddSpecial(StringPiece text) { in AddSpecial()

1234567891011