Home
last modified time | relevance | path

Searched refs:FieldNames (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/www/gitea/gitea-1.16.5/modules/validation/
H A Drefname_test.go42 FieldNames: []string{"BranchName"},
55 FieldNames: []string{"BranchName"},
68 FieldNames: []string{"BranchName"},
81 FieldNames: []string{"BranchName"},
94 FieldNames: []string{"BranchName"},
107 FieldNames: []string{"BranchName"},
120 FieldNames: []string{"BranchName"},
133 FieldNames: []string{"BranchName"},
146 FieldNames: []string{"BranchName"},
159 FieldNames: []string{"BranchName"},
[all …]
H A Dvalidurl_test.go56 FieldNames: []string{"URL"},
69 FieldNames: []string{"URL"},
82 FieldNames: []string{"URL"},
95 FieldNames: []string{"URL"},
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DHEAD_Rules.m1 function [err, ErrMessage, Rules] = HEAD_Rules (FieldNames)
3 % [err, ErrMessage, Rules] = HEAD_Rules (FieldNames)
10 % FieldNames is a ~ delirited list of N field names
47 FieldNames = ''; variable
50 if (isempty(FieldNames)),
61 FieldNames = AllFields; variable
63 FieldNames = zdeblank (FieldNames); variable
74 Ntmp = length(FieldNames);
75 if (FieldNames(Ntmp) == '~'), FieldNames = FieldNames(1:Ntmp-1); end
80 tilde_pos=[0, find(FieldNames=='~'), numel(FieldNames)+1];
[all …]
/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/Filters/
H A DvtkmNDHistogram.cxx43 for (const auto& fieldName : FieldNames) in PrintSelf()
80 this->FieldNames.push_back(fieldName); in AddFieldAndBin()
82 this->SetInputArrayToProcess(static_cast<int>(this->FieldNames.size()), 0, 0, in AddFieldAndBin()
110 auto iter = std::find(this->FieldNames.begin(), this->FieldNames.end(), fieldName); in GetFieldIndexFromFieldName()
111 return (iter == std::end(this->FieldNames)) ? -1 in GetFieldIndexFromFieldName()
112 : static_cast<int>(iter - this->FieldNames.begin()); in GetFieldIndexFromFieldName()
130 for (size_t i = 0; i < this->FieldNames.size(); i++) in RequestData()
132 filter.AddFieldAndBin(this->FieldNames[i], this->NumberOfBins[i]); in RequestData()
145 for (auto& fn : this->FieldNames) in RequestData()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/
H A DvtkmNDHistogram.cxx42 for (const auto& fieldName : FieldNames) in vtkStandardNewMacro()
80 this->FieldNames.push_back(fieldName); in AddFieldAndBin()
82 this->SetInputArrayToProcess(static_cast<int>(this->FieldNames.size()), 0, 0, in AddFieldAndBin()
111 std::find(this->FieldNames.begin(), this->FieldNames.end(), fieldName); in GetFieldIndexFromFieldName()
112 return (iter == std::end(this->FieldNames)) ? -1 : in GetFieldIndexFromFieldName()
113 static_cast<int>(iter - this->FieldNames.begin()); in GetFieldIndexFromFieldName()
134 for (size_t i = 0; i < this->FieldNames.size(); i++) in RequestData()
136 filter.AddFieldAndBin(this->FieldNames[i], this->NumberOfBins[i]); in RequestData()
149 for (auto& fn: this->FieldNames) in RequestData()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/torch/data/gluoncv_motion_dataset/
H A Ddataset.py19 class FieldNames: class
170 if FieldNames.FRAME_IDX not in self.blob:
172 return self.blob[FieldNames.FRAME_IDX]
191 FN = FieldNames
220 FN = FieldNames
374 if FieldNames.BASE_DIR in self.metadata:
416 width = self.metadata.get(FieldNames.RESOLUTION, {}).get(FieldNames.WIDTH, None)
421 height = self.metadata.get(FieldNames.RESOLUTION, {}).get(FieldNames.HEIGHT, None)
603 out[FieldNames.ID] = self.id
604 out[FieldNames.METADATA] = self.metadata
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DScannedFieldSolver.F90129 CHARACTER(LEN=MAX_NAME_LEN), ALLOCATABLE :: FieldNames(:) local
134 SAVE FieldVars, FieldNames, NofFields, Mesh
145 ALLOCATE(FieldNames(NofFields), FieldVars(NofFields), STAT=istat)
149 FieldNames(FieldInt) = ListGetString(GetSolverParams(), 'Field Name '//TRIM(i2s(FieldInt)))
150 FieldVars(FieldInt) % Var => VariableGet( Mesh % Variables, FieldNames(FieldInt))
152 CALL Fatal('ScannedFieldSolver',TRIM(FieldNames(FieldInt))//' not associated!')
171 CALL Info('ScannedFieldSolver','Field '//TRIM(FieldNames(FieldInt))//'.',Level=5)
172 ScanFieldName = 'scan '//TRIM(i2s(ScanInt))//" "//TRIM(FieldNames(FieldInt))
183 SumFieldName = TRIM(FieldNames(FieldInt))//' Dummy'
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DBuiltInFunctions-MathSAT.C47 vector<string> FieldNames = r->myFieldNamesStrings();
52 for (long i=0; i<len(FieldNames); ++i)
54 …intrusive_ptr<RightValue> x = boost::dynamic_pointer_cast<RightValue>(r->getField(FieldNames[i], A…
56 MathSAT::AddConstraint(E, MathSAT::ToRelOp(FieldNames[i]), M->theMatrix);
60 + " as field \"" + FieldNames[i]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DBuiltInFunctions-MathSAT.C47 vector<string> FieldNames = r->myFieldNamesStrings();
52 for (long i=0; i<len(FieldNames); ++i)
54 …intrusive_ptr<RightValue> x = boost::dynamic_pointer_cast<RightValue>(r->getField(FieldNames[i], A…
56 MathSAT::AddConstraint(E, MathSAT::ToRelOp(FieldNames[i]), M->theMatrix);
60 + " as field \"" + FieldNames[i]
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/DataAnnotations/
H A DCompositeIndexAttribute.cs11 this.FieldNames = new List<string>(); in CompositeIndexAttribute()
16 this.FieldNames = new List<string>(fieldNames); in CompositeIndexAttribute()
22 this.FieldNames = new List<string>(fieldNames); in CompositeIndexAttribute()
25 public List<string> FieldNames { get; set; } property in ServiceStack.DataAnnotations.CompositeIndexAttribute
/dports/finance/weberp/webERP/
H A DZ_ImportFixedAssets.php17 $FieldNames = array( variable
50 if ( count($HeaderRow) != count($FieldNames) ) {
51 …) . ' '. count($HeaderRow). ' ' . _('columns, expected') . ' '. count($FieldNames). '. ' . _('Stud…
60 if ( mb_strtoupper($FieldName) != mb_strtoupper($FieldNames[$i]) ) {
61 … incorrect order ('. mb_strtoupper($FieldName). ' != '. mb_strtoupper($FieldNames[$i]). '. ' ._('D…
78 if ($FieldCount != count($FieldNames)){
79 …prnMsg (count($FieldNames) . ' ' . _('fields are required, but') . ' '. $FieldCount . ' ' . _('fie…
284 echo '<br /><br /><br />"'. implode('","',$FieldNames). '"<br /><br /><br />';
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/sqlite/
H A Dconcurrencyds.pas21 FieldNames: array [0..10] of String =
54 Sql:='Select '+FieldNames[i]+ ' from '+ TableName;
56 WriteLn('Value of Field ',FieldNames[i],' : ',FieldByName(FieldNames[i]).AsString);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/sqlite/
H A Dconcurrencyds.pas21 FieldNames: array [0..10] of String =
54 Sql:='Select '+FieldNames[i]+ ' from '+ TableName;
56 WriteLn('Value of Field ',FieldNames[i],' : ',FieldByName(FieldNames[i]).AsString);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DNDHistogram.hxx26 this->FieldNames.push_back(fieldName); in AddFieldAndBin()
51 for (size_t i = 0; i < this->FieldNames.size(); i++) in DoExecute()
56 vtkm::filter::ApplyPolicyFieldNotActive(inData.GetField(this->FieldNames[i]), policy), in DoExecute()
71 outputData.AddField(vtkm::cont::make_FieldPoint(this->FieldNames[i], binIds[i])); in DoExecute()
H A DNDEntropy.hxx25 this->FieldNames.push_back(fieldName); in AddFieldAndBin()
39 for (size_t i = 0; i < FieldNames.size(); i++) in DoExecute()
41 ndEntropy.AddField(inData.GetField(FieldNames[i]).GetData(), NumOfBins[i]); in DoExecute()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DNDHistogram.hxx36 this->FieldNames.push_back(fieldName); in AddFieldAndBin()
64 for (size_t i = 0; i < FieldNames.size(); i++) in DoExecute()
68 ndHistogram.AddField(vtkm::filter::ApplyPolicy(inData.GetField(FieldNames[i]), policy), in DoExecute()
85 vtkm::cont::Field(FieldNames[i], vtkm::cont::Field::Association::POINTS, binIds[i])); in DoExecute()
H A DNDEntropy.hxx35 this->FieldNames.push_back(fieldName); in AddFieldAndBin()
52 for (size_t i = 0; i < FieldNames.size(); i++) in DoExecute()
54 ndEntropy.AddField(inData.GetField(FieldNames[i]).GetData(), NumOfBins[i], device); in DoExecute()
/dports/www/gitea/gitea-1.16.5/vendor/gitea.com/go-chi/binding/
H A Derrors.go56 FieldNames []string `json:"fieldNames,omitempty"` member
76 FieldNames: fieldNames,
148 return e.FieldNames
/dports/www/grafana8/grafana-8.3.6/pkg/macaron/binding/
H A Derrors.go56 FieldNames []string `json:"fieldNames,omitempty"` member
76 FieldNames: fieldNames,
148 return e.FieldNames
/dports/lang/mono/mono-5.10.1.57/mcs/tools/security/certview/
H A Dgcertview.cs128 AddToStores (CertificateFormatter.FieldNames.Version, cf.Version (false), cf.Version (true), 1); in GtkCertificateViewer()
129 …AddToStores (CertificateFormatter.FieldNames.SerialNumber, cf.SerialNumber (false), cf.SerialNumbe… in GtkCertificateViewer()
130 …AddToStores (CertificateFormatter.FieldNames.SignatureAlgorithm, cf.SignatureAlgorithm (false), cf… in GtkCertificateViewer()
131 AddToStores (CertificateFormatter.FieldNames.Issuer, cf.Issuer (false), cf.Issuer (true), 0); in GtkCertificateViewer()
132 …AddToStores (CertificateFormatter.FieldNames.ValidFrom, cf.ValidFrom (false), cf.ValidFrom (true),… in GtkCertificateViewer()
133 …AddToStores (CertificateFormatter.FieldNames.ValidUntil, cf.ValidUntil (false), cf.ValidUntil (tru… in GtkCertificateViewer()
134 AddToStores (CertificateFormatter.FieldNames.Subject, cf.Subject (false), cf.Subject (true), 0); in GtkCertificateViewer()
135 …AddToStores (CertificateFormatter.FieldNames.PublicKey, cf.PublicKey (false), cf.PublicKey (true),… in GtkCertificateViewer()
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/emicklei/proto/
H A Dreserved.go33 FieldNames []string member
66 r.FieldNames = append(r.FieldNames, unQuote(lit))
/dports/finance/weberp/webERP/api/
H A Dapi_glsections.php38 $FieldNames='';
41 $FieldNames.=$key.', ';
45 $sql = "INSERT INTO accountsection ('" . mb_substr($FieldNames,0,-2) . "')
H A Dapi_salestypes.php62 $FieldNames='';
65 $FieldNames.=$key.', ';
68 $sql = "INSERT INTO salestypes ('" . mb_substr($FieldNames,0,-2) . "')
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/emicklei/proto/
H A Dreserved.go33 FieldNames []string member
68 r.FieldNames = append(r.FieldNames, s)
H A Dreserved_test.go55 if got, want := len(r.FieldNames), 2; got != want {
58 if got, want := r.FieldNames[0], "foo"; got != want {
61 if got, want := r.FieldNames[1], "bar"; got != want {

12345678910>>...22