Home
last modified time | relevance | path

Searched refs:checkpath (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv7 …;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Run;checkpath=false;expected=c…
8 …;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Run;checkpath=false;expected=t…
9 …se;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=false;expected=t…
10 …irm=false;warning=true;dialog=true;checkbox=false;buttonName=Do Not Run;checkpath=false;expected=c…
11 …m=false;warning=false;dialog=false;checkbox=false;buttonName=Do Not Run;checkpath=false;expected=t…
12 …m=false;warning=false;dialog=false;checkbox=false;buttonName=Do Not Run;checkpath=false;expected=c…
13 …ue;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=false;expected=t…
14 …irm=false;warning=true;dialog=true;checkbox=false;buttonName=Do Not Run;checkpath=false;expected=c…
15 …lse;confirm=true;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=true;expected=tr…
16 …true;confirm=true;warning=true;dialog=true;checkbox=true;buttonName=Run;checkpath=true;expected=tr…
[all …]
/AOO42X/main/
H A Doowintool333 my $checkpath = shift;
336 $ver->{$checkpath});
340 $ver->{$checkpath});
/AOO42X/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java115 String checkpath = testdata.get("checkpath"); in runCheckPermissionTest() local
184 if( checkpath.equals("true") ) in runCheckPermissionTest()