Home
last modified time | relevance | path

Searched +refs:new +refs:rnames (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/R/R-4.1.2/src/library/tools/R/
H A Dchecktools.R44 rnames = rnames,
188 rnames <-
189 c(rnames,
198 rnames <- intersect(unlist(rnames, use.names = FALSE),
200 rnames <- setdiff(rnames, pnames)
1074 check_details_changes(new, old, outputs)
1080 function(new, old, outputs = FALSE) argument
1104 new[!is.na(match(new$Package, packages)), ],
1184 new <- encode(x$New) functionVar
1185 i <- do.call(i, list(old, new))
[all …]
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A Dchecktools.R44 rnames = rnames,
188 rnames <-
189 c(rnames,
198 rnames <- intersect(unlist(rnames, use.names = FALSE),
200 rnames <- setdiff(rnames, pnames)
1074 check_details_changes(new, old, outputs)
1080 function(new, old, outputs = FALSE) argument
1104 new[!is.na(match(new$Package, packages)), ],
1184 new <- encode(x$New) functionVar
1185 i <- do.call(i, list(old, new))
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dmodprobe.c56 struct arg_list *rnames, *dep; member
106 struct arg_list *new = xmalloc(sizeof(struct arg_list)); in llist_add() local
108 new->arg = (char*)data; in llist_add()
109 new->next = *old; in llist_add()
110 *old = new; in llist_add()
253 llist_add(&modent->rnames, realname); in config_action()
556 if (!module->rnames) { in modprobe_main()
566 char *real = ((struct arg_list *)llist_pop(&module->rnames))->arg; in modprobe_main()
576 } while (module->rnames); in modprobe_main()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dsummary.vgam.q45 df <- unlist(lapply(object@misc$new.assign, length))
69 rnames <- c("Df", "Npar Df", "Npar Chisq", "P(Chi)") vector
71 rnames[3:4] <- c("Npar F", "Pr(F)")
72 dimnames(aod) <- list(names(df), rnames)
88 new("summary.vgam",
H A Dfamily.categorical.R203 new("vglmff",
401 new("vglmff",
682 new("vglmff",
1032 new("vglmff",
1529 new("vglmff",
1766 new("vglmff",
1950 new("vglmff",
2322 new("vglmff",
3732 rnames <- rownames(object) functionVar
3734 if (any(rnames == "(Intercept)")) {
[all …]
/dports/x11/xpra/xpra-4.3/xpra/x11/bindings/
H A Dkeyboard_bindings.pyx337 cdef XkbComponentNamesRec rnames
389 if rnames.keycodes:
391 if rnames.symbols:
393 if rnames.types:
394 props["types"] = bytestostr(rnames.types)
395 if rnames.compat:
396 props["compat"] = bytestostr(rnames.compat)
397 if rnames.geometry:
399 if rnames.keymap:
419 log.error("Error loading new keyboard description")
[all …]
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/
H A Dinterface.py116 status = ffi.new("ParseStatus[1]")
140 status = ffi.new("int[1]")
244 status = ffi.new("int[1]")
320 def rnames(s): function
455 names = rnames(s)
464 names = rnames(s)
662 c = ffi.new("Rcomplex*")
799 names = rnames(arglist)
826 status = ffi.new("int[1]")
/dports/editors/emacs-devel/emacs-4d1968b/lisp/org/
H A Dob-core.el1723 (let (cnames rnames)
1740 (setq rnames (cons (cons (car var) (cdr both))
1741 rnames))
1747 (reverse cnames) (reverse rnames))))
3242 (defun org-babel-make-language-alias (new old)
3255 (defalias (intern (concat "org-babel-" fn ":" new)) sym))))
3261 (defvaralias (intern (concat "org-babel-" var ":" new)) sym)))))
/dports/editors/emacs/emacs-27.2/lisp/org/
H A Dob-core.el1698 (let (cnames rnames)
1712 (setq rnames (cons (cons (car var) (cdr both))
1713 rnames))
1719 (reverse cnames) (reverse rnames))))
3207 (defun org-babel-make-language-alias (new old)
3220 (defalias (intern (concat "org-babel-" fn ":" new)) sym))))
3226 (defvaralias (intern (concat "org-babel-" var ":" new)) sym)))))
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dmodel.c337 SEXP xnames, tnames, rnames; in modelmatrix() local
404 PROTECT(rnames = getAttrib(vars, R_RowNamesSymbol)); in modelmatrix()
757 SET_VECTOR_ELT(tnames, 0, rnames); in modelmatrix()
898 SEXP updateform(SEXP old, SEXP new) in updateform() argument
922 PROTECT(_new = duplicate(new)); in updateform()
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dmodel.c337 SEXP xnames, tnames, rnames; in modelmatrix() local
404 PROTECT(rnames = getAttrib(vars, R_RowNamesSymbol)); in modelmatrix()
757 SET_VECTOR_ELT(tnames, 0, rnames); in modelmatrix()
898 SEXP updateform(SEXP old, SEXP new) in updateform() argument
922 PROTECT(_new = duplicate(new)); in updateform()
/dports/databases/p5-Bucardo/Bucardo-5.6.0/
H A Dbucardo.schema970 my $new = $_TD->{new};
972 if (!defined $new->{db}) {
987 ($new->{db}, $new->{schemaname}, $new->{tablename}, $new->{pkey});
993 if (defined $new->{qpkey} and (!$old or $new->{qpkey} ne $old->{qpkey})) {
1002 and (defined $new->{pkey} and $new->{pkey} eq $old->{pkey})
1068 $new->{pkey} = $new->{qpkey} = $new->{pkeytype} = '';
1119 if ((!defined $new->{pkey} or !length $new->{pkey}) or ($old and $new->{pkey} eq $old->{pkey})) {
1580 rnames TEXT;
1613 rnames = COALESCE(rnames || ' ', '') || rname ;
2658 my $new = $_TD->{new};
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/devel/binutils/binutils-2.37/binutils/
H A DChangeLog-98993 * readelf.c: Update with new constants added by Oct 4, 1999
5 (guess_is_rela): Add new machine codes, but leave
7 (get_machine_name): Add new machine codes.
8 (get_section_type_name): Add new section types.
257 (usage): Document new command line switch.
635 (usage): Document new command line options.
1205 (usage): Document new options.
1206 (long_options): Add new options.
1207 (main): Handle new options.
1889 (addrsize, toolname, rnames): New variables.
[all …]
/dports/math/octave-forge-dataframe/dataframe-1.2.0/inst/@dataframe/private/
H A Ddf_matassign.m399 … sprintf ('Assignement failed for colum %d, of type %s and length %d,\nwith new content\n%s', ...
426 … sprintf ('Assignement failed for colum %d, of type %s and length %d,\nwith new content\n%s', ...
573 %# adjust ridx and rnames, if required
/dports/net/kdenetwork-filesharing/kdenetwork-filesharing-21.12.3/po/pa/
H A Dkfileshare.po146 "@action:button creates a new samba user with the user-specified password"
223 msgctxt "@action:button opens dialog to create new user"
352 msgid "Creating new Samba user '%1'"
369 #~ msgctxt "@action:button creates a new samba user"
1525 #~ "Only allow connections with use&rnames specified in this username list"
2225 #~ msgid "Add users from the old file share group to the new one"
/dports/net/kdenetwork-filesharing/kdenetwork-filesharing-21.12.3/po/ta/
H A Dkfileshare.po138 "@action:button creates a new samba user with the user-specified password"
213 msgctxt "@action:button opens dialog to create new user"
343 msgid "Creating new Samba user '%1'"
358 #~ msgctxt "@action:button creates a new samba user"
1380 #~ "Only allow connections with use&rnames specified in this username list"
2053 #~ msgid "Add users from the old file share group to the new one"

123