Home
last modified time | relevance | path

Searched refs:dsName (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net/py-impacket/impacket-0.9.17/tests/SMB_RPC/
H A Dtest_drsuapi.py240 dsName['SidLen'] = 0
242 dsName['Sid'] = ''
247 dsName['structLen'] = len(dsName.getDataReferent())-4
270 dsName['Sid'] = ''
275 dsName['structLen'] = len(dsName.getData())
369 dsName['Sid'] = ''
375 dsName['structLen'] = len(dsName.getData())
401 dsName['Sid'] = ''
407 dsName['structLen'] = len(dsName.getData())
419 dsName['Sid'] = ''
[all …]
/dports/editors/ted/Ted-2.23/docBase/
H A DdocStyle.c53 ds->dsName= (char *)0; in docInitDocumentStyle()
65 if ( ds->dsName ) in docCleanDocumentStyle()
66 { free( ds->dsName ); } in docCleanDocumentStyle()
85 ds.dsName= (char *)0; in docCopyStyle()
103 if ( from->dsName ) in docCopyStyle()
105 ds.dsName= strdup( from->dsName ); in docCopyStyle()
106 if ( ! ds.dsName ) in docCopyStyle()
107 { XDEB(ds.dsName); LDEB(1); rval= -1; goto ready; } in docCopyStyle()
H A DdocStyleSheet.c58 char * styleNames= ds->dsName; in docDeleteStyleFromNames()
113 char * styleNames= ds->dsName; in docInsertStyleIntoNames()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/ogr/
H A Dqgsogrproviderutils.h81 QString dsName;
113 static bool canUseOpenedDatasets( const QString &dsName );
120 const QString &dsName,
156 static QString expandAuthConfig( const QString &dsName );
186 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
192 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
200 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
205 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
222 static void invalidateCachedDatasets( const QString &dsName );
261 const QString &dsName );
[all …]
H A Dqgsogrproviderutils.cpp1339 return dsName + in toString()
1376 if ( iter.key().dsName == dsName ) in invalidateCachedDatasets()
1394 if ( ident.dsName == dsName && ident.updateMode ) in getAlreadyOpenedDataset()
1416 if ( iter.key().dsName == dsName ) in getLayer()
1466 ident.dsName = dsName; in getLayer()
1549 if ( iter.key().dsName == dsName ) in getLayer()
2079 QString uri( dsName ); in expandAuthConfig()
2107 const QString &dsName, in createDatasetWithLayers() argument
2121 ( *sMapDSNameToLastModifiedDate() )[dsName] = getLastModified( dsName ); in createDatasetWithLayers()
2161 ident.dsName = dsName; in getLayer()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/apps/
H A Ddaemon_set.go137 dsName := "daemon-set"
172 err = checkDaemonStatus(f, dsName)
212 err = checkDaemonStatus(f, dsName)
231 err = checkDaemonStatus(f, dsName)
275 err = checkDaemonStatus(f, dsName)
300 err = checkDaemonStatus(f, dsName)
324 ds := newDaemonSet(dsName, image, label)
834 err = checkDaemonStatus(f, dsName)
882 err = checkDaemonStatus(f, dsName)
1013 Name: dsName,
[all …]
/dports/net-mgmt/cricket/cricket-1.0.5/lib/alternate/RRD/
H A DFile.pm122 foreach my $dsName (keys %DSdefs) {
123 my $ds = $DSdefs{$dsName};
125 my $dsNum = ($dsName =~ /^ds(\d+)$/)[0];
131 %def = ( 'dsName' => $dsName,
161 foreach my $dsName (keys %DSdefs) {
165 ($DSdefs{$dsName}{last_ds},
166 $DSdefs{$dsName}{value},
167 $DSdefs{$dsName}{unknown_sec});
/dports/net-mgmt/observium/observium/scripts/
H A Dadd_ds.pl100 my $dsName = $1;
134 my $dsName = $1;
144 $xml=addDSToRRD($dsName,$dsType,$dsHeartBeat,$dsMin,$dsMax,$xml);
170 my ($dsName,$dsType,$dsHeartBeat,$dsMin,$dsMax,$xml) =@_;
176 <name> $dsName </name>
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/vsphere/vclib/
H A Dpbm.go71 dsName, err := datastore.ObjectName(ctx)
77 faultMessage = "Datastore: " + dsName + " is not compatible with the storage policy."
79 …faultMessage = "Datastore: " + dsName + " is not compatible with the storage policy. LocalizedMess…
105 dsName := dsMorNameMap[res.Hub.HubId]
108 …localizedMessage = "Datastore: " + dsName + " not compatible with the storage policy. LocalizedMes…
110 localizedMessage = "Datastore: " + dsName + " not compatible with the storage policy. \n"
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/
H A Dqgsogrprovider.h376 QString dsName;
400 static bool canUseOpenedDatasets( const QString &dsName );
407 const QString &dsName,
443 static QString expandAuthConfig( const QString &dsName );
473 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
479 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
487 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
492 static QgsOgrLayerUniquePtr getLayer( const QString &dsName,
509 static void invalidateCachedDatasets( const QString &dsName );
529 const QString &dsName );
[all …]
H A Dqgsogrprovider.cpp5143 return dsName + in toString()
5180 if ( iter.key().dsName == dsName ) in invalidateCachedDatasets()
5199 if ( ident.dsName == dsName && ident.updateMode ) in getAlreadyOpenedDataset()
5222 if ( iter.key().dsName == dsName ) in getLayer()
5272 ident.dsName = dsName; in getLayer()
5355 if ( iter.key().dsName == dsName ) in getLayer()
5702 QString uri( dsName ); in expandAuthConfig()
5730 const QString &dsName, in createDatasetWithLayers() argument
5744 ( *sMapDSNameToLastModifiedDate() )[dsName] = getLastModified( dsName ); in createDatasetWithLayers()
5784 ident.dsName = dsName; in getLayer()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/VeraOut/
H A DvtkVeraOutReader.cxx189 for (const std::string& dsName : datasetNames) in LoadMetaData() local
191 this->ReadDataSetDimensions("/STATE_0001", dsName.c_str()); in LoadMetaData()
196 this->CellDataArraySelection->AddArray(dsName.c_str()); in LoadMetaData()
200 this->FieldDataArraySelection->AddArray(dsName.c_str()); in LoadMetaData()
520 for (const std::string& dsName : datasetNames) in AddDataSetNamesWithDimension() local
524 if ((datasetId = H5Dopen(groupId, dsName.c_str())) < 0) in AddDataSetNamesWithDimension()
539 names.push_back(dsName); in AddDataSetNamesWithDimension()
741 for (const std::string& dsName : datasetNames) in AddStateData() local
743 if (!(this->CellDataArraySelection->ArrayExists(dsName.c_str()) || in AddStateData()
745 !(this->CellDataArraySelection->ArrayIsEnabled(dsName.c_str()) || in AddStateData()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/VeraOut/
H A DvtkVeraOutReader.cxx187 for (const std::string& dsName : datasetNames) in LoadMetaData() local
189 this->ReadDataSetDimensions("/STATE_0001", dsName.c_str()); in LoadMetaData()
194 this->CellDataArraySelection->AddArray(dsName.c_str()); in LoadMetaData()
198 this->FieldDataArraySelection->AddArray(dsName.c_str()); in LoadMetaData()
519 for (const std::string& dsName : datasetNames) in AddDataSetNamesWithDimension() local
523 if ((datasetId = H5Dopen(groupId, dsName.c_str())) < 0) in AddDataSetNamesWithDimension()
538 names.push_back(dsName); in AddDataSetNamesWithDimension()
740 for (const std::string& dsName : datasetNames) in AddStateData() local
742 if (!(this->CellDataArraySelection->ArrayExists(dsName.c_str()) || in AddStateData()
744 !(this->CellDataArraySelection->ArrayIsEnabled(dsName.c_str()) || in AddStateData()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/Validation/
H A DBindValidator.cs94 string dsName = bind.Name; in ValidateField()
97 if (dsName.IndexOf('.') != -1 && dataSourceActivity != null) in ValidateField()
98 dataSourceActivity = Helpers.GetDataSourceActivity(activity, bind.Name, out dsName); in ValidateField()
274 string dsName = bind.Name; in ValidateBindProperty()
277 if (dsName.IndexOf('.') != -1 && dataSourceActivity != null) in ValidateBindProperty()
278 dataSourceActivity = Helpers.GetDataSourceActivity(activity, bind.Name, out dsName); in ValidateBindProperty()
296 …propertyInfo = resolvedType.GetProperty(dsName, BindingFlags.Public | BindingFlags.Static | Bindin… in ValidateBindProperty()
491 string dsName = bind.Name; in ValidateMethod()
494 if (dsName.IndexOf('.') != -1 && dataSourceActivity != null) in ValidateMethod()
495 … dataSourceActivity = Helpers.GetDataSourceActivity(activity, bind.Name, out dsName); in ValidateMethod()
[all …]
/dports/security/snoopy/snoopy-2.4.14/tests/bin/
H A Dsnoopy-test-threads.c188 char *dsName; in threadMain() local
217 dsName = snoopy_datasourceregistry_getName(dsId); in threadMain()
221 … %s returned negative result: %d\n", seqNrPub, (unsigned long long)pthread_self(), dsName, retVal); in threadMain()
223 …%d %llu : DS result: %30s = %s\n", seqNrPub, (unsigned long long)pthread_self(), dsName, dsResult); in threadMain()
/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/DevDiscover/
H A DArbor_E.pm757 my $dsName = "Login_$sindex";
759 $dsList .= $dsName . ',';
761 $multiParam->{"ds-expr-$dsName"} = "{$dsName}";
762 $multiParam->{"graph-legend-$dsName"} = "Attempt $sindex";
763 $multiParam->{"line-style-$dsName"} = "LINE1";
764 $multiParam->{"line-color-$dsName"} = $color;
765 $multiParam->{"line-order-$dsName"} = $sindex;
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/windows/
H A Ddevice_plugin.go52 dsName := "directx-device-plugin"
58 daemonsetNameLabel: dsName,
62 Name: dsName,
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dextractor.go34 dsName := ""
44 dsName = name
49 if dsName == "" && dsUid == "" {
57 query := &models.GetDataSourceQuery{Name: dsName, Uid: dsUid, OrgId: e.OrgID}
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveStylesheet.c105 docRtfWriteDocEncodedString( rwc, ds->dsName, strlen( ds->dsName ) ); in docRtfWriteStyleSheet()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/install/opsuser/
H A Dopsuser.go289 dsName := storeURL.Host
291 if _, ok := dsNameToRef[dsName]; ok {
294 ds, err := finder.Datastore(ctx, dsName)
298 dsNameToRef[dsName] = ds.Reference()
/dports/biology/gatk/gatk-4.2.0.0/scripts/funcotator/data_sources/
H A DcreateDataSourcesFromBedFiles.sh163 local dsName=$1
167 echo -e "name = $dsName"
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Daddressadd.c300 gchar *dsName; in addressadd_load_data() local
316 dsName = g_strdup( _("Auto-registered address") ); in addressadd_load_data()
318 dsName = g_strdup( addrindex_ds_get_name( ds ) ); in addressadd_load_data()
327 name = &dsName; in addressadd_load_data()
332 g_free( dsName ); in addressadd_load_data()
/dports/net-mgmt/cricket/cricket-1.0.5/lib/RRD/
H A DFile.pm162 my($dsName, $dst, $ds_mrhb, $min_val, $max_val) =
165 $dsName = fixName($dsName);
168 %def = ( 'dsName' => $dsName,
/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/
H A DrichHistory.ts315 queriesDatasources.forEach((dsName) => {
316 const dsSettings = getDataSourceSrv().getInstanceSettings(dsName);
326 label: dsName,
327 value: dsName,
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/upgrades/apps/
H A Ddaemonsets.go178 func checkDaemonStatus(f *framework.Framework, namespace string, dsName string) (bool, error) {
179 …ds, err := f.ClientSet.AppsV1().DaemonSets(namespace).Get(context.TODO(), dsName, metav1.GetOption…

123456