Home
last modified time | relevance | path

Searched refs:strTarget (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Env/Host/
H A DHostDbSyntheticTest.pm84 my $strTarget = shift;
133 my $strTarget = shift;
158 my $strTarget = shift;
181 my $strTarget = shift;
210 my $strTarget = shift;
273 my $strTarget = shift;
295 my $strTarget = shift;
405 my $strTarget = shift;
660 my $strTarget = shift;
696 my $strTarget = shift;
[all …]
H A DHostBackupTest.pm1728 $strTarget,
1766 foreach my $strTarget (sort(keys(%{$self->{hLinkRemap}})))
1768 $strLinkMap .= " --link-map=\"${strTarget}=${$self->{hLinkRemap}}{$strTarget}\"";
1777 ($strTarget ? ", target '${strTarget}'" : '') .
1814 foreach my $strTarget (sort(keys(%{$self->{hLinkRemap}})))
1816 my $strDestination = ${$self->{hLinkRemap}}{$strTarget};
1817 my $strTarget = 'pg_data/' . $strTarget;
1821 if ($oExpectedManifest->isTargetFile($strTarget))
1833 MANIFEST_SECTION_BACKUP_TARGET, $strTarget, MANIFEST_SUBKEY_FILE,
1871 (defined($strTarget) ? " --target=\"${strTarget}\"" : '') .
[all …]
H A DHostDbCommonTest.pm173 $strTarget,
183 ${$self->{hLinkRemap}}{$strTarget} = $strDestination;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DTreeViewTest.cs762 HtmlDiff.AssertAreEqual (strTarget, str, "RenderTags"); in pageLoadRenderTags()
773 HtmlDiff.AssertAreEqual (strTarget, str, "ExpandAll"); in TreeView_Method_ExpandAll()
800 HtmlDiff.AssertAreEqual (strTarget, str, "NodeExpand"); in TreeView_Method_NodeExpand()
828 HtmlDiff.AssertAreEqual (strTarget, str, "NodeExpandAll"); in TreeView_Method_NodeExpandAll()
856 HtmlDiff.AssertAreEqual (strTarget, str, "CollapseAll"); in TreeView_Method_CollapseAll()
883 HtmlDiff.AssertAreEqual (strTarget, str, "NodeCollapse"); in TreeView_Method_NodeCollapse()
1235 HtmlDiff.AssertAreEqual (strTarget, str, "RenderValues"); in TreeView_Render_Values()
1327 HtmlDiff.AssertAreEqual (strTarget, str, "RenderWrapOn"); in TreeView_Render_WrapOn()
1369 HtmlDiff.AssertAreEqual (strTarget, str, "RenderClient"); in TreeView_Render_Client()
1388 string strTarget = ""; in TreeView_Render_Invisible()
[all …]
H A DTreeNodeTest.cs159 …string strTarget = "<a href=\"#treeview1_SkipLink\"><img alt=\"Skip Navigation Links.\" src=\"/Nun… in TreeNode_NavigateUrl()
161 HtmlDiff.AssertAreEqual (strTarget, str, "PostbackNavigate"); in TreeNode_NavigateUrl()
186 …string strTarget = "<a href=\"#treeview1_SkipLink\"><img alt=\"Skip Navigation Links.\" src=\"/Nun… in TreeNode_Render()
188 HtmlDiff.AssertAreEqual (strTarget, str, "Render"); in TreeNode_Render()
H A DImageMapTest.cs449 …string strTarget = "<img id=\"imgmap\" src=\"\" usemap=\"#ImageMapimgmap\" /><map name=\"ImageMapi… in ImageMap_PostBack_RenderBefore()
453 HtmlDiff.AssertAreEqual (strTarget, RenderedControlHtml, "BeforePostBack"); in ImageMap_PostBack_RenderBefore()
469 …string strTarget = "<img id=\"imgmap\" src=\"\" usemap=\"#ImageMapimgmap\" /><map name=\"ImageMapi… in ImageMap_PostBack_RenderAfter()
473 HtmlDiff.AssertAreEqual (strTarget, RenderedControlHtml, "AfterPostBack"); in ImageMap_PostBack_RenderAfter()
H A DButtonTest.cs207 …string strTarget = "<input type=\"button\" name=\"MyButton\" value=\"Hello\" id=\"MyButton\" disab… in Button_Render2()
209 HtmlDiff.AssertAreEqual (strTarget, str, "Button_Render2"); in Button_Render2()
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4Update.cpp308 char strTarget[_MAX_PATH]; SCopy(DestPath, strTarget, _MAX_PATH); in Execute() local
309 char *p = strTarget, *lp = strTarget; in Execute()
316 if (TargetGrp.Open(strTarget)) in Execute()
324 C4Group_UnpackDirectory(strTarget); in Execute()
331 CreatePath(strTarget); in Execute()
338 if (!TargetGrp.Open(strTarget, !GrpUpdate)) in Execute()
380 if (!GetFileCRC(strTarget, &iResChks)) in Execute()
386 CStdFile MyFile; MyFile.Load(strTarget, (BYTE **)&pData, &iSize, 0, true); in Execute()
398 bool C4UpdatePackage::Optimize(C4Group *pGroup, const char *strTarget) in Optimize() argument
403 if (!TargetGrp.Open(strTarget)) in Optimize()
H A DC4Update.h52 static bool Optimize(C4Group *pGrpFrom, const char *strTarget);
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Env/
H A DManifest.pm483 my $strTarget = shift;
486 my $strRepoFile = $strTarget;
488 if ($self->isTargetTablespace($strTarget) &&
510 my $strTarget = shift;
513 if (!defined($strTarget))
539 my $strTarget = shift;
541 $self->isTargetValid($strTarget, true);
554 my $strTarget = shift;
556 $self->isTargetValid($strTarget, true);
569 my $strTarget = shift;
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DQE3.CPP295 idStr strTarget; in ConnectEntities() local
339 strTarget = target; in ConnectEntities()
341 UniqueTargetName(strTarget); in ConnectEntities()
344 SetKeyValue(e1, "target", strTarget); in ConnectEntities()
346 SetKeyValue(e1, va("target%i", t), strTarget); in ConnectEntities()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/lib/
H A DSettingDependency.cpp88 auto strTarget = elem->Attribute(SETTING_XML_ATTR_ON); in Deserialize() local
89 if (strTarget != nullptr && !setTarget(strTarget)) in Deserialize()
91 s_logger->warn("unknown target \"{}\"", strTarget); in Deserialize()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/idmapper/
H A Didmapper.cpp154 string strTarget = GetTargetString( hTarget ); in Run() local
156 cout << strSource << " : " << strTarget << endl; in Run()
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/
H A DNagDataClass.php737 … $strTarget = $arrDSTarget[$arrTarget[0]]. '-' .$arrDSTarget[$arrTarget[1]];
739 $strTarget = $arrDSTarget[$elem['targetKey']];
748 translate('</b>, entry <b>').$strTarget.
753 translate('</b>, entry <b>').$strTarget.
760 … translate('</b>, entry <b>').$strTarget. '</b> - <span style="color:#00CC00;">' .
773 $strTarget = $data[$arrTarget[0]]. '-' .$data[$arrTarget[1]];
775 $strTarget = $data[$elem['targetKey']];
779 translate('</b>, entry <b>').$strTarget.
785 translate('</b>, entry <b>').$strTarget.
H A DNagConfigClass.php141 $strTarget = '';
148 $this->getConfigValues($intConfigId, 'target', $strTarget);
155 $arrTimeData[$strTarget] = 'unknown';
163 $arrTimeData[$strTarget]
990 $strTarget = '';
997 $this->getConfigData($intConfigId, 'target', $strTarget);
1005 $arrTimeData[$strTarget]
1010 if ($arrTimeData[$strTarget] == 'unknown') {
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/Valgrind/
H A DValgrind.cpp234 wxString strTarget = Project->GetActiveBuildTarget(); in CheckRequirements() local
235 if(strTarget.empty()) in CheckRequirements()
244 if (!Project->BuildTargetValid(strTarget, false)) in CheckRequirements()
252 strTarget = Target->GetTitle(); in CheckRequirements()
256 Target = Project->GetBuildTarget(strTarget); in CheckRequirements()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDTrainDrawer.cpp270 controlPoint_t* pTarget = FindControlPoint( pSP->strTarget ); in BuildPaths()
273 Sys_Printf( "couldn't find target %s", pSP->strTarget ); in BuildPaths()
344 strncpy(pSP->strTarget, target, 64); in AddSplinePoint()
H A DDTrainDrawer.h42 char strTarget[64]; member
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDTrainDrawer.cpp239 controlPoint_t* pTarget = FindControlPoint( pSP->strTarget ); in BuildPaths()
242 globalOutputStream() << "couldn't find target " << pSP->strTarget; in BuildPaths()
310 strncpy( pSP->strTarget, target, 64 ); in AddSplinePoint()
H A DDTrainDrawer.h51 char strTarget[64]; member
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Module/Real/
H A DRealAllTest.pm657 {bForce => true, strType => CFGOPTVAL_RESTORE_TYPE_XID, strTarget => $strXidTarget,
709 {bDelta => true, strType => CFGOPTVAL_RESTORE_TYPE_TIME, strTarget => $strTimeTarget,
725 …{bDelta => true, strType => CFGOPTVAL_RESTORE_TYPE_XID, strTarget => $strXidTarget, bTargetExclusi…
743 …{bDelta => true, bForce => true, strType => CFGOPTVAL_RESTORE_TYPE_NAME, strTarget => $strNameTarg…
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoThumbLoader.h36 …Item& item, const std::string& listpath, bool thumb, const std::string& strTarget="", int64_t pos …
/dports/games/openclonk/openclonk-release-8.1-src/src/config/
H A DC4Config.cpp724 int C4ConfigGeneral::GetLanguageSequence(const char *strSource, char *strTarget) in GetLanguageSequence() argument
734 if (strTarget[0]) SAppendChar(',', strTarget); in GetLanguageSequence()
735 SAppend(strLang, strTarget); in GetLanguageSequence()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DEffectManager.cpp821 const PluginID & EffectManager::GetEffectByIdentifier(const CommandID & strTarget) in GetEffectByIdentifier() argument
824 if (strTarget.empty()) // set GetCommandIdentifier to wxT("") to not show an effect in Batch mode in GetEffectByIdentifier()
834 if (GetCommandIdentifier(ID) == strTarget) in GetEffectByIdentifier()
H A DEffectManager.h136 const PluginID & GetEffectByIdentifier(const CommandID & strTarget);

12