Skip to content

Commit

Permalink
RIDE→Ride
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Nov 17, 2024
1 parent 94967ed commit 4ada211
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ r←(⎕CSV⍠2)data Convert CSV data to APL inverted table (character data as v
r←{object} ⎕WG props… The values of the properties of an object System Function Native Files System window gui get fetch query https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExSAVLAriAx3V1APqSxIVVdQdy4tCi5ITE5V54IqUoYpcAzwCUstKs7Mz1P//x8A https://help.dyalog.com/latest/#Language/System%20Functions/wg.htm
⎕ML←(0≤1≤3) Degree of compatibility with IBM APL2 (from 0=low to 3=high) System Variable System migration level conformance APLX APL*PLUS GNUAPL APL+Win APL2000 NARS2000 ≡↑⊃ depth first mix ⎕TC terminalcontrolcharacters migrate behaviour behavior 1st https://tio.run/##SyzI0U2pTMzJT////1HfVF@fR20TDLiALCCt8KijS8HQQMPIQMHYQJMLJm2IUxos2LkQix4jnNIgQUMFA4VHXU1Y9BnjVPL/PwA https://help.dyalog.com/latest/#Language/System%20Functions/ml.htm
⎕PP←(1≤10≤34) Number of significant digits in the display of numeric output System Variable Data Conversion printing precision decimals rounding converting change changing https://tio.run/##SyzI0U2pTMzJT////1Hf1IAAhUdtExQMDbiAHBDLyOjwdnMuJBljXDKoEv//AwA https://help.dyalog.com/latest/#Language/System%20Functions/pp.htm
⎕PW←(42≤76≤32767) Print width: Number of columns to print before wrapping to next line System Variable System System Function printing margin wide window session output ride tty lengthen terminal width characters per https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQe9W42MuUCcgLCFUB8EyMuZJn//wE https://help.dyalog.com/latest/#Language/System%20Functions/pw.htm
⎕PW←(42≤76≤32767) Print width: Number of columns to print before wrapping to next line System Variable System System Function printing margin wide window session output Ride tty lengthen terminal width characters per https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQe9W42MuUCcgLCFUB8EyMuZJn//wE https://help.dyalog.com/latest/#Language/System%20Functions/pw.htm
⎕RTL←(0≤0≤32767) Response time limit (seconds, 0:none) for ⍞, ⎕ARBIN, and ⎕SR input (signals 1006 if exceeded) System Variable System System Function timeout interrupt user wait period https://help.dyalog.com/latest/#Language/System%20Functions/rtl.htm
codes←terminate (input {output}) ⎕ARBIN codes Read from input device, optionally after transmitting 8-bit codes to output device System Function System System Function streams arbitrary i/o bytes byte-stream bits https://tio.run/##SyzI0U2pTMzJT////1Hf1GAP9dzstMy0fAU9fRClzpWZ96htgjqUB1ThF@LpqmDAlV9aglUcyAKKaxgaKGhk5ikAVWlqAoUcg5w8/RSAjFDnYBDlAlP3qHcNFoWGBv//AwA https://help.dyalog.com/latest/#Language/System%20Functions/arbin.htm
r←{tn} (regex ⎕R trans) text Replace text selected by regex using trans (optional tn to spool output to native file tied with number tn) System Operator Data Conversion System Function regexp substitute pcre perlcompatibleregularexpression converting change changing string regular expression https://tio.run/##TczNDsFAFAXgvae4q14i@g6ECIlNJTZqMWmHNsZMdaZ/xNZKxcbSY1h6mXmRmlKJuzr35OQjEev5BWFiU1WK5gr0@QY4nSxGQ1iLvMeLXRTA2OkP5rBPQm8LGWHqYGNLX@/1to1LQkORrBDQRjCtA@gmlnldZmEHPiro8gFJFNHYI5JCKjLKJBDuAzPxW3qCS8EJV/Jno5t1G/KoLy9dPu0ZUV5watC/q/2YpjQ2UCZiX1bVGw https://help.dyalog.com/latest/#Language/System%20Functions/r.htm
Expand Down Expand Up @@ -1856,8 +1856,8 @@ svec←{shape←⍬⍴(⍴⍵)*÷2} dfns.sudoku prob Solution vector for Sudoku
{(⍳≢⊃⍵)=8⌶⍨⍵}Yv Inverted Table Nubsieve (≠Y where Y is unverted Yv) Dfn Monadic Function Sets
defns←{names←0 {list←0 {space←⎕THIS}}} dfns.defs namelist Extended ]defs Dfn Function System display latebinding ⎕NC https://dfns.dyalog.com/n_defs.htm
X{r←⍵ ⋄ r←r⊣'r'⎕NS¨⍺}Ys Merge members of namespaces X into namespace Ys Dfn Dyadic Function System combine
{2⎕NQ⎕SE'FileRead'⊣⎕SE⎕WS'File'⍵} Load Session configuration (including ]box and ]rows settings) from file Dv Dfn Monadic Function System RIDE get retrieve dyalog .dse restore settings ]boxing ]output.boxing ]output.rows
{2⎕NQ⎕SE'FileWrite'⊣⎕SE⎕WS'File'⍵}Dv Save Session configuration (including ]box and ]rows settings) as file Dv Dfn Monadic Function System RIDE put store dyalog .dse permanent keep settings ]boxing ]output.boxing ]output.rows make persistent
{2⎕NQ⎕SE'FileRead'⊣⎕SE⎕WS'File'⍵} Load Session configuration (including ]box and ]rows settings) from file Dv Dfn Monadic Function System Ride get retrieve dyalog .dse restore settings ]boxing ]output.boxing ]output.rows
{2⎕NQ⎕SE'FileWrite'⊣⎕SE⎕WS'File'⍵}Dv Save Session configuration (including ]box and ]rows settings) as file Dv Dfn Monadic Function System Ride put store dyalog .dse permanent keep settings ]boxing ]output.boxing ]output.rows make persistent
{(∨\' '≠⍵)/⍵}Dv Fast: Dv without any leading blank spaces Dfn Monadic Function Performance Text speed optimised optimized quick trim left-align leftalign blanks start beginning remove removing erasing erase eliminate eliminating delete deleting idiom string
Cv{⍺⎕S'&'⍠'OM'1⊢⍵}Dv Find all matches (even overlapping) for regex Cv in Dv Dfn Dyadic Function Text occurrences https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExTUE/XUFaof9e4C8oPV1dQf9S5Q9/dVN3zUtehR79ZaoHxSYmKy@v//AA
Cv{⍺⎕S'%'⍠'ML'1⊢⍵}Dv grep: Globally search Dv with regular expression Cv and print first occurrence Dfn Dyadic Function Text find string regex regexp
Expand Down Expand Up @@ -2335,9 +2335,9 @@ ns.name Namespace Member Syntax Expression namespaceseparator dotinto point pe
2704⌶Bs Continue Autosave I-beam Monadic Function Monadic Operator System )continue ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Continue%20Autosave.htm
3002⌶Bs Disable Component Checksum Validation I-beam Monadic Function Monadic Operator System dcf ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Disable%20Component%20Checksum%20Validation.htm
3012⌶Bs Enable Compression of Large Components I-beam Monadic Function Monadic Operator System dcf ibeam compressing >2GB
3501⌶0 Connected to the RIDE I-beam Constant Monadic Operator System remoteintegrateddevelopmentenvironment ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Connected%20to%20the%20RIDE.htm
3502⌶Yv Manage RIDE Connections I-beam Monadic Function Monadic Operator System remoteintegrateddevelopmentenvironment ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Manage%20RIDE%20Connections.htm
3503⌶Dv Cross-platform equivalent of ⎕WC'MsgBox' (unofficial) I-beam Monadic Function Monadic Operator System ride dialog remoteintegrateddevelopmentenvironment ibeam display Create new notification boxed query question warning msg message information popup pop-up open ask error show
3501⌶0 Connected to the Ride I-beam Constant Monadic Operator System remoteintegrateddevelopmentenvironment ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Connected%20to%20the%20RIDE.htm
3502⌶Yv Manage Ride Connections I-beam Monadic Function Monadic Operator System remoteintegrateddevelopmentenvironment ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Manage%20RIDE%20Connections.htm
3503⌶Dv Cross-platform equivalent of ⎕WC'MsgBox' (unofficial) I-beam Monadic Function Monadic Operator System Ride dialog remoteintegrateddevelopmentenvironment ibeam display Create new notification boxed query question warning msg message information popup pop-up open ask error show
4000⌶⍬ Fork New Task (UX only) I-beam Constant Monadic Operator System aix multithreading parallel ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Fork%20New%20Task.htm
4001⌶Dv Change User (UX only) I-beam Monadic Function Monadic Operator System aix multithreading parallel ibeam changing https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Change%20User.htm
4002⌶⍬ Reap Forked Tasks (UX only) I-beam Constant Monadic Operator System aix multithreading parallel ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Reap%20Forked%20Tasks.htm
Expand Down Expand Up @@ -2709,7 +2709,7 @@ Cv(1200⌶)N Format date-time I-beam Dyadic Function Monadic Operator Text strin
82=⎕DR'' Is this Dyalog APL Classic? Constant System interpreter character representation ⎕AVU characterset testif
⊃1⎕NPARTS'' Current directory Expression System folder cd pwd _CWDS _CWPS print working name filesystem
{ns}⎕SE.UCMD Dv Execute user command, arguments, modifiers Dv under program control (from within 'ns') Tradfn Ambivalent Monadic Function, Dyadic Function Function Application evaluate calling running
2⎕NQ⎕SE'FileWrite' Save Session configuration (including ]box and ]rows settings) to default session file Expression System RIDE put store dyalog .dse permanent keep settings ]boxing ]output.boxing ]output.rows make persistent
2⎕NQ⎕SE'FileWrite' Save Session configuration (including ]box and ]rows settings) to default session file Expression System Ride put store dyalog .dse permanent keep settings ]boxing ]output.boxing ]output.rows make persistent
(1 1⍉Xm)←Yv Reassign main diagonal of matrix Syntax Expression assignment gets is copula let redefine name naming denotes means inplace update table
:Implements Method {InterfaceName.MethodName} Function implements method 'MethodName' whose syntax is specified by interface 'InterfaceName' Syntax Control Keyword Expression declaration declare oo objectorientation https://help.dyalog.com/latest/#Language/Object%20Oriented%20Programming/Interfaces/Interfaces.htm
∇ (X Y Z)←f Tradfn/Tradop result name list (collects) Syntax Definition declaration [0] declaring defining names packing vector header https://help.dyalog.com/latest/#Language/Defined%20Functions%20and%20Operators/TradFns/Namelists.htm
Expand Down Expand Up @@ -2757,7 +2757,7 @@ Mv(16808⌶)'Weibull'Jv Weibull distribution of shape Jv with parameters Mv (loc
{Av}(2010⌶)Yv Update DataTable (Windows only) I-beam Function Expression databinding assignment redefine inplace ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Update%20DataTable.htm
{Av}(2011⌶)Yv Read DataTable (Windows only) I-beam Function Expression databinding get fetch value ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Read%20DataTable.htm
{Cv}(1010⌶)Js Shell Script Debug Options I-beam Ambivalen Monadic Function, Dyadic Function Monadic Operator System set report return scripting ⎕trace #! hashbng shebang stderr output echoing ibeam Ibeam https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Set%20Shell%20Script%20Debug%20Options.htm
{Cv}(3500⌶)Dv Send Text Dv to RIDE-embedded Browser with caption Cv I-beam Function System html svg rendering cef remoteintegrateddevelopmentenvironment ibeam string https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Send%20Text%20to%20RIDE-embedded%20Browser.htm
{Cv}(3500⌶)Dv Send Text Dv to Ride-embedded Browser with caption Cv I-beam Function System html svg rendering cef remoteintegrateddevelopmentenvironment ibeam string https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Send%20Text%20to%20RIDE-embedded%20Browser.htm
{Cv}(8667⌶)Js Cv Save (names Cv) into shared code file Dv I-beam Ambivalent Monadic Function, Dyadic Function Monadic Operator System saving storing putting ibeam Ibeam https://docs.dyalog.com/latest/Shared%20Code%20Files%20User%20Guide.pdf
{name}⎕WC'MDIClient' Container for MDI windows (Windows only) GUI Object Container Objects WindowsForms WinForms Create new https://help.dyalog.com/latest/#GUI/Objects/MDIClient.htm
{name}⎕WC'Marker' Draws a series of polymarkers (Windows only) GUI Object Graphical Output WindowsForms WinForms Create new https://help.dyalog.com/latest/#GUI/Objects/Marker.htm
Expand Down Expand Up @@ -3580,7 +3580,7 @@ op←{⍵⍵ ⍺} Prototypical dyadic dop deriving dyadic functions Syntax Dyadi
⎕DMX.(Category ENX)≡'Object oriented programming'99 a function implementing an interface member cannot be private Constant Expression Object oriented programming Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'Profiling'1 Cannot change timer without first clearing collected data Constant Expression Profiling Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'Profiling'2 No timer in use Constant Expression Profiling Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'RIDE'1 Disabled in this environment Constant Expression RIDE Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'RIDE'1 Disabled in this environment Constant Expression Ride Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'Random Number Generation'1 Right argument must be a name and a shape. Example: 'Beta' (3 15) Constant Expression Random Number Generation Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'Random Number Generation'10 Left argument for the Cauchy distribution is a location value followed by a non-zero scale value Constant Expression Random Number Generation Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
⎕DMX.(Category ENX)≡'Random Number Generation'11 Left argument for the Chi Squared distribution is a non-negative degree of freedom number Constant Expression Random Number Generation Error Message diagnosticmessageextended ⎕DMX.Message ⎕DMX.ENX ⎕DMX.Category
Expand Down

0 comments on commit 4ada211

Please sign in to comment.