comparison scripts/help/__unimplemented__.m @ 31548:c8ad083a5802 stable

maint: Clean up m-files before Octave 8.1 release. * external.txi, oop.txi, Table.h, documentation.cc, gui-preferences-ed.h, lo-specfun.cc, range.tst : Eliminate triple newlines. * Map.m, MemoizedFunction.m, delaunayn.m, inputParser.m, __publish_latex_output__.m, publish.m, unpack.m, fminbnd.m, __add_default_menu__.m, gammainc.m, gallery.m, hadamard.m, weboptions.m: Add newline after keyword "function" or before keyword "endfunction" for readability. * getaudiodata.m, pkg.m : Add semicolon to end of line for error() statement. * movegui.m: Combine mutliple calls to set() into one for performance. * __unimplemented__.m (missing_functions): Remove missing functions that have been implemented. * __vectorize__.m, check_default_input.m, betaincinv.m, gammaincinv.m: Remove semicolon at end of line with "function" declaration. * weboptions.m: Remove semicolon at end of line with "if" keyword. * integrate_adaptive.m, factor.m: Use keyword "endif" rather than bare "end".
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:23:54 -0800
parents dccc52324b0b
children 597f3ee61a48
comparison
equal deleted inserted replaced
31541:fd8c0df759bb 31548:c8ad083a5802
576 endswitch 576 endswitch
577 577
578 endfunction 578 endfunction
579 579
580 function rlist = missing_functions () 580 function rlist = missing_functions ()
581
581 persistent list = { 582 persistent list = {
582 "addboundary", 583 "addboundary",
583 "addcats", 584 "addcats",
584 "addCause", 585 "addCause",
585 "addedge", 586 "addedge",
657 "checkin", 658 "checkin",
658 "checkout", 659 "checkout",
659 "circumcenter", 660 "circumcenter",
660 "circumcenters", 661 "circumcenters",
661 "classUnderlying", 662 "classUnderlying",
662 "clearAllMemoizedCaches",
663 "clearCache", 663 "clearCache",
664 "clearpoints", 664 "clearpoints",
665 "clipboard", 665 "clipboard",
666 "clone", 666 "clone",
667 "cmopts", 667 "cmopts",
979 "matfile", 979 "matfile",
980 "maxflow", 980 "maxflow",
981 "MaximizeCommandWindow", 981 "MaximizeCommandWindow",
982 "maxk", 982 "maxk",
983 "memmapfile", 983 "memmapfile",
984 "memoize",
985 "MemoizedFunction", 984 "MemoizedFunction",
986 "mergecats", 985 "mergecats",
987 "meta.abstractDetails", 986 "meta.abstractDetails",
988 "meta.DynamicProperty", 987 "meta.DynamicProperty",
989 "meta.EnumeratedValue", 988 "meta.EnumeratedValue",
1249 "uibutton", 1248 "uibutton",
1250 "uicheckbox", 1249 "uicheckbox",
1251 "uiconfirm", 1250 "uiconfirm",
1252 "uidropdown", 1251 "uidropdown",
1253 "uieditfield", 1252 "uieditfield",
1254 "uifigure",
1255 "uigauge", 1253 "uigauge",
1256 "uigetpref", 1254 "uigetpref",
1257 "uiimport", 1255 "uiimport",
1258 "uiknob", 1256 "uiknob",
1259 "uilabel", 1257 "uilabel",
1273 "uitextarea", 1271 "uitextarea",
1274 "uitogglebutton", 1272 "uitogglebutton",
1275 "uitree", 1273 "uitree",
1276 "uitreenode", 1274 "uitreenode",
1277 "undocheckout", 1275 "undocheckout",
1278 "uniquetol",
1279 "unloadlibrary", 1276 "unloadlibrary",
1280 "unmesh", 1277 "unmesh",
1281 "unregisterallevents", 1278 "unregisterallevents",
1282 "unregisterevent", 1279 "unregisterevent",
1283 "unstack", 1280 "unstack",