Home
last modified time | relevance | path

Searched refs:xok (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/table/
H A Dtdf128593.py17 xok = InsertTableDialog.getChild("ok")
18 self.ui_test.close_dialog_through_button(xok)
33 xok = TablePropertiesDialog.getChild("ok")
34 self.ui_test.close_dialog_through_button(xok)
H A Dtdf135693.py32 xok = xTableDlg.getChild("ok")
33 self.ui_test.close_dialog_through_button(xok)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uitest/table/
H A Dtdf128593.py18 xok = InsertTableDialog.getChild("ok")
19 self.ui_test.close_dialog_through_button(xok)
34 xok = TablePropertiesDialog.getChild("ok")
35 self.ui_test.close_dialog_through_button(xok)
/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Dscan_ref.c16 static int xok, yok; variable
24 xok = yok = 0; in scan_ref()
47 if (xok) in xmatch()
56 xok = 1; in xmatch()
/dports/devel/p5-List-Regexp/List-Regexp-1.04/t/
H A DTestRegexp.pm36 $tests += $#{$_{xok}} + 1 if defined($_{xok});
49 foreach my $s (@{$_{xok}}) {
/dports/devel/p5-List-Regexp/List-Regexp-1.04/List-Regexp-1.03/t/
H A DTestRegexp.pm36 $tests += $#{$_{xok}} + 1 if defined($_{xok});
49 foreach my $s (@{$_{xok}}) {
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dexif_loader.c251 int xok; in getGpsCoords() local
276 if (xok) in getGpsCoords()
279 if (xok) in getGpsCoords()
282 if (xok) in getGpsCoords()
292 if (xok) in getGpsCoords()
295 if (xok) in getGpsCoords()
298 if (xok) in getGpsCoords()
378 int xok; in getGpsDirection() local
397 if (xok) in getGpsDirection()
419 int xok; in getGpsTimestamp() local
[all …]
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DExif.cpp588 int xok; in UpdateExifTables() local
1153 int xok; in GetGpsCoords() local
1179 if (xok) in GetGpsCoords()
1182 if (xok) in GetGpsCoords()
1185 if (xok) in GetGpsCoords()
1201 if (xok) in GetGpsCoords()
1204 if (xok) in GetGpsCoords()
1207 if (xok) in GetGpsCoords()
1290 int xok; in GetGpsDirection() local
1309 if (xok) in GetGpsDirection()
[all …]
/dports/math/R-cran-terra/terra/src/
H A Dgeos_spat.h325 bool xok, yok; in vect_from_geos() local
347 xok = GEOSCoordSeq_getX_r(hGEOSCtxt, crds, p, &xvalue); in vect_from_geos()
349 if (xok & yok) { in vect_from_geos()
382 xok = GEOSCoordSeq_getX_r(hGEOSCtxt, crds, p, &xvalue); in vect_from_geos()
384 if (xok & yok) { in vect_from_geos()
413 if (xok & yok) { in vect_from_geos()
445 bool xok = GEOSCoordSeq_getX_r(hGEOSCtxt, crds, p, &xvalue); in pointsFromGeom() local
447 if (xok & yok) { in pointsFromGeom()
474 bool xok = GEOSCoordSeq_getX_r(hGEOSCtxt, crds, p, &xvalue); in polysFromGeom() local
476 if (xok & yok) { in polysFromGeom()
[all …]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.survival.R203 xok <- (x > 0) functionVar
208 logdensity[xok] <-
209 dnorm(xifun(x[xok] / scale[xok]) / shape[xok], log = TRUE) +
210 log1p(scale[xok]/x[xok]) - log(2) - log(shape[xok]) -
211 0.5 * log(x[xok]) - 0.5 * log(scale[xok])
/dports/math/R-cran-deldir/deldir/R/
H A DfindNewInOld.R21 xok <- abs(xnew[i] - xold[j]) < tol functionVar
23 if(xok & yok) {
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dt.test.R38 xok <- yok <- complete.cases(x,y) functionVar
41 xok <- !is.na(x)
48 xok <- !is.na(x)
51 x <- x[xok]
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dt.test.R38 xok <- yok <- complete.cases(x,y) functionVar
41 xok <- !is.na(x)
48 xok <- !is.na(x)
51 x <- x[xok]
/dports/devel/z88dk/z88dk/libsrc/target/zx/input/
H A Din_MouseAMXSetPos_callee.asm40 jp z, xok
43 .xok
H A Din_MouseKempSetPos_callee.asm41 jp z, xok
44 .xok
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp21 Aligned8Int xok; in test0() local
25 f_takes_val(xok); in test0()
26 f_takes_ptr(&xok); in test0()
27 f_takes_ref(xok); in test0()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp21 Aligned8Int xok; in test0() local
25 f_takes_val(xok); in test0()
26 f_takes_ptr(&xok); in test0()
27 f_takes_ref(xok); in test0()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp21 Aligned8Int xok; in test0() local
25 f_takes_val(xok); in test0()
26 f_takes_ptr(&xok); in test0()
27 f_takes_ref(xok); in test0()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp21 Aligned8Int xok; in test0() local
25 f_takes_val(xok); in test0()
26 f_takes_ptr(&xok); in test0()
27 f_takes_ref(xok); in test0()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp21 Aligned8Int xok; in test0() local
25 f_takes_val(xok); in test0()
26 f_takes_ptr(&xok); in test0()
27 f_takes_ref(xok); in test0()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp21 Aligned8Int xok; in test0() local
25 f_takes_val(xok); in test0()
26 f_takes_ptr(&xok); in test0()
27 f_takes_ref(xok); in test0()
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A Dhelpers.go27 xok := true
53 xok = false
56 return xf, xok
/dports/science/mpqc/mpqc-2.3.1/src/bin/mpqc/validate/
H A Dcheckout.pl213 my $xok = compare_string_vecs($result->s2large_i(),
223 if ($xok) { print " X:OK" }
234 my $xok = compare_string_vecs($result->d1large_i(),
244 if ($xok) { print " X:OK" }
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests/
H A DsheetRename.py46 xok = dialog.getChild("ok")
47 self.ui_test.close_dialog_through_button(xok)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/calc_tests/
H A DsheetRename.py52 xok = dialog.getChild("ok")
53 self.ui_test.close_dialog_through_button(xok)

12345678910>>...22