Home
last modified time | relevance | path

Searched refs:InstanceName (Results 1 – 25 of 1995) sorted by relevance

12345678910>>...80

/dports/devel/rth/rth/FCKeditor/
H A Dfckeditor.php24 var $InstanceName ;
34 $this->InstanceName = $instanceName ;
57 $Link = "{$this->BasePath}editor/fckeditor.html?InstanceName={$this->InstanceName}" ;
63 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
66 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
69 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
83 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
H A Dfckeditor.pl30 $InstanceName = $instanceName;
62 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
67 …$Html .= "<input type=\"hidden\" id=\"$InstanceName\" name=\"$InstanceName\" value=\"$HtmlValue\" …
71 $wk = $InstanceName."___Config";
75 $wk = $InstanceName."___Frame";
88 …$Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height…
/dports/devel/truc/truc_0.12.0/FCKeditor/
H A Dfckeditor.php23 var $InstanceName ; variable in FCKeditor
33 $this->InstanceName = $instanceName ;
56 $Link = "{$this->BasePath}editor/fckeditor.html?InstanceName={$this->InstanceName}" ;
62 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
65 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
68 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
82 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
H A Dfckeditor.pl30 $InstanceName = $instanceName;
62 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
67 …$Html .= "<input type=\"hidden\" id=\"$InstanceName\" name=\"$InstanceName\" value=\"$HtmlValue\" …
71 $wk = $InstanceName."___Config";
75 $wk = $InstanceName."___Frame";
88 …$Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height…
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/rgmanager/src/resources/
H A DSAPInstance214 if [ "$runninginst" != "$InstanceName" ]
224 if [ -z "$runninginst" ]; then runninginst=$InstanceName; fi
287 pkill -9 -f -U $sidadm $InstanceName
312 ocf_log err "SAP Instance $SID-$InstanceName start failed."
338 ocf_log warn "Try to recover $SID-$InstanceName"
535 InstanceName=`echo "$OCF_RESKEY_InstanceName" | cut -d_ -f2`
536 InstanceNr=`echo "$InstanceName" | sed 's/.*\([0-9][0-9]\)$/\1/'`
542 …if [ -x /usr/sap/$SID/$InstanceName/exe/sapstartsrv -a -x /usr/sap/$SID/$InstanceName/exe/sapcontr…
544 DIR_EXECUTABLE="/usr/sap/$SID/$InstanceName/exe"
545 SAPSTARTSRV="/usr/sap/$SID/$InstanceName/exe/sapstartsrv"
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/
H A Dfckeditor.pl36 $InstanceName = $instanceName;
68 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
73 …$Html .= "<input type=\"hidden\" id=\"$InstanceName\" name=\"$InstanceName\" value=\"$HtmlValue\" …
77 $wk = $InstanceName."___Config";
81 $wk = $InstanceName."___Frame";
94 …$Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height…
H A Dfckeditor_php4.php85 var $InstanceName ; variable in FCKeditor
135 $this->InstanceName = $instanceName ;
177 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
183 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
186 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
189 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
203 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
H A Dfckeditor_php5.php85 public $InstanceName ; variable in FCKeditor
135 $this->InstanceName = $instanceName ;
172 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
178 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
181 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
184 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
198 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
H A Dfckeditor.py46 self.InstanceName = instanceName
67 self.InstanceName
74 self.InstanceName,
75 self.InstanceName,
81 self.InstanceName,
87 self.InstanceName,
103 self.InstanceName,
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/heartbeat/
H A DSAPInstance376 …if have_binary /usr/sap/$SID/$InstanceName/exe/sapstartsrv && have_binary /usr/sap/$SID/$InstanceN…
378 DIR_EXECUTABLE="/usr/sap/$SID/$InstanceName/exe"
422 …if [ ! -r "$DIR_PROFILE/START_${InstanceName}_${SAPVIRHOST}" -a -r "$DIR_PROFILE/${SID}_${Instance…
505 if [ "$runninginst" != "$InstanceName" ]
601 pkill -9 -f -U $sidadm $InstanceName
608 ocf_run rm -fv /usr/sap/$SID/$InstanceName/work/kill.sap
610 ocf_run rm -fv /usr/sap/$SID/$InstanceName/data/rslgcpid
611 ocf_run rm -fv /usr/sap/$SID/$InstanceName/data/rslgspid
667 ocf_log warn "Try to recover $SID-$InstanceName"
959 ocf_log info "Demoting $SID-$InstanceName to a slave."
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/prometheus/
H A Dprometheus_test.go67 InstanceName: "/funky::gauge",
81 InstanceName: "happy_histogram",
91 InstanceName: "the.counter",
119 InstanceName: "labeled_gauge",
126 InstanceName: "special_counter",
133 InstanceName: "special_counter",
151 InstanceName: "unknown",
168 Name: counter.InstanceName,
178 Name: counter.InstanceName,
188 Name: histogram.InstanceName,
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/CloudService/
H A DOperationResultGet.t31 InstanceName => 'AnyName',
55 InstanceName => 'InstanceNameOne',
63 InstanceName => 'InstanceNameTwo',
177 Name => 'Operation ConfigurationSet Without InstanceName',
190 InstanceName => 'AnyName',
197 Name => 'Operation SomeOperation With InstanceName',
199 InstanceName => 'AnyName',
217 Name => 'Operation FAOGet InstanceName InstanceNameTwo',
221 InstanceName => 'InstanceNameTwo',
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/receiver/hostmetricsreceiver/internal/scraper/diskscraper/
H A Ddisk_scraper_windows.go139 …DataPointAsInt(idps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, metadata.Label…
140 …DataPointAsInt(idps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, metadata.Label…
150 …DataPointAsInt(idps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, metadata.Label…
151 …DataPointAsInt(idps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, metadata.Label…
162 …aPointAsDouble(ddps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, "", float64(no…
172 …aPointAsDouble(ddps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, metadata.Label…
173 …aPointAsDouble(ddps.AppendEmpty(), startTime, now, logicalDiskCounter.InstanceName, metadata.Label…
183 …initializeDiskPendingDataPoint(idps.AppendEmpty(), now, logicalDiskCounter.InstanceName, logicalDi…
/dports/devel/glademm/glademm-2.6.0/src/writers/
H A Dmenubar.cc100 << Configuration.InstanceName(w.Name()) << "_uiinfo, " in CreatePointer_depending()
111 PushMenuElem(*i, f, Configuration.InstanceName(w.Name())+"->"); in CreatePointer_depending()
212 f << Configuration.InstanceName(w.Name()) << "_uiinfo, "; in standard_item()
246 << Configuration.InstanceName(w2.Name()) << "_uiinfo[]"; in recursively_build_menu()
374 << '(' << Configuration.InstanceName(w2.Name()) in recursively_fill_pointers()
385 f << Configuration.InstanceName(w3.Name()) << " = "; in recursively_fill_pointers()
389 << '(' << Configuration.InstanceName(w2.Name()) in recursively_fill_pointers()
412 f << Configuration.InstanceName(w2.Name()) << " = "; in recursively_fill_pointers()
416 << '(' << Configuration.InstanceName(w.Name()) in recursively_fill_pointers()
453 << Configuration.InstanceName(w2.Name()); in recursively_declare_pointers()
[all …]
H A Dimage.cc108 { f.FunctionArg() << '_' << Configuration.InstanceName(w.Name())
110 f.FunctionArg() << '_' << Configuration.InstanceName(w.Name())
114 { f.FunctionArg() << '_' << Configuration.InstanceName(w.Name())
126 { f.FunctionArg() << '_' << Configuration.InstanceName(w.Name())
128 f.FunctionArg() << '_' << Configuration.InstanceName(w.Name())
140 std::string instname=Configuration.InstanceName(w.Name());
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/dsparse/
H A Ddsparse.c49 LPWSTR ServiceName, DWORD* pcInstanceName, LPWSTR InstanceName, in DsCrackSpnW() argument
56 LPSTR ServiceName, LPDWORD pcInstanceName, LPSTR InstanceName, in DsCrackSpnA() argument
62 DWORD DsMakeSpnW(LPCWSTR ServiceClass, LPCWSTR ServiceName, LPCWSTR InstanceName, in DsMakeSpnW() argument
68 DWORD DsMakeSpnA(LPCSTR ServiceClass, LPCSTR ServiceName, LPCSTR InstanceName, USHORT InstancePort, in DsMakeSpnA() argument
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Ddsparse.h103 LPWSTR InstanceName, USHORT* pInstancePort);
107 LPSTR InstanceName, USHORT* pInstancePort);
115 WINPR_API DWORD DsMakeSpnW(LPCWSTR ServiceClass, LPCWSTR ServiceName, LPCWSTR InstanceName,
119 WINPR_API DWORD DsMakeSpnA(LPCSTR ServiceClass, LPCSTR ServiceName, LPCSTR InstanceName,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DSystemDiagnosticsPerformanceCountersExtension.cs30 …PerformanceCounters.TracePerformanceCounterUpdateFailure(thisPtr.InstanceName, thisPtr.CounterName… in Increment()
57 …PerformanceCounters.TracePerformanceCounterUpdateFailure(thisPtr.InstanceName, thisPtr.CounterName… in IncrementBy()
84 …PerformanceCounters.TracePerformanceCounterUpdateFailure(thisPtr.InstanceName, thisPtr.CounterName… in Set()
108 …PerformanceCounters.TracePerformanceCounterUpdateFailure(thisPtr.InstanceName, thisPtr.CounterName… in Decrement()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/CloudService/Backend/
H A DRun.pm518 if ( !$Param{InstanceName} ) {
520 next RESULT if defined $OperationResult->{InstanceName};
525 !defined $OperationResult->{InstanceName}
526 || $OperationResult->{InstanceName} ne $Param{InstanceName}
538 if ( $Param{InstanceName} ) {
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DCloudService.t39 InstanceName => 'AnyName', # optional
55 InstanceName => 'AnyName', # optional
70 InstanceName => 'MyInstance', # optional
83 InstanceName => 'MyInstance', # optional
96 InstanceName => 'AnyName', # optional
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DSNIProxy.cs326 else if (!string.IsNullOrWhiteSpace(dataSource.InstanceName)) in GetSqlServerSPN()
328 postfix = dataSource.InstanceName; in GetSqlServerSPN()
380 SSRP.GetDacPortByInstanceName(hostName, details.InstanceName) : in CreateTcpHandle()
381 SSRP.GetPortByInstanceName(hostName, details.InstanceName); in CreateTcpHandle()
539 public string InstanceName { get; internal set; } property in System.Data.SqlClient.SNI.DataSource
731 InstanceName = tokensByCommaAndSlash[1].Trim(); in InferConnectionDetails()
733 if (string.IsNullOrWhiteSpace(InstanceName)) in InferConnectionDetails()
739 if (DefaultSqlServerInstanceName.Equals(InstanceName)) in InferConnectionDetails()
803InstanceName = tokensByBackSlash[4].Substring(NamedPipeInstanceNameHeader.Length); in InferNamedPipesInformation()
817 … if (string.IsNullOrWhiteSpace(InstanceName) && !DefaultPipeName.Equals(PipeName)) in InferNamedPipesInformation()
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/gen/
H A Dgen.go80 InstanceName string member
85 if config.InstanceName == "" {
86 config.InstanceName = swag.Name
244 InstanceName string
256 InstanceName: config.InstanceName,
336 swag.Register({{ printf "%q" .InstanceName }}, &s{})
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DVLanWin32.c470 if_id = GetInstanceId(v->InstanceName); in RouteTrackingStart()
471 Debug("[InstanceId of %s] = 0x%x\n", v->InstanceName, if_id); in RouteTrackingStart()
862 n->InstanceName = Malloc(0); in GetInstanceList()
885 n->InstanceName[i] = CopyStr(s); in GetInstanceList()
907 n->InstanceName = (char **)ReAlloc(n->InstanceName, sizeof(char) * n->NumInstance); in GetInstanceList()
913 n->InstanceName[j] = CopyStr(s); in GetInstanceList()
935 Free(n->InstanceName[i]); in FreeInstanceList()
937 Free(n->InstanceName); in FreeInstanceList()
1296 Free(v->InstanceName); in FreeVLan()
1323 v->InstanceName = CopyStr(name_upper); in NewVLan()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/xds/internal/testutils/e2e/
H A Dclientresources.go135 InstanceName: ServerSideCertProviderInstance,
144 InstanceName: ServerSideCertProviderInstance,
148 InstanceName: ServerSideCertProviderInstance,
279 InstanceName: ClientSideCertProviderInstance,
289 InstanceName: ClientSideCertProviderInstance,
293 InstanceName: ClientSideCertProviderInstance,
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/xds/internal/testutils/e2e/
H A Dclientresources.go135 InstanceName: ServerSideCertProviderInstance,
144 InstanceName: ServerSideCertProviderInstance,
148 InstanceName: ServerSideCertProviderInstance,
279 InstanceName: ClientSideCertProviderInstance,
289 InstanceName: ClientSideCertProviderInstance,
293 InstanceName: ClientSideCertProviderInstance,

12345678910>>...80