Home
last modified time | relevance | path

Searched defs:recordset (Results 1 – 25 of 74) sorted by relevance

123

/dports/security/lego/lego-4.5.3/providers/dns/otc/
H A Dclient.go12 type recordset struct { struct
13 Name string `json:"name"`
14 Description string `json:"description"`
15 Type string `json:"type"`
16 TTL int `json:"ttl"`
17 Records []string `json:"records"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/otc/
H A Dclient.go13 type recordset struct { struct
14 Name string `json:"name"`
15 Description string `json:"description"`
16 Type string `json:"type"`
17 TTL int `json:"ttl"`
18 Records []string `json:"records"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/otc/
H A Dclient.go12 type recordset struct { struct
13 Name string `json:"name"`
14 Description string `json:"description"`
15 Type string `json:"type"`
16 TTL int `json:"ttl"`
17 Records []string `json:"records"`
/dports/www/moodle311/moodle/lib/classes/dml/
H A Drecordset_walk.php52 protected $recordset; variable in core\\dml\\recordset_walk
71 …lic function __construct(\moodle_recordset $recordset, callable $callback, $callbackextra = null) {
/dports/www/moodle310/moodle/lib/classes/dml/
H A Drecordset_walk.php52 protected $recordset; variable in core\\dml\\recordset_walk
71 …lic function __construct(\moodle_recordset $recordset, callable $callback, $callbackextra = null) {
/dports/www/moodle39/moodle/lib/classes/dml/
H A Drecordset_walk.php52 protected $recordset; variable in core\\dml\\recordset_walk
71 …lic function __construct(\moodle_recordset $recordset, callable $callback, $callbackextra = null) {
/dports/net/py-python-designateclient/python-designateclient-4.4.0/designateclient/v2/
H A Drecordsets.py82 def get(self, zone, recordset): argument
91 def update(self, zone, recordset, values): argument
99 def delete(self, zone, recordset): argument
/dports/www/p5-AMF-Perl/AMF-Perl-0.15/doc/examples/petmarket/petmarket/api/
H A DdbConn.pm40 sub recordset subroutine
/dports/www/mod_webkit/w4py-1.2.3/COMKit/Examples/
H A DADOSample.py24 def recordset(self, sql): member in ADOSample
/dports/www/p5-AMF-Perl/AMF-Perl-0.15/doc/examples/sql/parkservices/
H A DParkService.pm31 sub recordset subroutine
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/openstack/
H A Dos_recordset.py129 def _system_state_change(state, records, description, ttl, zone, recordset): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/openstack/cloud/plugins/modules/
H A Dos_recordset.py148 def _system_state_change(self, state, records, description, ttl, recordset): argument
H A Drecordset.py148 def _system_state_change(self, state, records, description, ttl, recordset): argument
/dports/textproc/p5-WDDX/WDDX-1.02/
H A DWDDX.pm293 sub recordset { subroutine
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/cloud/
H A Dtest_recordset.py20 recordset = { variable
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/dns/v2/
H A D_proxy.py173 def update_recordset(self, recordset, **attrs): argument
184 def get_recordset(self, recordset, zone): argument
197 def delete_recordset(self, recordset, zone=None, ignore_missing=True): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_dnsrecordset.py470 def recordset_to_dict(self, recordset): argument
H A Dazure_rm_privatednsrecordset.py469 def recordset_to_dict(self, recordset): argument
/dports/www/moodle310/moodle/backup/util/ui/classes/privacy/
H A Dprovider.php347 …tected static function recordset_loop_and_export(\moodle_recordset $recordset, $splitkey, $initial,
/dports/www/moodle310/moodle/enrol/lti/classes/privacy/
H A Dprovider.php231 …tected static function recordset_loop_and_export(\moodle_recordset $recordset, $splitkey, $initial,
/dports/www/moodle311/moodle/enrol/lti/classes/privacy/
H A Dprovider.php231 …tected static function recordset_loop_and_export(\moodle_recordset $recordset, $splitkey, $initial,
/dports/www/moodle311/moodle/backup/util/ui/classes/privacy/
H A Dprovider.php347 …tected static function recordset_loop_and_export(\moodle_recordset $recordset, $splitkey, $initial,
/dports/www/moodle39/moodle/backup/util/ui/classes/privacy/
H A Dprovider.php347 …tected static function recordset_loop_and_export(\moodle_recordset $recordset, $splitkey, $initial,
/dports/www/moodle39/moodle/enrol/lti/classes/privacy/
H A Dprovider.php231 …tected static function recordset_loop_and_export(\moodle_recordset $recordset, $splitkey, $initial,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_dnsrecordset.py474 def recordset_to_dict(self, recordset): argument

123