Home
last modified time | relevance | path

Searched refs:PushRule (Results 1 – 25 of 96) sorted by relevance

1234

/dports/biology/jalview/jalview/src/com/stevesoft/pat/
H A DPushRule.java15 public class PushRule extends SpecialRule class
19 public PushRule(PushRule p) in PushRule() method in PushRule
24 public PushRule(String nm, Regex rr) in PushRule() method in PushRule
30 public PushRule(String nm, Transformer tr) in PushRule() method in PushRule
38 return new PushRule(this); in clone1()
H A DReplacer.java262 else if (x instanceof PushRule) in apply()
265 rh2.me = ((PushRule) x).NewRule; in apply()
H A DReplaceRule.java210 head = add(head, new PushRule(var.substring(1), (Regex) tmp)); in perlCode()
214 head = add(head, new PushRule(var.substring(1), in perlCode()
/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtx/
H A Dpushrules.hpp101 struct PushRule struct
120 to_json(nlohmann::json &obj, const PushRule &condition);
123 from_json(const nlohmann::json &obj, PushRule &condition);
137 std::vector<PushRule> override_;
138 std::vector<PushRule> content;
139 std::vector<PushRule> room;
140 std::vector<PushRule> sender;
141 std::vector<PushRule> underride;
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/definitions/
H A Dpush_ruleset.h21 QVector<PushRule> content;
23 QVector<PushRule> override;
25 QVector<PushRule> room;
27 QVector<PushRule> sender;
29 QVector<PushRule> underride;
H A Dpush_rule.h20 struct PushRule struct
40 struct JsonObjectConverter<PushRule> argument
42 static void dumpTo(QJsonObject& jo, const PushRule& pod);
43 static void fillFrom(const QJsonObject& jo, PushRule& pod);
H A Dpush_rule.cpp9 void JsonObjectConverter<PushRule>::dumpTo(QJsonObject& jo, const PushRule& pod) in dumpTo()
19 void JsonObjectConverter<PushRule>::fillFrom(const QJsonObject& jo, in fillFrom()
20 PushRule& result) in fillFrom()
/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/definitions/
H A Dpush_ruleset.h14 QVector<PushRule> content;
16 QVector<PushRule> override;
18 QVector<PushRule> room;
20 QVector<PushRule> sender;
22 QVector<PushRule> underride;
H A Dpush_rule.h13 struct PushRule { struct
37 struct JsonObjectConverter<PushRule> { argument
38 static void dumpTo(QJsonObject& jo, const PushRule& pod)
47 static void fillFrom(const QJsonObject& jo, PushRule& pod)
/dports/net-im/mtxclient/mtxclient-0.6.0/lib/structs/
H A Dpushrules.cpp77 to_json(nlohmann::json &obj, const PushRule &rule) in to_json()
99 from_json(const nlohmann::json &obj, PushRule &rule) in from_json()
130 set.override_.push_back(e.get<PushRule>()); in from_json()
133 set.content.push_back(e.get<PushRule>()); in from_json()
136 set.room.push_back(e.get<PushRule>()); in from_json()
139 set.sender.push_back(e.get<PushRule>()); in from_json()
142 set.underride.push_back(e.get<PushRule>()); in from_json()
/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/
H A Dpushrules.h75 PushRule pushRule() const { return fromJson<PushRule>(jsonData()); } in pushRule()
/dports/net-im/mtxclient/mtxclient-0.6.0/tests/
H A Dpushrules.cpp257 [](const mtx::pushrules::PushRule &rule, RequestErr err) { in TEST()
273 mtx::pushrules::PushRule rule; in TEST()
375 mtx::pushrules::PushRule rule; in TEST()
410 mtx::pushrules::PushRule rule; in TEST()
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DRoomSettings.cpp180 [this](const mtx::pushrules::PushRule &rule, mtx::http::RequestErr &err) { in __anonf67744f00302()
187 [this](const mtx::pushrules::PushRule &rule, mtx::http::RequestErr &err) { in __anonf67744f00302()
413 mtx::pushrules::PushRule rule; in changeNotifications()
434 mtx::pushrules::PushRule rule; in changeNotifications()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/
H A Dpushrules.cpp51 PushRule data;
73 const PushRule& GetPushRuleJob::data() const { return d->data; } in data()
H A Dpushrules.h89 const PushRule& data() const;
H A Dgtad.yaml8 PushRule/default: isDefault
/dports/devel/p5-Decision-ACL/Decision-ACL-0.02/
H A DACL.pm35 sub PushRule subroutine
H A DACL.pod27 $Acl->PushRule($rule);
41 $Acl->PushRule($rule); Push a rule onto the Decision::ACL rule list.
112 $Acl->PushRule($rule); Push a rule onto the Decision::ACL rule list.
128 to 1 in the class. The same applies for PushRule(), the Fields() of the rules consequent to the fir…
288 $ACL->PushRule($rule);
/dports/devel/p5-Decision-ACL/Decision-ACL-0.02/t/
H A D1std.t73 $ACL->PushRule($rule);
/dports/net-im/mtxclient/mtxclient-0.6.0/lib/http/
H A Dclient.cpp331 Callback<mtx::pushrules::PushRule> cb) in get_pushrules()
333 get<mtx::pushrules::PushRule>( in get_pushrules()
336 [cb](const mtx::pushrules::PushRule &res, HeaderFields, RequestErr err) { cb(res, err); }); in get_pushrules()
354 const mtx::pushrules::PushRule &rule, in put_pushrules()
372 put<mtx::pushrules::PushRule>(path, rule, cb); in put_pushrules()
/dports/net-im/libquotient/libQuotient-0.6.8/gtad/
H A Dgtad.yaml8 PushRule/default: isDefault
/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtxclient/http/
H A Dclient.hpp304 Callback<pushrules::PushRule> cb);
317 const pushrules::PushRule &rule,
/dports/net-mgmt/libsmi/libsmi-0.4.8/mibs/ietf/
H A DFLOW-METER-MIB1340 a PushRule action when this flow was entered in the table."
1349 by a PushRule action when this flow was entered in the table."
1358 PushRule action when this flow was entered in the table."
1367 a PushRule action when this flow was entered in the table."
1376 by a PushRule action when this flow was entered in the table."
1385 PushRule action when this flow was entered in the table."
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DFLOW-METER-MIB1333 a PushRule action when this flow was entered in the table."
1342 by a PushRule action when this flow was entered in the table."
1351 PushRule action when this flow was entered in the table."
1360 a PushRule action when this flow was entered in the table."
1369 by a PushRule action when this flow was entered in the table."
1378 PushRule action when this flow was entered in the table."
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/mibs/ietf/
H A DFLOW-METER-MIB1340 a PushRule action when this flow was entered in the table."
1349 by a PushRule action when this flow was entered in the table."
1358 PushRule action when this flow was entered in the table."
1367 a PushRule action when this flow was entered in the table."
1376 by a PushRule action when this flow was entered in the table."
1385 PushRule action when this flow was entered in the table."

1234