Julia 中文文档. . . . . . . . . . 1175 92.6 Calling Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1175 Julia Native Calling Convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1176 JL Call Convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1176 C ABI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1177 Specialized Calling Convention Signature Representation . . . . . . . . . . . . . . . . . . . . . 1178 92.8 Julia 函数 . .0 码力 | 1238 页 | 4.59 MB | 1 年前3
Kotlin 1.9.10 官方文档 中文版
deprecated in upcoming releases. Improvements will be made only to compilerOptions and toolOptions . Calling any setter or getter on kotlinOptions delegates to the related property in the compilerOptions open-ended ranges API. 如何启用 ..< 操作符 To use the ..< operator or to implement that operator convention for your own types, enable the -language-version 1.8 compiler option. The new API elements FreezingIsDeprecated . 在 Swift/Objective-C 中调用 Kotlin 挂起函数 The new memory manager still restricts calling Kotlin suspend functions from Swift and Objective-C from threads other than the main one, but0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9deprecated in upcoming releases. Improvements will be made only to compilerOptions and toolOptions . Calling any setter or getter on kotlinOptions delegates to the related property in the compilerOptions open-ended ranges API. 如何启用 ..< 操作符 To use the ..< operator or to implement that operator convention for your own types, enable the - language-version 1.8 compiler option. The new API elements FreezingIsDeprecated . 在 Swift/Objective-C 中调用 Kotlin 挂起函数 The new memory manager still restricts calling Kotlin suspend functions from Swift and Objective- C from threads other than the main one, but0 码力 | 2049 页 | 45.06 MB | 1 年前3
Hyperledger Fabric 2.5 中文文档servers to obtain role definitions, and not worry about causing delays at fabfile load time when calling e.g. fab --list.) Use of roles is not required in any way – it’s simply a convenience in situations had to be done by hand, as outlined in 作为库使用. Fabric’s design eschews magical behavior, so simply calling a task function does not take into account decorators such as roles. New in Fabric 1.3 is the execute function, which takes a task object or name as its first argument. Using it is effectively the same as calling the given task from the command line: all the rules given above in How host lists are constructed0 码力 | 138 页 | 154.00 KB | 1 年前3
Hyperledger Fabric 1.4 中文文档servers to obtain role definitions, and not worry about causing delays at fabfile load time when calling e.g. fab --list.) Use of roles is not required in any way – it’s simply a convenience in situations had to be done by hand, as outlined in 作为库使用. Fabric’s design eschews magical behavior, so simply calling a task function does not take into account decorators such as roles. New in Fabric 1.3 is the execute function, which takes a task object or name as its first argument. Using it is effectively the same as calling the given task from the command line: all the rules given above in How host lists are constructed0 码力 | 145 页 | 161.53 KB | 1 年前3
PlantUML 1.2021.3 语言参考指引is a note :foo2; note right This note is on several //lines// and can contain HTML ==== * Calling the method ""foo()"" is prohibited end note stop PlantUML 语言参考指引 (1.2021.2) 105 / 397 6.11 颜色 6 ray: "a drop of golden sun" pi: 3.14159 xmas: true french-hens: 3 calling-birds: - huey - dewey - louie - fred xmas-fifth-day: calling-birds: four french-hens: 3 golden-rings: 5 partridges: count: 1 location: ray: "a drop of golden sun" pi: 3.14159 xmas: true french-hens: 3 calling-birds: - huey - dewey - louie - fred xmas-fifth-day: calling-birds: four french-hens: 3 golden-rings: 5 partridges: count: 1 location:0 码力 | 398 页 | 4.22 MB | 1 年前3
Object Pascal 参考手册(Ver 0.1) 和 localDeclarations 是可选的。 • 要了解 parameterList 的信息,请参考 Parameters; • 要了解 directives 的信息,请参考 Calling conventions、Forward and interface declarations、External declarations、 Overloading procedures and 和 localDeclarations 是可选的。 • 要了解 parameterList 的信息,请参考 Parameters; • 要了解 directives 的信息,请参考 Calling conventions、Forward and interface declarations、External declarations、 Overloading procedures and 在编译器中的。这种差别通常并不重要,因为内置函数 看上去和用起来都像是普通的函数,但是你无法获得内置函数的地址。) Procedures and functions - 82 - Calling conventions(调用约定) 在声明过程或函数时,你可以使用下面的指示字之一来指明调用约定:register、pascal、cdecl、stdcall 以及 safecall。比如,0 码力 | 168 页 | 868.25 KB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2021.2)is a note :foo2; note right This note is on several //lines// and can contain HTML ==== * Calling the method ""foo()"" is prohibited end note stop PlantUML 语言参考指引 (1.2021.2) 103 / 380 6.11 颜色 6 ray: "a drop of golden sun" pi: 3.14159 xmas: true french-hens: 3 calling-birds: - huey - dewey - louie - fred xmas-fifth-day: calling-birds: four french-hens: 3 golden-rings: 5 partridges: count: 1 location: Boolean represention [0 is false] There is not real boolean type, but PlantUML use this integer convention: • Integer 0 means false • and any non-null number (as 1) or any string (as "1", or even "0")0 码力 | 381 页 | 4.05 MB | 1 年前3
PlantUML 1.2020.22 语言参考指引is a note :foo2; note right This note is on several //lines// and can contain HTML ==== * Calling the method ""foo()"" is prohibited end note stop @enduml 5.10 颜色 你可以为活动 (activity) 指定一种颜色。 @startuml Boolean represention [0 is false] There is not real boolean type, but PlantUML use this integer convention: • Integer 0 means false • and any non-null number (as 1) or any string (as "1", or even "0") useful for debug purpose. @startuml !function bold($text) !$result = ""+ $text +"" !log Calling bold function with $text. The result is $result !return $result !endfunction Alice -> Bob : This0 码力 | 295 页 | 3.08 MB | 1 年前3
httpd 2.4.23 中文文档Server the ability to run CGI and SSI programs under user IDs different from the user ID of the calling web server. Normally, when a CGI or SSI program executes, it runs as the same user who is running some other systems, it is necessary to do a write(2) or writev(2) call to send the headers before calling sendfile(2). /65: write(4, " 1 2 7 . 0 . 0 . 1 - ".., 78) = 78 This write(2) call records symbolic link, bash convention. See -l. -l Is symbolic link. Treats the TestString as a pathname and tests whether or not it exists, and is a symbolic link. May also use the bash convention of -L or -h if0 码力 | 2559 页 | 2.11 MB | 1 年前3
共 134 条
- 1
- 2
- 3
- 4
- 5
- 6
- 14













