Home
last modified time | relevance | path

Searched refs:newts (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/Commands/
H A DImport.hs49 newts | dryrun -> do
50 printf "; would import %d new transactions from %s:\n\n" (length newts) inputstr
53 mapM_ (putStr . showTransaction) newts
54 newts | catchup -> do
55 … printf "marked %s as caught up, skipping %d unimported transactions\n\n" inputstr (length newts)
56 newts -> do
60 foldM_ (`journalAddTransaction` opts) j newts -- gets forced somehow.. (how ?)
61 printf "imported %d new transactions from %s\n" (length newts) inputstr
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/Commands/
H A DImport.hs49 newts | dryrun -> do
50 printf "; would import %d new transactions from %s:\n\n" (length newts) inputstr
53 mapM_ (putStr . showTransaction) newts
54 newts | catchup -> do
55 … printf "marked %s as caught up, skipping %d unimported transactions\n\n" inputstr (length newts)
56 newts -> do
60 foldM_ (`journalAddTransaction` opts) j newts -- gets forced somehow.. (how ?)
61 printf "imported %d new transactions from %s\n" (length newts) inputstr
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/Commands/
H A DImport.hs49 newts | dryrun -> do
50 printf "; would import %d new transactions from %s:\n\n" (length newts) inputstr
53 mapM_ (putStr . showTransaction) newts
54 newts | catchup -> do
55 … printf "marked %s as caught up, skipping %d unimported transactions\n\n" inputstr (length newts)
56 newts -> do
60 foldM_ (`journalAddTransaction` opts) j newts -- gets forced somehow.. (how ?)
61 printf "imported %d new transactions from %s\n" (length newts) inputstr
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/core/
H A Dm_nick.c267 time_t newts = 0; in mc_nick() local
287 newts = atol(parv[2]); in mc_nick()
317 time_t newts = 0; in ms_nick() local
364 newts = atol(parv[3]); in ms_nick()
407 time_t newts = 0; in ms_uid() local
409 newts = atol(parv[3]); in ms_uid()
743 source_p->tsinfo = newts ? newts : rb_current_time(); in change_remote_nick()
794 if(!newts || !target_p->tsinfo || (newts == target_p->tsinfo)) in perform_nick_collides()
886 nick, newts, parc, parv); in perform_nick_collides()
906 if(!newts || !target_p->tsinfo || (newts == target_p->tsinfo) || !source_p->user) in perform_nickchange_collides()
[all …]
H A Dm_join.c323 time_t newts; in ms_join() local
351 newts = atol(parv[1]); in ms_join()
366 chptr->channelts = newts; in ms_join()
369 else if(newts == oldts) in ms_join()
371 else if(newts < oldts) in ms_join()
374 chptr->channelts = newts; in ms_join()
386 (long)newts); in ms_join()
431 time_t newts; in ms_sjoin() local
469 newts = atol(parv[1]); in ms_sjoin()
548 else if(newts == oldts) in ms_sjoin()
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/core/
H A Dm_nick.c267 time_t newts = 0; in mc_nick() local
287 newts = atol(parv[2]); in mc_nick()
317 time_t newts = 0; in ms_nick() local
364 newts = atol(parv[3]); in ms_nick()
407 time_t newts = 0; in ms_uid() local
409 newts = atol(parv[3]); in ms_uid()
743 source_p->tsinfo = newts ? newts : rb_current_time(); in change_remote_nick()
794 if(!newts || !target_p->tsinfo || (newts == target_p->tsinfo)) in perform_nick_collides()
906 if(!newts || !target_p->tsinfo || (newts == target_p->tsinfo) || !source_p->user) in perform_nickchange_collides()
970 source_p->id, newts); in perform_nickchange_collides()
[all …]
H A Dm_join.c323 time_t newts; in ms_join() local
351 newts = atol(parv[1]); in ms_join()
366 chptr->channelts = newts; in ms_join()
369 else if(newts == oldts) in ms_join()
371 else if(newts < oldts) in ms_join()
386 newts); in ms_join()
431 time_t newts; in ms_sjoin() local
469 newts = atol(parv[1]); in ms_sjoin()
548 else if(newts == oldts) in ms_sjoin()
550 else if(newts < oldts) in ms_sjoin()
[all …]
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/plugins/
H A Dcheck_update.py617 newts = new.i_type_spec
618 if oldts is None or newts is None:
621 if oldts.name != newts.name:
623 (oldts.name, newts.name))
631 chk_range(old, new, oldts, newts, ctx)
633 def chk_range(old, new, oldts, newts, ctx): argument
646 newbasets = get_base_type(newts)
652 chk_range(old, new, oldts, newts, ctx)
675 def chk_bits(old, new, oldts, newts, ctx): argument
710 extra = [n for n in newts.idbases]
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dnick.cpp34 time_t newts = ServerCommand::ExtractTS(params[1]); in HandleRemote() local
45 …bool they_change = Utils->DoCollision(x, TreeServer::Get(user), newts, user->ident, user->GetIPStr… in HandleRemote()
52 newts = CommandSave::SavedTimestamp; in HandleRemote()
56 user->ChangeNick(params[0], newts); in HandleRemote()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mpls/
H A Dmpls_iptunnel.c172 struct lwtunnel_state *newts; in mpls_build_state() local
191 newts = lwtunnel_state_alloc(struct_size(tun_encap_info, label, in mpls_build_state()
193 if (!newts) in mpls_build_state()
196 tun_encap_info = mpls_lwtunnel_encap(newts); in mpls_build_state()
213 newts->type = LWTUNNEL_ENCAP_MPLS; in mpls_build_state()
214 newts->flags |= LWTUNNEL_STATE_XMIT_REDIRECT; in mpls_build_state()
215 newts->headroom = mpls_encap_size(tun_encap_info); in mpls_build_state()
217 *ts = newts; in mpls_build_state()
222 kfree(newts); in mpls_build_state()
/dports/multimedia/libv4l/linux-5.13-rc2/net/mpls/
H A Dmpls_iptunnel.c172 struct lwtunnel_state *newts; in mpls_build_state() local
191 newts = lwtunnel_state_alloc(struct_size(tun_encap_info, label, in mpls_build_state()
193 if (!newts) in mpls_build_state()
196 tun_encap_info = mpls_lwtunnel_encap(newts); in mpls_build_state()
213 newts->type = LWTUNNEL_ENCAP_MPLS; in mpls_build_state()
214 newts->flags |= LWTUNNEL_STATE_XMIT_REDIRECT; in mpls_build_state()
215 newts->headroom = mpls_encap_size(tun_encap_info); in mpls_build_state()
217 *ts = newts; in mpls_build_state()
222 kfree(newts); in mpls_build_state()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/ila/
H A Dila_lwt.c136 struct lwtunnel_state *newts; in ila_build_state() local
219 newts = lwtunnel_state_alloc(sizeof(*ilwt)); in ila_build_state()
220 if (!newts) in ila_build_state()
223 ilwt = ila_lwt_lwtunnel(newts); in ila_build_state()
226 kfree(newts); in ila_build_state()
232 p = ila_params_lwtunnel(newts); in ila_build_state()
245 newts->type = LWTUNNEL_ENCAP_ILA; in ila_build_state()
246 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT | in ila_build_state()
252 *ts = newts; in ila_build_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/ila/
H A Dila_lwt.c136 struct lwtunnel_state *newts; in ila_build_state() local
219 newts = lwtunnel_state_alloc(sizeof(*ilwt)); in ila_build_state()
220 if (!newts) in ila_build_state()
223 ilwt = ila_lwt_lwtunnel(newts); in ila_build_state()
226 kfree(newts); in ila_build_state()
232 p = ila_params_lwtunnel(newts); in ila_build_state()
245 newts->type = LWTUNNEL_ENCAP_ILA; in ila_build_state()
246 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT | in ila_build_state()
252 *ts = newts; in ila_build_state()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/ila/
H A Dila_lwt.c136 struct lwtunnel_state *newts; in ila_build_state() local
219 newts = lwtunnel_state_alloc(sizeof(*ilwt)); in ila_build_state()
220 if (!newts) in ila_build_state()
223 ilwt = ila_lwt_lwtunnel(newts); in ila_build_state()
226 kfree(newts); in ila_build_state()
232 p = ila_params_lwtunnel(newts); in ila_build_state()
245 newts->type = LWTUNNEL_ENCAP_ILA; in ila_build_state()
246 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT | in ila_build_state()
252 *ts = newts; in ila_build_state()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mpls/
H A Dmpls_iptunnel.c172 struct lwtunnel_state *newts; in mpls_build_state() local
191 newts = lwtunnel_state_alloc(struct_size(tun_encap_info, label, in mpls_build_state()
193 if (!newts) in mpls_build_state()
196 tun_encap_info = mpls_lwtunnel_encap(newts); in mpls_build_state()
213 newts->type = LWTUNNEL_ENCAP_MPLS; in mpls_build_state()
214 newts->flags |= LWTUNNEL_STATE_XMIT_REDIRECT; in mpls_build_state()
215 newts->headroom = mpls_encap_size(tun_encap_info); in mpls_build_state()
217 *ts = newts; in mpls_build_state()
222 kfree(newts); in mpls_build_state()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/core/
H A Dm_join.c195 uintmax_t newts = strtoumax(parv[1], NULL, 10); in ms_join() local
198 if (newts == 0 && isnew == false && oldts) in ms_join()
209 channel->creation_time = newts; in ms_join()
210 else if (newts == 0 || oldts == 0) in ms_join()
212 else if (newts == oldts) in ms_join()
214 else if (newts < oldts) in ms_join()
217 channel->creation_time = newts; in ms_join()
259 me.name, channel->name, channel->name, oldts, newts); in ms_join()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DLAZM3PK.lsp22 (|us| (ST)) (#2=#:G426 NIL) (|p| NIL) (|newts| (ST))
30 (LETT |newts| (SPADCALL (QREFELT $ 21)))
31 (LETT |toSee| (LIST |newts|))
69 ((|newts| (ST)) (|p| (P)) (|lp| (|List| P)) (#1=#:G440 NIL)
81 (LETT |newts| (SPADCALL (QREFELT $ 21)))
82 (LETT |newts| (SPADCALL |p| |newts| (QREFELT $ 27)))
104 (SPADCALL |v| |newts|
111 |newts|
123 (LETT |newts|
124 (SPADCALL |p| |newts|
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Drpl_iptunnel.c73 struct lwtunnel_state *newts; in rpl_build_state() local
99 newts = lwtunnel_state_alloc(srh_len + sizeof(*rlwt)); in rpl_build_state()
100 if (!newts) in rpl_build_state()
103 rlwt = rpl_lwt_lwtunnel(newts); in rpl_build_state()
107 kfree(newts); in rpl_build_state()
113 newts->type = LWTUNNEL_ENCAP_RPL; in rpl_build_state()
114 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in rpl_build_state()
115 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in rpl_build_state()
117 *ts = newts; in rpl_build_state()
H A Dseg6_iptunnel.c403 struct lwtunnel_state *newts; in seg6_build_state() local
449 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
450 if (!newts) in seg6_build_state()
453 slwt = seg6_lwt_lwtunnel(newts); in seg6_build_state()
457 kfree(newts); in seg6_build_state()
463 newts->type = LWTUNNEL_ENCAP_SEG6; in seg6_build_state()
464 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in seg6_build_state()
467 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in seg6_build_state()
469 newts->headroom = seg6_lwt_headroom(tuninfo); in seg6_build_state()
471 *ts = newts; in seg6_build_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Drpl_iptunnel.c73 struct lwtunnel_state *newts; in rpl_build_state() local
99 newts = lwtunnel_state_alloc(srh_len + sizeof(*rlwt)); in rpl_build_state()
100 if (!newts) in rpl_build_state()
103 rlwt = rpl_lwt_lwtunnel(newts); in rpl_build_state()
107 kfree(newts); in rpl_build_state()
113 newts->type = LWTUNNEL_ENCAP_RPL; in rpl_build_state()
114 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in rpl_build_state()
115 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in rpl_build_state()
117 *ts = newts; in rpl_build_state()
H A Dseg6_iptunnel.c403 struct lwtunnel_state *newts; in seg6_build_state() local
449 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
450 if (!newts) in seg6_build_state()
453 slwt = seg6_lwt_lwtunnel(newts); in seg6_build_state()
457 kfree(newts); in seg6_build_state()
463 newts->type = LWTUNNEL_ENCAP_SEG6; in seg6_build_state()
464 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in seg6_build_state()
467 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in seg6_build_state()
469 newts->headroom = seg6_lwt_headroom(tuninfo); in seg6_build_state()
471 *ts = newts; in seg6_build_state()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Drpl_iptunnel.c73 struct lwtunnel_state *newts; in rpl_build_state() local
99 newts = lwtunnel_state_alloc(srh_len + sizeof(*rlwt)); in rpl_build_state()
100 if (!newts) in rpl_build_state()
103 rlwt = rpl_lwt_lwtunnel(newts); in rpl_build_state()
107 kfree(newts); in rpl_build_state()
113 newts->type = LWTUNNEL_ENCAP_RPL; in rpl_build_state()
114 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in rpl_build_state()
115 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in rpl_build_state()
117 *ts = newts; in rpl_build_state()
H A Dseg6_iptunnel.c403 struct lwtunnel_state *newts; in seg6_build_state() local
449 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
450 if (!newts) in seg6_build_state()
453 slwt = seg6_lwt_lwtunnel(newts); in seg6_build_state()
457 kfree(newts); in seg6_build_state()
463 newts->type = LWTUNNEL_ENCAP_SEG6; in seg6_build_state()
464 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in seg6_build_state()
467 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in seg6_build_state()
469 newts->headroom = seg6_lwt_headroom(tuninfo); in seg6_build_state()
471 *ts = newts; in seg6_build_state()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dnsregset.spad98 newts : ST := empty()$ST
99 toSee : List ST := [newts]
119 newts : ST := empty()$ST
120 newts := internalAugment(p, newts)$ST
126 not algebraic?(v, newts) => return internalAugment(lp, newts)$ST
128 p := normalizedAssociate(p, newts)$normalizpack
129 newts := internalAugment(p, newts)$ST
130 newts
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dlwt_bpf.c376 struct lwtunnel_state *newts; in bpf_build_state() local
391 newts = lwtunnel_state_alloc(sizeof(*bpf)); in bpf_build_state()
392 if (!newts) in bpf_build_state()
395 newts->type = LWTUNNEL_ENCAP_BPF; in bpf_build_state()
396 bpf = bpf_lwt_lwtunnel(newts); in bpf_build_state()
399 newts->flags |= LWTUNNEL_STATE_INPUT_REDIRECT; in bpf_build_state()
415 newts->flags |= LWTUNNEL_STATE_XMIT_REDIRECT; in bpf_build_state()
430 newts->headroom = headroom; in bpf_build_state()
434 *ts = newts; in bpf_build_state()
439 bpf_destroy_state(newts); in bpf_build_state()
[all …]

12345678