VisualEditor:Test: Difference between revisions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
|- |
|- |
||
|Page domain |
|Page domain |
||
|Domain of the page's URL |
|<nowiki>Domain of the page's URL <test> and pipe | test</nowiki> |
||
|app.genesys.cloud |
|app.genesys.cloud |
||
|- |
|- |
||
Revision as of 13:52, 28 January 2019
| Attribute name | Description | Example |
| Event name | Represents the action the customer performed. Our recommended format starts with an object followed by the action performed. |
|
| Page URL | URL of the page | https://www.google.com/search?q=test |
| Page title | Title of the page | Genesys Altocloud | Create segment |
| Page hostname | Host name of the page's URL | app.genesys.cloud |
| Page domain | Domain of the page's URL <test> and pipe | test | app.genesys.cloud |
| Page fragment | Fragment or hash of the page's URL | #/journey/segment/create |
| Page keywords | Keywords from the HTML <meta> of the page | altocloud |
| Page pathname | Path name of the page | /journey/admin/ |
| Search query | Represents the keywords in a customer's search query | test |
| URL query string | Query string that is passed to the page in the current event | q=test |
| Custom attribute | SeeCustom attributesbelow | packageDeliveryStatus |
Customize navigation
You can change the content displayed in the header, footer, and sidebars by using special Tweeki pages.
- MediaWiki:Tweeki-navbar-brand - Specify a logo hosted on Mediawiki. For example:
File:SMART-logo-1023x100.png - MediaWiki:Tweeki-navbar-left - We left this empty.
- MediaWiki:Tweeki-navbar-right - We created a custom dropdown list with the following syntax:
Heading,*link|text, *link|textNote: If the link and the display text are the same, you can just specify the link:Platform,*PureConnect,*PureCloud,*PureEngageYou can also use MediaWiki's special keywords for defining UI elements. For example, our navbar-right looks like this:Platform,*PureCloud,*PureConnect,*PureEngage,TOOLBOX,PERSONAL-EXT - MediaWiki:Tweeki-sidebar-left - We use the
SIDEBARkeyword here. MintyDocs adds the manual TOC to theSIDEBARelement and we have code in GenesysTweeki to only display the left sidebar if there is TOC content from MintyDocs. - MediaWiki:Tweeki-sidebar-right - We again use keywords: EDIT-EXT,ACTIONSB,MANAGESB,MDPDF,TOC
EDIT-EXT = Edit button.d
dfgdfgdfgdfgdfg
Teste
Teste
- ACTIONSB = Page actions. The list varies depending on whether you're viewing published or draft content.
- MANAGESB = Manage content. Links to manage product/version/manual.
- MDPDF = Download a PDF.
- TOC = Mediawiki page-level TOC, which Tweeki re-purposes for Bootstrap's scrollspy.
- MediaWiki:Tweeki-toc-top - Specify the text for the back to top link.
- MediaWiki:Tweeki-footer - We use the
FOOTERkeyword to display the default MediaWiki footer content, which is configurable. You can also change it by adding links to this page instead of using theFOOTERkeyword. - MediaWiki:Tweeki-footer-custom - Currently set to the
LOGINkeyword so it includes a "Login" link in the footer for users who aren't logged in. You can also use custom links here.
<?php
$ch = curl_init("http://www.example.com/");
$fp = fopen("example_homepage.txt", "w");
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
fclose($fp);
?>
const express = require('express');
const app = express();
app.get('/', function (req, res) {
res.send('Hello World!');
});
app.listen(3000, function () {
console.log('Example app listening on port 3000!');
});
<html>
<head>
<script>
function showHint(str) {
if (str.length == 0) {
document.getElementById("txtHint").innerHTML = "";
return;
} else {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("txtHint").innerHTML = this.responseText;
}
};
xmlhttp.open("GET", "gethint.php?q=" + str, true);
xmlhttp.send();
}
}
</script>
</head>
<body>
<?php echo "Coucou"; ?>
<p><b>Start typing a name in the input field below:</b></p>
<form>
First name: <input type="text" onkeyup="showHint(this.value)">
</form>
<p>Suggestions: <span id="txtHint"></span></p>
</body>
</html>
Test Rapide Wiki avec Editeur Visuel - Infosphere

SERVER

machine VLC9APP0120
socle : Unix RHEL 9
Contient Infosphere 11.7 (cf. procédure d'installation Infosphere )
...
Test test test test test test
BROWSER
Requiert habilitation au rôle I9_Infosphere_Browser
N'importe quel poste utilisateur du groupe est habilitable
....

202.105.136.122 06:43, 10 January 2019 (UTC)
Test. Just to see what it gives. Wikrian
■ 주요국 경제동향 및 해외시각
ㅇ [미국] 캔자스시티 연은 총재, 금리인상 검토 시 인내를 촉구
- 댈러스 연은 총재, 추가 금리인상을 최소 1~2분기 연기할 필요
ㅇ [유럽] 영국 하원, 메이 총리의 EU 이탈 협정안을 반대 다수로 부결
- ECB 드라기 총재, 역내경제는 예상보다 취약·대규모 금융지원 강조
ㅇ [중국] 인민은행, 예금준비율 인하와 역환매조건부채권 등으로 유동성 유지 표명
ㅇ [해외시각] 미국의 중국에 대한 강경기조, 원활한 무역협상 타결로 연결은 기대난
- 유로화의 미래, 최적통화지역 문제에도 다수 지지로 지속 가능성은 유효
| Introductie | Fase 1 | Fase 2 | Fase 3 | Fase 4 | ||||||
sdfsdf
sdfsdf
|
test
void derivate2_fd4(float **restrict in, float **restrict out,int xlen, int zlen, int direction,float interval)
{/* the 64th order accuracy finite difference to calculate the second derivative
parameters:
in: input 2D array
out: out 2D array
xlen: the x length of 2D array
zlen: the z length of 2D array
direction: the direction for calculating directive, =2: calculate derivative along x; =1 : calcualte derivative along z
interval: the interval of the calculation direction
【NB: make sure the input pointer, in and out, are independent, otherwise the vectorization may produce wrong result】
【NB: this function has been tested regorously】
*/
int ix,iz;
float C40,C41,C42;
float inv_interval1;
//float C6[4]={-2.722222222222222,1.5,-0.15,0.011111111111111};//classic coefficient
//float C4[3]={-2.5,1.333333333333333,-0.083333333333333};//classic coefficient
//float C6[4]={-2.819425414193143,1.574928745515771,-0.182632644805313,0.017416606387692};//optimized coefficient
//float C4[3]={-2.557367059735485,1.372211692957230,-0.093528163109984};//optimized coefficient
inv_interval1=1.0f/(interval*interval);
//C40=-2.557367059735485*inv_interval1;
//C41=1.372211692957230*inv_interval1;
//C42=-0.093528163109984*inv_interval1;
C40=-2.5*inv_interval1;
C41=1.333333333333333*inv_interval1;
C42=-0.083333333333333*inv_interval1;
if(direction==1)
{
#pragma omp parallel for private(iz,ix) firstprivate(xlen,zlen,C40,C41,C42)
for(ix=0;ix<xlen;ix++)
{
out[ix][0]=0.0f;
out[ix][1]=(in[ix][2]-2.0*in[ix][1]+in[ix][0])*inv_interval1;
#pragma ivdep
for(iz=2;iz<zlen-2;iz++)
out[ix][iz]=C40*in[ix][iz] + C41*(in[ix][iz+1]+in[ix][iz-1])+C42*(in[ix][iz+2]+in[ix][iz-2]);
out[ix][zlen-2]=(in[ix][zlen-1]-2.0*in[ix][zlen-2]+in[ix][zlen-3])*inv_interval1;
out[ix][zlen-1]=0.0f;
}
}
if(direction==2)
{
#pragma ivdep
for(iz=0;iz<zlen;iz++)
{
out[0][iz]=0.0f;
out[1][iz]=(in[2][iz]-2.0*in[1][iz]+in[0][iz])*inv_interval1;
}
#pragma omp parallel for private(iz,ix) firstprivate(xlen,zlen,C40,C41,C42)
for(ix=2;ix<xlen-2;ix++)
#pragma ivdep
for(iz=0;iz<zlen;iz++)
out[ix][iz]=C40*in[ix][iz] + C41*(in[ix+1][iz]+in[ix-1][iz])+C42*(in[ix+2][iz]+in[ix-2][iz]);
#pragma ivdep
for(iz=0;iz<zlen;iz++)
{
out[xlen-2][iz]=(in[xlen-1][iz]-2.0*in[xlen-2][iz]+in[xlen-3][iz])*inv_interval1;
out[xlen-1][iz]=0.0f;
}
}
}


