{
//result == NULL ,variable doesn't exist :(
// Should never be in this case
- // In worst case variable pointing to function does not exists
+ // In worst case variable pointing to function does not exist
// visitprivate(SimpleVar) will throw the right exception.
}
CoverageInstance::stopChrono((void*)&e);
os_sprintf(SCIHOMEPATH, "%s%s%s", USERPATHSCILAB, DIR_SEPARATOR, SCI_VERSION_STRING);
}
- /* creates directory if it does not exists */
+ /* creates directory if it does not exist */
if (!isdir(SCIHOMEPATH))
{
if (!isdir(USERPATHSCILAB))
sprintf(SCIHOMEPATH, "%s%s%s", USERPATHSCILAB, DIR_SEPARATOR, SCI_VERSION_STRING);
}
- /* creates directory if it does not exists */
+ /* creates directory if it does not exist */
if (!isdir(SCIHOMEPATH))
{
if (!isdir(USERPATHSCILAB))
else
{
wchar_t szError[bsiz];
- os_swprintf(szError, bsiz, _W("Field \"%ls\" does not exists\n").c_str(), wstField.c_str());
+ os_swprintf(szError, bsiz, _W("Field \"%ls\" does not exist\n").c_str(), wstField.c_str());
throw ast::InternalError(szError, 999, e.getLocation());
}
}
assert_checkequal(a("toto%"), 2);
clear a
// Non-existing field name
-refMsg = msprintf(gettext("Field \""%ls\"" does not exists\n"),"toto");
+refMsg = msprintf(gettext("Field \""%ls\"" does not exist\n"),"toto");
a = struct();
assert_checkerror("a(""toto"")", refMsg);
clear a
// Non-existing field name
-refMsg = msprintf(gettext("Field \""%ls\"" does not exists\n"),"toto");
+refMsg = msprintf(gettext("Field \""%ls\"" does not exist\n"),"toto");
a = struct();
assert_checkerror("a(""toto"")", refMsg);
logical creadmat
dimension y(3), ydot(3), param(3)
-c If "param" does not exists return else loads param
+c If "param" does not exist: return, else: loads param
if(.not.creadmat('param'//char(0),m,n,param)) return
c ***********************************
<refsection>
<title>Description</title>
<para>
- <literal>prbs_a()</literal> will be usefull to simulate the behavior of a 2-state
+ <literal>prbs_a()</literal> will be useful to simulate the behavior of a 2-state
random system.
</para>
<para>
The initial state <literal>u(1)</literal> has an equiprobable value -1 or +1.
</para>
<para>
- The distribution of commutations positions along <varname>u</varname> is statistically
+ The distribution of commutation positions along <varname>u</varname> is statistically
uniform.
</para>
<note>
<para>
<literal>prbs_a(n,,positions)</literal> does the same, but sets commutations at the
given <varname>positions</varname>, instead of at random ones. <varname>nc</varname>
- is then ignored. Setting a commutation at a position = i insures that
+ is then ignored. Setting a commutation at a position = i ensures that
<literal>u(i+1)</literal> will be <literal>-u(i)</literal>.
</para>
<para>
/*--------------------------------------------------------------------------*/
int CopyDirectoryFunction(wchar_t *DestinationDirectory, wchar_t *SourceDirectory)
{
- /* remove last file separator if it does not exists */
+ /* remove last file separator if it does not exist */
if ( (SourceDirectory[wcslen(SourceDirectory) - 1] == L'\\') ||
(SourceDirectory[wcslen(SourceDirectory) - 1] == L'/') )
{
SourceDirectory[wcslen(SourceDirectory) - 1] = L'\0';
}
- /* remove last file separator if it does not exists */
+ /* remove last file separator if it does not exist */
if ( (DestinationDirectory[wcslen(DestinationDirectory) - 1] == L'\\') ||
(DestinationDirectory[wcslen(DestinationDirectory) - 1] == L'/') )
{
/*--------------------------------------------------------------------------*/
int CopyDirectoryFunction(wchar_t *DestinationDirectory, wchar_t *SourceDirectory)
{
- /* remove last file separator if it does not exists */
+ /* remove last file separator if it does not exist */
if ( (SourceDirectory[wcslen(SourceDirectory) - 1] == L'\\') ||
(SourceDirectory[wcslen(SourceDirectory) - 1] == L'/') )
{
SourceDirectory[wcslen(SourceDirectory) - 1] = L'\0';
}
- /* remove last file separator if it does not exists */
+ /* remove last file separator if it does not exist */
if ( (DestinationDirectory[wcslen(DestinationDirectory) - 1] == L'\\') ||
(DestinationDirectory[wcslen(DestinationDirectory) - 1] == L'/') )
{
/**
* returns the UID of window i
- * or NULL if this window does not exists
+ * or NULL if this window does not exist
*/
GRAPHIC_OBJECTS_IMPEXP int getFigureFromIndex(int figNum);
execstr("xdel(123456)", "errcatch");
scf(1);
scf(10);
-// figure with id 9 does not exists
+// figure with id 9 does not exist
execstr("xdel([1, 10, 9])", "errcatch");
// check that last call to xdel was canceled and did not destroy any window.
if (winsid() <> [1, 10]) then bugmes();quit;end
scf(1);
scf(10);
-// figure with id 9 does not exists
+// figure with id 9 does not exist
execstr("xdel([1, 10, 9])", "errcatch");
// check that last call to xdel was canceled and did not destroy any window.
each time a callback in executed. This variable is initialised using <link linkend="getcallbackobject">getcallbackobject</link>.
</para>
<para>
- <literal>gcbo</literal> does not exists in Scilab environment if no
+ <literal>gcbo</literal> does not exist in Scilab environment if no
callback is currently executed.
</para>
<para>
//get current fig from id
iFig = getFigureFromIndex(iId);
- if (iFig == 0) // Figure does not exists, create a new one
+ if (iFig == 0) // Figure does not exist, create a new one
{
iFig = createNewFigureWithAxes();
setGraphicObjectProperty(iFig, __GO_ID__, &iId, jni_int, 1);
helpbrowser(%helps(:,1), key, getlanguage(), %f);
- // If the function name does not exists then full-text search is done (See Java code)
+ // If the function name does not exist, then full-text search is done (See Java code)
else
error(msprintf(gettext("%s: The help browser is disabled in %s mode.\n"), "help", getscilabmode()));
ok=%t;
for p=paths
e=ax;
- p(1)=p(1)-1// the caption does not exists yet
+ p(1)=p(1)-1// the caption does not exist yet
for kp=1:size(p,"*"),
if or(e.type==["Axes","Compound"])&p(kp)<=size(e.children,"*") then
e=e.children(p(kp)),
// <-- Non-regression test for bug 3478 -->
//
// <-- Short Description -->
-// file returns a wrong error message when file does not exists.
+// file returns a wrong error message when file does not exist.
//
// <-- Bugzilla URL -->
// http://bugzilla.scilab.org/show_bug.cgi?id=3478
//
// <-- Short Description -->
-// file returns a wrong error message when file does not exists.
+// file returns a wrong error message when file does not exist.
//
// <-- Bugzilla URL -->
// http://bugzilla.scilab.org/show_bug.cgi?id=3478
if or(varargin(1)==f(3:$)) then //field exists
// perform standard field extraction
s=%st_e(varargin(:));
- else //field does not exists
+ else //field does not exist
// return empty struct
s=mlist(["ce","dims"],int32([0 0]))
end
if or(varargin(1)==f(3:$)) then //field exists
// perform standard field extraction
s=%st_e(varargin(:));
- else //field does not exists
+ else //field does not exist
// return empty struct
//s=mlist(['st','dims'],int32([0 0]))
// return empty matrix
Calling %unknown_j_unknown...
ans =
[]
-// M .** M <-- This does not exists in Scilab ... Wired ...
+// M .** M <-- This does not exist in Scilab ... Wired ...
M:M
Calling %unknown_b_unknown...
ans =
M ^ M
M ** M
M .^ M
-// M .** M <-- This does not exists in Scilab ... Wired ...
+// M .** M <-- This does not exist in Scilab ... Wired ...
M:M
* FIND ELEMENT BY SEARCHING COLUMN
*
* Searches column starting at element specified at PtrAddr and finds element
- * in Row. If Element does not exists, it is created. The pointer to the
+ * in Row. If Element does not exist, it is created. The pointer to the
* element is returned.
*
* >>> Returned:
swaped = in.readBoolean();
break;
default:
- throw new ClassNotFoundException("A class ScilabBoolean with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabBoolean with a version " + version + " does not exist");
}
}
varName = (String) in.readObject();
break;
default:
- throw new ClassNotFoundException("A class ScilabBooleanSparse with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabBooleanSparse with a version " + version + " does not exist");
}
}
swaped = in.readBoolean();
break;
default:
- throw new ClassNotFoundException("A class ScilabDouble with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabDouble with a version " + version + " does not exist");
}
}
swaped = in.readBoolean();
break;
default:
- throw new ClassNotFoundException("A class ScilabInteger with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabInteger with a version " + version + " does not exist");
}
}
varName = (String) in.readObject();
break;
default:
- throw new ClassNotFoundException("A class ScilabList with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabList with a version " + version + " does not exist");
}
}
varName = (String) in.readObject();
break;
default:
- throw new ClassNotFoundException("A class ScilabMList with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabMList with a version " + version + " does not exist");
}
}
swaped = in.readBoolean();
break;
default:
- throw new ClassNotFoundException("A class ScilabPolynomial with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabPolynomial with a version " + version + " does not exist");
}
}
varName = (String) in.readObject();
break;
default:
- throw new ClassNotFoundException("A class ScilabSparse with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabSparse with a version " + version + " does not exist");
}
}
swaped = in.readBoolean();
break;
default:
- throw new ClassNotFoundException("A class ScilabString with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabString with a version " + version + " does not exist");
}
}
varName = (String) in.readObject();
break;
default:
- throw new ClassNotFoundException("A class ScilabTList with a version " + version + " does not exists");
+ throw new ClassNotFoundException("A class ScilabTList with a version " + version + " does not exist");
}
}
# File: modules/webtools/sci_gateway/cpp/sci_http_get.cpp, line: 86
#, c-format
msgid ""
-"%s: Wrong value for input argument #%d: The given path does not exists.\n"
+"%s: Wrong value for input argument #%d: The given path does not exist.\n"
msgstr ""
#
FREE(pcFileName);
if(fd == NULL)
{
- Scierror(999, _("%s: Wrong value for input argument #%d: The given path does not exists.\n"), fname, 2);
+ Scierror(999, _("%s: Wrong value for input argument #%d: The given path does not exist.\n"), fname, 2);
FREE(pwcFileName);
return types::Function::Error;
}
final String filename = writeFile.getName();
/*
- * Look for the user extension if it does not exists, append a default one
+ * Look for the user extension if it does not exist, append a default one
*
* if the specified extension is handled, update the save format ; else append a default extension and use the default format
*/
model.out2 = ones(model.out2);
model.outtyp = ones(model.outtyp);
endfunction
-// If the following block simulation function does not exists then fail the
+// If the following block simulation function does not exist then fail the
// test.
for i = 1:size(defaultlibs,"*")
[macros, path] = libraryinfo(defaultlibs(i));
model.outtyp = ones(model.outtyp);
endfunction
-// If the following block simulation function does not exists then fail the
+// If the following block simulation function does not exist then fail the
// test.
for i = 1:size(defaultlibs,"*")
[macros, path] = libraryinfo(defaultlibs(i));