Home
last modified time | relevance | path

Searched refs:record (Results 27076 – 27100 of 153562) sorted by relevance

1...<<1081108210831084108510861087108810891090>>...6143

/dports/lang/fpc-source/fpc-3.2.2/rtl/openbsd/
H A Dsignal.inc90 SigContextRec = record
151 TFpuX87State = record
170 TFpuXMMState = packed record
184 TFpuState = record
220 TFpu64State = packed record
281 SigInfo_t = record
332 SigActionRec = packed record
333 // Handler : record
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/lang/fpc/fpc-3.2.2/rtl/openbsd/
H A Dsignal.inc90 SigContextRec = record
151 TFpuX87State = record
170 TFpuXMMState = packed record
184 TFpuState = record
220 TFpu64State = packed record
281 SigInfo_t = record
332 SigActionRec = packed record
333 // Handler : record
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/model/
H A Dclass.ilStudyProgrammeType.php316 foreach ($records as $record) {
317 $record->delete();
461 foreach ($this->getAssignedAdvancedMDRecords($a_only_active) as $record) {
462 $ids[] = $record->getRecordId();
494 foreach (self::getAvailableAdvancedMDRecords() as $record) {
495 $ids[] = $record->getRecordId();
580 foreach ($records as $record) {
581 $record->delete();
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/c3/
H A Dc392011.a52 type Level_0 is tagged record
54 end record;
92 type Level_1 is new C392011_0.Level_0 with record
94 end record;
133 type Level_2 is new C392011_1.Level_1 with record
135 end record;
180 type Ragged_Element is record
183 end record;
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/server/ebay/
H A DDeprecatedEbayAuction.java262 Record record = new Record(); in parsePrices() local
265 record.put("minimum", "false"); in parsePrices()
281 record.put("current", foundBid); in parsePrices()
282 record.put("current_us", getUSCurrency(Currency.getCurrency(foundBid), doc).toString()); in parsePrices()
287 record.put("current", firstBid); in parsePrices()
288 record.put("minimum", "true"); in parsePrices()
292 if(maxBid != null && maxBid.length() != 0) record.put("max", maxBid); in parsePrices()
294 return record; in parsePrices()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392011.a52 type Level_0 is tagged record
54 end record;
92 type Level_1 is new C392011_0.Level_0 with record
94 end record;
133 type Level_2 is new C392011_1.Level_1 with record
135 end record;
180 type Ragged_Element is record
183 end record;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/triton/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/tyler-smith/go-bip39/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392011.a52 type Level_0 is tagged record
54 end record;
92 type Level_1 is new C392011_0.Level_0 with record
94 end record;
133 type Level_2 is new C392011_1.Level_1 with record
135 end record;
180 type Ragged_Element is record
183 end record;
/dports/security/acmetool/acmetool-0.2.1/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-testfixtures/testfixtures/v3/
H A Dtestfixtures.go435 for _, record := range records {
436 recordMap, ok := record.(map[interface{}]interface{})
451 for _, record := range records {
452 recordMap, ok := record.(map[interface{}]interface{})
483 func (l *Loader) buildInsertSQL(f *fixtureFile, record map[interface{}]interface{}) (sqlStr string,…
485 sqlColumns = make([]string, 0, len(record))
486 sqlValues = make([]string, 0, len(record))
489 for key, value := range record {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/miekg/dns/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/databases/postgis32/postgis-3.2.0/doc/po/pl/
H A Dextras_historytable.xml.po84 "When you insert a new record into 'roads' a record is automatically inserted "
94 "When you delete a record in 'roads', the record in the history table is "
102 "When you update a record in 'roads', the current record has 'date_deleted' "
103 "filled in and a new record is created with the 'date_added' set and "
112 "any record in the roads table:"
/dports/databases/postgis32/postgis-3.2.0/doc/po/templates/
H A Dextras_historytable.xml.pot80 "When you insert a new record into 'roads' a record is automatically inserted "
90 "When you delete a record in 'roads', the record in the history table is "
98 "When you update a record in 'roads', the current record has 'date_deleted' "
99 "filled in and a new record is created with the 'date_added' set and "
108 "any record in the roads table:"
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/multi_instance/model/
H A DInstance.php529 $record = (new \go\core\db\Query())
536 $this->loginCount = (int) $record['loginCount'];
537 $this->userCount = (int) $record['userCount'];
538 …$this->lastLogin = !empty($record['lastLogin']) ? new \go\core\util\DateTime($record['lastLogin'])…
540 $record = (new \go\core\db\Query())
547 $this->adminDisplayName = $record['displayName'];
548 $this->adminEmail = $record['email'];
/dports/ftp/curlie/curlie-1.6.7/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/golang.org/x/crypto/ssh/agent/
H A Dserver.go47 var record struct {
51 record.Blob = k.Marshal()
52 record.Comment = k.Comment
54 return ssh.Marshal(&record)
450 var record struct {
455 if err := ssh.Unmarshal(req, &record); err != nil {
462 switch record.Type {
480 return fmt.Errorf("agent: not implemented: %q", record.Type)

1...<<1081108210831084108510861087108810891090>>...6143