Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 41) sorted by relevance

12

/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.service3 # behaviour, run "systemctl edit unit" to create an override unit.
6 # create an override unit (as is done by systemctl edit) and enter
H A Dunit-debug.service3 # behaviour, run "systemctl edit unit-debug" to create an override unit.
6 # create an override unit (as is done by systemctl edit) and enter
/unit/src/java/nginx/unit/websocket/
H A DTransformationFactory.java39 public Transformation create(String name, List<List<Extension.Parameter>> preferences, in create() method in TransformationFactory
H A DLocalStrings.properties16 asyncChannelGroup.createFail=Unable to create dedicated AsynchronousChannelGroup for WebSocket clie…
127 wsWebSocketContainer.defaultConfiguratorFail=Failed to create the default configurator
128 wsWebSocketContainer.endpointCreateFail=Failed to create a local endpoint of type [{0}]
142 wsWebSocketContainer.sslEngineFail=Unable to create SSLEngine to support SSL/TLS connections
H A DWsWebSocketContainer.java142 ClientEndpointConfig.Builder builder = ClientEndpointConfig.Builder.create(); in connectToServer()
210 proxyPath = URI.create("http" + path.toString().substring(2)); in connectToServerRecursive()
212 proxyPath = URI.create("https" + path.toString().substring(3)); in connectToServerRecursive()
371 URI redirectLocation = URI.create(locationHeader.get(0)).normalize(); in connectToServerRecursive()
470 Transformation t = factory.create(extension.getName(), wrapper, false); in connectToServerRecursive()
/unit/src/
H A Dnxt_file.h103 nxt_uint_t mode, nxt_uint_t create, nxt_file_access_t access);
107 nxt_uint_t mode, nxt_uint_t create, nxt_file_access_t access, nxt_fd_t dfd,
H A Dnxt_file.c12 nxt_uint_t create, nxt_file_access_t access) in nxt_file_open() argument
19 mode |= (O_NONBLOCK | create); in nxt_file_open()
49 nxt_uint_t create, nxt_file_access_t access, nxt_fd_t dfd, in nxt_file_openat2() argument
57 mode |= (O_NONBLOCK | create); in nxt_file_openat2()
H A Dnxt_event_engine.c118 if (interface->create(engine, 4 * events, events) != NXT_OK) { in nxt_event_engine_create()
420 if (interface->create(engine, 4 * events, events) != NXT_OK) { in nxt_event_engine_change()
/unit/src/java/nginx/unit/websocket/server/
H A DLocalStrings.properties17 serverContainer.configuratorFail=Failed to create configurator of type [{0}] for POJO of type [{1}]
19 serverContainer.encoderFail=Unable to create encoder of type [{0}]
/unit/src/java/javax/websocket/
H A DClientEndpointConfig.java37 public static Builder create() { in create() method in ClientEndpointConfig.Builder
/unit/src/nodejs/unit-http/
H A Dnxt_napi.h599 set_named_property(obj, name, create(val)); in set_named_property()
604 create(int32_t val) in create() function
619 create(uint32_t val) in create() function
634 create(int64_t val) in create() function
H A Dunit.h20 static napi_value create(napi_env env, napi_callback_info info);
H A Dunit.cpp179 ctor = napi.define_class("Unit", create, 2, unit_props); in init()
214 Unit::create(napi_env env, napi_callback_info info) in create() function in Unit
417 nxt_napi::create(0)); in close_handler()
1009 return napi.create((int64_t) res_len); in response_write()
/unit/src/java/nginx/unit/
H A DRequest.java520 public HttpSession getSession(boolean create) in getSession() argument
524 trace("getSession(" + create + "): " + session.getId()); in getSession()
538 if (session != null || !create) { in getSession()
539 trace("getSession(" + create + "): " + (session != null ? session.getId() : "null")); in getSession()
552 trace("getSession(" + create + "): " + session.getId()); in getSession()
/unit/src/java/javax/websocket/server/
H A DServerEndpointConfig.java55 public static Builder create( in create() method in ServerEndpointConfig.Builder
/unit/src/java/nginx/unit/websocket/pojo/
H A DLocalStrings.properties21 pojoEndpointServer.getPojoInstanceFail=Failed to create instance of POJO of type [{0}]
/unit/pkg/docker/
H A Dtemplate.Dockerfile70 --no-create-home \
H A DDockerfile.php8.270 --no-create-home \
H A DDockerfile.go1.2170 --no-create-home \
H A DDockerfile.ruby3.270 --no-create-home \
H A DDockerfile.go1.2270 --no-create-home \
H A DDockerfile.minimal70 --no-create-home \
H A DDockerfile.ruby3.370 --no-create-home \
H A DDockerfile.php8.370 --no-create-home \
H A DDockerfile.perl5.3870 --no-create-home \

12