MuPDF 1.25.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 Common function arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 Error handling any serious piece of code using MuPDF should use error handling strategies. 2.2 Common function arguments Most functions in MuPDF’s interface take a context argument. A context contains global state used mode. All of the MuPDF constructors and functions live in the global object, and the command line arguments are accessible from the global scriptArgs object. The name of the script is in the global scriptPath0 码力 | 259 页 | 1.11 MB | 7 月前3MuPDF 1.23.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 Common function arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 Error handling any serious piece of code using MuPDF should use error handling strategies. 2.2 Common function arguments Most functions in MuPDF’s interface take a context argument. A context contains global state used mode. All of the MuPDF constructors and functions live in the global object, and the command line arguments are accessible from the global scriptArgs object. The name of the script is in the global scriptPath0 码力 | 245 页 | 817.74 KB | 7 月前3MuPDF 1.24.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 Common function arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 Error handling any serious piece of code using MuPDF should use error handling strategies. 2.2 Common function arguments Most functions in MuPDF’s interface take a context argument. A context contains global state used mode. All of the MuPDF constructors and functions live in the global object, and the command line arguments are accessible from the global scriptArgs object. The name of the script is in the global scriptPath0 码力 | 249 页 | 830.15 KB | 7 月前3MuPDF 1.22.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 Common function arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 Error handling any serious piece of code using MuPDF should use error handling strategies. 2.2 Common function arguments Most functions in MuPDF’s interface take a context argument. A context contains global state used mode. All of the MuPDF constructors and functions live in the global object, and the command line arguments are accessible from the global scriptArgs object. The name of the script is in the global scriptPath0 码力 | 175 页 | 698.87 KB | 7 月前3Click Documentation Release 6.7
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 1.6 Arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of dispatching to subparsers. • argparse currently does not support disabling of interspersed arguments. Without this feature it’s not possible to safely implement Click’s nested parsing nature. 1.1 functionality for accepting arbitrary number of arguments. Due to syntactical ambiguities on the command line, there is no way to implement fully variadic arguments. There are always tradeoffs that need to be0 码力 | 107 页 | 428.42 KB | 1 年前3Click Documentation Release 4.2.dev0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.6 Arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of dispatching to subparsers. • argparse currently does not support disabling of interspearsed arguments. Without this feature it’s not possible to safely implement Click’s nested parsing nature. 1.1 functionality for accepting arbitrary number of arguments. Due to syntactical ambiguities on the command line, there is no way to implement fully variadic arguments. There are always tradeoffs that need to be0 码力 | 101 页 | 407.32 KB | 1 年前3Click Documentation Release 5.2.dev0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.6 Arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of dispatching to subparsers. • argparse currently does not support disabling of interspersed arguments. Without this feature it’s not possible to safely implement Click’s nested parsing nature. 1.1 functionality for accepting arbitrary number of arguments. Due to syntactical ambiguities on the command line, there is no way to implement fully variadic arguments. There are always tradeoffs that need to be0 码力 | 103 页 | 416.61 KB | 1 年前3Celery 3.0 Documentation
# ln -s /run/shm /dev/shm Others: If you provide any of the --pidfile, --logfile or --statedb arguments, then you must make sure that they point to a file/directory that’s writable and readable by the prioritization, all described in the Routing Guide. You can get a complete list of command-line arguments by passing in the --help flag: $ celery worker --help These options are described in more detailed information about workers so you need to use the same command-line arguments when restarting. Only the same pidfile and logfile arguments must be used when stopping. By default it’ll create pid and log0 码力 | 2110 页 | 2.23 MB | 1 年前3Celery v4.0.0 Documentation
# ln -s /run/shm /dev/shm Others: If you provide any of the --pidfile, --logfile or --statedb arguments, then you must make sure that they point to a file/directory that’s writable and readable by the prioritization, all described in the Routing Guide. You can get a complete list of command-line arguments by passing in the --help flag: $ celery worker --help These options are described in more detailed information about workers so you need to use the same command-line arguments when restarting. Only the same pidfile and logfile arguments must be used when stopping. By default it’ll create pid and log0 码力 | 2106 页 | 2.23 MB | 1 年前3Tornado 6.4 Documentation
is often used to start the main function of a batch-oriented program: # run_sync() doesn't take arguments, so we must wrap the # call in a lambda. IOLoop.current().run_sync(lambda: divide(1, 0)) Coroutine groups are the path arguments and will be passed to the handler’s HTTP method. If a dictionary is passed as the third ele- ment of the URLSpec, it supplies the initialization arguments which will be passed User’s guide 23 Tornado Documentation, Release 6.4 The Application constructor takes many keyword arguments that can be used to customize the behavior of the ap- plication and enable optional features; see0 码力 | 268 页 | 1.09 MB | 1 年前3
共 502 条
- 1
- 2
- 3
- 4
- 5
- 6
- 51