Home
last modified time | relevance | path

Searched refs:container_options (Results 1 – 25 of 50) sorted by relevance

12

/dports/mail/pear-Mail_Queue/Mail_Queue-1.2.7/Mail/
H A DQueue.php172 function __construct($container_options, $mail_options) argument
174 return $this->Mail_Queue($container_options, $mail_options);
183 * @param array $container_options Mail_Queue container options
191 function Mail_Queue($container_options, $mail_options) argument
206 if (!is_array($container_options) || !isset($container_options['type'])) {
210 $container_type = strtolower($container_options['type']);
225 unset($container_options['type']);
227 $this->container = new $container_class($container_options);
239 * @param array $container_options Options for the container.
246 function factory($container_options, $mail_options) argument
[all …]
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/
H A Dservice.py830 container_options = dict(
834 container_options.update(override_options)
836 if not container_options.get('name'):
846 'hostname' in container_options and
875 container_options['labels'] = merge_labels(
886 container_options.get('labels', {}),
895 container_options.pop(key, None)
906 container_options['environment'])
907 return container_options
912 if 'volumes' in container_options:
[all …]
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/cli/
H A Dmain.py877 container_options, self.project, service, options,
1271 container_options = {
1287 container_options['entrypoint'] = (
1292 container_options['restart'] = None
1295 container_options['user'] = options.get('--user')
1298 container_options['ports'] = []
1301 container_options['ports'] = options.get('--publish')
1304 container_options['name'] = options['--name']
1311 container_options['volumes'] = volumes
1313 return container_options
[all …]
/dports/sysutils/pear-Cache/Cache-1.5.6/
H A DFunction.php83 $container_options = array('cache_dir' => '.', argument
89 $this->Cache($container, $container_options);
H A DApplication.php87 …function Cache_Application($container = 'file', $container_options = array('cache_dir' => '/tmp/',… argument
93 $this->Cache($container, $container_options);
H A DCache.php129 function Cache($container, $container_options = '') argument
137 $this->container = new $container_class($container_options);
H A DOutputCompression.php88 function Cache_OutputCompression($container, $container_options = '', $encoding = 'auto') argument
91 $this->Cache($container, $container_options);
/dports/sysutils/py-ansible-runner/ansible-runner-2.0.2/ansible_runner/config/
H A D_base.py61 …container_image=None, container_volume_mounts=None, container_options=None, container_workdir=None, argument
75 self.container_options = container_options
189 self.container_options = self.settings.get('container_options', self.container_options)
511 if self.container_options:
512 new_args.extend(self.container_options)
/dports/www/pear-HTTP_Session2/HTTP_Session2-0.7.3/HTTP/
H A DSession2.php161 * @param array $container_options Options, most likely an array.
166 static function setContainer($container, $container_options = null) argument
179 self::$container = new $container_class($container_options);
/dports/multimedia/py-av/av-8.0.3/av/container/
H A Dcore.pyx102 container_options, stream_options, argument
122 self.container_options = dict(container_options or ())
214 c_options = Dictionary(self.options, self.container_options)
307 container_options=None, stream_options=None, argument
318 :param dict container_options: Options to pass to the container.
357 container_options, stream_options,
366 container_options, stream_options,
H A Dcore.pxd41 cdef readonly dict container_options
H A Doutput.pyx178 cdef _Dictionary all_options = Dictionary(self.options, self.container_options)
/dports/net/pear-Net_Dict/Net_Dict-1.0.7/Net/
H A DDict.php455 * @param array $container_options options
459 function setCache($flag = false, $container = '', $container_options = '') argument
470 $this->cache = new Cache($container, $container_options);
/dports/www/pear-Services_Amazon/Services_Amazon-0.9.0/Services/
H A DAmazon.php393 * @param array $container_options Array with container class options
397 function setCache($container = 'file', $container_options = array()) argument
403 @$cache = new Cache($container, $container_options);
H A DAmazonECS4.php356 * @param array $container_options Array with container class options
360 function setCache($container = 'file', $container_options = array()) argument
366 @$cache = new Cache($container, $container_options);
/dports/multimedia/py-av/av-8.0.3/docs/api/
H A Dcontainer.rst16 .. attribute:: container_options
/dports/devel/tokei/tokei-12.1.2/tests/data/
H A Dron.ron89 id: "container_options",
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dui_configure.py466 container_options = utils.filter_keys(constants.container_helptxt[container_type].keys(), args)
471 return container_options
474 return container_options + keywords
/dports/net/quiche/quiche-0.9.0/cargo-crates/serde_with_macros-1.5.0/src/
H A Dlib.rs492 let container_options = match SerdeContainerOptions::from_list(&args) { in serde_as() localVariable
499 let serde_with_crate_path = container_options in serde_as()
/dports/multimedia/py-av/av-8.0.3/src/av/container/
H A Dcore.c1333 PyObject *container_options; member
3270 __Pyx_GOTREF(__pyx_v_self->container_options); in __pyx_pf_2av_9container_4core_9Container___cinit__()
3271 __Pyx_DECREF(__pyx_v_self->container_options); in __pyx_pf_2av_9container_4core_9Container___cinit__()
4085 __Pyx_INCREF(__pyx_v_self->container_options); in __pyx_pf_2av_9container_4core_9Container___cinit__()
4086 __Pyx_GIVEREF(__pyx_v_self->container_options); in __pyx_pf_2av_9container_4core_9Container___cinit__()
5655 __Pyx_INCREF(__pyx_v_self->container_options); in __pyx_pf_2av_9container_4core_9Container_17container_options___get__()
5656 __pyx_r = __pyx_v_self->container_options; in __pyx_pf_2av_9container_4core_9Container_17container_options___get__()
6655 Py_CLEAR(p->container_options); in __pyx_tp_dealloc_2av_9container_4core_Container()
6691 if (p->container_options) { in __pyx_tp_traverse_2av_9container_4core_Container()
6692 e = (*v)(p->container_options, a); if (e) return e; in __pyx_tp_traverse_2av_9container_4core_Container()
[all …]
H A Doutput.c1304 PyObject *container_options; member
4030 …emp[3] = {__pyx_t_2, __pyx_v_self->__pyx_base.options, __pyx_v_self->__pyx_base.container_options}; in __pyx_f_2av_9container_6output_15OutputContainer_start_encoding()
4038 …emp[3] = {__pyx_t_2, __pyx_v_self->__pyx_base.options, __pyx_v_self->__pyx_base.container_options}; in __pyx_f_2av_9container_6output_15OutputContainer_start_encoding()
4053 __Pyx_INCREF(__pyx_v_self->__pyx_base.container_options); in __pyx_f_2av_9container_6output_15OutputContainer_start_encoding()
4054 __Pyx_GIVEREF(__pyx_v_self->__pyx_base.container_options); in __pyx_f_2av_9container_6output_15OutputContainer_start_encoding()
4055 PyTuple_SET_ITEM(__pyx_t_1, 1+__pyx_t_15, __pyx_v_self->__pyx_base.container_options); in __pyx_f_2av_9container_6output_15OutputContainer_start_encoding()
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/unit/
H A Dservice_test.py1037 container_options={
1059 container_options={
/dports/sysutils/py-ansible-runner/ansible-runner-2.0.2/ansible_runner/
H A D__main__.py849 container_options=vargs.get('container_options'),
/dports/multimedia/py-av/av-8.0.3/src/av/subtitles/
H A Dstream.c1237 PyObject *container_options; member
/dports/multimedia/py-av/av-8.0.3/src/av/audio/
H A Dstream.c1237 PyObject *container_options; member

12