共20个工具箱:Audio Processing,C# Programming,Data Analytics,Data Service,Data Types,Examples,Services,Video Processing,便携功能,图形图像,基本工具,应用框架,操作系统,数据库,文件编辑,文字处理,智慧服务,线性代数,绘图,软件开发。
内容小结
工具箱 | 工具箱类别 |
---|---|
Audio Processing | AudioHelper |
C# Programming | Pure Evaluator |
Data Analytics | 数据列表 Divooka矢量 DivookaDataGridTransformation Easy Query Fact Machine GoogleSheetsHelper Excel Reader |
Data Service | History Data Simple Ticker |
Data Types | DateTime |
Examples | Sample Data |
Services | DigitalOceanHelper |
Video Processing | VideoHelper |
便携功能 | 快速图像处理 Random Generator SMTP Email Helper Video Editing Public API Brave Search PhotoStylizer News Reader |
图形图像 | Colors Color Pixel Image QuickDraw EnhancedPixelImageWithSkiaSharpImageProcessing |
基本工具 | Type 数字 字符串 Array 正则表达式 PrimitiveConverters Number Routines QuickStore 过程式编程 Enumerable 基础节点 程序结构 String Routines Match Object GUI 计算器 Enum Collections Helper Dynamic Operations Thread 进阶节点 |
应用框架 | Divooka Graph AbstractObject Realtime Application 演示制作器 Pipeline Utilities MacroAutomation ProceduralContextBaseTypeApplication QuickServe DashboardBuilder |
操作系统 | File System Path Console Environment |
数据库 | InMemoryDB PostgreSQLHelper SQ Lite Helper LiteDB ODBC Helper |
文件编辑 | PDF助手 |
文字处理 | MarkdownConversion MarkdownRendering |
智慧服务 | 聊天GPT NIM ComfyUIAPIHelper 深度求索(DeepSeek) 迷你YOLO(二代) 拥抱脸云服务(HuggingFace) OllamaHelper OpenAIImageGen |
线性代数 | 向量数学 矩阵类型的主要定义 |
绘图 | 快速绘图 PlotConfigurations TimelineDefinition FlowchartDefinition FlowchartConfiguration LinePlotDefinition XYChartDefinition TableDefinition PieChartDefinition QuadrantDefinition KanbanDefinition RadarChartDefinition MindmapDefinition 统计事实 DotStyle DholePlot FlowchartOrientation ImageComposer QrCodeHelper IDholeChartDefinition ScottPlotExtensions |
软件开发 | 网络应用接口 HTTPHelper ExportHelper |
共1大类。
工具 | 功能 | 实现 |
---|---|---|
Add Samples | 缺乏注释。 | N/A |
Bytes To Samples | 缺乏注释。 | N/A |
Center Pad | 缺乏注释。 | N/A |
Combine Audio | 缺乏注释。 | N/A |
Cut Pieces | 缺乏注释。 | N/A |
Fade In | 缺乏注释。 | N/A |
Fade In Out | 缺乏注释。 | N/A |
Fade Out | 缺乏注释。 | N/A |
Fit | 缺乏注释。 | N/A |
Left Pad | 缺乏注释。 | N/A |
Load | 缺乏注释。 | N/A |
Merge | 缺乏注释。 | N/A |
Mute Channel | 缺乏注释。 | N/A |
Normalize | 缺乏注释。 | N/A |
Play | 缺乏注释。 | N/A |
Reverse | 缺乏注释。 | N/A |
Right Pad | 缺乏注释。 | N/A |
Save | 缺乏注释。 | N/A |
Sine Wave | 缺乏注释。 | N/A |
Swap Channels | 缺乏注释。 | N/A |
Truncate | 缺乏注释。 | N/A |
共1大类。
工具 | 功能 | 实现 |
---|---|---|
Evaluate | Evaluate a C# script with optional result. | M:Parcel.NExT.Interpreter.Helpers.PureEvaluator.Evaluate(System.String) |
Execute | Execute a one shot Pure script.Equivalent to Pure -m "script". | M:Parcel.NExT.Interpreter.Helpers.PureEvaluator.Execute(System.String,System.String[]) |
共7大类。
工具 | 功能 | 实现 |
---|---|---|
构造表单 | 初始化一个新的 DataAnalytics.DivookaDataGrid 类的实例。 | M:Divooka.DataAnalytics.DivookaDataGrid.#ctor |
数据列表" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建数据列表 | M:Divooka.DataAnalytics.DivookaDataGrid.#ctor(System.String,Divooka.DataAnalytics.DivookaDataColumn[]) | |
添加列 | 向数据列表添加一列。 | M:Divooka.DataAnalytics.DivookaDataGrid.AddColumn(System.String) |
Add Column From | 缺乏注释。 | N/A |
添加可选行标题列 | 添加一个可选的行标题列。 | M:Divooka.DataAnalytics.DivookaDataGrid.AddOptionalRowHeaderColumn(System.String) |
Add Row | 缺乏注释。 | N/A |
应用转换 | 将转换函数应用于数据网格中的每一行,并返回一个新的 DataAnalytics.DivookaDataGrid,其中包含转换后的行。 | M:Divooka.DataAnalytics.DivookaDataGrid.Apply(System.Func{System.Object,System.Collections.Generic.Dictionary{System.String,System.Object}}) |
计算 | 通过对每一行应用函数动态计算新列。 | M:Divooka.DataAnalytics.DivookaDataGrid.Calculate(System.String,System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Object}) |
协方差矩阵 | M:Divooka.DataAnalytics.DivookaDataGrid.CovarianceMatrix | |
列数 | 获取列数。 | P:Divooka.DataAnalytics.DivookaDataGrid.ColumnCount |
列头 | 获取所有列头。 | P:Divooka.DataAnalytics.DivookaDataGrid.ColumnHeaders |
列 | 数据列表的列集合 | P:Divooka.DataAnalytics.DivookaDataGrid.Columns |
项目 | 根据列名获取列;若未找到则返回 null。 | P:Divooka.DataAnalytics.DivookaDataGrid.Item(System.String) |
项 | 范围操作。 | P:Divooka.DataAnalytics.DivookaDataGrid.Item(System.Int32,System.Int32) |
可选行标题列 | 行的索引/标头 | P:Divooka.DataAnalytics.DivookaDataGrid.OptionalRowHeaderColumn |
行数 | 不包含表头行 | P:Divooka.DataAnalytics.DivookaDataGrid.RowCount |
行 | P:Divooka.DataAnalytics.DivookaDataGrid.Rows | |
行值 | Get rows as value objects. | P:Divooka.DataAnalytics.DivookaDataGrid.RowValues |
表格名称 | 数据列表的名称。 | P:Divooka.DataAnalytics.DivookaDataGrid.TableName |
获取用于显示的列信息 | 生成一个字典,将处理后的列名称映射到各自的 DivookaDataGrid.ColumnInfo 结构。 | M:Divooka.DataAnalytics.DivookaDataGrid.GetColumnInfoForDisplay |
获取数据列 | 通过其标题名称或索引检索DataAnalytics.DivookaDataColumn。 | M:Divooka.DataAnalytics.DivookaDataGrid.GetDataColumn(System.String) |
Get Enumerator | 缺乏注释。 | N/A |
Grow Rows | 缺乏注释。 | N/A |
检查列是否存在 | 检查给定名称的列是否存在。 | M:Divooka.DataAnalytics.DivookaDataGrid.HasColumn(System.String) |
Initialize From Bytes | 缺乏注释。 | N/A |
Initialize From CSV | 缺乏注释。 | N/A |
删除列 | 从数据列表中删除列。 | M:Divooka.DataAnalytics.DivookaDataGrid.RemoveColumn(System.String) |
Reset | 缺乏注释。 | N/A |
保存 | 将当前数据网格作为 CSV 文件保存在指定路径。 | M:Divooka.DataAnalytics.DivookaDataGrid.Save(System.String) |
保存为CSV文件 | 将 DataGrid 保存为CSV文件 | M:Divooka.DataAnalytics.DivookaDataGrid.SaveToCSVFile(System.String) |
Serialize Into Bytes | 缺乏注释。 | N/A |
排序 | 根据指定列的升序或降序排序数据网格。 | M:Divooka.DataAnalytics.DivookaDataGrid.Sort(System.String,System.Boolean) |
To CSV Text | 缺乏注释。 | N/A |
转换为数据表 | Converts the DataGrid into a Data.DataTable representation. | M:Divooka.DataAnalytics.DivookaDataGrid.ToDataTable |
字典转换 | 用于两列数据列表,第一列为名称 | M:Divooka.DataAnalytics.DivookaDataGrid.ToDictionary |
To My Sql | 缺乏注释。 | N/A |
To My Sql Create Table | 缺乏注释。 | N/A |
To My Sql Insert Commands | 缺乏注释。 | N/A |
To Oracle | 缺乏注释。 | N/A |
To Oracle Create Table | 缺乏注释。 | N/A |
To Oracle Insert Commands | 缺乏注释。 | N/A |
To Postgre Sql | 缺乏注释。 | N/A |
To Postgre Sql Create Table | 缺乏注释。 | N/A |
To Postgre Sql Insert Commands | 缺乏注释。 | N/A |
To Prolog Facts | 缺乏注释。 | N/A |
To SQL | 缺乏注释。 | N/A |
To SQ Lite | 缺乏注释。 | N/A |
To SQ Lite Create Table | 缺乏注释。 | N/A |
To SQ Lite Insert Commands | 缺乏注释。 | N/A |
To Sql Server | 缺乏注释。 | N/A |
To Sql Server Create Table | 缺乏注释。 | N/A |
To Sql Server Insert Commands | 缺乏注释。 | N/A |
Create From CSV File | 缺乏注释。 | N/A |
Create From CSV Lines | 缺乏注释。 | N/A |
Create From CSV Text | 缺乏注释。 | N/A |
Create From Double Values | 缺乏注释。 | N/A |
Create From I Enumerable | 缺乏注释。 | N/A |
Create From I Enumerable With Expansion For Complex Types | 缺乏注释。 | N/A |
Create From Int Values | 缺乏注释。 | N/A |
Create From List Of Row Objects | 缺乏注释。 | N/A |
Create From Object Properties | 缺乏注释。 | N/A |
Create From String Values | 缺乏注释。 | N/A |
Generate Random Integers | 缺乏注释。 | N/A |
Generate Random Numbers | 缺乏注释。 | N/A |
预格式化 | 自动将字符串解析为可能的强类型对象 | M:Divooka.DataAnalytics.DivookaDataGrid.Preformatting(System.String) |
工具 | 功能 | 实现 |
---|---|---|
构造空对象 | Construct empty. | M:Divooka.Matrix.DivookaVector.#ctor |
构造函数 | 从值(副本)构造。 | M:Divooka.Matrix.DivookaVector.#ctor(System.Collections.Generic.IEnumerable) |
通过字符串构造,可以是以逗号或空格分隔。 | Construct from string, either comma delimited or space delimited. | M:Divooka.Matrix.DivookaVector.#ctor(System.String) |
Add Element | 缺乏注释。 | N/A |
Clear Values | 缺乏注释。 | N/A |
Contains | 缺乏注释。 | N/A |
复制 | Make a copy | M:Divooka.Matrix.DivookaVector.Copy |
Copy To | 缺乏注释。 | N/A |
Get Count | 缺乏注释。 | N/A |
Get Index | 缺乏注释。 | N/A |
Get Is Read Only | 缺乏注释。 | N/A |
Get Item | 缺乏注释。 | N/A |
长度 | 获取向量的长度 | P:Divooka.Matrix.DivookaVector.Length |
大小 | 获取大小的字符串表示形式。 | P:Divooka.Matrix.DivookaVector.Size |
Get Enumerator | 缺乏注释。 | N/A |
Get Preview Array | 缺乏注释。 | N/A |
Get Preview Atring | 缺乏注释。 | N/A |
Index Of | 缺乏注释。 | N/A |
Insert | 缺乏注释。 | N/A |
规范 | 另一个表示长度的名称 | M:Divooka.Matrix.DivookaVector.Norm |
Remove | 缺乏注释。 | N/A |
Remove At | 缺乏注释。 | N/A |
Save To CSV File | 缺乏注释。 | N/A |
Set Is Read Only | 缺乏注释。 | N/A |
Set Item | 缺乏注释。 | N/A |
Shift | 缺乏注释。 | N/A |
字符串表示形式 | ToString override | M:Divooka.Matrix.DivookaVector.ToString |
累加应用 | 从基值开始在整个向量上应用某种操作,并返回结果向量和最终值 | M:Divooka.Matrix.DivookaVector.AccumulateApply(System.Double,System.Double[],System.Double[]@,Divooka.Matrix.DivookaVector.AccumulateApplyFunction) |
添加两个向量 | Adds two vectors | M:Divooka.Matrix.DivookaVector.op_Addition(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector) |
加法 | 将标量添加到每个元素 | M:Divooka.Matrix.DivookaVector.op_Addition(Divooka.Matrix.DivookaVector,System.Double) |
按位或操作 | 附加一个元素 | M:Divooka.Matrix.DivookaVector.op_BitwiseOr(Divooka.Matrix.DivookaVector,System.Double) |
按位或 | 追加整个向量 | M:Divooka.Matrix.DivookaVector.op_BitwiseOr(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector) |
除法运算 | 按元素除法 | M:Divooka.Matrix.DivookaVector.op_Division(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector) |
独占或运算 | 按元素指数 | M:Divooka.Matrix.DivookaVector.op_ExclusiveOr(Divooka.Matrix.DivookaVector,System.Double) |
Op Implicit | 缺乏注释。 | N/A |
乘法运算 | 按元素相乘 | M:Divooka.Matrix.DivookaVector.op_Multiply(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector) |
乘法 | 将每个元素乘以一个标量 | M:Divooka.Matrix.DivookaVector.op_Multiply(Divooka.Matrix.DivookaVector,System.Double) |
减法 | Subtract two vectors | M:Divooka.Matrix.DivookaVector.op_Subtraction(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector) |
减法运算 | 从每个元素中减去一个标量 | M:Divooka.Matrix.DivookaVector.op_Subtraction(Divooka.Matrix.DivookaVector,System.Double) |
一元否定 | 获取负值 | M:Divooka.Matrix.DivookaVector.op_UnaryNegation(Divooka.Matrix.DivookaVector) |
一元加法运算 | 取单位(不进行复制) | M:Divooka.Matrix.DivookaVector.op_UnaryPlus(Divooka.Matrix.DivookaVector) |
范围 | M:Divooka.Matrix.DivookaVector.Range(System.Int32,System.Double,System.Double) |
工具 | 功能 | 实现 |
---|---|---|
Add Sum | 缺乏注释。 | N/A |
Append | 缺乏注释。 | N/A |
Collapse | 缺乏注释。 | N/A |
Convert Column | 缺乏注释。 | N/A |
Convert Date Column To String | 缺乏注释。 | N/A |
Exclude | 缺乏注释。 | N/A |
Extract | 缺乏注释。 | N/A |
Extract Column | 缺乏注释。 | N/A |
Format Column | 缺乏注释。 | N/A |
Head | 缺乏注释。 | N/A |
Make Copy | 缺乏注释。 | N/A |
Pivot | 缺乏注释。 | N/A |
Range | 缺乏注释。 | N/A |
Rename | 缺乏注释。 | N/A |
Sort | 缺乏注释。 | N/A |
Tail | 缺乏注释。 | N/A |
Take Column As Vector | 缺乏注释。 | N/A |
Take Rows | 缺乏注释。 | N/A |
To Vector | 缺乏注释。 | N/A |
Transpose | 缺乏注释。 | N/A |
Trim | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Extract | Initialize a SQL database with data grid, perform a SELECT query to create a view, then return the resulting view. | M:Divooka.DataGrid.InMemoryDB.EasyQuery.Extract(Divooka.DataAnalytics.DivookaDataGrid,System.String) |
Filter | Initialize a SQL database with data grid, perform a SELECT query to create a view, then return the resulting view. | M:Divooka.DataGrid.InMemoryDB.EasyQuery.Filter(Divooka.DataAnalytics.DivookaDataGrid,System.String) |
Group By | Initialize a SQLite in-memory database with input data grid, perform a SELECT query to create a view, then return the resulting view.Aggregate functions: avg(X), count(*), count(X), group_concat(X), group_concat(X,Y), max(X), min(X), string_agg(X,Y), sum(X), total(X), first(X), last(X).Filter is applied on the original data grid, while the rules are applied on the groups and you can use aggregate functions like count() or distinct(). | M:Divooka.DataGrid.InMemoryDB.EasyQuery.GroupBy(Divooka.DataAnalytics.DivookaDataGrid,System.String,System.String,System.String,System.String) |
Group Cut | Slices a data grid by a specified dimension (column), and perform aggregation based on selected keys. | M:Divooka.DataGrid.InMemoryDB.EasyQuery.GroupCut(Divooka.DataAnalytics.DivookaDataGrid,System.String,System.String,System.String,Divooka.DataAnalytics.DivookaDataGridTransformation.AggregateFunction) |
Perform Query | Initialize a SQL database with data grid, perform a SELECT query to create a view, then return the resulting view. | M:Divooka.DataGrid.InMemoryDB.EasyQuery.PerformQuery(Divooka.DataAnalytics.DivookaDataGrid,System.String,System.String) |
Sql | Perform SQL query directly on incoming tables.Super useful for practical and demonstrational use. | M:Divooka.DataGrid.InMemoryDB.EasyQuery.SQL(Divooka.DataAnalytics.DivookaDataGrid[],System.String) |
工具 | 功能 | 实现 |
---|---|---|
Create Facts | 缺乏注释。 | N/A |
Load | 缺乏注释。 | N/A |
Solve | 缺乏注释。 | N/A |
Solve All | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Create From Google Sheet | Read range in a given sheet. | M:Divooka.Services.GoogleSheets.GoogleSheetsHelper.CreateFromGoogleSheet(System.String,System.String,System.String,System.String,Divooka.DataAnalytics.DivookaDataColumn.AdvancedInvalidValueTypeHandlingPolicy) |
Write Data | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Create From Excel Worksheet | Reading specified worksheet from excel file as data grid; By default, use the first one. | M:Divooka.FileFormats.Excel.ExcelReader.CreateFromExcelWorksheet(System.String,System.String,System.Boolean,System.String,Divooka.DataAnalytics.DivookaDataColumn.AdvancedInvalidValueTypeHandlingPolicy) |
共2大类。
工具 | 功能 | 实现 |
---|---|---|
Get SPX Closing Values | 缺乏注释。 | N/A |
Spx500 | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Fetch Symbol | Fetch time series data as DataGrid with ticker name, start/end date and interval. | M:Divooka.Services.FinancialDataService.SimpleTicker.FetchSymbol(System.String,System.DateTime,System.DateTime,Divooka.Services.FinancialDataService.Types.Interval) |
Fetch Symbols | Fetch stock market data by symbols and return closed price in columns. | M:Divooka.Services.FinancialDataService.SimpleTicker.FetchSymbols(System.String,System.DateTime,System.DateTime,Divooka.Services.FinancialDataService.Types.Interval) |
共1大类。
工具 | 功能 | 实现 |
---|---|---|
Max Value | 缺乏注释。 | N/A |
Min Value | 缺乏注释。 | N/A |
Unix Epoch | 缺乏注释。 | N/A |
Date Time" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Date Time | M:System.DateTime.#ctor(System.Int64) | |
Add | 缺乏注释。 | N/A |
Add Days | Returns a new System.DateTime that adds the specified number of days to the value of this instance. | M:System.DateTime.AddDays(System.Double) |
Add Hours | Returns a new System.DateTime that adds the specified number of hours to the value of this instance. | M:System.DateTime.AddHours(System.Double) |
Add Microseconds | Returns a new System.DateTime that adds the specified number of microseconds to the value of this instance. | M:System.DateTime.AddMicroseconds(System.Double) |
Add Milliseconds | Returns a new System.DateTime that adds the specified number of milliseconds to the value of this instance. | M:System.DateTime.AddMilliseconds(System.Double) |
Add Minutes | Returns a new System.DateTime that adds the specified number of minutes to the value of this instance. | M:System.DateTime.AddMinutes(System.Double) |
Add Months | 缺乏注释。 | N/A |
Add Seconds | Returns a new System.DateTime that adds the specified number of seconds to the value of this instance. | M:System.DateTime.AddSeconds(System.Double) |
Add Ticks | 缺乏注释。 | N/A |
Add Years | 缺乏注释。 | N/A |
Compare To | 缺乏注释。 | N/A |
Deconstruct | Deconstructs System.DateTime into System.DateOnly and System.TimeOnly. | M:System.DateTime.Deconstruct(System.DateOnly@,System.TimeOnly@) |
Equals | 缺乏注释。 | N/A |
Get Date | 缺乏注释。 | N/A |
Get Day | 缺乏注释。 | N/A |
Get Day Of Week | 缺乏注释。 | N/A |
Get Day Of Year | 缺乏注释。 | N/A |
Get Hour | 缺乏注释。 | N/A |
Get Kind | 缺乏注释。 | N/A |
Microsecond | The microseconds component, expressed as a value between 0 and 999. | P:System.DateTime.Microsecond |
Get Millisecond | 缺乏注释。 | N/A |
Get Minute | 缺乏注释。 | N/A |
Get Month | 缺乏注释。 | N/A |
Nanosecond | The nanoseconds component, expressed as a value between 0 and 900 (in increments of 100 nanoseconds). | P:System.DateTime.Nanosecond |
Get Second | 缺乏注释。 | N/A |
Get Ticks | 缺乏注释。 | N/A |
Get Time Of Day | 缺乏注释。 | N/A |
Get Year | 缺乏注释。 | N/A |
Get Date Time Formats | 缺乏注释。 | N/A |
Get Hash Code | 缺乏注释。 | N/A |
Get Type Code | 缺乏注释。 | N/A |
Is Daylight Saving Time | 缺乏注释。 | N/A |
Subtract | 缺乏注释。 | N/A |
To Binary | 缺乏注释。 | N/A |
To File Time | 缺乏注释。 | N/A |
To File Time Utc | 缺乏注释。 | N/A |
To Local Time | 缺乏注释。 | N/A |
To Long Date String | 缺乏注释。 | N/A |
To Long Time String | 缺乏注释。 | N/A |
To OA Date | 缺乏注释。 | N/A |
To Short Date String | 缺乏注释。 | N/A |
To Short Time String | 缺乏注释。 | N/A |
To String | 缺乏注释。 | N/A |
To Universal Time | 缺乏注释。 | N/A |
Try Format | 缺乏注释。 | N/A |
Compare | 缺乏注释。 | N/A |
Days In Month | 缺乏注释。 | N/A |
From Binary | 缺乏注释。 | N/A |
From File Time | 缺乏注释。 | N/A |
From File Time Utc | 缺乏注释。 | N/A |
From OA Date | 缺乏注释。 | N/A |
Get Now | 缺乏注释。 | N/A |
Get Today | 缺乏注释。 | N/A |
Get Utc Now | 缺乏注释。 | N/A |
Is Leap Year | 缺乏注释。 | N/A |
Op Addition | 缺乏注释。 | N/A |
Op Equality | 缺乏注释。 | N/A |
Greater Than Operation | 比较两个值以确定哪个更大。 | M:System.DateTime.op_GreaterThan(System.DateTime,System.DateTime) |
Greater Than Or Equal Operation | 比较两个值以确定哪个更大或相等。 | M:System.DateTime.op_GreaterThanOrEqual(System.DateTime,System.DateTime) |
Op Inequality | 缺乏注释。 | N/A |
Less Than Operation | 比较两个值以确定哪个值更小。 | M:System.DateTime.op_LessThan(System.DateTime,System.DateTime) |
Less Than Or Equal Operation | 比较两个值以确定哪个小于或等于。 | M:System.DateTime.op_LessThanOrEqual(System.DateTime,System.DateTime) |
Op Subtraction | 缺乏注释。 | N/A |
Parse | 缺乏注释。 | N/A |
Parse Exact | 缺乏注释。 | N/A |
Specify Kind | 缺乏注释。 | N/A |
Try Parse | 缺乏注释。 | N/A |
Try Parse Exact | 缺乏注释。 | N/A |
共2大类。
工具 | 功能 | 实现 |
---|---|---|
Sample Population Data | Generate a fake, sample population data. | M:ProjectNine.FictionalWorld.DataSet.SamplePopulationData |
工具 | 功能 | 实现 |
---|---|---|
Sample Markdown | 缺乏注释。 | N/A |
共1大类。
工具 | 功能 | 实现 |
---|---|---|
Configure Digital Ocean | 缺乏注释。 | N/A |
Configure Space | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.ConfigureSpace(System.String,System.String,System.String,System.String) | |
Create Droplet | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.CreateDroplet(System.String,System.String,System.String,System.String,System.String,Divooka.Services.DigitalOcean.DigitalOceanHelper.DigitalOceanConfiguration) | |
Destroy Droplet | 缺乏注释。 | N/A |
Execute Script In Droplet | Executes some script in existing droplet. | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.ExecuteScriptInDroplet(System.String,System.String,Divooka.Services.DigitalOcean.DigitalOceanHelper.DigitalOceanConfiguration) |
Get Available Regions | 缺乏注释。 | N/A |
Get Available Sizes | 缺乏注释。 | N/A |
Get Avasilable Images | 缺乏注释。 | N/A |
List All Droplets | List all Droplets in your account. | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.ListAllDroplets(System.Int32,System.Int32,System.String,System.String,System.Nullable,Divooka.Services.DigitalOcean.DigitalOceanHelper.DigitalOceanConfiguration) |
Quick Run Container | Quickly run some container in a newly created droplet, then delete that droplet. | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.QuickRunContainer(System.String,Divooka.Services.DigitalOcean.DigitalOceanHelper.DigitalOceanConfiguration) |
Quick Run Script | Quickly run some script in a newly created droplet, then delete that droplet. | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.QuickRunScript(System.String,Divooka.Services.DigitalOcean.DigitalOceanHelper.DigitalOceanConfiguration) |
Upload File | Upload file to DigitalOcean Spaces or AWS S3 Storage. | M:Divooka.Services.DigitalOcean.DigitalOceanHelper.UploadFile(System.String,System.String,Divooka.Services.DigitalOcean.SpaceAPI.SpacesOptions) |
共1大类。
工具 | 功能 | 实现 |
---|---|---|
Concatenate | 缺乏注释。 | N/A |
Fade In | 缺乏注释。 | N/A |
Fade In Out | 缺乏注释。 | N/A |
Fade Out | 缺乏注释。 | N/A |
Fit | 缺乏注释。 | N/A |
Generate White Noise Frames | 缺乏注释。 | N/A |
Load | 缺乏注释。 | N/A |
Mix | 缺乏注释。 | N/A |
Place | 缺乏注释。 | N/A |
Save | 缺乏注释。 | N/A |
Trim Left | 缺乏注释。 | N/A |
Trim Right | 缺乏注释。 | N/A |
共8大类。
工具 | 功能 | 实现 |
---|---|---|
Add Backgroud | 缺乏注释。 | N/A |
Add Film Grain | 缺乏注释。 | N/A |
添加文本 | 在给定位置将指定文本添加到图像中。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AddText(System.String,System.String,System.String,System.Drawing.Point,System.String,System.Int32,Divooka.Multimedia.Image.Color) |
Add Text | 缺乏注释。 | N/A |
调整亮度和对比度 | 调整图像的亮度和对比度。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustBrightnessContrast(System.String,System.String,System.Double,System.Double) |
Adjust Brightness Contrast | 缺乏注释。 | N/A |
调整色彩平衡 | 调整图像的色彩平衡,通过为红色、绿色和蓝色通道添加偏移。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustColorBalance(System.String,System.String,System.Int32,System.Int32,System.Int32) |
Adjust Color Balance | 缺乏注释。 | N/A |
调整HSL | 使用HSL(色调、饱和度、亮度)值调整图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustHSL(System.String,System.String,System.Double,System.Double,System.Double) |
Adjust HSL | 缺乏注释。 | N/A |
调整级别 | 调整图像的级别。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustLevels(System.String,System.String,System.Byte,System.Byte,System.Double) |
Adjust Levels | 缺乏注释。 | N/A |
调整饱和度 | 调整图像的饱和度。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustSaturation(System.String,System.String,System.Double) |
Adjust Saturation | 缺乏注释。 | N/A |
调整选择性饱和度 | 选择性地调整与目标颜色匹配的区域的饱和度,允许给定的容差。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustSelectiveSaturation(System.String,System.String,Divooka.Multimedia.Image.Color,ImageMagick.Percentage,System.Double) |
Adjust Selective Saturation | 缺乏注释。 | N/A |
调整阴影和高光 | 使用 sigmoid 对比度调整图像的阴影和高光。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.AdjustShadowsHighlights(System.String,System.String,System.Double,System.Double) |
Adjust Shadows Highlights | 缺乏注释。 | N/A |
应用浮雕效果 | 对图像应用浮雕效果。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ApplyEmboss(System.String,System.String,System.Double,System.Double) |
Apply Emboss | 缺乏注释。 | N/A |
应用LUT | 将查找表(LUT)应用于图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ApplyLUT(System.String,System.String,System.String) |
Apply LUT | 缺乏注释。 | N/A |
应用油画效果 | 将油画效果应用于图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ApplyOilPaintEffect(System.String,System.String,System.Int32,System.Double) |
Apply Oil Paint Effect | 缺乏注释。 | N/A |
应用透视失真 | 应用透视失真到图像,使用控制点。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ApplyPerspectiveDistortion(System.String,System.String,System.Double[]) |
Apply Perspective Distortion | 缺乏注释。 | N/A |
应用渐晕 | 对图像应用渐晕效果。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ApplyVignette(System.String,System.String,System.Double,System.Double,System.Int32,System.Int32) |
Apply Vignette | 缺乏注释。 | N/A |
Bleach Bypass | 缺乏注释。 | N/A |
Channel Tint | 缺乏注释。 | N/A |
合成图像 | 将覆盖图像与基础图像合成,使用指定的合成操作符和偏移量。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.CompositeImages(System.String,System.String,System.String,System.Drawing.Point,ImageMagick.CompositeOperator) |
Composite Images | 缺乏注释。 | N/A |
转换为灰度 | 将图像转换为灰度。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ConvertToGrayscale(System.String,System.String) |
Convert To Grayscale | 缺乏注释。 | N/A |
Convert To Ico | 缺乏注释。 | N/A |
裁剪图像 | 裁剪图像到指定的矩形区域。如果裁剪区域超出了原始图像的边界,缺失的区域将填充指定的填充颜色。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.CropImage(System.String,System.String,System.UInt32,System.UInt32,System.UInt32,System.UInt32,Divooka.Multimedia.Image.Color) |
Crop Image | 缺乏注释。 | N/A |
水平翻转图像 | 翻转图像,使其水平对称(从左到右镜像)。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.FlipImageHorizontally(System.String,System.String) |
Flip Image Horizontally | 缺乏注释。 | N/A |
翻转图像垂直 | 垂直翻转图像(自上而下地镜像)。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.FlipImageVertically(System.String,System.String) |
Flip Image Vertically | 缺乏注释。 | N/A |
伽马校正 | 对图像应用伽马校正。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.GammaCorrection(System.String,System.String,System.Double) |
Gamma Correction | 缺乏注释。 | N/A |
高斯模糊 | 对图像应用高斯模糊。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.GaussianBlur(System.String,System.String,System.Double,System.Double) |
Gaussian Blur | 缺乏注释。 | N/A |
High Contrast B And W | 缺乏注释。 | N/A |
反转颜色 | 反转图像的颜色。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.InvertColors(System.String,System.String) |
Invert Colors | 缺乏注释。 | N/A |
运动模糊处理 | 将运动模糊应用于图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.MotionBlur(System.String,System.String,System.Double,System.Double,System.Double) |
Motion Blur | 缺乏注释。 | N/A |
Pixelate | 缺乏注释。 | N/A |
Pixelate Circle | 缺乏注释。 | N/A |
重新着色图像 | 通过以指定的不透明度覆盖指定颜色来重新着色图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.RecolorImage(System.String,System.String,Divooka.Multimedia.Image.Color,System.Double) |
Recolor Image | 缺乏注释。 | N/A |
Reduce Noise | 减少图像中的噪声。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ReduceNoise(System.String,System.String,System.UInt32) |
调整图像大小 | 调整图像大小以保持宽高比,同时设置为指定宽度。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.ResizeImage(System.String,System.String,System.UInt32) |
Resize Image | 缺乏注释。 | N/A |
顺时针旋转图像90度 | 将图像顺时针旋转90度。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.RotateImageClockwise90Degrees(System.String,System.String) |
Rotate Image Clockwise90degrees | 缺乏注释。 | N/A |
旋转图像逆时针90度 | 逆时针旋转图像90度。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.RotateImageCounterclockwise90Degrees(System.String,System.String) |
Rotate Image Counterclockwise90degrees | 缺乏注释。 | N/A |
Selective Color Shift | 缺乏注释。 | N/A |
Sepia Tone | 缺乏注释。 | N/A |
锐化 | 锐化图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.Sharpen(System.String,System.String,System.Double,System.Double) |
Sharpen | 缺乏注释。 | N/A |
Soft Focus | 缺乏注释。 | N/A |
不锐化掩模 | 应用不锐化掩模到图像。 | M:Divooka.DSL.ImageProcessing.OneShotProcessing.UnsharpMask(System.String,System.String,System.Double,System.Double,System.Double,System.Double) |
Unsharp Mask | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Choice | 缺乏注释。 | N/A |
Generate Gaussian Distribution | Box-Muller transform | M:Divooka.Generators.RandomGenerator.GenerateGaussianDistribution(System.Int32,System.Double,System.Double) |
Generate Lorem Ipsum | 缺乏注释。 | N/A |
Generate Normal Distribution | 缺乏注释。 | N/A |
Generate Random2numbers | 缺乏注释。 | N/A |
Generate Random Integer | 缺乏注释。 | N/A |
Generate Random Number | 缺乏注释。 | N/A |
Generate Random Population | Get earthly population. | M:Divooka.Generators.RandomGenerator.GenerateRandomPopulation(System.Int32,System.Nullable) |
Generate Random Stock | Generates a random time series that mimics stock market behavior. | M:Divooka.Generators.RandomGenerator.GenerateRandomStock(System.Nullable,System.Double,System.Int32,Divooka.Generators.RandomGenerator.StockMarketBusinessDayBehavior) |
Generate Random Time Series | Uses a random walk and assume normal distribution of returns | M:Divooka.Generators.RandomGenerator.GenerateRandomTimeSeries(System.Nullable,System.Nullable,System.Double,System.Double,System.Double) |
Generate Seasonal Retail Data | M:Divooka.Generators.RandomGenerator.GenerateSeasonalRetailData(System.Nullable,System.Double,System.Int32) | |
Generate Uniform Distribution | 缺乏注释。 | N/A |
Get Lorem Ipsum | 缺乏注释。 | N/A |
Get Random Day | 缺乏注释。 | N/A |
Get Random English Name | 缺乏注释。 | N/A |
Get Random English Names | 缺乏注释。 | N/A |
Get Random Image | 缺乏注释。 | N/A |
Get Today | 缺乏注释。 | N/A |
Pick | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Configure SMTP | 缺乏注释。 | N/A |
Send Email | 缺乏注释。 | N/A |
Send Gmail | M:Divooka.DSL.Email.SMTPEmailHelper.SendGmail(System.String,System.String[],System.String,System.String,System.String,System.String,Divooka.DSL.Email.SMTPEmailHelper.BodyFormat) | |
Send HTML Email | 缺乏注释。 | N/A |
Send Markdown Email | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Demo Typewriter Effect | M:Parcel.Processing.VideoEditing.DemoTypewriterEffect(System.String,System.String,System.Int32) | |
Download Demo Video | 缺乏注释。 | N/A |
Generate Typewriter Screen | M:Parcel.Processing.VideoEditing.GenerateTypewriterScreen(System.String,System.String,System.Int32,System.Double,System.Int32,System.Int32) | |
Quick Cut | Trim/Cut a given video file. | M:Parcel.Processing.VideoEditing.QuickCut(System.String,System.String,System.String) |
工具 | 功能 | 实现 |
---|---|---|
Configure API Key | 缺乏注释。 | N/A |
IP Stack API | Get IP location from https://ipstack.com/|M:Divooka.Unofficial.Services.PublicAPI.IPStackAPI(System.String,Divooka.Unofficial.Services.PublicAPI.PublicAPIConfiguration)| | |
Open Meteo | 缺乏注释。 | N/A |
工具 | 功能 | 实现 | ||||
---|---|---|---|---|---|---|
Configure Brave | 缺乏注释。 | N/A | ||||
Convert To Data Grid | Turns a BraveSearchResult into a tabular DivookaDataGrid.Columns: Type | Title | Url | Description | Age | M:Divooka.Unofficial.Services.BraveSearch.ConvertToDataGrid(Divooka.Unofficial.Services.BraveSearch.BraveSearchResult,System.String) |
Search | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Apply Style | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Configure News Service | 缺乏注释。 | N/A |
Read News | Read news as single text | M:Divooka.Unofficial.Services.NewsReader.ReadNews(Divooka.Unofficial.Services.NewsReader.NewsSource,System.String,Divooka.Unofficial.Services.NewsReader.NewsAdditionalConfiguration) |
共5大类。
工具 | 功能 | 实现 |
---|---|---|
Get Alice Blue | 缺乏注释。 | N/A |
Get Antique White | 缺乏注释。 | N/A |
Get Aqua | 缺乏注释。 | N/A |
Get Aquamarine | 缺乏注释。 | N/A |
Get Azure | 缺乏注释。 | N/A |
Get Beige | 缺乏注释。 | N/A |
Get Bisque | 缺乏注释。 | N/A |
Get Black | 缺乏注释。 | N/A |
Get Blanched Almond | 缺乏注释。 | N/A |
Get Blue | 缺乏注释。 | N/A |
Get Blue Violet | 缺乏注释。 | N/A |
Get Brown | 缺乏注释。 | N/A |
Get Burly Wood | 缺乏注释。 | N/A |
Get Cadet Blue | 缺乏注释。 | N/A |
Get Chartreuse | 缺乏注释。 | N/A |
Get Chocolate | 缺乏注释。 | N/A |
Get Coral | 缺乏注释。 | N/A |
Get Cornflower Blue | 缺乏注释。 | N/A |
Get Cornsilk | 缺乏注释。 | N/A |
Get Crimson | 缺乏注释。 | N/A |
Get Cyan | 缺乏注释。 | N/A |
Get Dark Blue | 缺乏注释。 | N/A |
Get Dark Cyan | 缺乏注释。 | N/A |
Get Dark Golden Rod | 缺乏注释。 | N/A |
Get Dark Gray | 缺乏注释。 | N/A |
Get Dark Green | 缺乏注释。 | N/A |
Get Dark Grey | 缺乏注释。 | N/A |
Get Dark Khaki | 缺乏注释。 | N/A |
Get Dark Magenta | 缺乏注释。 | N/A |
Get Dark Olive Green | 缺乏注释。 | N/A |
Get Dark Orange | 缺乏注释。 | N/A |
Get Dark Orchid | 缺乏注释。 | N/A |
Get Dark Red | 缺乏注释。 | N/A |
Get Dark Salmon | 缺乏注释。 | N/A |
Get Dark Sea Green | 缺乏注释。 | N/A |
Get Dark Slate Blue | 缺乏注释。 | N/A |
Get Dark Slate Gray | 缺乏注释。 | N/A |
Get Dark Slate Grey | 缺乏注释。 | N/A |
Get Dark Turquoise | 缺乏注释。 | N/A |
Get Dark Violet | 缺乏注释。 | N/A |
Get Deep Pink | 缺乏注释。 | N/A |
Get Deep Sky Blue | 缺乏注释。 | N/A |
Get Dim Gray | 缺乏注释。 | N/A |
Get Dim Grey | 缺乏注释。 | N/A |
Get Dodger Blue | 缺乏注释。 | N/A |
Get Empty | 缺乏注释。 | N/A |
Get Fire Brick | 缺乏注释。 | N/A |
Get Floral White | 缺乏注释。 | N/A |
Get Forest Green | 缺乏注释。 | N/A |
Get Fuchsia | 缺乏注释。 | N/A |
Get Gainsboro | 缺乏注释。 | N/A |
Get Ghost White | 缺乏注释。 | N/A |
Get Gold | 缺乏注释。 | N/A |
Get Golden Rod | 缺乏注释。 | N/A |
Get Gray | 缺乏注释。 | N/A |
Get Green | 缺乏注释。 | N/A |
Get Green Yellow | 缺乏注释。 | N/A |
Get Grey | 缺乏注释。 | N/A |
Get Honey Dew | 缺乏注释。 | N/A |
Get Hot Pink | 缺乏注释。 | N/A |
Get Indian Red | 缺乏注释。 | N/A |
Get Indigo | 缺乏注释。 | N/A |
Get Ivory | 缺乏注释。 | N/A |
Get Khaki | 缺乏注释。 | N/A |
Get Lavender | 缺乏注释。 | N/A |
Get Lavender Blush | 缺乏注释。 | N/A |
Get Lawn Green | 缺乏注释。 | N/A |
Get Lemon Chiffon | 缺乏注释。 | N/A |
Get Light Blue | 缺乏注释。 | N/A |
Get Light Coral | 缺乏注释。 | N/A |
Get Light Cyan | 缺乏注释。 | N/A |
Get Light Golden Rod Yellow | 缺乏注释。 | N/A |
Get Light Gray | 缺乏注释。 | N/A |
Get Light Green | 缺乏注释。 | N/A |
Get Light Grey | 缺乏注释。 | N/A |
Get Light Pink | 缺乏注释。 | N/A |
Get Light Salmon | 缺乏注释。 | N/A |
Get Light Sea Green | 缺乏注释。 | N/A |
Get Light Sky Blue | 缺乏注释。 | N/A |
Get Light Slate Gray | 缺乏注释。 | N/A |
Get Light Slate Grey | 缺乏注释。 | N/A |
Get Light Steel Blue | 缺乏注释。 | N/A |
Get Light Yellow | 缺乏注释。 | N/A |
Get Lime | 缺乏注释。 | N/A |
Get Lime Green | 缺乏注释。 | N/A |
Get Linen | 缺乏注释。 | N/A |
Get Magenta | 缺乏注释。 | N/A |
Get Maroon | 缺乏注释。 | N/A |
Get Medium Aqua Marine | 缺乏注释。 | N/A |
Get Medium Blue | 缺乏注释。 | N/A |
Get Medium Orchid | 缺乏注释。 | N/A |
Get Medium Purple | 缺乏注释。 | N/A |
Get Medium Sea Green | 缺乏注释。 | N/A |
Get Medium Slate Blue | 缺乏注释。 | N/A |
Get Medium Spring Green | 缺乏注释。 | N/A |
Get Medium Turquoise | 缺乏注释。 | N/A |
Get Medium Violet Red | 缺乏注释。 | N/A |
Get Midnight Blue | 缺乏注释。 | N/A |
Get Mint Cream | 缺乏注释。 | N/A |
Get Misty Rose | 缺乏注释。 | N/A |
Get Moccasin | 缺乏注释。 | N/A |
Get Navajo White | 缺乏注释。 | N/A |
Get Navy | 缺乏注释。 | N/A |
Get Old Lace | 缺乏注释。 | N/A |
Get Olive | 缺乏注释。 | N/A |
Get Olive Drab | 缺乏注释。 | N/A |
Get Orange | 缺乏注释。 | N/A |
Get Orange Red | 缺乏注释。 | N/A |
Get Orchid | 缺乏注释。 | N/A |
Get Pale Golden Rod | 缺乏注释。 | N/A |
Get Pale Green | 缺乏注释。 | N/A |
Get Pale Turquoise | 缺乏注释。 | N/A |
Get Pale Violet Red | 缺乏注释。 | N/A |
Get Papaya Whip | 缺乏注释。 | N/A |
Get Peach Puff | 缺乏注释。 | N/A |
Get Peru | 缺乏注释。 | N/A |
Get Pink | 缺乏注释。 | N/A |
Get Plum | 缺乏注释。 | N/A |
Get Powder Blue | 缺乏注释。 | N/A |
Get Purple | 缺乏注释。 | N/A |
Get Rebecca Purple | 缺乏注释。 | N/A |
Get Red | 缺乏注释。 | N/A |
Get Rosy Brown | 缺乏注释。 | N/A |
Get Royal Blue | 缺乏注释。 | N/A |
Get Saddle Brown | 缺乏注释。 | N/A |
Get Salmon | 缺乏注释。 | N/A |
Get Sandy Brown | 缺乏注释。 | N/A |
Get Sea Green | 缺乏注释。 | N/A |
Get Sea Shell | 缺乏注释。 | N/A |
Get Sienna | 缺乏注释。 | N/A |
Get Silver | 缺乏注释。 | N/A |
Get Sky Blue | 缺乏注释。 | N/A |
Get Slate Blue | 缺乏注释。 | N/A |
Get Slate Gray | 缺乏注释。 | N/A |
Get Slate Grey | 缺乏注释。 | N/A |
Get Snow | 缺乏注释。 | N/A |
Get Spring Green | 缺乏注释。 | N/A |
Get Steel Blue | 缺乏注释。 | N/A |
Get Tan | 缺乏注释。 | N/A |
Get Teal | 缺乏注释。 | N/A |
Get Thistle | 缺乏注释。 | N/A |
Get Tomato | 缺乏注释。 | N/A |
Get Transparent | 缺乏注释。 | N/A |
Get Turquoise | 缺乏注释。 | N/A |
Get Violet | 缺乏注释。 | N/A |
Get Wheat | 缺乏注释。 | N/A |
Get White | 缺乏注释。 | N/A |
Get White Smoke | 缺乏注释。 | N/A |
Get Yellow | 缺乏注释。 | N/A |
Get Yellow Green | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Color" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Color | M:Divooka.Multimedia.Image.Color.#ctor | |
Alpha | Opacity (Transparency), higher value means more opaque. | P:Divooka.Multimedia.Image.Color.Alpha |
Get Alpha Float | 缺乏注释。 | N/A |
Get Blue | 缺乏注释。 | N/A |
Get Blue Float | 缺乏注释。 | N/A |
Get Green | 缺乏注释。 | N/A |
Get Green Float | 缺乏注释。 | N/A |
Get Red | 缺乏注释。 | N/A |
Get Red Float | 缺乏注释。 | N/A |
Set Blue | 缺乏注释。 | N/A |
Set Green | 缺乏注释。 | N/A |
Set Red | 缺乏注释。 | N/A |
To Console Color | Converts this Color instance to the closest matching ConsoleColor.The match is determined by the Euclidean distance between RGB components. | M:Divooka.Multimedia.Image.Color.ToConsoleColor |
To Hex | Convert color to RGB hex representation. | M:Divooka.Multimedia.Image.Color.ToHex(System.Boolean) |
To Pixel | 缺乏注释。 | N/A |
To String | Returns a hexadecimal string representation of the Image.Color. | M:Divooka.Multimedia.Image.Color.ToString |
With Alpha | 缺乏注释。 | N/A |
From Console Color | Converts a ConsoleColor to a Color instance using a fixed mapping. | M:Divooka.Multimedia.Image.Color.FromConsoleColor(System.ConsoleColor) |
Get Color | 缺乏注释。 | N/A |
Parse | Parses a string representation of a color and returns the corresponding Image.Color instance. | M:Divooka.Multimedia.Image.Color.Parse(System.String) |
Parse Hex ARGB | Parses a hexadecimal string representation of a color in ARGB order. | M:Divooka.Multimedia.Image.Color.ParseHexARGB(System.String) |
Parse Hex RGBA | Parses a hexadecimal string representation of a color in RGBA order. | M:Divooka.Multimedia.Image.Color.ParseHexRGBA(System.String) |
Serialize | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Pixel Image" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Pixel Image | M:Divooka.Multimedia.Image.PixelImage.#ctor | |
Clone | 缺乏注释。 | N/A |
File Reference | Use this to save having to load the file into memory. | P:Divooka.Multimedia.Image.PixelImage.FileReference |
Get Height | 缺乏注释。 | N/A |
Pixels | P:Divooka.Multimedia.Image.PixelImage.Pixels | |
Should Load File Directly | Should load file from disk instead of relying on in-memory data | P:Divooka.Multimedia.Image.PixelImage.ShouldLoadFileDirectly |
Get Width | 缺乏注释。 | N/A |
Get Png Buffer | Serialize image as raw png buffer | M:Divooka.Multimedia.Image.PixelImage.GetPngBuffer |
Initialize From Bytes | 缺乏注释。 | N/A |
Initialize From PNG Buffer | 缺乏注释。 | N/A |
Read From Stream | 缺乏注释。 | N/A |
Save | 缺乏注释。 | N/A |
Serialize Into Bytes | 缺乏注释。 | N/A |
Set Height | 缺乏注释。 | N/A |
Set Width | 缺乏注释。 | N/A |
Write To Stream | 缺乏注释。 | N/A |
Get Temp Image Path | 缺乏注释。 | N/A |
Load PNG Image | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Draw Circle | 缺乏注释。 | N/A |
Draw Cone | 缺乏注释。 | N/A |
Draw Cube | 缺乏注释。 | N/A |
Draw Cuboid | 缺乏注释。 | N/A |
Draw Cylinder | 缺乏注释。 | N/A |
Draw Equilateral Triangle | 缺乏注释。 | N/A |
Draw Hexagon | 缺乏注释。 | N/A |
Draw Oval | 缺乏注释。 | N/A |
Draw Pentagon | 缺乏注释。 | N/A |
Draw Polygon | 缺乏注释。 | N/A |
Draw Pyramid | 缺乏注释。 | N/A |
Draw Quadrilateral | 缺乏注释。 | N/A |
Draw Rectangle | 缺乏注释。 | N/A |
Draw Right Triangle | 缺乏注释。 | N/A |
Draw Sphere | 缺乏注释。 | N/A |
Draw Square | 缺乏注释。 | N/A |
Draw Text | 缺乏注释。 | N/A |
Draw Triangle | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Enhanced Pixel Image With Skia Sharp Image Processing" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Enhanced Pixel Image With Skia Sharp Image Processing | M:Divooka.DSL.ImageProcessing.EnhancedPixelImageWithSkiaSharpImageProcessing.#ctor(System.String) | |
Adjust Brightness | 缺乏注释。 | N/A |
Adjust Contrast | 缺乏注释。 | N/A |
Adjust Saturation | 缺乏注释。 | N/A |
Blur | 缺乏注释。 | N/A |
Crop | 缺乏注释。 | N/A |
Grayscale | 缺乏注释。 | N/A |
Hue Shift | 缺乏注释。 | N/A |
Invert | 缺乏注释。 | N/A |
Resize | 缺乏注释。 | N/A |
Rotate | 缺乏注释。 | N/A |
Sharpen | 缺乏注释。 | N/A |
Get Base64string From Pixel Image | 缺乏注释。 | N/A |
Load Image | 缺乏注释。 | N/A |
Load Image Ex | 缺乏注释。 | N/A |
Load Pixels Fast | 缺乏注释。 | N/A |
共23大类。
工具 | 功能 | 实现 |
---|---|---|
Delimiter | 缺乏注释。 | N/A |
Empty Types | 缺乏注释。 | N/A |
Filter Attribute | 缺乏注释。 | N/A |
Filter Name | 缺乏注释。 | N/A |
Filter Name Ignore Case | 缺乏注释。 | N/A |
Missing | 缺乏注释。 | N/A |
Equals | 缺乏注释。 | N/A |
Find Interfaces | 缺乏注释。 | N/A |
Find Members | 缺乏注释。 | N/A |
Get Assembly | 缺乏注释。 | N/A |
Get Assembly Qualified Name | 缺乏注释。 | N/A |
Get Attributes | 缺乏注释。 | N/A |
Get Base Type | 缺乏注释。 | N/A |
Get Contains Generic Parameters | 缺乏注释。 | N/A |
Get Declaring Method | 缺乏注释。 | N/A |
Get Declaring Type | 缺乏注释。 | N/A |
Get Full Name | 缺乏注释。 | N/A |
Get Generic Parameter Attributes | 缺乏注释。 | N/A |
Get Generic Parameter Position | 缺乏注释。 | N/A |
Get Generic Type Arguments | 缺乏注释。 | N/A |
Get Guid | 缺乏注释。 | N/A |
Get Has Element Type | 缺乏注释。 | N/A |
Get Is Abstract | 缺乏注释。 | N/A |
Get Is Ansi Class | 缺乏注释。 | N/A |
Get Is Array | 缺乏注释。 | N/A |
Get Is Auto Class | 缺乏注释。 | N/A |
Get Is Auto Layout | 缺乏注释。 | N/A |
Get Is By Ref | 缺乏注释。 | N/A |
Get Is By Ref Like | 缺乏注释。 | N/A |
Get Is Class | 缺乏注释。 | N/A |
Get Is COM Object | 缺乏注释。 | N/A |
Get Is Constructed Generic Type | 缺乏注释。 | N/A |
Get Is Contextful | 缺乏注释。 | N/A |
Get Is Enum | 缺乏注释。 | N/A |
Get Is Explicit Layout | 缺乏注释。 | N/A |
Get Is Function Pointer | 缺乏注释。 | N/A |
Get Is Generic Method Parameter | 缺乏注释。 | N/A |
Get Is Generic Parameter | 缺乏注释。 | N/A |
Get Is Generic Type | 缺乏注释。 | N/A |
Get Is Generic Type Definition | 缺乏注释。 | N/A |
Get Is Generic Type Parameter | 缺乏注释。 | N/A |
Get Is Import | 缺乏注释。 | N/A |
Get Is Interface | 缺乏注释。 | N/A |
Get Is Layout Sequential | 缺乏注释。 | N/A |
Get Is Marshal By Ref | 缺乏注释。 | N/A |
Get Is Nested | 缺乏注释。 | N/A |
Get Is Nested Assembly | 缺乏注释。 | N/A |
Get Is Nested Fam AND Assem | 缺乏注释。 | N/A |
Get Is Nested Family | 缺乏注释。 | N/A |
Get Is Nested Fam OR Assem | 缺乏注释。 | N/A |
Get Is Nested Private | 缺乏注释。 | N/A |
Get Is Nested Public | 缺乏注释。 | N/A |
Get Is Not Public | 缺乏注释。 | N/A |
Get Is Pointer | 缺乏注释。 | N/A |
Get Is Primitive | 缺乏注释。 | N/A |
Get Is Public | 缺乏注释。 | N/A |
Get Is Sealed | 缺乏注释。 | N/A |
Get Is Security Critical | 缺乏注释。 | N/A |
Get Is Security Safe Critical | 缺乏注释。 | N/A |
Get Is Security Transparent | 缺乏注释。 | N/A |
Get Is Serializable | 缺乏注释。 | N/A |
Get Is Signature Type | 缺乏注释。 | N/A |
Get Is Special Name | 缺乏注释。 | N/A |
Get Is SZ Array | 缺乏注释。 | N/A |
Get Is Type Definition | 缺乏注释。 | N/A |
Get Is Unicode Class | 缺乏注释。 | N/A |
Get Is Unmanaged Function Pointer | 缺乏注释。 | N/A |
Get Is Value Type | 缺乏注释。 | N/A |
Get Is Variable Bound Array | 缺乏注释。 | N/A |
Get Is Visible | 缺乏注释。 | N/A |
Get Member Type | 缺乏注释。 | N/A |
Get Module | 缺乏注释。 | N/A |
Get Namespace | 缺乏注释。 | N/A |
Get Reflected Type | 缺乏注释。 | N/A |
Get Struct Layout Attribute | 缺乏注释。 | N/A |
Get Type Handle | 缺乏注释。 | N/A |
Get Type Initializer | 缺乏注释。 | N/A |
Get Underlying System Type | 缺乏注释。 | N/A |
Get Array Rank | 缺乏注释。 | N/A |
Get Constructor | 缺乏注释。 | N/A |
Get Constructors | 缺乏注释。 | N/A |
Get Default Members | 缺乏注释。 | N/A |
Get Element Type | 缺乏注释。 | N/A |
Get Enum Name | 缺乏注释。 | N/A |
Get Enum Names | 缺乏注释。 | N/A |
Get Enum Underlying Type | 缺乏注释。 | N/A |
Get Enum Values | 缺乏注释。 | N/A |
Get Enum Values As Underlying Type | Retrieves an array of the values of the underlying type constants of this enumeration type. | M:System.Type.GetEnumValuesAsUnderlyingType |
Get Event | 缺乏注释。 | N/A |
Get Events | 缺乏注释。 | N/A |
Get Field | 缺乏注释。 | N/A |
Get Fields | 缺乏注释。 | N/A |
Get Function Pointer Calling Conventions | 缺乏注释。 | N/A |
Get Function Pointer Parameter Types | 缺乏注释。 | N/A |
Get Function Pointer Return Type | 缺乏注释。 | N/A |
Get Generic Arguments | 缺乏注释。 | N/A |
Get Generic Parameter Constraints | 缺乏注释。 | N/A |
Get Generic Type Definition | 缺乏注释。 | N/A |
Get Hash Code | 缺乏注释。 | N/A |
Get Interface | 缺乏注释。 | N/A |
Get Interface Map | 缺乏注释。 | N/A |
Get Interfaces | 缺乏注释。 | N/A |
Get Member | 缺乏注释。 | N/A |
Get Members | 缺乏注释。 | N/A |
Get Member With Same Metadata Definition As | Searches for the Reflection.MemberInfo on the current System.Type that matches the specified Reflection.MemberInfo. | M:System.Type.GetMemberWithSameMetadataDefinitionAs(System.Reflection.MemberInfo) |
Get Method | 缺乏注释。 | N/A |
Get Methods | 缺乏注释。 | N/A |
Get Nested Type | 缺乏注释。 | N/A |
Get Nested Types | 缺乏注释。 | N/A |
Get Optional Custom Modifiers | 缺乏注释。 | N/A |
Get Properties | 缺乏注释。 | N/A |
Get Property | 缺乏注释。 | N/A |
Get Required Custom Modifiers | 缺乏注释。 | N/A |
Get Type | 缺乏注释。 | N/A |
Invoke Member | 缺乏注释。 | N/A |
Is Assignable From | 缺乏注释。 | N/A |
Is Assignable To | 缺乏注释。 | N/A |
Is Enum Defined | 缺乏注释。 | N/A |
Is Equivalent To | 缺乏注释。 | N/A |
Is Instance Of Type | 缺乏注释。 | N/A |
Is Subclass Of | 缺乏注释。 | N/A |
Make Array Type | 缺乏注释。 | N/A |
Make By Ref Type | 缺乏注释。 | N/A |
Make Generic Type | 缺乏注释。 | N/A |
Make Pointer Type | 缺乏注释。 | N/A |
To String | 缺乏注释。 | N/A |
Get Default Binder | 缺乏注释。 | N/A |
Get Type Array | 缺乏注释。 | N/A |
Get Type Code | 缺乏注释。 | N/A |
Get Type From CLSID | 缺乏注释。 | N/A |
Get Type From Handle | 缺乏注释。 | N/A |
Get Type From Prog ID | 缺乏注释。 | N/A |
Make Generic Method Parameter | 缺乏注释。 | N/A |
Make Generic Signature Type | 缺乏注释。 | N/A |
Op Equality | 缺乏注释。 | N/A |
Op Inequality | 缺乏注释。 | N/A |
Reflection Only Get Type | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
欧拉数 | 表示自然对数的底数,由常数 e 指定。 | F:System.Double.E |
Epsilon | 缺乏注释。 | N/A |
Max Value | 缺乏注释。 | N/A |
Min Value | 缺乏注释。 | N/A |
Na N | 缺乏注释。 | N/A |
Negative Infinity | 缺乏注释。 | N/A |
负零 | 表示负零(-0)。 | F:System.Double.NegativeZero |
圆周率 | 表示圆周与直径的比率,由常量 PI 指定。 | F:System.Double.Pi |
Positive Infinity | 缺乏注释。 | N/A |
τ | 表示一个完整旋转的弧度数,由常量Tau指定。 | F:System.Double.Tau |
Equals | 缺乏注释。 | N/A |
To String | 缺乏注释。 | N/A |
Try Format | 缺乏注释。 | N/A |
绝对值 | Computes the absolute of a value. | M:System.Double.Abs(System.Double) |
反余弦 | Computes the arc-cosine of a value. | M:System.Double.Acos(System.Double) |
反双曲余弦函数 | Computes the hyperbolic arc-cosine of a value. | M:System.Double.Acosh(System.Double) |
反余弦(π) | Computes the arc-cosine of a value and divides the result by . | M:System.Double.AcosPi(System.Double) |
反正弦 | Computes the arc-sine of a value. | M:System.Double.Asin(System.Double) |
反双曲正弦 | Computes the hyperbolic arc-sine of a value. | M:System.Double.Asinh(System.Double) |
反正切π | Computes the arc-sine of a value and divides the result by . | M:System.Double.AsinPi(System.Double) |
反正切 | Computes the arc-tangent of a value. | M:System.Double.Atan(System.Double) |
反正切函数 | Computes the arc-tangent for the quotient of two values and divides the result by . | M:System.Double.Atan2Pi(System.Double,System.Double) |
反双曲正切 | Computes the hyperbolic arc-tangent of a value. | M:System.Double.Atanh(System.Double) |
弧度反正切 | Computes the arc-tangent of a value and divides the result by pi. | M:System.Double.AtanPi(System.Double) |
位递减 | Decrements a value to the largest value that compares less than a given value. | M:System.Double.BitDecrement(System.Double) |
位增量 | Increments a value to the smallest value that compares greater than a given value. | M:System.Double.BitIncrement(System.Double) |
向上取整 | Computes the ceiling of a value. | M:System.Double.Ceiling(System.Double) |
限制 | Clamps a value to an inclusive minimum and maximum value. | M:System.Double.Clamp(System.Double,System.Double,System.Double) |
余弦 | Computes the cosine of a value. | M:System.Double.Cos(System.Double) |
双精度浮点数的余弦h函数 | Computes the hyperbolic cosine of a value. | M:System.Double.Cosh(System.Double) |
余弦Pi | Computes the cosine of a value that has been multipled by . | M:System.Double.CosPi(System.Double) |
度转弧 | Converts a given value from degrees to radians. | M:System.Double.DegreesToRadians(System.Double) |
指数 | Computes raised to a given power. | M:System.Double.Exp(System.Double) |
计算10的指数 | Computes raised to a given power. | M:System.Double.Exp10(System.Double) |
指数函数的10的幂减1 | Computes raised to a given power and subtracts one. | M:System.Double.Exp10M1(System.Double) |
指数2 | Computes raised to a given power. | M:System.Double.Exp2(System.Double) |
Exp2M1 | Computes raised to a given power and subtracts one. | M:System.Double.Exp2M1(System.Double) |
双精度浮点数.ExpM1 | Computes raised to a given power and subtracts one. | M:System.Double.ExpM1(System.Double) |
向下舍入 | Computes the floor of a value. | M:System.Double.Floor(System.Double) |
融合乘加 | Computes the fused multiply-add of three values. | M:System.Double.FusedMultiplyAdd(System.Double,System.Double,System.Double) |
计算双精度浮点数的平方根 | Computes the hypotenuse given two values representing the lengths of the shorter sides in a right-angled triangle. | M:System.Double.Hypot(System.Double,System.Double) |
ILogB | Computes the integer logarithm of a value. | M:System.Double.ILogB(System.Double) |
是否为偶数整数 | 确定一个值是否表示偶数整数值。 | M:System.Double.IsEvenInteger(System.Double) |
判断有限性 | 确定指定的值是否是有限的(零、次正常或正常)。 | M:System.Double.IsFinite(System.Double) |
判断是否为无限 | 确定指定的值是否为无限。 | M:System.Double.IsInfinity(System.Double) |
是否为整数 | 确定值是否代表一个整数值。 | M:System.Double.IsInteger(System.Double) |
判断是否为NaN | 确定指定的值是否为NaN。 | M:System.Double.IsNaN(System.Double) |
判断是否为负数 | 确定指定值是否为负。 | M:System.Double.IsNegative(System.Double) |
判断负无穷大 | 确定指定的值是否为负无穷大。 | M:System.Double.IsNegativeInfinity(System.Double) |
正常值检查 | 确定指定的值是否正常。 | M:System.Double.IsNormal(System.Double) |
是否为奇数整数 | 确定一个值是否表示一个奇数整数。 | M:System.Double.IsOddInteger(System.Double) |
IsPositive | 确定一个值是否表示零或正实数。 | M:System.Double.IsPositive(System.Double) |
判断是否为正无穷大 | 确定指定的值是否为正无穷大。 | M:System.Double.IsPositiveInfinity(System.Double) |
是2的幂 | 确定一个值是否是2的幂。 | M:System.Double.IsPow2(System.Double) |
是否为实数 | 确定一个值是否表示一个实数。 | M:System.Double.IsRealNumber(System.Double) |
IsSubnormal | 确定指定的值是否为非规范值。 | M:System.Double.IsSubnormal(System.Double) |
插值 | Performs a linear interpolation between two values based on the given weight. | M:System.Double.Lerp(System.Double,System.Double,System.Double) |
对数 | Computes the natural () logarithm of a value. | M:System.Double.Log(System.Double) |
对数10 | Computes the base-10 logarithm of a value. | M:System.Double.Log10(System.Double) |
对数函数 Log10P1 | Computes the base-10 logarithm of a value plus one. | M:System.Double.Log10P1(System.Double) |
对数底2 | 计算一个值的以2为底的对数。 | M:System.Double.Log2(System.Double) |
对数加一 | Computes the base-2 logarithm of a value plus one. | M:System.Double.Log2P1(System.Double) |
对数P1 | Computes the natural () logarithm of a value plus one. | M:System.Double.LogP1(System.Double) |
取最大值 | Compares two values to compute which is greater. | M:System.Double.Max(System.Double,System.Double) |
最大幅度 | 比较两个值以计算哪个更大。 | M:System.Double.MaxMagnitude(System.Double,System.Double) |
最大幅度数字 | 比较两个值以计算哪个具有更大的绝对值,如果输入为 ,则返回另一个值。 | M:System.Double.MaxMagnitudeNumber(System.Double,System.Double) |
最大数字 | Compares two values to compute which is greater and returning the other value if an input is . | M:System.Double.MaxNumber(System.Double,System.Double) |
最小值 | Compares two values to compute which is lesser. | M:System.Double.Min(System.Double,System.Double) |
最小幅度 | 比较两个值以计算哪个值较小。 | M:System.Double.MinMagnitude(System.Double,System.Double) |
最小大小数 | 比较两个值以计算哪个具有较小的大小,如果输入为 则返回另一个值。 | M:System.Double.MinMagnitudeNumber(System.Double,System.Double) |
最小数字 | Compares two values to compute which is lesser and returning the other value if an input is . | M:System.Double.MinNumber(System.Double,System.Double) |
双精度浮点数相等运算符 | 比较两个值以确定它们是否相等。 | M:System.Double.op_Equality(System.Double,System.Double) |
大于运算符 | 比较两个值以确定哪个更大。 | M:System.Double.op_GreaterThan(System.Double,System.Double) |
大于等于 | 比较两个值以确定哪个更大或相等。 | M:System.Double.op_GreaterThanOrEqual(System.Double,System.Double) |
不等于运算 | Compares two values to determine inequality. | M:System.Double.op_Inequality(System.Double,System.Double) |
小于运算符 | 比较两个值以确定哪个值更小。 | M:System.Double.op_LessThan(System.Double,System.Double) |
小于或等于 | 比较两个值以确定哪个小于或等于。 | M:System.Double.op_LessThanOrEqual(System.Double,System.Double) |
Parse | 缺乏注释。 | N/A |
解析双精度浮点数 | Parses a span of characters into a value. | M:System.Double.Parse(System.ReadOnlySpan,System.IFormatProvider) |
解析(Parse) | 解析 UTF-8 字符的范围为一个值。 | M:System.Double.Parse(System.ReadOnlySpan,System.Globalization.NumberStyles,System.IFormatProvider) |
系统.Double.Parse(System.ReadOnlySpan,System.IFormatProvider) | Parses a span of UTF-8 characters into a value. | M:System.Double.Parse(System.ReadOnlySpan,System.IFormatProvider) |
幂 | Computes a value raised to a given power. | M:System.Double.Pow(System.Double,System.Double) |
弧度转度 | Converts a given value from radians to degrees. | M:System.Double.RadiansToDegrees(System.Double) |
倒数估计 | Computes an estimate of the reciprocal of a value. | M:System.Double.ReciprocalEstimate(System.Double) |
倒数平方根估计 | Computes an estimate of the reciprocal square root of a value. | M:System.Double.ReciprocalSqrtEstimate(System.Double) |
平方根N | Computes the n-th root of a value. | M:System.Double.RootN(System.Double,System.Int32) |
四舍五入 | Rounds a value to the nearest integer using the default rounding mode (MidpointRounding.ToEven). | M:System.Double.Round(System.Double) |
缩放B | Computes the product of a value and its base-radix raised to the specified power. | M:System.Double.ScaleB(System.Double,System.Int32) |
返回数字的符号 | Computes the sign of a value. | M:System.Double.Sign(System.Double) |
正弦 | Computes the sine of a value. | M:System.Double.Sin(System.Double) |
正弦余弦 | Computes the sine and cosine of a value. | M:System.Double.SinCos(System.Double) |
正弦余弦π | Computes the sine and cosine of a value. | M:System.Double.SinCosPi(System.Double) |
双精度浮点数的双曲正弦函数 | Computes the hyperbolic sine of a value. | M:System.Double.Sinh(System.Double) |
计算Pi弧度的正弦 | Computes the sine of a value that has been multiplied by . | M:System.Double.SinPi(System.Double) |
平方根 | Computes the square-root of a value. | M:System.Double.Sqrt(System.Double) |
正切 | Computes the tangent of a value. | M:System.Double.Tan(System.Double) |
双精度浮点数.Tanh | Computes the hyperbolic tangent of a value. | M:System.Double.Tanh(System.Double) |
双精度浮点数.TanPi(System.Double) | Computes the tangent of a value that has been multipled by . | M:System.Double.TanPi(System.Double) |
截取 | Truncates a value. | M:System.Double.Truncate(System.Double) |
Try Parse | 缺乏注释。 | N/A |
尝试解析 (TryParse) | Tries to parse a string into a value. | M:System.Double.TryParse(System.String,System.IFormatProvider,System.Double@) |
尝试解析 | Tries to parse a span of characters into a value. | M:System.Double.TryParse(System.ReadOnlySpan,System.IFormatProvider,System.Double@) |
双精度浮点数尝试解析 | Tries to parse a span of UTF-8 characters into a value. | M:System.Double.TryParse(System.ReadOnlySpan,System.IFormatProvider,System.Double@) |
工具 | 功能 | 实现 |
---|---|---|
空字符串 | 表示空字符串。此字段是只读的。 | F:System.String.Empty |
包含 | 返回一个值,指示指定的子字符串是否在此字符串中出现。 | M:System.String.Contains(System.String) |
判定字符串结尾 | 确定此字符串实例的结尾是否与指定的字符串匹配。 | M:System.String.EndsWith(System.String) |
字符 | 获取当前 System.String 对象中指定位置的 System.Char 对象。 | P:System.String.Chars(System.Int32) |
长度 | 获取当前 System.String 对象中的字符数。 | P:System.String.Length |
查找 | 报告指定 Unicode 字符在此字符串中第一次出现的零基索引。 | M:System.String.IndexOf(System.Char) |
查找任何字符的索引 | 报告此实例中任何字符在指定的 Unicode 字符数组中的第一次出现的零基索引。 | M:System.String.IndexOfAny(System.Char[]) |
查找任意字符位置 | 报告此实例中指定的Unicode字符数组中任意字符首次出现的零基索引。搜索从指定字符位置开始。 | M:System.String.IndexOfAny(System.Char[],System.Int32) |
插入 | 返回一个新字符串,在该字符串中,在此实例的指定索引位置插入指定字符串。 | M:System.String.Insert(System.Int32,System.String) |
查找最后出现位置 | 报告此实例中指定的 Unicode 字符最后一次出现的零基索引位置。 | M:System.String.LastIndexOf(System.Char) |
最后一次出现任意字符位置 | 报告在此实例中指定的一个或多个字符最后一次出现的零基索引位置,这些字符在 Unicode 数组中。 | M:System.String.LastIndexOfAny(System.Char[]) |
标准化 | 返回一个新字符串,其文本值与此字符串相同,但其二进制表示采用Unicode标准化形式C。 | M:System.String.Normalize |
规范化 | 返回一个新字符串,其文本值与此字符串相同,但其二进制表示形式符合指定的 Unicode 规范化形式。 | M:System.String.Normalize(System.Text.NormalizationForm) |
左填充 | 返回一个新字符串,该字符串通过在左侧用空格填充字符将此实例中的字符右对齐,以达到指定的总长度。 | M:System.String.PadLeft(System.Int32) |
右填充 | 返回一个新的字符串,该字符串通过在右侧填充空格来左对齐此字符串中的字符,以达到指定的总长度。 | M:System.String.PadRight(System.Int32) |
移除 | 返回一个新字符串,其中在当前实例中从指定位置开始删除了指定数量的字符。 | M:System.String.Remove(System.Int32,System.Int32) |
删除字符 | 返回一个新字符串,该字符串中从指定位置开始的当前实例中的所有字符均已删除,并且一直到最后一个位置。 | M:System.String.Remove(System.Int32) |
替换 | 返回一个新字符串,在其中将当前实例中所有指定字符串的出现替换为另一个指定字符串,使用提供的文化和区分大小写。 | M:System.String.Replace(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) |
替换换行符 | 将当前字符串中的所有换行序列替换为 Environment.NewLine。 | M:System.String.ReplaceLineEndings |
拆分 | 根据指定的分隔字符将字符串拆分为子字符串,并可选择性地设置选项。 | M:System.String.Split(System.Char,System.StringSplitOptions) |
字符串拆分 | 根据指定的分隔符和选项将字符串拆分为子字符串。 | M:System.String.Split(System.Char[],System.StringSplitOptions) |
判定字符串开头 | 确定此字符串实例的开头是否与指定字符串匹配。 | M:System.String.StartsWith(System.String) |
子字符串 | 检索该实例中的子字符串。子字符串从指定的字符位置开始,并持续到字符串的末尾。 | M:System.String.Substring(System.Int32) |
转换为小写 | 返回此字符串的小写副本。 | M:System.String.ToLower |
转小写 | 返回此字符串的副本,使用指定文化的大小写规则转换为小写。 | M:System.String.ToLower(System.Globalization.CultureInfo) |
字符串转字符串 | 返回该 System.String 实例;不执行实际转换。 | M:System.String.ToString |
转换为字符串 | 返回此 System.String 的实例;不进行实际转换。 | M:System.String.ToString(System.IFormatProvider) |
转换为大写 | 返回该字符串的副本,转换为大写。 | M:System.String.ToUpper |
修剪 | 删除当前字符串前后的所有空白字符。 | M:System.String.Trim |
修剪尾部 | 删除当前字符串中所有尾随空白字符。 | M:System.String.TrimEnd |
修剪开头 | 移除当前字符串开头的所有空白字符。 | M:System.String.TrimStart |
字符串比较 | 比较两个指定的 System.String 对象,并返回一个整数,指示它们在排序顺序中的相对位置。 | M:System.String.Compare(System.String,System.String) |
比较 | 比较两个指定的 System.String 对象,忽略或考虑它们的大小写,并返回一个整数,指示它们在排序顺序中的相对位置。 | M:System.String.Compare(System.String,System.String,System.Boolean) |
比较字符串 | 比较两个指定的 System.String 对象,忽略或尊重它们的大小写,并使用特定于文化的信息来影响比较,并返回一个整数,表示它们在排序顺序中的相对位置。 | M:System.String.Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) |
比较字符串的子字符串 | 比较两个指定的 System.String 对象的子字符串,并返回一个整数,该整数指示它们在排序顺序中的相对位置。 | M:System.String.Compare(System.String,System.Int32,System.String,System.Int32,System.Int32) |
连接 | 连接两个指定的 System.String 实例。 | M:System.String.Concat(System.String,System.String) |
格式化 | 用指定对象的字符串表示形式替换字符串中的一个或多个格式项。 | M:System.String.Format(System.String,System.Object) |
判断字符串是否为空 | 指示指定的字符串是 还是一个空字符串 (""). | M:System.String.IsNullOrEmpty(System.String) |
检查字符串是否为空 | 指示指定的字符串是否为 、空字符串或仅由空格字符组成。 | M:System.String.IsNullOrWhiteSpace(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Clone | Creates a shallow copy of the System.Array. | M:System.Array.Clone |
Copy To | Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer. | M:System.Array.CopyTo(System.Array,System.Int32) |
Is Fixed Size | Gets a value indicating whether the System.Array has a fixed size. | P:System.Array.IsFixedSize |
Is Read Only | Gets a value indicating whether the System.Array is read-only. | P:System.Array.IsReadOnly |
Is Synchronized | Gets a value indicating whether access to the System.Array is synchronized (thread safe). | P:System.Array.IsSynchronized |
Length | Gets the total number of elements in all the dimensions of the System.Array. | P:System.Array.Length |
Long Length | Gets a 64-bit integer that represents the total number of elements in all the dimensions of the System.Array. | P:System.Array.LongLength |
Rank | Gets the rank (number of dimensions) of the System.Array. For example, a one-dimensional array returns 1, a two-dimensional array returns 2, and so on. | P:System.Array.Rank |
Sync Root | Gets an object that can be used to synchronize access to the System.Array. | P:System.Array.SyncRoot |
Get Enumerator | Returns an Collections.IEnumerator for the System.Array. | M:System.Array.GetEnumerator |
Get Length | Gets a 32-bit integer that represents the number of elements in the specified dimension of the System.Array. | M:System.Array.GetLength(System.Int32) |
Get Long Length | Gets a 64-bit integer that represents the number of elements in the specified dimension of the System.Array. | M:System.Array.GetLongLength(System.Int32) |
Get Lower Bound | Gets the index of the first element of the specified dimension in the array. | M:System.Array.GetLowerBound(System.Int32) |
Get Upper Bound | Gets the index of the last element of the specified dimension in the array. | M:System.Array.GetUpperBound(System.Int32) |
Get Value | Gets the value at the specified position in the multidimensional System.Array. The indexes are specified as an array of 32-bit integers. | M:System.Array.GetValue(System.Int32[]) |
Initialize | Initializes every element of the value-type System.Array by calling the parameterless constructor of the value type. | M:System.Array.Initialize |
Set Value | Sets a value to the element at the specified position in the one-dimensional System.Array. The index is specified as a 32-bit integer. | M:System.Array.SetValue(System.Object,System.Int32) |
As Read Only | 缺乏注释。 | N/A |
Binary Search | Searches an entire one-dimensional sorted array for a specific element, using the System.IComparable interface implemented by each element of the array and by the specified object. | M:System.Array.BinarySearch(System.Array,System.Object) |
Clear | Clears the contents of an array. | M:System.Array.Clear(System.Array) |
Constrained Copy | Copies a range of elements from an System.Array starting at the specified source index and pastes them to another System.Array starting at the specified destination index. Guarantees that all changes are undone if the copy does not succeed completely. | M:System.Array.ConstrainedCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) |
Convert All | 缺乏注释。 | N/A |
Copy | Copies a range of elements from an System.Array starting at the first element and pastes them into another System.Array starting at the first element. The length is specified as a 64-bit integer. | M:System.Array.Copy(System.Array,System.Array,System.Int64) |
Create Instance | Creates a one-dimensional System.Array of the specified System.Type and length, with zero-based indexing. | M:System.Array.CreateInstance(System.Type,System.Int32) |
Empty1|Returns an empty array.|M:System.Array.Empty 1 |
||
Exists | 缺乏注释。 | N/A |
Fill | 缺乏注释。 | N/A |
Find | 缺乏注释。 | N/A |
Find All | 缺乏注释。 | N/A |
Find Index | 缺乏注释。 | N/A |
Find Last | 缺乏注释。 | N/A |
Find Last Index | 缺乏注释。 | N/A |
For Each | 缺乏注释。 | N/A |
Get Max Length | 缺乏注释。 | N/A |
Index Of | Searches for the specified object and returns the index of its first occurrence in a one-dimensional array. | M:System.Array.IndexOf(System.Array,System.Object) |
Last Index Of | Searches for the specified object and returns the index of the last occurrence within the entire one-dimensional System.Array. | M:System.Array.LastIndexOf(System.Array,System.Object) |
Resize | 缺乏注释。 | N/A |
Reverse | Reverses the sequence of the elements in the entire one-dimensional System.Array. | M:System.Array.Reverse(System.Array) |
Sort | Sorts the elements in an entire one-dimensional System.Array using the System.IComparable implementation of each element of the System.Array. | M:System.Array.Sort(System.Array) |
True For All | 缺乏注释。 | N/A |
工具 | 功能 | 实现 | |
---|---|---|---|
匹配 | 指示在指定的输入字符串中,构造函数中指定的正则表达式是否找到匹配项。 | M:System.Text.RegularExpressions.Regex.IsMatch(System.String) | |
多项匹配 | 在指定的输入字符串中搜索正则表达式的所有匹配项,从字符串中的指定起始位置开始。 | M:System.Text.RegularExpressions.Regex.Matches(System.String,System.Int32) | |
替换 | 在指定的输入字符串中,替换所有与正则表达式模式匹配的字符串为指定的替换字符串。 | M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String) | |
拆分 | 将输入字符串拆分为一个字符串数组,拆分位置由在 RegularExpressions.Regex 构造函数中指定的正则表达式模式定义。 | M:System.Text.RegularExpressions.Regex.Split(System.String) | |
转义 | 转义一组最小的字符(, *, +, ?, | , {, [, (,), ^, $, ., # 和空格),通过将它们替换为其转义代码。 这指示正则表达式引擎将这些字符字面解释,而不是作为元字符。 | M:System.Text.RegularExpressions.Regex.Escape(System.String) |
反转义 | 转换输入字符串中的任何转义字符。 | M:System.Text.RegularExpressions.Regex.Unescape(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Bool To String | Converts a boolean to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.BoolToString(System.Boolean) |
Byte Size Number To String | Converts a byte to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.ByteSizeNumberToString(System.Byte) |
Char To String | Converts a char to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.CharToString(System.Char) |
Convert To1|Converts the specified input to the type .|M:Divooka.Platform.Types.PrimitiveConverters.ConvertTo 1(System.Object) |
||
Decimal To String | Converts a decimal to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.DecimalToString(System.Decimal) |
Double To String | Converts a double to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.DoubleToString(System.Double) |
Float To String | Converts a float to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.FloatToString(System.Single) |
Int To String | Converts an integer to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.IntToString(System.Int32) |
Long To String | Converts a long to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.LongToString(System.Int64) |
Short To String | Converts a short to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.ShortToString(System.Int16) |
Signed Byte Number To String | Converts an sbyte to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.SignedByteNumberToString(System.SByte) |
String To Bool | Converts a string to a boolean. | M:Divooka.Platform.Types.PrimitiveConverters.StringToBool(System.String) |
String To Byte Size Number | Converts a string to a byte-sized integer. | M:Divooka.Platform.Types.PrimitiveConverters.StringToByteSizeNumber(System.String) |
String To Char | Converts a string containing a single character to a char. | M:Divooka.Platform.Types.PrimitiveConverters.StringToChar(System.String) |
String To Decimal | Converts a string to a decimal. | M:Divooka.Platform.Types.PrimitiveConverters.StringToDecimal(System.String) |
String To Double | Converts a string to a double. | M:Divooka.Platform.Types.PrimitiveConverters.StringToDouble(System.String) |
String To Float | Converts a string to a float. | M:Divooka.Platform.Types.PrimitiveConverters.StringToFloat(System.String) |
String To Int | Converts a string to an integer. | M:Divooka.Platform.Types.PrimitiveConverters.StringToInt(System.String) |
String To Long | Converts a string to a long. | M:Divooka.Platform.Types.PrimitiveConverters.StringToLong(System.String) |
String To Short | Converts a string to a short. | M:Divooka.Platform.Types.PrimitiveConverters.StringToShort(System.String) |
String To Signed Byte Number | Converts a string to a signed byte (sbyte). | M:Divooka.Platform.Types.PrimitiveConverters.StringToSignedByteNumber(System.String) |
String To U Int | Converts a string to an unsigned integer (uint). | M:Divooka.Platform.Types.PrimitiveConverters.StringToUInt(System.String) |
String To U Long | Converts a string to an unsigned long (ulong). | M:Divooka.Platform.Types.PrimitiveConverters.StringToULong(System.String) |
String To U Short | Converts a string to an unsigned short (ushort). | M:Divooka.Platform.Types.PrimitiveConverters.StringToUShort(System.String) |
U Int To String | Converts a uint to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.UIntToString(System.UInt32) |
U Long To String | Converts an ulong to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.ULongToString(System.UInt64) |
U Short To String | Converts a ushort to its string representation. | M:Divooka.Platform.Types.PrimitiveConverters.UShortToString(System.UInt16) |
Utf8string To Bytes | Converts a UTF8 encoded string to bytes. | M:Divooka.Platform.Types.PrimitiveConverters.UTF8StringToBytes(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Add | Adds two numbers and returns the sum. | M:Divooka.Platform.Types.NumberRoutines.Add(System.Double,System.Double) |
Bigger Than | Determines whether the first double is greater than the second double. | M:Divooka.Platform.Types.NumberRoutines.BiggerThan(System.Double,System.Double) |
Divide | Divides the first number by the second and returns the quotient. | M:Divooka.Platform.Types.NumberRoutines.Divide(System.Double,System.Double) |
Equal To | Determines whether the first double is equal to the second double. | M:Divooka.Platform.Types.NumberRoutines.EqualTo(System.Double,System.Double) |
Greater Than Or Equal To | Determines whether the first double is greater than or equal to the second double. | M:Divooka.Platform.Types.NumberRoutines.GreaterThanOrEqualTo(System.Double,System.Double) |
Modulus | Returns the remainder of division of one number by another. | M:Divooka.Platform.Types.NumberRoutines.Modulus(System.Double,System.Double) |
Multiply | Multiplies two numbers and returns the product. | M:Divooka.Platform.Types.NumberRoutines.Multiply(System.Double,System.Double) |
Not Equal | Determines whether the first double is not equal to the second double. | M:Divooka.Platform.Types.NumberRoutines.NotEqual(System.Double,System.Double) |
Power | Raises a base number to the specified exponent. | M:Divooka.Platform.Types.NumberRoutines.Power(System.Double,System.Double) |
Root | Returns the specified root of a given number. | M:Divooka.Platform.Types.NumberRoutines.Root(System.Double,System.Double) |
Smaller Than | Determines whether the first double is less than the second double. | M:Divooka.Platform.Types.NumberRoutines.SmallerThan(System.Double,System.Double) |
Smaller Than Or Equal To | Determines whether the first double is less than or equal to the second double. | M:Divooka.Platform.Types.NumberRoutines.SmallerThanOrEqualTo(System.Double,System.Double) |
Subtract | Subtracts the second number from the first and returns the result. | M:Divooka.Platform.Types.NumberRoutines.Subtract(System.Double,System.Double) |
工具 | 功能 | 实现 |
---|---|---|
Configure Storage | 缺乏注释。 | N/A |
Get Named Storage | 缺乏注释。 | N/A |
Get Permanent Storage | 缺乏注释。 | N/A |
Get Session Storage | 缺乏注释。 | N/A |
Set Named Storage | 缺乏注释。 | N/A |
Set Permanent Storage | 缺乏注释。 | N/A |
Set Session Storage | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
顺序执行 | 缺乏注释。 | N/A |
遍历 | 缺乏注释。 | N/A |
迭代循环 | 缺乏注释。 | N/A |
重复 | 缺乏注释。 | N/A |
分支 | 缺乏注释。 | N/A |
自定义事件 | 缺乏注释。 | N/A |
激发事件 | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Average | 缺乏注释。 | N/A |
First | 缺乏注释。 | N/A |
Last | 缺乏注释。 | N/A |
Max | 缺乏注释。 | N/A |
Min | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
数字 | 缺乏注释。 | N/A |
字符串 | 缺乏注释。 | N/A |
布尔值 | 缺乏注释。 | N/A |
密码 | 缺乏注释。 | N/A |
文字 | 缺乏注释。 | N/A |
路径 | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
输入 | 缺乏注释。 | N/A |
输出 | 缺乏注释。 | N/A |
召唤 | 缺乏注释。 | N/A |
Capture | 缺乏注释。 | N/A |
变换 | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Escape Character | Given plain text representing a character literal, treat it as if it were a C# character literal.The resulting string must represent exactly one character. | M:Divooka.Platform.Types.StringRoutines.EscapeCharacter(System.String) |
Escape Text | Given plain text (like that read from a file), treat it as if it were a C# literal.For example, the two-character sequence "\r" is converted to a carriage return. | M:Divooka.Platform.Types.StringRoutines.EscapeText(System.String) |
Get Element | 缺乏注释。 | N/A |
Split | Splits a string into an array using newline characters as separators, while trimming whitespace and removing empty entries. | M:Divooka.Platform.Types.StringRoutines.Split(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Groups | Gets a collection of groups matched by the regular expression. | P:System.Text.RegularExpressions.Match.Groups |
Next Match | Returns a new RegularExpressions.Match object with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character). | M:System.Text.RegularExpressions.Match.NextMatch |
Result | Returns the expansion of the specified replacement pattern. | M:System.Text.RegularExpressions.Match.Result(System.String) |
Get Empty | 缺乏注释。 | N/A |
Synchronized | Returns a RegularExpressions.Match instance equivalent to the one supplied that is suitable to share between multiple threads. | M:System.Text.RegularExpressions.Match.Synchronized(System.Text.RegularExpressions.Match) |
工具 | 功能 | 实现 |
---|---|---|
Get Hash Code | Serves as the default hash function. | M:System.Object.GetHashCode |
Get Type | 缺乏注释。 | N/A |
To String | Returns a string that represents the current object. | M:System.Object.ToString |
Equals | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Slider | 缺乏注释。 | N/A |
Picker | 缺乏注释。 | N/A |
Run Graph | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
表达式计算 | 简单的数学解析字符串为数字。可用的函数:文档待处理。 | M:Divooka.Calculator.Calculator.Calculate(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Get Values1|Retrieves an array of the values of the constants in a specified enumeration type.|M:System.Enum.GetValues 1 |
||
Get Values | Retrieves an array of the values of the constants in a specified enumeration. | M:System.Enum.GetValues(System.Type) |
工具 | 功能 | 实现 |
---|---|---|
Extract | 缺乏注释。 | N/A |
Filter | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Get Properties | Get names of public properties. | M:Divooka.Platform.Framework.DynamicOperations.GetProperties(System.Object) |
Get Property Value | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Sleep | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
函数 | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
注释 | 缺乏注释。 | N/A |
输出选择 | 缺乏注释。 | N/A |
预览 | 缺乏注释。 | N/A |
Summary | 缺乏注释。 | N/A |
共9大类。
工具 | 功能 | 实现 |
---|---|---|
Archived Main Graph File Name | 缺乏注释。 | N/A |
Divooka Graph" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Divooka Graph | M:Divooka.Framework.ViewModels.ObservableNodesCanvas.#ctor | |
Compile | Compile to a type. For dataflows this is going to be a static class. For procedural context this is going to be a class inherited from its base type. | M:Divooka.Framework.ViewModels.ObservableNodesCanvas.Compile |
Delete Selections | 缺乏注释。 | N/A |
Get Auto Layout Command | 缺乏注释。 | N/A |
Get Comment Selection Command | 缺乏注释。 | N/A |
Get Connections | 缺乏注释。 | N/A |
Get Create Connection Command | 缺乏注释。 | N/A |
Get Delete Selection Command | 缺乏注释。 | N/A |
Get Disconnect Connector Command | 缺乏注释。 | N/A |
Get Duplicate Selection Command | 缺乏注释。 | N/A |
Get Failure Report Mode | 缺乏注释。 | N/A |
Get Graph Mode | 缺乏注释。 | N/A |
Get Graph Name | 缺乏注释。 | N/A |
Get Is Dataflow Context | 缺乏注释。 | N/A |
Get Is Procedural Context | 缺乏注释。 | N/A |
Get Local Graphs | 缺乏注释。 | N/A |
Get Nodes | 缺乏注释。 | N/A |
Get Pending Connection | 缺乏注释。 | N/A |
Get Procedural Context Type | 缺乏注释。 | N/A |
Reference Base Path | Indicates current file path. This is optional. No one should ever depend on this! | P:Divooka.Framework.ViewModels.ObservableNodesCanvas.ReferenceBasePath |
Get Runtime Engine | 缺乏注释。 | N/A |
Get Selected Nodes | 缺乏注释。 | N/A |
Try Prompt Create Connection | This is called when a pending connection is completed without any real target. | P:Divooka.Framework.ViewModels.ObservableNodesCanvas.TryPromptCreateConnection |
Instantiate | Instantiate the graph into a wrapped object, giving access to the graph's interfaces indirectly as programmable APIs. | M:Divooka.Framework.ViewModels.ObservableNodesCanvas.Instantiate |
Reset | 缺乏注释。 | N/A |
Save | 缺乏注释。 | N/A |
Save Package | Save the canvas and all referenced assets to a Zip archive | M:Divooka.Framework.ViewModels.ObservableNodesCanvas.SavePackage(System.String) |
Set Connections | 缺乏注释。 | N/A |
Set Failure Report Mode | 缺乏注释。 | N/A |
Set Graph Mode | 缺乏注释。 | N/A |
Set Graph Name | 缺乏注释。 | N/A |
Set Local Graphs | 缺乏注释。 | N/A |
Set Nodes | 缺乏注释。 | N/A |
Set Procedural Context Type | 缺乏注释。 | N/A |
Set Runtime Engine | 缺乏注释。 | N/A |
Set Selected Nodes | 缺乏注释。 | N/A |
Deserialize Object Nodes And Connections | Deserialize and initialize states of nodes and connections properly onto the target canvas. | M:Divooka.Framework.ViewModels.ObservableNodesCanvas.DeserializeObjectNodesAndConnections(Parcel.Neo.Base.Serialization.PV1NeoDocument.NodeData[],Parcel.Neo.Base.Serialization.PV1NeoDocument.ConnectionData[],Divooka.Framework.ViewModels.ObservableNodesCanvas,System.Collections.Generic.List@,System.Collections.Generic.List@) |
Open | Opens canvas from file and sets the ObservableNodesCanvas.ReferenceBasePath. | M:Divooka.Framework.ViewModels.ObservableNodesCanvas.Open(System.String,Parcel.Neo.Base.Serialization.PV1NeoDocument.GraphMetadata@) |
Serialize Nodes And Connections | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Get Bool Variable | 缺乏注释。 | N/A |
Get Byte Variable | 缺乏注释。 | N/A |
Get Char Variable | 缺乏注释。 | N/A |
Get Decimal Variable | 缺乏注释。 | N/A |
Get Double Variable | 缺乏注释。 | N/A |
Get Float Variable | 缺乏注释。 | N/A |
Get Integer Variable | 缺乏注释。 | N/A |
Get Long Variable | 缺乏注释。 | N/A |
Get Object Variable | 缺乏注释。 | N/A |
Get Short Variable | 缺乏注释。 | N/A |
Get String Variable | 缺乏注释。 | N/A |
Get U Int Variable | 缺乏注释。 | N/A |
Get U Long Variable | 缺乏注释。 | N/A |
Get U Short Variable | 缺乏注释。 | N/A |
Get Variable As | 缺乏注释。 | N/A |
Set Bool Variable | 缺乏注释。 | N/A |
Set Byte Variable | 缺乏注释。 | N/A |
Set Char Variable | 缺乏注释。 | N/A |
Set Decimal Variable | 缺乏注释。 | N/A |
Set Double Variable | 缺乏注释。 | N/A |
Set Float Variable | 缺乏注释。 | N/A |
Set Integer Variable | 缺乏注释。 | N/A |
Set Long Variable | 缺乏注释。 | N/A |
Set Object Variable | 缺乏注释。 | N/A |
Set Short Variable | 缺乏注释。 | N/A |
Set String Variable | 缺乏注释。 | N/A |
Set U Int Variable | 缺乏注释。 | N/A |
Set U Long Variable | 缺乏注释。 | N/A |
Set U Short Variable | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Realtime Application" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Realtime Application | M:Divooka.RealtimeApplication.RealtimeApplication.#ctor | |
Clear | 缺乏注释。 | N/A |
Draw Arc | 缺乏注释。 | N/A |
Draw Circle | 缺乏注释。 | N/A |
Draw Ellipse | 缺乏注释。 | N/A |
Draw Line | 缺乏注释。 | N/A |
Draw Polygon | 缺乏注释。 | N/A |
Draw Quad | 缺乏注释。 | N/A |
Draw Rectangle | 缺乏注释。 | N/A |
Service Provider | Set by the host runtime. | P:Divooka.RealtimeApplication.RealtimeApplication.ServiceProvider |
Get Mouse Button States | 缺乏注释。 | N/A |
Get Mouse Position | 缺乏注释。 | N/A |
Is Key Down | 缺乏注释。 | N/A |
Set Window Background | 缺乏注释。 | N/A |
Set Window Size | 缺乏注释。 | N/A |
Key Down | 缺乏注释。 | N/A |
Update | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
配置演示文稿 | 配置演示文稿设置,如幻灯片编号和页脚文本。 | M:ParcelNExT.GUI.Feature.PresentationMaker.ConfigurePresentation(System.Boolean,System.String) |
Configure Slide | 缺乏注释。 | N/A |
Configure Slide Colors | 缺乏注释。 | N/A |
Configure Slide Fonts | 缺乏注释。 | N/A |
Create Section | 缺乏注释。 | N/A |
Demo Slide | 缺乏注释。 | N/A |
Hero Slide | 缺乏注释。 | N/A |
Merge Sections | 缺乏注释。 | N/A |
One Body Slide | 缺乏注释。 | N/A |
单体幻灯片 | 创建一个具有标题、主体文本和可选媒体的单体幻灯片。 | M:ParcelNExT.GUI.Feature.PresentationMaker.OneBodySlide(System.String,ParcelNExT.GUI.Feature.MediaContent,System.String,ParcelNExT.GUI.Feature.SlideStyle) |
开始演示 | 从幻灯片部分开始演示。 | M:ParcelNExT.GUI.Feature.PresentationMaker.Present(ParcelNExT.GUI.Feature.SlideSection[],ParcelNExT.GUI.Feature.PresentationSetting) |
演示生成器 | 从一个幻灯片数组开始演示。 | M:ParcelNExT.GUI.Feature.PresentationMaker.Present(ParcelNExT.GUI.Feature.Slide[],ParcelNExT.GUI.Feature.PresentationSetting) |
标题幻灯片 | 创建一个包含标题和可选子标题的标题幻灯片。 | M:ParcelNExT.GUI.Feature.PresentationMaker.TitleSlide(System.String,System.String,ParcelNExT.GUI.Feature.SlideStyle) |
Two Body Slide | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Execute | Run program | M:Divooka.Pipeline.Interface.PipelineUtilities.Execute(System.String) |
Feed | Run program and feed standard input from string | M:Divooka.Pipeline.Interface.PipelineUtilities.Feed(System.String,System.String,System.String) |
Pipe | Start a pipeline with program | M:Divooka.Pipeline.Interface.PipelineUtilities.Pipe(System.String) |
Run | Run CLI style. | M:Divooka.Pipeline.Interface.PipelineUtilities.Run(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Click Mouse | 缺乏注释。 | N/A |
Double Click Mouse | 缺乏注释。 | N/A |
Hide Editor | 缺乏注释。 | N/A |
Move Cursor | 缺乏注释。 | N/A |
Press Key | 缺乏注释。 | N/A |
Scroll Absolute | 缺乏注释。 | N/A |
Send Text | 缺乏注释。 | N/A |
Set Cursor | 缺乏注释。 | N/A |
Set Mouse State | 缺乏注释。 | N/A |
Wait | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Procedural Context Base Type Application" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Procedural Context Base Type Application | M:Parcel.CoreEngine.Types.ProceduralContextBaseTypeApplication.#ctor | |
Get Host Bound Preview Object | 缺乏注释。 | N/A |
GUI Preview Object | 缺乏注释。 | N/A |
Set Host Bound Preview Object | 缺乏注释。 | N/A |
Start | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Get Blank Page | Get a blank HTML page. | M:Parcel.Infrastructure.QuickServe.GetBlankPage |
Serve HTML | Serve single html text | M:Parcel.Infrastructure.QuickServe.ServeHTML(System.String,System.String) |
工具 | 功能 | 实现 |
---|---|---|
Configure Dashboard | M:Divooka.Web.Dashboard.DashboardBuilder.ConfigureDashboard(Divooka.Web.Dashboard.DashboardElementsConfiguration[]) |
共4大类。
工具 | 功能 | 实现 |
---|---|---|
Append All Lines | Appends lines to a file, optionally using a specified Encoding encoding, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.Default encoding is UTF8. | M:Divooka.Platform.FileSystem.AppendAllLines(System.String,System.Collections.Generic.IEnumerable,System.Text.Encoding) |
Append All Text | Appends the specified string to the file, optionally using the specified Encoding encoding, creating the file if it does not already exist.Default encoding is UTF8. | M:Divooka.Platform.FileSystem.AppendAllText(System.String,System.String,System.Text.Encoding) |
Change File Extension | 缺乏注释。 | N/A |
Copy | Copies an existing file to a new file. Optionally overwriting existing file. | M:Divooka.Platform.FileSystem.Copy(System.String,System.String,System.Boolean) |
Create Symbolic Link | Create symbolic link to file or directory | M:Divooka.Platform.FileSystem.CreateSymbolicLink(System.String,System.String) |
Decode Base64 | Decodes a Base64 string representation into bytes array. | M:Divooka.Platform.FileSystem.DecodeBase64(System.String) |
Delete | Delete file or directory | M:Divooka.Platform.FileSystem.Delete(System.String) |
Delete Directory | Deletes an empty directory from a specified path. | M:Divooka.Platform.FileSystem.DeleteDirectory(System.String) |
Delete File | Deletes the specified file. | M:Divooka.Platform.FileSystem.DeleteFile(System.String) |
Directory Exists | Determines whether the given path refers to an existing directory on disk. | M:Divooka.Platform.FileSystem.DirectoryExists(System.String) |
Encode Base64 | Encodes a binary file using Base64 string representation. | M:Divooka.Platform.FileSystem.EncodeBase64(System.String) |
Enumerate File System Entries | Returns an enumerable collection of file names and directory names in a specified path. | M:Divooka.Platform.FileSystem.EnumerateFileSystemEntries(System.String) |
File Exists | Determines whether the specified file exists. | M:Divooka.Platform.FileSystem.FileExists(System.String) |
Get Application Data File | Gets path to a file that's unique to a named application. | M:Divooka.Platform.FileSystem.GetApplicationDataFile(System.String,System.String) |
Get Application Data Folder | Gets path to a folder that's unique to a named application, optionally creates the folder. | M:Divooka.Platform.FileSystem.GetApplicationDataFolder(System.String,System.Boolean) |
Get Creation Time | Returns the creation date and time of the specified file or directory. | M:Divooka.Platform.FileSystem.GetCreationTime(System.String) |
Get Creation Time Utc | Returns the creation date and time, in Coordinated Universal Time (UTC), of the specified file or directory. | M:Divooka.Platform.FileSystem.GetCreationTimeUtc(System.String) |
Get Current Directory | Gets the current working directory of the application. | M:Divooka.Platform.FileSystem.GetCurrentDirectory |
Get Directories | Returns the names of subdirectories (including their paths) in the specified directory. | M:Divooka.Platform.FileSystem.GetDirectories(System.String) |
Get Directory Root | Returns the volume information, root information, or both for the specified path. | M:Divooka.Platform.FileSystem.GetDirectoryRoot(System.String) |
Get File Md5 | Get MD5 string representation of file | M:Divooka.Platform.FileSystem.GetFileMD5(System.String) |
Get Files | Returns the names of files (including their paths) in the specified directory. | M:Divooka.Platform.FileSystem.GetFiles(System.String) |
Get File System Entries | Returns the names of all files and subdirectories in a specified path. | M:Divooka.Platform.FileSystem.GetFileSystemEntries(System.String) |
Get Last Access Time | Returns the date and time the specified file or directory was last accessed. | M:Divooka.Platform.FileSystem.GetLastAccessTime(System.String) |
Get Last Access Time Utc | Returns the date and time, in Coordinated Universal Time (UTC), that the specified file or directory was last accessed. | M:Divooka.Platform.FileSystem.GetLastAccessTimeUtc(System.String) |
Get Last Write Time | Returns the date and time the specified file or directory was last written to. | M:Divooka.Platform.FileSystem.GetLastWriteTime(System.String) |
Get Last Write Time Utc | Returns the date and time, in Coordinated Universal Time (UTC), that the specified file or directory was last written to. | M:Divooka.Platform.FileSystem.GetLastWriteTimeUtc(System.String) |
Get Logical Drives | Retrieves the names of the logical drives on this computer in the form " |
M:Divooka.Platform.FileSystem.GetLogicalDrives |
Get Temp File Path | Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file. | M:Divooka.Platform.FileSystem.GetTempFilePath |
Get Temp Folder Path | Gets a temporary folder path and optionally creates the folder. | M:Divooka.Platform.FileSystem.GetTempFolderPath(System.Boolean) |
Get Working Directory | Get current working directory. | M:Divooka.Platform.FileSystem.GetWorkingDirectory |
Move | Move file or directory to new path | M:Divooka.Platform.FileSystem.Move(System.String,System.String) |
Move Directory | Moves a file or a directory and its contents to a new location. | M:Divooka.Platform.FileSystem.MoveDirectory(System.String,System.String) |
Move File | Moves a specified file to a new location with a new file name, optionally replace the destination file if it already exists. Default overwrites. | M:Divooka.Platform.FileSystem.MoveFile(System.String,System.String,System.Boolean) |
Read All Bytes | Opens a binary file, reads the contents of the file into a byte array, and then closes the file. | M:Divooka.Platform.FileSystem.ReadAllBytes(System.String,System.Boolean) |
Read All Lines | Opens a file, reads all lines of the file, optionally with the specified Encoding encoding, and then closes the file. | M:Divooka.Platform.FileSystem.ReadAllLines(System.String,System.Text.Encoding,System.Boolean) |
Read All Text | Opens a file, reads all text in the file, optionally with the specified Encoding encoding, and then closes the file. | M:Divooka.Platform.FileSystem.ReadAllText(System.String,System.Text.Encoding,System.Boolean) |
Rename File | Rename file, automatically handles folder path, automatically handles extension.Cannot be used to change extension - use Change Extension instead. | M:Divooka.Platform.FileSystem.RenameFile(System.String,System.String) |
Replace | Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file, optionally ignores merge errors. | M:Divooka.Platform.FileSystem.Replace(System.String,System.String,System.String,System.Boolean) |
Resolve File Link Target | Gets the target of the specified file link. | M:Divooka.Platform.FileSystem.ResolveFileLinkTarget(System.String,System.Boolean) |
Resolve Link Target | Resolve symbolic link to file or directory | M:Divooka.Platform.FileSystem.ResolveLinkTarget(System.String,System.Boolean) |
Set Creation Time | Sets the date and time the file was created. | M:Divooka.Platform.FileSystem.SetCreationTime(System.String,System.DateTime) |
Set Creation Time Utc | Sets the date and time, in Coordinated Universal Time (UTC), that the file was created. | M:Divooka.Platform.FileSystem.SetCreationTimeUtc(System.String,System.DateTime) |
Set Current Directory | Sets the application's current working directory to the specified directory. | M:Divooka.Platform.FileSystem.SetCurrentDirectory(System.String) |
Set Last Access Time | Sets the date and time the specified file was last accessed. | M:Divooka.Platform.FileSystem.SetLastAccessTime(System.String,System.DateTime) |
Set Last Access Time Utc | Sets the date and time, in Coordinated Universal Time (UTC), that the specified file was last accessed. | M:Divooka.Platform.FileSystem.SetLastAccessTimeUtc(System.String,System.DateTime) |
Set Last Write Time | Sets the date and time that the specified file was last written to. | M:Divooka.Platform.FileSystem.SetLastWriteTime(System.String,System.DateTime) |
Set Last Write Time Utc | Sets the date and time, in Coordinated Universal Time (UTC), that the specified file was last written to. | M:Divooka.Platform.FileSystem.SetLastWriteTimeUtc(System.String,System.DateTime) |
Set Working Directory | Set current working directory. | M:Divooka.Platform.FileSystem.SetWorkingDirectory(System.String) |
Touch | Creates, or truncates and overwrites, a file in the specified path, with an optional size (for non-text files).File will be empty if it's a text file or if fileSize is 0. | M:Divooka.Platform.FileSystem.Touch(System.String,System.Int32) |
Write All Bytes | Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is truncated and overwritten. | M:Divooka.Platform.FileSystem.WriteAllBytes(System.String,System.Byte[]) |
Write All Lines | Creates a new file, writes a collection of strings to the file, and then closes the file, optionally with specified encoding (default UTF8). | M:Divooka.Platform.FileSystem.WriteAllLines(System.String,System.Collections.Generic.IEnumerable,System.Text.Encoding) |
Write Text To File | Creates a new file, writes the specified string to the file, and then closes the file, optionally using the specified Encoding encoding. If the target file already exists, it is truncated and overwritten. | M:Divooka.Platform.FileSystem.WriteTextToFile(System.String,System.String,System.Text.Encoding) |
工具 | 功能 | 实现 |
---|---|---|
Alt Directory Separator Char | 缺乏注释。 | N/A |
Directory Separator Char | 缺乏注释。 | N/A |
Invalid Path Chars | 缺乏注释。 | N/A |
Path Separator | 缺乏注释。 | N/A |
Volume Separator Char | 缺乏注释。 | N/A |
Change Extension | 缺乏注释。 | N/A |
Combine | 缺乏注释。 | N/A |
Ends In Directory Separator | Returns true if the path ends in a directory separator. | M:System.IO.Path.EndsInDirectorySeparator(System.ReadOnlySpan) |
Exists | Determines whether the specified file or directory exists. | M:System.IO.Path.Exists(System.String) |
Get Directory Name | Returns the directory portion of a file path. This method effectivelyremoves the last segment of the given file path, i.e. it returns astring consisting of all characters up to but not including the lastbackslash ("") in the file path. The returned value is null if thespecified path is null, empty, or a root (such as "", "C:", or"\server\share"). | M:System.IO.Path.GetDirectoryName(System.String) |
Get Extension | Returns the extension of the given path. The returned value includes the period (".") character of theextension except when you have a terminal period when you get string.Empty, such as ".exe" or ".cpp".The returned value is null if the given path is null or empty if the given path does not include anextension. | M:System.IO.Path.GetExtension(System.String) |
Get File Name | Returns the name and extension parts of the given path. The resulting string containsthe characters of path that follow the last separator in path. The resulting string isnull if path is null. | M:System.IO.Path.GetFileName(System.String) |
Get File Name Without Extension | 缺乏注释。 | N/A |
Get Full Path | 缺乏注释。 | N/A |
Get Invalid File Name Chars | 缺乏注释。 | N/A |
Get Invalid Path Chars | 缺乏注释。 | N/A |
Get Path Root | 缺乏注释。 | N/A |
Get Random File Name | Returns a cryptographically strong random 8.3 string that can beused as either a folder name or a file name. | M:System.IO.Path.GetRandomFileName |
Get Relative Path | Create a relative path from one path to another. Paths will be resolved before calculating the difference.Default path comparison for the active platform will be used (OrdinalIgnoreCase for Windows or Mac, Ordinal for Unix). | M:System.IO.Path.GetRelativePath(System.String,System.String) |
Get Temp File Name | 缺乏注释。 | N/A |
Get Temp Path | 缺乏注释。 | N/A |
Has Extension | Tests if a path's file name includes a file extension. A trailing periodis not considered an extension. | M:System.IO.Path.HasExtension(System.String) |
Is Path Fully Qualified | Returns true if the path is fixed to a specific drive or UNC path. This method does novalidation of the path (URIs will be returned as relative as a result).Returns false if the path specified is relative to the current drive or working directory. | M:System.IO.Path.IsPathFullyQualified(System.String) |
Is Path Rooted | 缺乏注释。 | N/A |
Join | 缺乏注释。 | N/A |
Trim Ending Directory Separator | Trims one trailing directory separator beyond the root of the path. | M:System.IO.Path.TrimEndingDirectorySeparator(System.String) |
Try Join | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Add Print Multicast | 缺乏注释。 | N/A |
Print any object in string representation; Automatically handles well-known types (e.g. arrays). | M:Divooka.Platform.Console.Print(System.Object) | |
Print Line | M:Divooka.Platform.Console.PrintLine(System.String) | |
Remove Print Multicast | 缺乏注释。 | N/A |
Set Out | 缺乏注释。 | N/A |
Print Multicast | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Get Environment Variable | Get string value of named environment variable. Returns empty string if not available. | M:Divooka.Platform.Environment.GetEnvironmentVariable(System.String) |
共5大类。
工具 | 功能 | 实现 |
---|---|---|
In Memory SQ Lite Database Connection Source Name Token | F:Divooka.DataGrid.InMemoryDB.InMemorySQLite.InMemorySQLiteDatabaseConnectionSourceNameToken | |
InMemoryDB" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建InMemoryDB | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.#ctor(System.String,System.Boolean) | |
Append To Table | Append to existing table. | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.AppendToTable(System.String,System.Data.DataTable) |
Contains Table | 缺乏注释。 | N/A |
Contains Table Or View | Check precense of either table or view | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.ContainsTableOrView(System.String) |
Contains View | 缺乏注释。 | N/A |
Create Aggregate Function | 缺乏注释。 | N/A |
Create Function | 缺乏注释。 | N/A |
Create Table | Create empty table. | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.CreateTable(System.String,System.String[]) |
Dispose | 缺乏注释。 | N/A |
Execute | Execute arbitrary query. This functions combines query/non-query type execution in a single function. | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.Execute(System.String) |
Export | Export SQLite database file | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.Export(System.String) |
Get Instance Connection | 缺乏注释。 | N/A |
Item | Get table | P:Divooka.DataGrid.InMemoryDB.InMemorySQLite.Item(System.String) |
Tables | Get names of all tables | P:Divooka.DataGrid.InMemoryDB.InMemorySQLite.Tables |
Tables And Views | Get names of all tables and views | P:Divooka.DataGrid.InMemoryDB.InMemorySQLite.TablesAndViews |
Views | Get names of all views | P:Divooka.DataGrid.InMemoryDB.InMemorySQLite.Views |
Get Data Table | 缺乏注释。 | N/A |
Import As Table | Import string values as table | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.ImportAsTable(System.Collections.Generic.IEnumerable{System.String[]},System.String[],System.String,System.Data.DataTable@) |
Migrate Into | Migrate table from current InMemoryDB to another; If target table already exists, simply append to it. | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.MigrateInto(System.String,Divooka.DataGrid.InMemoryDB.InMemorySQLite,System.String) |
Connect | Provides a semantic endpoint for connecting to file/path/protocol service (socket). | M:Divooka.DataGrid.InMemoryDB.InMemorySQLite.Connect(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Configure Postgre SQL | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.ConfigurePostgreSQL(System.String) | |
Create Database | 缺乏注释。 | N/A |
Create Table | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.CreateTable(System.String,Divooka.DataAnalytics.DivookaDataGrid,System.String,System.Boolean,System.Boolean,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) | |
Delete Database | 缺乏注释。 | N/A |
Delete Table | 缺乏注释。 | N/A |
Get Create Table Command | Gets the full CREATE-TABLE statement that was used to build . Returns if the table does not exist. | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.GetCreateTableCommand(System.String,System.String,System.String@,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) |
Get Create Table Commands | Gets the full CREATE-TABLE statement that was used to build existing tables. | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.GetCreateTableCommands(System.String@,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) |
Get Databases | 缺乏注释。 | N/A |
Get Tables | Query table information. | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.GetTables(Divooka.Database.PostgreSQL.PostgreSQLConfiguration) |
Get Table Sizes | 缺乏注释。 | N/A |
Insert Table | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.InsertTable(System.String,Divooka.DataAnalytics.DivookaDataGrid,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) | |
List All Schemas | 缺乏注释。 | N/A |
List Available Extensions | 缺乏注释。 | N/A |
List Collations | 缺乏注释。 | N/A |
List Database Encodings | 缺乏注释。 | N/A |
List Installed Extensions | 缺乏注释。 | N/A |
List Templates | 缺乏注释。 | N/A |
Query | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.Query(System.String,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) | |
Select Table | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.SelectTable(System.String,System.String,System.String,System.String,System.Int64,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) | |
Update Table | M:Divooka.Database.PostgreSQL.PostgreSQLHelper.UpdateTable(System.String,System.String,System.String,Divooka.Database.PostgreSQL.PostgreSQLConfiguration) |
工具 | 功能 | 实现 |
---|---|---|
Configure SQ Lite | 缺乏注释。 | N/A |
Create Table | M:Divooka.Database.SQLite.SQLiteHelper.CreateTable(System.String,Divooka.DataAnalytics.DivookaDataGrid,System.String,System.Boolean,System.Boolean,Divooka.Database.SQLite.SQLiteHelper.SQLiteConfiguration) | |
Delete Table | 缺乏注释。 | N/A |
Get Create Table Command | Gets the full CREATE-TABLE statement that was used to build. Returns if the table does not exist. | M:Divooka.Database.SQLite.SQLiteHelper.GetCreateTableCommand(System.String,System.String@,Divooka.Database.SQLite.SQLiteHelper.SQLiteConfiguration) |
Get Indexes | Lists indexes for a table via . | M:Divooka.Database.SQLite.SQLiteHelper.GetIndexes(System.String,Divooka.Database.SQLite.SQLiteHelper.SQLiteConfiguration) |
Get Tables | M:Divooka.Database.SQLite.SQLiteHelper.GetTables(System.String@,Divooka.Database.SQLite.SQLiteHelper.SQLiteConfiguration) | |
Get Table Schema | M:Divooka.Database.SQLite.SQLiteHelper.GetTableSchema(System.String,Divooka.Database.SQLite.SQLiteHelper.SQLiteConfiguration) | |
Insert Table | 缺乏注释。 | N/A |
Query | 缺乏注释。 | N/A |
Update Table | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Add Document File | M:Divooka.Database.LiteDB.LiteDBHelper.AddDocumentFile(System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Add JSON Document | M:Divooka.Database.LiteDB.LiteDBHelper.AddJSONDocument(System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Add YAML Document | M:Divooka.Database.LiteDB.LiteDBHelper.AddYAMLDocument(System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Configure Lite DB | 缺乏注释。 | N/A |
Download | M:Divooka.Database.LiteDB.LiteDBHelper.Download(System.String,System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Find | M:Divooka.Database.LiteDB.LiteDBHelper.Find(System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Find All | M:Divooka.Database.LiteDB.LiteDBHelper.FindAll(System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Find Files | M:Divooka.Database.LiteDB.LiteDBHelper.FindFiles(System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) | |
Upload | M:Divooka.Database.LiteDB.LiteDBHelper.Upload(System.String,System.String,System.String,Divooka.Database.LiteDB.LiteDBConfiguration) |
工具 | 功能 | 实现 |
---|---|---|
Command | Executes one or many SQL commands in a single transaction (auto-commit).A string may itself contain several statements separated by semicolons. | M:Divooka.Database.ODBC.ODBCHelper.Command(System.String,Divooka.Database.ODBC.ODBCHelper.ODBCConfiguration) |
Configure ODBC | Configures the DSN for the ODBC service. | M:Divooka.Database.ODBC.ODBCHelper.ConfigureODBC(System.String) |
Query | Query raw DataTable | M:Divooka.Database.ODBC.ODBCHelper.Query(System.String,Divooka.Database.ODBC.ODBCHelper.ODBCConfiguration) |
共1大类。
工具 | 功能 | 实现 |
---|---|---|
绘制注释 | 在给定的 PDF 文件上绘制注释。 | M:Divooka.FileFormats.PDF.Main.PDFHelper.DrawAnnotations(System.String,System.String) |
获取文本 | 从PDF文件中提取原始文本以供LLM使用。 | M:Divooka.FileFormats.PDF.Main.PDFHelper.GetTexts(System.String) |
写PDF | 生成指定标题和主体内容的PDF文档。 | M:Divooka.FileFormats.PDF.Main.PDFHelper.WritePDF(System.String,System.String,System.String,System.Boolean) |
共2大类。
工具 | 功能 | 实现 |
---|---|---|
CSV To Markdown Table | M:Divooka.DSL.Markdown.MarkdownConversion.CSVToMarkdownTable(System.String) | |
Markdown To Html | 缺乏注释。 | N/A |
Simply To BB Code | Simple/naive approach to converting GitHub Flavored Markdown to Godot BBCode.This implementation is intende to be simple and straightforward - it will apply to most scenarios. | M:Divooka.DSL.Markdown.MarkdownConversion.SimplyToBBCode(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Markdown To HTML Image | 缺乏注释。 | N/A |
Markdown To PDF File | 缺乏注释。 | N/A |
共8大类。
工具 | 功能 | 实现 |
---|---|---|
Enable Trace | 缺乏注释。 | N/A |
Trace Counter | 缺乏注释。 | N/A |
Tracer Session Data Time | 缺乏注释。 | N/A |
Add Trace | 缺乏注释。 | N/A |
Ask Chat GPT About Data | 缺乏注释。 | N/A |
Ask Chat GPT About Image | 缺乏注释。 | N/A |
Assistant Send Message Async | 缺乏注释。 | N/A |
分解消息 | 按照令牌大小限制将消息分解为更小的部分。给定原始消息和允许的最大窗口大小,通过令牌计数将其分解。 | M:Divooka.Services.AIServices.Providers.OpenAIHelper.BreakdownMessageBruteForce(System.String,System.String,System.Int32) |
文字补全 | 使用ChatGPT生成响应。 | M:Divooka.Services.AIServices.Providers.OpenAIHelper.ChatGPTComplete(System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
Chat GPT Complete | 缺乏注释。 | N/A |
Configure Open AI | 缺乏注释。 | N/A |
Create Response | 缺乏注释。 | N/A |
Create Response Async | 缺乏注释。 | N/A |
Generate Audio Completion | 缺乏注释。 | N/A |
Generate Image | 缺乏注释。 | N/A |
Generate Response | 缺乏注释。 | N/A |
Get Open Ai3 5turbo | 缺乏注释。 | N/A |
Get Open Ai4o | 缺乏注释。 | N/A |
Get Open Ai4o Mini | 缺乏注释。 | N/A |
Get Open A Io1 | 缺乏注释。 | N/A |
Get Open A Io3mini | 缺乏注释。 | N/A |
获取嵌入 | 检索给定内容的嵌入表示。 | M:Divooka.Services.AIServices.Providers.OpenAIHelper.GetEmbedding(System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
获取令牌计数 | 获取给定消息和模型的令牌计数。 | M:Divooka.Services.AIServices.Providers.OpenAIHelper.GetTokenCount(System.String,System.String) |
过滤审核 | 使用OpeNAI的审核来确定某些内容是否包含敏感信息。 | M:Divooka.Services.AIServices.Providers.OpenAIHelper.ModerateFlag(System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
Text To Speech | 缺乏注释。 | N/A |
Text To Speech Raw | 缺乏注释。 | N/A |
Transcribe | 缺乏注释。 | N/A |
Transcribe Audio File | 缺乏注释。 | N/A |
Transcribe Folder Audios | 缺乏注释。 | N/A |
Use Computer | 缺乏注释。 | N/A |
Use Computer Screenshot | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Configure Bria AI | 缺乏注释。 | N/A |
Configure Deep Seek | 缺乏注释。 | N/A |
Configure Fuyu8b | 缺乏注释。 | N/A |
Configure Gemma2b | 缺乏注释。 | N/A |
Configure Kosmos2 | 缺乏注释。 | N/A |
Configure Llama3 | 缺乏注释。 | N/A |
Configure Mistral7b | 缺乏注释。 | N/A |
Configure NIM | 缺乏注释。 | N/A |
Configure Phi3 | 缺乏注释。 | N/A |
Configure Sd3 | 缺乏注释。 | N/A |
Nim Image Text To Text | 缺乏注释。 | N/A |
Nim Text Generation | 缺乏注释。 | N/A |
Nim Text To Image | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Advanced Generate Image | 缺乏注释。 | N/A |
Configure Comfy UI Service | 缺乏注释。 | N/A |
Download Images | 缺乏注释。 | N/A |
Extract Outputs | 缺乏注释。 | N/A |
Generate From Workflow | 缺乏注释。 | N/A |
Generate From Workflow File | 缺乏注释。 | N/A |
Poll Once | 缺乏注释。 | N/A |
Prompt | 缺乏注释。 | N/A |
Simple Generate Image | 缺乏注释。 | N/A |
Simple Modify Image | 缺乏注释。 | N/A |
Upload Image | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
自动总结 | 使用人工智能对给定的源文本进行总结。 | M:Divooka.Services.AIServices.LLM.DeepSeek.AutoSummarize(System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
自动翻译 | 使用AI将源文本翻译为指定的目标语言。 | M:Divooka.Services.AIServices.LLM.DeepSeek.AutoTranslate(System.String,System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
聊天 | 提供一个持续的聊天体验,并自动管理内存大小。此方法与 OpenAI 的 ChatGPT 交互,维护会话历史并根据用户输入和系统提示返回响应。 | M:Divooka.Services.AIServices.LLM.DeepSeek.Chat(System.String@,System.String,System.String,System.Int32,System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
文字补全 | 发送文本到 DeepSeek API 并返回生成的完成结果。 | M:Divooka.Services.AIServices.LLM.DeepSeek.Complete(System.String,Divooka.Services.AIServices.Providers.OpenAIConfiguration) |
配置深度求索 | 配置DeepSeek API,通过提供必要的API密钥和模型选择。 | M:Divooka.Services.AIServices.LLM.DeepSeek.ConfigureDeekSeek(System.String,Divooka.Services.AIServices.LLM.DeepSeek.DeepSeekModel,System.Int32,System.String) |
工具 | 功能 | 实现 |
---|---|---|
批量处理 | 批量处理图像以进行目标检测。 | M:Divooka.Onnx.MLModels.YoloV2.BatchProcess(System.String,System.String) |
绘制边界框 | 在图像上绘制边界框。 | M:Divooka.Onnx.MLModels.YoloV2.DrawBoundingBox(System.String,System.String,System.String,System.Collections.Generic.IList) |
过滤边界框 | 根据重叠过滤边界框。 | M:Divooka.Onnx.MLModels.YoloV2.FilterBoundingBoxes(System.Collections.Generic.IList,System.Int32,System.Single) |
获取绝对路径 | 将文件夹路径和相对路径组合成绝对路径。 | M:Divooka.Onnx.MLModels.YoloV2.GetAbsolutePath(System.String,System.String) |
记录检测到的对象 | 记录图像中检测到的对象。 | M:Divooka.Onnx.MLModels.YoloV2.LogDetectedObjects(System.String,System.Collections.Generic.IList) |
解析输出 | 解析模型输出为边界框。 | M:Divooka.Onnx.MLModels.YoloV2.ParseOutputs(System.Single[],System.Single) |
工具 | 功能 | 实现 |
---|---|---|
图片+指令到文字 | 从图像URL和输入提示生成文本描述,使用指定的HuggingFace模型。 | M:Divooka.Services.AIServices.Providers.HuggingFaceServerless.ImageTextToImage(System.String,System.String,System.String,Divooka.Services.AIServices.Providers.HuggingFaceServerless.HuggingFaceConfiguration) |
文本生成 | 根据提供的输入使用指定的HuggingFace模型生成文本。 | M:Divooka.Services.AIServices.Providers.HuggingFaceServerless.TextGeneration(System.String,System.String,Divooka.Services.AIServices.Providers.HuggingFaceServerless.HuggingFaceConfiguration) |
文本到图像 | 使用指定的HuggingFace模型从提供的文本生成图像。 | M:Divooka.Services.AIServices.Providers.HuggingFaceServerless.TextToImage(System.String,System.String,System.Int32,System.Int32,Divooka.Services.AIServices.Providers.HuggingFaceServerless.HuggingFaceConfiguration) |
工具 | 功能 | 实现 |
---|---|---|
Configure Ollama | 缺乏注释。 | N/A |
Ollama Chat | 缺乏注释。 | N/A |
Ollama Complete | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Generate Image | 缺乏注释。 | N/A |
Generate Image To File | 缺乏注释。 | N/A |
共2大类。
工具 | 功能 | 实现 |
---|---|---|
绝对值 | M:Divooka.Matrix.VectorMath.AbsoluteValue(Divooka.Matrix.DivookaVector) | |
加法 | M:Divooka.Matrix.VectorMath.Add(Divooka.Matrix.DivookaVector,System.Double) | |
应用元素函数 | 应用逐元素任意函数 | M:Divooka.Matrix.VectorMath.Apply(Divooka.Matrix.DivookaVector,System.Func{System.Double,System.Double}) |
Arccosine | 缺乏注释。 | N/A |
Arcsine | 缺乏注释。 | N/A |
余弦双曲函数 | 逐元素计算 cosh | M:Divooka.Matrix.VectorMath.Cosh(Divooka.Matrix.DivookaVector) |
余弦 | 逐元素计算余弦 | M:Divooka.Matrix.VectorMath.Cosine(Divooka.Matrix.DivookaVector) |
向量数学.除法 | M:Divooka.Matrix.VectorMath.Divide(Divooka.Matrix.DivookaVector,System.Double) | |
Log10 | 缺乏注释。 | N/A |
Log2 | 缺乏注释。 | N/A |
模数 | M:Divooka.Matrix.VectorMath.Modulus(Divooka.Matrix.DivookaVector,System.Double) | |
乘法 | M:Divooka.Matrix.VectorMath.Multiply(Divooka.Matrix.DivookaVector,System.Double) | |
幂运算 | 逐元素计算幂 | M:Divooka.Matrix.VectorMath.Power(Divooka.Matrix.DivookaVector,System.Double) |
正弦 | 逐元素计算正弦 | M:Divooka.Matrix.VectorMath.Sine(Divooka.Matrix.DivookaVector) |
计算sinh | 逐元素计算sinh | M:Divooka.Matrix.VectorMath.Sinh(Divooka.Matrix.DivookaVector) |
平方根 | 逐元素计算平方根 | M:Divooka.Matrix.VectorMath.SqaureRoot(Divooka.Matrix.DivookaVector) |
向量数学.减法 | M:Divooka.Matrix.VectorMath.Subtract(Divooka.Matrix.DivookaVector,System.Double) | |
Tangent | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
矩阵类型的主要定义" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建矩阵类型的主要定义 | M:Divooka.Matrix.DivookaMatrix.#ctor(System.Double[][]) | |
原始数据 | 获取原始数据 | P:Divooka.Matrix.DivookaMatrix.Data |
库的依赖项 | Dependancies of library | P:Divooka.Matrix.DivookaMatrix.Dependancies |
库的描述 | Description of library | P:Divooka.Matrix.DivookaMatrix.Description |
项 | 获取行作为 Vector1D | P:Divooka.Matrix.DivookaMatrix.Item(System.Int32) |
库名称 | Name of library | P:Divooka.Matrix.DivookaMatrix.Name |
库的状态 | Status of library | P:Divooka.Matrix.DivookaMatrix.Status |
库版本 | 版本库 | P:Divooka.Matrix.DivookaMatrix.Version |
获取数据列 | 获取原始数据列 | M:Divooka.Matrix.DivookaMatrix.GetDataColumn(System.Int32) |
获取数据行 | 获取原始数据行 | M:Divooka.Matrix.DivookaMatrix.GetDataRow(System.Int32) |
遍历矩阵行 | Enumerate matrix rows | M:Divooka.Matrix.DivookaMatrix.GetEnumerator |
打印 | 打印CSV表示为字符串 | M:Divooka.Matrix.DivookaMatrix.Print(System.String,System.Func{System.Int32,System.String}) |
读取 | 从CSV文件读取 | M:Divooka.Matrix.DivookaMatrix.Read(System.String,System.Boolean,System.Boolean,System.Int32,System.Int32) |
共21大类。
工具 | 功能 | 实现 |
---|---|---|
柱状图 | 生成一个基于像素的柱状图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.BarChart(Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.BarChartConfiguration) |
气泡图 | 生成气泡图的基于像素的图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.BubbleChart(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.BubbleChartConfiguration) |
DivookaGraph | 生成基于SVG的Divooka图形表示,具有指定的节点位置。 | M:Divooka.DSL.Plotting.API.QuickPlot.DivookaGraph(Parcel.CoreEngine.Document.DivookaNode[],Divooka.Multimedia.Types.Vector2D[]) |
Divooka节点 | 生成一个基于SVG的单个Divooka节点的图形表示。 | M:Divooka.DSL.Plotting.API.QuickPlot.DivookaNode(System.String,System.String[],System.String[]) |
甜圈图 | 从数值和类别标签绘制甜圈图。 | M:Divooka.DSL.Plotting.API.QuickPlot.DonutChart(Divooka.Matrix.DivookaVector,System.String[],Divooka.DSL.Plotting.API.Configurations.DonutChartConfiguration) |
Donut Chart | 缺乏注释。 | N/A |
绘制 Vector2D | PlotVector(s)2D: 在坐标网格中绘制 Vector2D。非常适合教育目的(在对比操作前后的效果时)。 | M:Divooka.DSL.Plotting.API.QuickPlot.DrawVector2D(Divooka.Multimedia.Types.Vector2D,Divooka.DSL.Plotting.API.Configurations.DrawVector2DConfiguration) |
空白区域 | 创建一个空白区域。作为占位符很有用。 | M:Divooka.DSL.Plotting.API.QuickPlot.Empty(System.Int32,System.Int32,Divooka.Multimedia.Image.Color,System.Boolean) |
漏斗图 | 生成漏斗图的基于像素的图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.FunnelChart(Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.FunnelChartConfiguration) |
热图 | 绘制一个表示数据密度或强度的热图,使用颜色渐变。理想用于显示数据矩阵中的模式或相关性。此图自动压缩其最小值和最大值之间的整个值范围。 | M:Divooka.DSL.Plotting.API.QuickPlot.Heatmap(Divooka.Matrix.DivookaVector[],Divooka.DSL.Plotting.API.Configurations.HeatmapConfiguration) |
直方图 | 生成直方图的基于像素的图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.Histogram(Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.HisogramConfiguration) |
线图 | 生成线图的像素基图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.LinePlot(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.LinePlotConfiguration) |
数字显示 | 生成一个基于像素的图像,显示带标签的数值。 | M:Divooka.DSL.Plotting.API.QuickPlot.NumberDisplay(System.String,System.Double,Divooka.DSL.Plotting.API.Configurations.NumberDisplayConfiguration) |
组织树 | 生成组织树结构的基于像素的图像表示。 | M:Divooka.DSL.Plotting.API.QuickPlot.OrganizationTree(Divooka.DSL.Plotting.Drawers.Types.TreeNode) |
饼图 | 根据数值和类别标签绘制饼图。 | M:Divooka.DSL.Plotting.API.QuickPlot.PieChart(Divooka.Matrix.DivookaVector,System.String[],Divooka.DSL.Plotting.API.Configurations.PieChartConfiguration) |
Pie Chart | 缺乏注释。 | N/A |
Population Pyramid | 缺乏注释。 | N/A |
人口金字塔 | 自动收集年龄组以填充人口金字塔 | M:Divooka.DSL.Plotting.API.QuickPlot.PopulationPyramid(System.Int32,Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.PopulationPyramidConfiguration) |
年龄人口图 | 生成一个基于像素的人口金字塔可视化,具有自定义定义的年龄组。 | M:Divooka.DSL.Plotting.API.QuickPlot.PopulationPyramid(System.String[],Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.PopulationPyramidConfiguration) |
居中人口金字塔 | 生成一个以像素为基础的居中人口金字塔可视化,具有自定义定义的年龄组。 | M:Divooka.DSL.Plotting.API.QuickPlot.PopulationPyramidCentered(System.String[],Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.PopulationPyramidConfiguration) |
二维码生成 | 生成基于像素的二维码图像表示形式,源自给定的消息。 | M:Divooka.DSL.Plotting.API.QuickPlot.QRCode(System.String,Divooka.DSL.Plotting.API.Configurations.QRCodeConfiguration) |
雷达图 | 生成雷达图的基于像素的图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.RadarChart(Divooka.Matrix.DivookaVector[],Divooka.DSL.Plotting.API.Configurations.RadarChartConfiguration) |
散点图 | 生成一个多个Y系列相对于单一X轴的散点图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.ScatterPlot(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector[],Divooka.DSL.Plotting.API.Configurations.ScatterPlotMultiSeriesConfiguration) |
Scatter Plot | 缺乏注释。 | N/A |
散点图(两个 Y 轴) | 生成一个散点图像,具有两个独立的 Y 系列共享同一 X 轴。 | M:Divooka.DSL.Plotting.API.QuickPlot.ScatterPlotTwoAxes(Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.Matrix.DivookaVector,Divooka.DSL.Plotting.API.Configurations.ScatterPlotTwoAxesConfiguration) |
快速绘图 | 从SVG源字符串生成基于像素的图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.SVG(System.String,Divooka.DSL.Plotting.API.Configurations.SVGConfiguration) |
快速绘图 SVG | 从 SVG 图形对象生成基于像素的图像。 | M:Divooka.DSL.Plotting.API.QuickPlot.SVG(Divooka.SVG.SVGGraphics,Divooka.DSL.Plotting.API.Configurations.SVGConfiguration) |
Table Display | 缺乏注释。 | N/A |
文本显示 | 生成一个基于像素的图像,显示一块文本。 | M:Divooka.DSL.Plotting.API.QuickPlot.TextDisplay(System.String,Divooka.DSL.Plotting.API.Configurations.TextDisplayConfiguration) |
时间线 | 简单时间线事件。此图表在事件之间没有“距离”。 | M:Divooka.DSL.Plotting.API.QuickPlot.Timeline(System.String[],System.String[],Divooka.DSL.Plotting.API.Configurations.TimelineConfiguration) |
工具 | 功能 | 实现 |
---|---|---|
Configure Bar Chart | 缺乏注释。 | N/A |
Configure Bubble Chart | 缺乏注释。 | N/A |
Configure Bubble Chart Multi Series | 缺乏注释。 | N/A |
Configure Donut Chart | 缺乏注释。 | N/A |
Configure Funnel Chart | 缺乏注释。 | N/A |
Configure Heatmap | 缺乏注释。 | N/A |
Configure Hisogram | 缺乏注释。 | N/A |
Configure Line Plot | 缺乏注释。 | N/A |
Configure Number Display | 缺乏注释。 | N/A |
Configure Pie Chart | 缺乏注释。 | N/A |
Configure Population Pyramid | 缺乏注释。 | N/A |
Configure QR Code | 缺乏注释。 | N/A |
Configure Radar Chart | 缺乏注释。 | N/A |
Configure Scatter Plot | 缺乏注释。 | N/A |
Configure Scatter Plot Multi Series | 缺乏注释。 | N/A |
Configure Scatter Plot Two Axes | 缺乏注释。 | N/A |
Configure SVG | 缺乏注释。 | N/A |
Configure Table Display | 缺乏注释。 | N/A |
Configure Table Display Fixed Width | 缺乏注释。 | N/A |
Configure Text Display | 缺乏注释。 | N/A |
Configure Text Display With Title | 缺乏注释。 | N/A |
Configure Text Display With Title And Subtitle | 缺乏注释。 | N/A |
Configure Timeline | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Timeline Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Timeline Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.TimelineDefinition.#ctor | |
Get Anchors | 缺乏注释。 | N/A |
Get Date Times | 缺乏注释。 | N/A |
Get Events | 缺乏注释。 | N/A |
Get Is Date Time Based | 缺乏注释。 | N/A |
Get Title | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Anchors | 缺乏注释。 | N/A |
Set Date Times | 缺乏注释。 | N/A |
Set Events | 缺乏注释。 | N/A |
Set Is Date Time Based | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Flowchart Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Flowchart Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.FlowchartDefinition.#ctor | |
Get Connections | 缺乏注释。 | N/A |
Get Nodes | 缺乏注释。 | N/A |
Get Styles | 缺乏注释。 | N/A |
Get Title | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Connections | 缺乏注释。 | N/A |
Set Nodes | 缺乏注释。 | N/A |
Set Styles | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Flowchart Configuration" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Flowchart Configuration | M:Divooka.DSL.Plotting.API.Configurations.FlowchartConfiguration.#ctor | |
Get Border Color | 缺乏注释。 | N/A |
Get Border Thickness | 缺乏注释。 | N/A |
Get Node Color | 缺乏注释。 | N/A |
Get Orientation | 缺乏注释。 | N/A |
Set Border Color | 缺乏注释。 | N/A |
Set Border Thickness | 缺乏注释。 | N/A |
Set Node Color | 缺乏注释。 | N/A |
Set Orientation | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Line Plot Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Line Plot Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.LinePlotDefinition.#ctor | |
Get Title | 缺乏注释。 | N/A |
Get X Data | 缺乏注释。 | N/A |
Get Y Data | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
Set X Data | 缺乏注释。 | N/A |
Set Y Data | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
XY Chart Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建XY Chart Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.XYChartDefinition.#ctor | |
Get Title | 缺乏注释。 | N/A |
Get X Data | 缺乏注释。 | N/A |
Get Y Data | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
Set X Data | 缺乏注释。 | N/A |
Set Y Data | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Table Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Table Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.TableDefinition.#ctor | |
Get Headers | 缺乏注释。 | N/A |
Get Rows | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Headers | 缺乏注释。 | N/A |
Set Rows | 缺乏注释。 | N/A |
To Data Grid | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Pie Chart Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Pie Chart Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.PieChartDefinition.#ctor | |
Get Slices | 缺乏注释。 | N/A |
Get Title | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Slices | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Quadrant Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Quadrant Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.QuadrantDefinition.#ctor | |
Get Points | 缺乏注释。 | N/A |
Get Title | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Points | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Kanban Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Kanban Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.KanbanDefinition.#ctor | |
Get Columns | 缺乏注释。 | N/A |
Get Title | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Columns | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Radar Chart Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Radar Chart Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.RadarChartDefinition.#ctor | |
Get Data | 缺乏注释。 | N/A |
Get Title | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Data | 缺乏注释。 | N/A |
Set Title | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Mindmap Definition" # In chinese translation we let the member doc handle such naming; An alternative would be call it "新建Mindmap Definition | M:Divooka.DSL.Plotting.API.Divooka.DSL.Plotting.API.DholePlot.MindmapDefinition.#ctor | |
Get Raw Lines | 缺乏注释。 | N/A |
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
Set Raw Lines | 缺乏注释。 | N/A |
To Tree Node | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
绘制余弦波 | 绘制[-1, 1]之间的余弦波散点图 | M:Divooka.DSL.Plotting.Utilities.StatisticalFacts.PlotCosineWave(System.Double[]@,System.Int32,System.Double,System.Double) |
绘制正态分布 | 绘制直方图中的正态分布 | M:Divooka.DSL.Plotting.Utilities.StatisticalFacts.PlotNormalDistribution(System.Double[]@,System.Int32,System.Double,System.Double) |
绘制随机游走 | 绘制随机游走的散点图 | M:Divooka.DSL.Plotting.Utilities.StatisticalFacts.PlotRandomWalk(System.Double[]@,System.Int32,System.Double,System.Double) |
绘制正弦波 | 在[-1, 1]之间绘制正弦波的散点图 | M:Divooka.DSL.Plotting.Utilities.StatisticalFacts.PlotSinusoidalWave(System.Double[]@,System.Int32,System.Double,System.Double) |
绘制均匀分布 | 以直方图绘制均匀分布 | M:Divooka.DSL.Plotting.Utilities.StatisticalFacts.PlotUniformDistribution(System.Double[]@,System.Int32,System.Double,System.Double) |
工具 | 功能 | 实现 |
---|---|---|
Circle | 缺乏注释。 | N/A |
Circle With Square Corner | 缺乏注释。 | N/A |
Square | 缺乏注释。 | N/A |
Value | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Draw Text Based | 缺乏注释。 | N/A |
Parse | 缺乏注释。 | N/A |
Render Chart | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Left Right | 缺乏注释。 | N/A |
Top Down | 缺乏注释。 | N/A |
Value | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Compose Images | 缺乏注释。 | N/A |
Configure Composition | 缺乏注释。 | N/A |
Place Image | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Generate | 缺乏注释。 | N/A |
Simple Draw | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Parse Definitions | 缺乏注释。 | N/A |
Render | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Convert Scott Plot To Pixel Image | 缺乏注释。 | N/A |
共3大类。
工具 | 功能 | 实现 |
---|---|---|
Accepts | 缺乏注释。 | N/A |
组装头部 | 将多个头字典组合成一个字典。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.AssembleHeader(System.Collections.Generic.Dictionary{System.String,System.String}[]) |
承载令牌 | 创建一个包含Bearer令牌的头字典,用于授权。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.BearerToken(System.String) |
创建参数 | 从文本创建一个字典,每行包含一个用冒号分隔的键和值。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.CreateParameters(System.String) |
Custom API Key | 缺乏注释。 | N/A |
Custom Header | 缺乏注释。 | N/A |
组成网址 | 创建一个通过组合基础 URL、端点和可选查询参数的 URL。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.MakeURL(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String}) |
预览JSON | 从给定的字节数组创建 JSON 预览。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.PreviewJSON(System.Byte[],System.Boolean) |
Preview PNG | 缺乏注释。 | N/A |
Preview Website | 缺乏注释。 | N/A |
查询JSON | 使用指定的 JSON 路径查询 JSON 预览。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.Query(Divooka.DSL.HTTPRequest.JSONPreview,System.String) |
Send Multipart Form Request | 缺乏注释。 | N/A |
发送请求 | 使用指定的方法、URL、头和主体发送HTTP请求。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.SendRequest(Divooka.DSL.HTTPRequest.Main.WebAPITester.RequestMethod,System.String,System.Collections.Generic.Dictionary{System.String,System.String}[],System.String,Divooka.DSL.HTTPRequest.Main.WebAPITester.ContentType) |
压力测试 | 通过重复发送HTTP请求来执行压力测试。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.StressTest(System.Int32,Divooka.DSL.HTTPRequest.Main.WebAPITester.RequestMethod,System.String,System.Collections.Generic.Dictionary{System.String,System.String}[],System.String,Divooka.DSL.HTTPRequest.Main.WebAPITester.ContentType,System.Boolean) |
转换为JSON | 将 YAML 格式的文本转换为 JSON。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.ToJSON(System.String) |
用户代理 | 创建一个包含用户代理条目的头字典。 | M:Divooka.DSL.HTTPRequest.Main.WebAPITester.UserAgent(System.String) |
工具 | 功能 | 实现 |
---|---|---|
Download Bytes Content | 缺乏注释。 | N/A |
Download File | 缺乏注释。 | N/A |
Download Image Content | 缺乏注释。 | N/A |
Download Text Content | 缺乏注释。 | N/A |
工具 | 功能 | 实现 |
---|---|---|
Export Clean Chart HTML | 缺乏注释。 | N/A |
Get Clean HTML Export Template | 缺乏注释。 | N/A |
Get Html5empty Template | 缺乏注释。 | N/A |
Get Markdown Converted HTML Template | 缺乏注释。 | N/A |