Home
last modified time | relevance | path

Searched refs:applyrules (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/f2py/
H A Dcb_rules.py18 applyrules, debugcapi, dictappend, errmess, getargs, hasnote, isarray,
504 ar = applyrules(r, vrd, rout)
516 ar = applyrules(r, vrd, var[a])
528 ar = applyrules(r, vrd, var[a])
540 ar = applyrules(r, vrd, var[a])
594 ar = applyrules(cb_routine_rules, rd)
H A Drules.py63 applyrules, debugcapi, dictappend, errmess, gentitle, getargs2,
1196 ar = applyrules(api, vrd)
1203 ar = applyrules(cr, vrd)
1210 ar = applyrules(mr, vrd)
1250 ar = applyrules(r, vrd, m)
1252 ar = applyrules(module_rules, rd)
1358 ar = applyrules(r, vrd, rout)
1384 ar = applyrules(r, vrd, var[a])
1398 ar = applyrules(r, vrd, var[a])
1405 ar = applyrules(check_rules, vrd, var[a])
[all …]
H A Duse_rules.py24 applyrules, dictappend, gentitle, hasnote, outmess
112 ret = applyrules(usemodule_rules, rd)
H A Dauxfuncs.py798 def applyrules(rules, d, var={}): function
802 rr = applyrules(r, d, var)
810 res = applyrules({'needs': rules['need']}, d, var)
823 ar = applyrules({k: i}, d, var)
835 res = applyrules({'supertext': i}, d, var)
844 res = applyrules({'supertext': i}, d)
H A Df90mod_rules.py214 ar = applyrules(api, vrd)
/dports/devel/9base/9base-6/mk/
H A Dgraph.c3 static Node *applyrules(char *, char *);
19 node = applyrules(target, cnt); in graph()
30 applyrules(char *target, char *cnt) in applyrules() function
70 a->next = newarc(applyrules(w->s, cnt), r, "", rmatch); in applyrules()
109 a->next = newarc(applyrules(buf, cnt), r, stem, rmatch); in applyrules()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mk/
H A Dgraph.c3 static Node *applyrules(char *, char *);
19 node = applyrules(target, cnt); in graph()
30 applyrules(char *target, char *cnt) in applyrules() function
70 a->next = newarc(applyrules(w->s, cnt), r, "", rmatch); in applyrules()
109 a->next = newarc(applyrules(buf, cnt), r, stem, rmatch); in applyrules()
/dports/x11-wm/dwm/dwm-6.2/
H A Ddwm.c145 static void applyrules(Client *c);
279 applyrules(Client *c) in applyrules() function
1039 applyrules(c); in manage()
/dports/x11-wm/echinus/echinus-0.4.9/
H A Dechinus.c75 void applyrules(Client * c);
236 applyrules(Client * c) { in applyrules() function
1022 applyrules(c); in manage()