Home
last modified time | relevance | path

Searched refs:StateResult (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/
H A DStateMachine.cs7 protected delegate StateResult State(); in State()
17 StateResult result; in Turn()
38 protected StateResult Stop() in Stop()
50 protected StateResult Transition(State newState) in Transition()
52 return new StateResult(newState); in Transition()
61 return new StateResult(output, newState); in Transition()
71 protected StateResult Stay() in Stay()
73 return new StateResult(CurrentState); in Stay()
80 protected StateResult Stay(TReturn output) in Stay()
85 protected class StateResult class in System.Web.Razor.StateMachine
[all …]
/dports/www/py-html5-parser/html5-parser-0.4.10/gumbo/
H A Dtokenizer.c75 } StateResult; typedef
480 static StateResult emit_replacement_char( in emit_replacement_char()
576 static StateResult emit_char_ref( in emit_char_ref()
883 static StateResult handle_data_state(GumboParser* parser, in handle_data_state()
917 static StateResult handle_rcdata_state(GumboParser* parser, in handle_rcdata_state()
948 static StateResult handle_rawtext_state(GumboParser* parser, in handle_rawtext_state()
967 static StateResult handle_script_state(GumboParser* parser, in handle_script_state()
2107 static StateResult handle_comment_state(GumboParser* parser, in handle_comment_state()
2791 static StateResult handle_cdata_state(GumboParser* parser, in handle_cdata_state()
2805 typedef StateResult (*GumboLexerStateFunction)(
[all …]
/dports/textproc/sigil/Sigil-1.8.0/internal/gumbo/
H A Dtokenizer.c74 } StateResult; typedef
480 static StateResult emit_replacement_char( in emit_replacement_char()
573 static StateResult emit_char_ref( in emit_char_ref()
884 static StateResult handle_data_state( in handle_data_state()
918 static StateResult handle_rcdata_state( in handle_rcdata_state()
949 static StateResult handle_rawtext_state( in handle_rawtext_state()
968 static StateResult handle_script_state( in handle_script_state()
2116 static StateResult handle_comment_state( in handle_comment_state()
2241 static StateResult handle_doctype_state( in handle_doctype_state()
2808 static StateResult handle_cdata_state( in handle_cdata_state()
[all …]
/dports/devel/gumbo/gumbo-parser-0.10.1/src/
H A Dtokenizer.c73 } StateResult; typedef
490 static StateResult emit_replacement_char( in emit_replacement_char()
584 static StateResult emit_char_ref(GumboParser* parser, in emit_char_ref()
893 static StateResult handle_data_state(GumboParser* parser, in handle_data_state()
925 static StateResult handle_rcdata_state(GumboParser* parser, in handle_rcdata_state()
954 static StateResult handle_rawtext_state(GumboParser* parser, in handle_rawtext_state()
972 static StateResult handle_script_state(GumboParser* parser, in handle_script_state()
2075 static StateResult handle_comment_state(GumboParser* parser, in handle_comment_state()
2753 static StateResult handle_cdata_state(GumboParser* parser, in handle_cdata_state()
2767 typedef StateResult (*GumboLexerStateFunction)(
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qlitehtml/src/3rdparty/litehtml/src/gumbo/
H A Dtokenizer.c73 } StateResult; typedef
490 static StateResult emit_replacement_char( in emit_replacement_char()
584 static StateResult emit_char_ref(GumboParser* parser, in emit_char_ref()
893 static StateResult handle_data_state(GumboParser* parser, in handle_data_state()
925 static StateResult handle_rcdata_state(GumboParser* parser, in handle_rcdata_state()
954 static StateResult handle_rawtext_state(GumboParser* parser, in handle_rawtext_state()
972 static StateResult handle_script_state(GumboParser* parser, in handle_script_state()
2075 static StateResult handle_comment_state(GumboParser* parser, in handle_comment_state()
2753 static StateResult handle_cdata_state(GumboParser* parser, in handle_cdata_state()
2767 typedef StateResult (*GumboLexerStateFunction)(
[all …]
/dports/www/kristall/kristall-6b39f244/lib/gumbo-parser/
H A Dtokenizer.c73 } StateResult; typedef
490 static StateResult emit_replacement_char( in emit_replacement_char()
584 static StateResult emit_char_ref(GumboParser* parser, in emit_char_ref()
893 static StateResult handle_data_state(GumboParser* parser, in handle_data_state()
925 static StateResult handle_rcdata_state(GumboParser* parser, in handle_rcdata_state()
954 static StateResult handle_rawtext_state(GumboParser* parser, in handle_rawtext_state()
972 static StateResult handle_script_state(GumboParser* parser, in handle_script_state()
2075 static StateResult handle_comment_state(GumboParser* parser, in handle_comment_state()
2753 static StateResult handle_cdata_state(GumboParser* parser, in handle_cdata_state()
2767 typedef StateResult (*GumboLexerStateFunction)(
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/gumbo-parser/src/
H A Dtokenizer.c73 } StateResult; typedef
490 static StateResult emit_replacement_char( in emit_replacement_char()
584 static StateResult emit_char_ref(GumboParser* parser, in emit_char_ref()
893 static StateResult handle_data_state(GumboParser* parser, in handle_data_state()
925 static StateResult handle_rcdata_state(GumboParser* parser, in handle_rcdata_state()
954 static StateResult handle_rawtext_state(GumboParser* parser, in handle_rawtext_state()
972 static StateResult handle_script_state(GumboParser* parser, in handle_script_state()
2075 static StateResult handle_comment_state(GumboParser* parser, in handle_comment_state()
2753 static StateResult handle_cdata_state(GumboParser* parser, in handle_cdata_state()
2767 typedef StateResult (*GumboLexerStateFunction)(
[all …]
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/src/
H A Dtokenizer.c74 } StateResult; typedef
480 static StateResult emit_replacement_char( in emit_replacement_char()
573 static StateResult emit_char_ref( in emit_char_ref()
884 static StateResult handle_data_state( in handle_data_state()
918 static StateResult handle_rcdata_state( in handle_rcdata_state()
949 static StateResult handle_rawtext_state( in handle_rawtext_state()
968 static StateResult handle_script_state( in handle_script_state()
2116 static StateResult handle_comment_state( in handle_comment_state()
2241 static StateResult handle_doctype_state( in handle_doctype_state()
2808 static StateResult handle_cdata_state( in handle_cdata_state()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Tokenizer/
H A DCSharpTokenizer.cs75 private StateResult Data() in Data()
144 private StateResult AtSymbol() in AtSymbol()
251 private StateResult VerbatimStringLiteral() in VerbatimStringLiteral()
292 private StateResult BlockComment() in BlockComment()
313 private StateResult SingleLineComment() in SingleLineComment()
320 private StateResult NumericLiteral() in NumericLiteral()
332 private StateResult HexLiteral() in HexLiteral()
339 private StateResult DecimalLiteral() in DecimalLiteral()
358 private StateResult RealLiteralExponentPart() in RealLiteralExponentPart()
377 private StateResult RealLiteral() in RealLiteral()
[all …]
H A DVBTokenizer.cs87 private StateResult Data() in Data()
170 private StateResult DateLiteral() in DateLiteral()
204 private StateResult QuotedLiteral() in QuotedLiteral()
227 private StateResult DecimalLiteral() in DecimalLiteral()
248 private StateResult FloatingPointLiteralEnd() in FloatingPointLiteralEnd()
271 private StateResult HexLiteral() in HexLiteral()
282 private StateResult OctLiteral() in OctLiteral()
326 private StateResult CommentBody() in CommentBody()
332 private StateResult Identifier() in Identifier()
H A DHtmlTokenizer.cs62 private StateResult Data() in Data()
100 private StateResult Text() in Text()
H A DTokenizer.cs212 protected StateResult AfterRazorCommentTransition() in AfterRazorCommentTransition()
224 protected StateResult RazorCommentBody() in RazorCommentBody()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dmapreduce.h335 StateResult operator()() in operator()
340 StateResult m_state;
348 void operator()(QFutureInterface<StateResult> &, StateResult &state, const MapResult &mapResult) in operator()
368 template <typename StateResult>
369 static void cleanupReportingState(QFutureInterface<StateResult> &fi, StateResult &state)
497 QFuture<StateResult>
507 &Internal::cleanupReportingState<StateResult>,
514 QFuture<StateResult>
523 &Internal::cleanupReportingState<StateResult>,
531 StateResult
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_cursor_state.cpp21 const Ui::Text::StateResult &state) in TextState()
45 const Ui::Text::StateResult &state) in TextState()
57 const Ui::Text::StateResult &state) in TextState()
H A Dhistory_view_cursor_state.h33 const Ui::Text::StateResult &state);
40 const Ui::Text::StateResult &state);
46 const Ui::Text::StateResult &state);
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/integration/states/
H A Dtest_ansiblegate.py11 from saltfactories.utils.functional import StateResult
71 assert StateResult(ret.json).result is True
81 assert StateResult(ret.json).result is True
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dlabels.h179 Text::StateResult dragActionUpdate();
180 Text::StateResult dragActionStart(const QPoint &p, Qt::MouseButton button);
181 Text::StateResult dragActionFinish(const QPoint &p, Qt::MouseButton button);
182 void updateHover(const Text::StateResult &state);
183 Text::StateResult getTextState(const QPoint &m) const;
H A Dlabels.cpp377 Text::StateResult FlatLabel::dragActionStart(const QPoint &p, Qt::MouseButton button) { in dragActionStart()
432 Text::StateResult FlatLabel::dragActionFinish(const QPoint &p, Qt::MouseButton button) { in dragActionFinish()
754 Text::StateResult FlatLabel::dragActionUpdate() { in dragActionUpdate()
767 void FlatLabel::updateHover(const Text::StateResult &state) { in updateHover()
830 Text::StateResult FlatLabel::getTextState(const QPoint &m) const { in getTextState()
838 Text::StateResult state; in getTextState()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h94 struct StateResult { struct
154 StateResult getState(QPoint point, int width, StateRequest request = StateRequest()) const;
155StateResult getStateLeft(QPoint point, int width, int outerw, StateRequest request = StateRequest(…
156StateResult getStateElided(QPoint point, int width, StateRequestElided request = StateRequestElide…
157StateResult getStateElidedLeft(QPoint point, int width, int outerw, StateRequestElided request = S…
H A Dtext.cpp1291 StateResult getState(QPoint point, int w, StateRequest request) { in getState()
1307 StateResult getStateElided(QPoint point, int w, StateRequestElided request) { in getStateElided()
2674 StateResult _lookupResult;
3079 StateResult String::getState(QPoint point, int width, StateRequest request) const { in getState()
3083 StateResult String::getStateLeft(QPoint point, int width, int outerw, StateRequest request) const { in getStateLeft()
3087 StateResult String::getStateElided(QPoint point, int width, StateRequestElided request) const { in getStateElided()
3091 StateResult String::getStateElidedLeft(QPoint point, int width, int outerw, StateRequestElided requ… in getStateElidedLeft()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Web.Razor.cs150 protected System.Web.Razor.StateMachine<TReturn>.StateResult Stay() { throw null; } in Stay()
151 … protected System.Web.Razor.StateMachine<TReturn>.StateResult Stay(TReturn output) { throw null; } in Stay()
152 protected System.Web.Razor.StateMachine<TReturn>.StateResult Stop() { throw null; } in Stop()
153 …protected System.Web.Razor.StateMachine<TReturn>.StateResult Transition(System.Web.Razor.StateMach… in Transition()
154 …protected System.Web.Razor.StateMachine<TReturn>.StateResult Transition(TReturn output, System.Web… in Transition()
156 protected delegate System.Web.Razor.StateMachine<TReturn>.StateResult State(); in State()
157 protected partial class StateResult class in System.Web.Razor.StateMachine
159 public StateResult(System.Web.Razor.StateMachine<TReturn>.State next) { } in StateResult() method in System.Web.Razor.StateMachine.StateResult
160 … public StateResult(TReturn output, System.Web.Razor.StateMachine<TReturn>.State next) { } in StateResult() method in System.Web.Razor.StateMachine.StateResult
1267 …protected System.Web.Razor.StateMachine<TSymbol>.StateResult AfterRazorCommentTransition() { throw… in AfterRazorCommentTransition()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.Razor.cs152 protected System.Web.Razor.StateMachine<TReturn>.StateResult Stay() { throw null; } in Stay()
153 … protected System.Web.Razor.StateMachine<TReturn>.StateResult Stay(TReturn output) { throw null; } in Stay()
154 protected System.Web.Razor.StateMachine<TReturn>.StateResult Stop() { throw null; } in Stop()
155 …protected System.Web.Razor.StateMachine<TReturn>.StateResult Transition(System.Web.Razor.StateMach… in Transition()
156 …protected System.Web.Razor.StateMachine<TReturn>.StateResult Transition(TReturn output, System.Web… in Transition()
158 protected delegate System.Web.Razor.StateMachine<TReturn>.StateResult State(); in State()
159 protected partial class StateResult class in System.Web.Razor.StateMachine
161 public StateResult(System.Web.Razor.StateMachine<TReturn>.State next) { } in StateResult() method in System.Web.Razor.StateMachine.StateResult
162 … public StateResult(TReturn output, System.Web.Razor.StateMachine<TReturn>.State next) { } in StateResult() method in System.Web.Razor.StateMachine.StateResult
1269 …protected System.Web.Razor.StateMachine<TSymbol>.StateResult AfterRazorCommentTransition() { throw… in AfterRazorCommentTransition()
[all …]