Home
last modified time | relevance | path

Searched refs:ischar (Results 1 – 25 of 2318) sorted by relevance

12345678910>>...93

/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfiles/
H A DISCHAR.m1 % Test file for function ischar()
5 res1 = ischar([]);
11 res4 = ischar([1]);
13 res5 = ischar([1,2,3]);
15 res6 = ischar([1;2;3]);
17 res7 = ischar([1,2,3;4,5,6]);
35 res16 = ischar([i]);
37 res17 = ischar([i,2i,3i]);
39 res18 = ischar([i;2i;3i]);
59 res28 = ischar(['s']);
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dset_dynare_seed.m31 if ischar(a) && strcmpi(a,'default')
42 if ischar(a) && strcmpi(a,'reset')
51 if ~ischar(a) || (ischar(a) && strcmpi(a, 'clock'))
53 if ischar(a)
68 if ~ischar(a) || ~( strcmpi(a,'mcg16807') || ...
95 if ischar(a) && strcmpi(a,'default')
106 if ischar(a) && strcmpi(a,'reset')
111 if (~ischar(a) && isint(a)) || (ischar(a) && strcmpi(a,'clock'))
112 if ischar(a)
/dports/devel/R-cran-gtools/gtools/R/
H A Dkeywords.R36 ischar <- tryCatch(is.character(topic) && length(topic) == functionVar
38 if (inherits(ischar, "error")) {
39 ischar <- FALSE
41 if (!ischar) {
/dports/math/octave-forge-dataframe/dataframe-1.2.0/inst/@dataframe/
H A Dischar.m1 function resu = ischar(df) function
2 %# function resu = ischar(df)
3 %# This is ischar() operator for a dataframe object.
28 ## resu = resu & ischar (df.x_data(indj));
/dports/math/octave/octave-6.4.0/scripts/legacy/
H A Disstr.m28 ## This function is obsolete. Use @code{ischar} instead.
29 ## @seealso{ischar}
42 "isstr is obsolete; please use ischar instead");
45 retval = ischar (varargin{:});
/dports/science/PETSc/petsc-3.14.1/share/petsc/matlab/
H A DPetscBinaryWrite.m16 if ischar(inarg)
34 if ischar(varargin{l}) && strcmpi(varargin{l},'indices')
38 if ischar(varargin{l}) && strcmpi(varargin{l},'precision')
42 if ischar(varargin{l}) && strcmpi(varargin{l},'complex')
91 if ischar(inarg) || isinteger(inarg)
H A DPetscBinaryRead.m32 else if ischar(inarg)
49 if ischar(varargin{l}) && strcmpi(varargin{l},'indices')
53 if ischar(varargin{l}) && strcmpi(varargin{l},'precision')
57 if ischar(varargin{l}) && strcmpi(varargin{l},'cell')
61 if ischar(varargin{l}) && strcmpi(varargin{l},'complex')
203 if (ischar(inarg) || isinteger(inarg)) close(fd); end;
/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/
H A Dlegend.m43 elseif (nargin == 2 && !ischar(x) && !ischar(xpos))
47 elseif (nargin >= 1 && ischar (x))
56 if (nargin >= 2 && ischar(xpos))
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/
H A Dlegend.m43 elseif (nargin == 2 && !ischar(x) && !ischar(xpos))
47 elseif (nargin >= 1 && ischar (x))
56 if (nargin >= 2 && ischar(xpos))
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/geom2d/
H A Dgeometry2d.cpp506 bool ischar = false; in LoadDataV2() local
512 ischar = false; in LoadDataV2()
522 ischar = true; in LoadDataV2()
524 ischar = true; in LoadDataV2()
526 while ( ! ischar ) in LoadDataV2()
587 ischar = true; in LoadDataV2()
589 ischar = true; in LoadDataV2()
614 ischar = true; in LoadDataV2()
616 ischar = true; in LoadDataV2()
751 ischar = true; in LoadDataV2()
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/src/@report_series/
H A DwriteSeriesForGraph.m39 assert(ischar(o.graphMiscTikzAddPlotOptions), ['@report_series.writeSeriesForGraph: ' ...
45 assert(ischar(o.graphLineColor), '@report_series.writeSeriesForGraph: graphLineColor must be a stri…
46 assert(ischar(o.graphLineStyle), '@report_series.writeSeriesForGraph: graphLineStyle must be a stri…
52 assert(ischar(o.graphBarColor), '@report_series.writeSeriesForGraph: graphBarColor must be a string…
53 assert(ischar(o.graphBarFillColor), '@report_series.writeSeriesForGraph: graphBarFillColor must be …
66 assert(ischar(o.graphMarkerEdgeColor), '@report_series.writeSeriesForGraph: graphMarkerEdgeColor mu…
67 assert(ischar(o.graphMarkerFaceColor), '@report_series.writeSeriesForGraph: graphMarkerFaceColor mu…
85 assert(ischar(o.graphFanShadeColor), '@report_series.writeSeriesForGraph: graphFanShadeColor must b…
H A DwriteSeriesForTable.m44 assert(ischar(o.tableSubSectionHeader), '@report_series.writeSeriesForTable: tableSubSectionHeader …
57 assert(ischar(o.tableNegColor), '@report_series.writeSeriesForTable: tableNegColor must be a string…
58 assert(ischar(o.tablePosColor), '@report_series.writeSeriesForTable: tablePosColor must be a string…
59 assert(ischar(o.tableRowColor), '@report_series.writeSeriesForTable: tableRowColor must be a string…
65 assert(ischar(o.tableNaNSymb), '@report_series.writeSeriesForTable: tableNaNSymb must be a string');
/dports/math/octave-forge-zenity/zenity-0.5.7/inst/
H A Dzenity_progress.m45 if (nargin == 0 || (nargin >= 1 && ischar(h)))
52 if (nargin > 1 && ischar(progress))
59 if (nargin > 2 && ischar(text))
74 if (nargin > 1 && ischar(progress))
80 if (nargin > 2 && ischar(text))
/dports/math/octave-forge-stk/stk/inst/arrays/@stk_dataframe/
H A Dplot.m163 if ischar (arg1)
174 elseif ischar (varargin{1})
198 if ischar (x) || ischar (z)
209 elseif ~ ischar (varargin{1}) % expect another (x, z) pair after this one
220 elseif ischar (varargin{2}) % S, key, val, ...
230 elseif ~ ischar (varargin{3}) % S, x, z, ...
256 elseif ~ ischar (key)
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/src/@report/
H A Dreport.m83 assert(ischar(o.directory), '@report.report: directory must be a string');
84 assert(ischar(o.title), '@report.report: title must be a string');
85 assert(ischar(o.fileName), '@report.report: fileName must be a string');
86 assert(ischar(o.compiler), '@report.report: compiler file must be a string');
90 assert(ischar(o.header), '@report.report: header must be a string');
91 assert(ischar(o.reportDirName), '@report.report: reportDirName must be a string');
/dports/math/octave-forge-statistics/statistics-1.4.3/install-conditionally/base/
H A Dismissing.m67 (ischar (A) && ! ischar (indicator)) ||
68 (iscellstr (A) && ! (iscellstr (indicator) || ischar (indicator))))
74 if (iscellstr (A) && ischar (indicator) && ! iscellstr (indicator))
95 elseif (ischar (A))
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dgeometry2d.cpp576 bool ischar = false; in LoadDataV2() local
582 ischar = false; in LoadDataV2()
592 ischar = true; in LoadDataV2()
594 ischar = true; in LoadDataV2()
596 while ( ! ischar ) in LoadDataV2()
657 ischar = true; in LoadDataV2()
659 ischar = true; in LoadDataV2()
684 ischar = true; in LoadDataV2()
686 ischar = true; in LoadDataV2()
822 ischar = true; in LoadDataV2()
[all …]
/dports/math/octave/octave-6.4.0/scripts/plot/draw/private/
H A D__add_datasource__.m33 if (ischar (data))
45 if (i != numel (varargin) && ischar (arg)
49 if (ischar (val))
/dports/math/octave/octave-6.4.0/scripts/plot/appearance/
H A Dhidden.m54 if (! ischar (mode))
65 if ((! ischar (fc) && is_white (fc))
66 || (ischar (fc) && strcmp (fc, "none")))
73 if (ischar (fc))
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/MATLAB_Tools/SuiteSparseCollection/
H A Dsstextread.m24 if (~ischar (s))
48 if (~ischar (s))
68 if (~ischar (s))
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/MATLAB_Tools/SuiteSparseCollection/
H A Dsstextread.m24 if (~ischar (s))
48 if (~ischar (s))
68 if (~ischar (s))
/dports/math/suitesparse-config/SuiteSparse-5.10.1/MATLAB_Tools/SuiteSparseCollection/
H A Dsstextread.m24 if (~ischar (s))
48 if (~ischar (s))
68 if (~ischar (s))
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/MATLAB_Tools/SuiteSparseCollection/
H A Dsstextread.m24 if (~ischar (s))
48 if (~ischar (s))
68 if (~ischar (s))
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/MATLAB_Tools/SuiteSparseCollection/
H A Dsstextread.m24 if (~ischar (s))
48 if (~ischar (s))
68 if (~ischar (s))
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/MATLAB_Tools/SuiteSparseCollection/
H A Dsstextread.m24 if (~ischar (s))
48 if (~ischar (s))
68 if (~ischar (s))

12345678910>>...93