content
stringlengths
263
5.24M
pred_label
stringclasses
1 value
pred_score_pos
float64
0.6
1
using System; namespace AppDynamics.Dexter.ReportObjects { public class BSGContainersResult { public string Controller { get; set; } public string ApplicationName { get; set; } public long ApplicationID { get; set; } public int NumContainersMonitored { get; set; } // no...
__label__POS
0.706495
using System; namespace AppDynamics.Dexter.ReportObjects { public class BSGBrumResult { public string Controller { get; set; } public long ApplicationID { get; set; } public string ApplicationName { get; set; } public bool DataReported { get; set; } public int NumPages...
__label__POS
0.61387
using System; namespace AppDynamics.Dexter.ReportObjects { public class BSGBusinessTransactionResult { public string Controller { get; set; } public string ApplicationName { get; set; } public int NumBTs { get; set; } public int NumBTsWithLoad { get; set; } public int ...
__label__POS
0.625628
using System; namespace AppDynamics.Dexter.ReportObjects { public class RBACUserPermission : RBACEntityBase { public string UserName { get; set; } public string UserSecurityProvider { get; set; } public string GroupName { get; set; } public string GroupSecurityProvider { get; ...
__label__POS
0.631589
<?php class PHPUnit_Extensions_AppiumTestCase_SessionStrategy_Shared implements PHPUnit_Extensions_Selenium2TestCase_SessionStrategy { private $original; private $session; private $mainWindow; private $lastTestWasNotSuccessful = FALSE; public function __construct(PHPUnit_Extensions_Selenium2Te...
__label__POS
0.804292
using System; using System.Collections.Generic; namespace AppDynamics.Dexter.ReportObjects { public class IndexedSnapshotsResults { private const int AVERAGE_NUM_SEGMENTS = 2; public IndexedSnapshotsResults(int numSnapshots) { // Number of Snapshots is known th...
__label__POS
0.972993
using System.Collections.Generic; using System.Text; namespace AppDynamics.Dexter.ReportObjects { public class CallChainContainer { public CallChainContainer() { this.CallTimings = new List<CallTiming>(); } public string From { get; set; } public string ToE...
__label__POS
0.846779
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.958569
using System; namespace AppDynamics.Dexter.ReportObjects { public class ErrorDetectionIgnoreMessage : ConfigurationEntityBase { public string AgentType { get; set; } public string ExceptionClass { get; set; } [FieldComparison(FieldComparisonType.ValueComparison)] public string ...
__label__POS
0.680553
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.735397
using System; namespace AppDynamics.Dexter.ReportObjects { public class BusinessTransactionEntryScope : ConfigurationEntityBase { public string ScopeName { get; set; } [FieldComparison(FieldComparisonType.ValueComparison)] public string ScopeType { get; set; } [FieldComparison...
__label__POS
0.601265
// InBuffer.cs namespace SevenZip.Buffer { public class InBuffer { byte[] m_Buffer; uint m_Pos; uint m_Limit; uint m_BufferSize; System.IO.Stream m_Stream; bool m_StreamWasExhausted; ulong m_ProcessedSize; public InBuffer(uint bufferSize) { m_Buffer = new byte[bufferSize]; m_BufferSize = buf...
__label__POS
0.628007
using System; namespace AppDynamics.Dexter.ReportObjects { public class ErrorDetectionRule : ConfigurationEntityBase { public string AgentType { get; set; } public string RuleName { get; set; } [FieldComparison(FieldComparisonType.ValueComparison)] public string RuleValue { get...
__label__POS
0.689003
using System; namespace AppDynamics.Dexter.ReportObjects { public class ErrorDetectionIgnoreLogger : ConfigurationEntityBase { public string AgentType { get; set; } public string LoggerName { get; set; } public override string EntityIdentifier { get { ...
__label__POS
0.755535
// CommandLineParser.cs using System; using System.Collections; namespace SevenZip.CommandLineParser { public enum SwitchType { Simple, PostMinus, LimitedPostString, UnLimitedPostString, PostChar } public class SwitchForm { public string IDString; public SwitchType Type; public bool Multi; pub...
__label__POS
0.806639
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
__label__POS
0.946722
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
__label__POS
0.648089
using System; namespace AppDynamics.Dexter.ReportObjects { public class DeveloperModeNode : ConfigurationEntityBase { public long TierID { get; set; } public string BTName { get; set; } public long BTID { get; set; } public string NodeName { get; set; } public long Node...
__label__POS
0.697311
; -- CodeClasses.iss -- ; ; This script shows how to use the WizardForm object and the various VCL classes. [Setup] AppName=My Program AppVersion=1.5 CreateAppDir=no DisableProgramGroupPage=yes DefaultGroupName=My Program UninstallDisplayIcon={app}\MyProg.exe WindowVisible=yes OutputDir=userdocs:Inno Setup Examples Ou...
__label__POS
0.946344
using System; namespace AppDynamics.Dexter.ReportObjects { public class SIMMachineContainer : SIMEntityBase { public long TierID { get; set; } public string TierName { get; set; } public long NodeID { get; set; } public string NodeName { get; set; } public long Machin...
__label__POS
0.877612
using System; namespace AppDynamics.Dexter.ReportObjects { public class SIMMachineCPU : SIMEntityBase { public long TierID { get; set; } public string TierName { get; set; } public long NodeID { get; set; } public string NodeName { get; set; } public long MachineID { ...
__label__POS
0.757746
using System; namespace AppDynamics.Dexter.ReportObjects { public class SIMMachineVolume : SIMEntityBase { public long TierID { get; set; } public string TierName { get; set; } public long NodeID { get; set; } public string NodeName { get; set; } public long MachineID...
__label__POS
0.867855
using System; namespace AppDynamics.Dexter.ReportObjects { public class APMNodeProperty { public const string ENTITY_TYPE = "NodeProperty"; public string Controller { get; set; } public long ApplicationID { get; set; } public string ApplicationName { get; set; } publ...
__label__POS
0.847936
using System; namespace AppDynamics.Dexter.ReportObjects { public class HealthCheckRuleResult { public string Controller { get; set; } public long ApplicationID { get; set; } public string Application { get; set; } public string EntityType { get; set; } public string ...
__label__POS
0.600281
package model import ( "path/filepath" "strings" "time" "github.com/siyuan-note/logging" "github.com/siyuan-note/siyuan/kernel/cache" "github.com/siyuan-note/siyuan/kernel/sql" "github.com/siyuan-note/siyuan/kernel/task" "github.com/siyuan-note/siyuan/kernel/util" ) func OCRAssetsJob() { util.WaitForTessera...
__label__POS
0.961914
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.925632
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.73639
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.931951
using System; namespace AppDynamics.Dexter.ReportObjects { public class ConfigurationDifference { public string EntityName { get; set; } public string RuleType { get; set; } public string RuleSubType { get; set; } public string TierName { get; set; } public string Entit...
__label__POS
0.73119
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.79652
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.757808
using System; namespace AppDynamics.Dexter.ReportObjects { public class MOBILENetworkRequestToBusinessTransaction : MOBILEEntityBase { public string RequestName { get; set; } public string RequestNameInternal { get; set; } public long RequestID { get; set; } public long TierID...
__label__POS
0.811301
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.625864
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.778068
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.947746
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.822253
using System; namespace AppDynamics.Dexter.ReportObjects { public class ApplicationConfigurationPolicy : ConfigurationEntityBase { public string Type { get; set; } [FieldComparison(FieldComparisonType.ValueComparison)] public int NumHealthRules { get; set; } [FieldComparison(F...
__label__POS
0.681681
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.643363
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.637735
using System; namespace AppDynamics.Dexter.ReportObjects { public class PolicyActionMapping : ConfigurationEntityBase { public string PolicyName { get; set; } public string PolicyType { get; set; } public string ActionName { get; set; } public string ActionType { get; set; } ...
__label__POS
0.64362
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.671863
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.802687
using System; namespace AppDynamics.Dexter.ReportObjects { public class EntityHourlyMetricValueLocation { public string Controller { get; set; } public long ApplicationID { get; set; } public string ApplicationName { get; set; } public long EntityID { get; set; } publ...
__label__POS
0.760927
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.903057
// SiYuan - Refactor your thinking // Copyright (c) 2020-present, b3log.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) a...
__label__POS
0.669471
using System; namespace AppDynamics.Dexter.ReportObjects { public class MetricValue { public string Controller { get; set; } public long ApplicationID { get; set; } public string ApplicationName { get; set; } public long EntityID { get; set; } public string EntityName...
__label__POS
0.642122
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class DBCollectorDefinitionReportMap : ClassMap<DBCollectorDefinition> { public DBCollectorDefinitionReportMap() { int i = 0; Map(m => m.Control...
__label__POS
0.805467
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
__label__POS
0.909381
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class DBCustomMetricReportMap : ClassMap<DBCustomMetric> { public DBCustomMetricReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.98042
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class WEBPageReportMap : ClassMap<WEBPage> { public WEBPageReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m => m...
__label__POS
0.708891
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class WEBGeoLocationReportMap : ClassMap<WEBGeoLocation> { public WEBGeoLocationReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.838192
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class WEBPageToBusinessTransactionReportMap : ClassMap<WEBPageToBusinessTransaction> { public WEBPageToBusinessTransactionReportMap() { int i = 0; ...
__label__POS
0.929036
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class WEBApplicationReportMap : ClassMap<WEBApplication> { public WEBApplicationReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.99206
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class WEBPageToWebPageReportMap : ClassMap<WEBPageToWebPage> { public WEBPageToWebPageReportMap() { int i = 0; Map(m => m.Controller).Index(i); ...
__label__POS
0.947339
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class MOBILEApplicationConfigurationReportMap : ClassMap<MOBILEApplicationConfiguration> { public MOBILEApplicationConfigurationReportMap() { int i = 0; ...
__label__POS
0.953945
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class MOBILENetworkRequestRuleReportMap : ClassMap<MOBILENetworkRequestRule> { public MOBILENetworkRequestRuleReportMap() { int i = 0; Map(m => ...
__label__POS
0.928697
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BSGBrumResultMap : ClassMap<BSGBrumResult> { public BSGBrumResultMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(...
__label__POS
0.990847
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BSGSepResultMap : ClassMap<BSGSepResult> { public BSGSepResultMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m =...
__label__POS
0.996873
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BSGBusinessTransactionResultMap : ClassMap<BSGBusinessTransactionResult> { public BSGBusinessTransactionResultMap() { int i = 0; Map(m => ...
__label__POS
0.968568
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class RBACUserPermissionReportMap : ClassMap<RBACUserPermission> { public RBACUserPermissionReportMap() { int i = 0; Map(m => m.Controller).Inde...
__label__POS
0.992076
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class SnapshotReportMap : ClassMap<Snapshot> { public SnapshotReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m =...
__label__POS
0.744387
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BusinessDataReportMap : ClassMap<BusinessData> { public BusinessDataReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.958678
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class MethodCallLineReportMap : ClassMap<MethodCallLine> { public MethodCallLineReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.688257
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class ServiceEndpointCallReportMap : ClassMap<ServiceEndpointCall> { public ServiceEndpointCallReportMap() { int i = 0; Map(m => m.Controller).I...
__label__POS
0.961082
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class ApplicationSnapshotReportMap : ClassMap<APMApplication> { public ApplicationSnapshotReportMap() { int i = 0; Map(m => m.Controller).Index(...
__label__POS
0.967387
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class DetectedErrorReportMap : ClassMap<DetectedError> { public DetectedErrorReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.930756
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class SegmentReportMap : ClassMap<Segment> { public SegmentReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m => m...
__label__POS
0.60015
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class ErrorDetectionLoggerReportMap : ClassMap<ErrorDetectionLogger> { public ErrorDetectionLoggerReportMap() { int i = 0; Map(m => m.Controller...
__label__POS
0.993992
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BackendDiscoveryRuleReportMap : ClassMap<BackendDiscoveryRule> { public BackendDiscoveryRuleReportMap() { int i = 0; Map(m => m.Controller...
__label__POS
0.979016
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BusinessTransactionConfigurationReportMap : ClassMap<BusinessTransactionConfiguration> { public BusinessTransactionConfigurationReportMap() { int i = ...
__label__POS
0.962347
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class MethodInvocationDataCollectorReportMap : ClassMap<MethodInvocationDataCollector> { public MethodInvocationDataCollectorReportMap() { int i = 0; ...
__label__POS
0.964257
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMApplicationConfigurationReportMap : ClassMap<APMApplicationConfiguration> { public APMApplicationConfigurationReportMap() { int i = 0; ...
__label__POS
0.706519
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class AgentConfigurationPropertyReportMap : ClassMap<AgentConfigurationProperty> { public AgentConfigurationPropertyReportMap() { int i = 0; Map...
__label__POS
0.957593
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BusinessTransactionEntryRuleReportMap : ClassMap<BusinessTransactionEntryRule> { public BusinessTransactionEntryRuleReportMap() { int i = 0; ...
__label__POS
0.957419
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class TierConfigurationReportMap : ClassMap<TierConfiguration> { public TierConfigurationReportMap() { int i = 0; Map(m => m.Controller).Index(i...
__label__POS
0.993557
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class AgentCallGraphSettingReportMap : ClassMap<AgentCallGraphSetting> { public AgentCallGraphSettingReportMap() { int i = 0; Map(m => m.Control...
__label__POS
0.994328
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BusinessTransactionDiscoveryRule20ReportMap : ClassMap<BusinessTransactionDiscoveryRule20> { public BusinessTransactionDiscoveryRule20ReportMap() { in...
__label__POS
0.988252
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class CustomExitRuleReportMap : ClassMap<CustomExitRule> { public CustomExitRuleReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.977421
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class InformationPointRuleReportMap : ClassMap<InformationPointRule> { public InformationPointRuleReportMap() { int i = 0; Map(m => m.Controller...
__label__POS
0.994447
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BusinessTransactionDiscoveryRuleReportMap : ClassMap<BusinessTransactionDiscoveryRule> { public BusinessTransactionDiscoveryRuleReportMap() { int i = ...
__label__POS
0.996109
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class ServiceEndpointEntryRuleReportMap : ClassMap<ServiceEndpointEntryRule> { public ServiceEndpointEntryRuleReportMap() { int i = 0; Map(m => ...
__label__POS
0.987198
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class HTTPDataCollectorReportMap : ClassMap<HTTPDataCollector> { public HTTPDataCollectorReportMap() { int i = 0; Map(m => m.Controller).Index(i...
__label__POS
0.976601
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class BusinessTransactionEntryRule20ReportMap : ClassMap<BusinessTransactionEntryRule20> { public BusinessTransactionEntryRule20ReportMap() { int i = 0; ...
__label__POS
0.964728
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class SIMMachineNetworkReportMap : ClassMap<SIMMachineNetwork> { public SIMMachineNetworkReportMap() { int i = 0; Map(m => m.Controller).Index(i...
__label__POS
0.96362
package org.b3log.siyuan; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.graphics.Rect; import android.util.DisplayMetrics; import android.util.Log; import android.view.View; import android.view.ViewConfiguration; import android.widget.FrameLayout; ...
__label__POS
0.654765
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class SIMMachineProcessReportMap : ClassMap<SIMMachineProcess> { public SIMMachineProcessReportMap() { int i = 0; Map(m => m.Controller).Index(i...
__label__POS
0.948629
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class SIMMachineReportMap : ClassMap<SIMMachine> { public SIMMachineReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; M...
__label__POS
0.827372
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class SIMMachineCPUReportMap : ClassMap<SIMMachineCPU> { public SIMMachineCPUReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.986242
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMTierReportMap : ClassMap<APMTier> { public APMTierReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m => m...
__label__POS
0.979644
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMErrorReportMap : ClassMap<APMError> { public APMErrorReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m =...
__label__POS
0.971558
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMApplicationReportMap : ClassMap<APMApplication> { public APMApplicationReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; ...
__label__POS
0.98683
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMServiceEndpointReportMap : ClassMap<APMServiceEndpoint> { public APMServiceEndpointReportMap() { int i = 0; Map(m => m.Controller).Inde...
__label__POS
0.990972
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMBackendReportMap : ClassMap<APMBackend> { public APMBackendReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; M...
__label__POS
0.887791
<?php if ($element_both_eyes) : ?> <div id="wrapper-auto-generate-events-selector" class="element-both-eyes" data-suffix="<?= $suffix; ?>"> <div class="flex-layout"> <?php endif; ?> <div class="<?= $width_class; ?>"> <hr/> <?php $correspondence_api = \Yii::app()->...
__label__POS
0.794012
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMResolvedBackendReportMap : ClassMap<APMResolvedBackend> { public APMResolvedBackendReportMap() { int i = 0; Map(m => m.Controller).Inde...
__label__POS
0.928565
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class APMBusinessTransactionReportMap : ClassMap<APMBusinessTransaction> { public APMBusinessTransactionReportMap() { int i = 0; Map(m => m.Cont...
__label__POS
0.976192
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class HealthCheckRuleResultReportMap : ClassMap<HealthCheckRuleResult> { public HealthCheckRuleResultReportMap() { int i = 0; Map(m => m.Control...
__label__POS
0.993241
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class DBModuleReportMap : ClassMap<DBModule> { public DBModuleReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(m =...
__label__POS
0.954273
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class DBProgramReportMap : ClassMap<DBProgram> { public DBProgramReportMap() { int i = 0; Map(m => m.Controller).Index(i); i++; Map(...
__label__POS
0.958817
using AppDynamics.Dexter.ReportObjects; using CsvHelper.Configuration; namespace AppDynamics.Dexter.ReportObjectMaps { public class DBBlockingSessionReportMap : ClassMap<DBBlockingSession> { public DBBlockingSessionReportMap() { int i = 0; Map(m => m.Controller).Index(i...
__label__POS
0.884131