Searched refs:methods (Results 1 – 7 of 7) sorted by relevance
/net-tools-3.7.0/libcoap/src/ |
D | debug.c | 273 static char *methods[] = { "0.00", "GET", "POST", "PUT", "DELETE", "PATCH" }; in msg_code_string() local 276 if (c < sizeof(methods)/sizeof(char *)) { in msg_code_string() 277 return methods[c]; in msg_code_string()
|
/net-tools-3.7.0/mbedtls-2.4.0/configs/ |
D | README.txt | 8 them, you can pick one of the following methods:
|
/net-tools-3.7.0/python-websocket-server/ |
D | README.md | 50 The API is simply methods and properties of the `WebsocketServer` class. 108 Client is just a dictionary passed along methods.
|
/net-tools-3.7.0/libcoap/examples/ |
D | client.c | 971 static char *methods[] = in cmdline_method() local 975 for (i=1; methods[i] && strcasecmp(arg,methods[i]) != 0 ; ++i) in cmdline_method()
|
/net-tools-3.7.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 295 # getter and setter methods for a property. Setting this option to YES (the 296 # default) will make doxygen replace the get and set methods by a property in 297 # the documentation. This will only work if the methods are indeed getting or 299 # methods anyway, you should set this option to NO. 388 # methods, which are defined in the implementation section but not in 390 # If set to NO (the default) only methods in the interface are included. 1776 # If the UML_LOOK tag is enabled, the fields and methods are shown inside 1777 # the class node. If there are many fields or methods and many nodes the
|
/net-tools-3.7.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 242 # and setter methods for a property. Setting this option to YES (the default) 243 # will make doxygen to replace the get and set methods by a property in the 244 # documentation. This will only work if the methods are indeed getting or 246 # methods anyway, you should set this option to NO. 319 # methods, which are defined in the implementation section but not in 321 # If set to NO (the default) only methods in the interface are included.
|
/net-tools-3.7.0/libcoap/doc/ |
D | Doxyfile.in | 329 # getter and setter methods for a property. Setting this option to YES will make 330 # doxygen to replace the get and set methods by a property in the documentation. 331 # This will only work if the methods are indeed getting or setting a simple 332 # type. If this is not the case, or you want to show the methods anyway, you 440 # This flag is only useful for Objective-C code. When set to YES local methods, 442 # included in the documentation. If set to NO only methods in the interface are 2160 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2161 # class node. If there are many fields or methods and many nodes the graph may
|