Home
last modified time | relevance | path

Searched refs:otxt (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/hotcrp/hotcrp-2.102/src/listactions/
H A Dla_get_sub.php84 static private function render_option(PaperOption $o, $otxt) { argument
85 $dtype = array_shift($otxt);
87 $n = join(" ", $otxt);
92 if ($dtype === PaperOption::PAGE_HTML_DATA && !empty($otxt)) {
93 if (count($otxt) === 1)
94 $text .= rtrim($otxt[0]);
96 … $text .= join("", array_map(function ($t) { return "* " . rtrim($t) . "\n"; }, $otxt));
106 && ($otxt = $ov->option->unparse_page_text($prow, $ov)))
107 $text .= self::render_option($ov->option, $otxt);
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@xyz_to_ijk28 set otxt = ""
68 set otxt = "$argv[$ac]"
133 if ( "$otxt" != "" ) then
134 echo "$coords" > $otxt
/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/tests/unit_tests/assert/
H A Dcheckfilesequal.tst141 function otxt = myfilter ( itxt )
149 otxt(k) = itxt(i)
163 otxt = myfilter ( itxt );
169 MY_assert_equal ( otxt , etxt );
242 function otxt = myfilter2 ( itxt , pattern )
248 otxt(k) = itxt(i)
264 otxt = myfilter2 ( itxt , pattern );
270 MY_assert_equal ( otxt , etxt );
H A Dcheckfilesequal.dia.ref136 function otxt = myfilter ( itxt )
144 otxt(k) = itxt(i)
158 otxt = myfilter ( itxt );
164 MY_assert_equal ( otxt , etxt );
236 function otxt = myfilter2 ( itxt , pattern )
242 otxt(k) = itxt(i)
260 otxt = myfilter2 ( itxt , pattern );
266 MY_assert_equal ( otxt , etxt );
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dpngformat.cpp344 const char* otxt = pConv->IsOption("O", OBConversion::OUTOPTIONS); in WriteMolecule() local
348 if(otxt && *otxt) in WriteMolecule()
350 formatID = otxt; in WriteMolecule()
/dports/astro/marble/marble-21.12.3/src/lib/astro/
H A Declsolar.cpp2314 strcat(otxt,dts); in localStart()
2438 strcat(otxt,outb); in getLocalDetails()
2440 strcat(otxt,outb); in getLocalDetails()
2443 strcat(otxt,dts); in getLocalDetails()
2450 strcat(otxt,"\n"); in getLocalDetails()
2477 strcat(otxt,outb); in getLocalDetails()
2506 strcat(otxt,outb); in getLocalDetails()
2513 strcat(otxt,outb); in getLocalDetails()
2516 strcat(otxt,dts); in getLocalDetails()
2518 strcat(otxt,outb); in getLocalDetails()
[all …]
H A Declsolar.h32 void getLocalDetails(char *otxt); // provide eclipse details for local position
80 int p, char *otxt);
/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dglobal_toolbox.c288 gchar *otxt = dt_util_dstrcat(NULL, "plugins/lighttable/overlays/culling/%d", cmode); in _overlays_show_popup() local
289 dt_thumbnail_overlay_t mode = dt_conf_get_int(otxt); in _overlays_show_popup()
290 g_free(otxt); in _overlays_show_popup()
292 otxt = dt_util_dstrcat(NULL, "plugins/lighttable/overlays/culling_block_timeout/%d", cmode); in _overlays_show_popup()
294 if(!dt_conf_key_exists(otxt)) in _overlays_show_popup()
297 timeout = dt_conf_get_int(otxt); in _overlays_show_popup()
298 g_free(otxt); in _overlays_show_popup()
326 otxt = dt_util_dstrcat(NULL, "plugins/lighttable/tooltips/culling/%d", cmode); in _overlays_show_popup()
327 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(d->over_culling_tt), dt_conf_get_bool(otxt)); in _overlays_show_popup()
328 g_free(otxt); in _overlays_show_popup()
/dports/www/domoticz/domoticz-2020.2/www/templates/
H A Dcustom.example47 #ohi, #rain, #ohum, #ocld, #otxt, #ctime, #cycb, #ctemp, #cyce,
62 #rain, #ohum, #ocld, #otxt, #otemp, #wind, #astat, #awatt,
73 #otxt {
184 <div id="otxt">--</div>
246 ['630','ForecastStr','otxt','woonkamer'],
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dglobal_toolbox.c291 gchar *otxt = g_strdup_printf("plugins/lighttable/overlays/culling/%d", cmode); in _overlays_show_popup() local
292 dt_thumbnail_overlay_t mode = dt_conf_get_int(otxt); in _overlays_show_popup()
293 g_free(otxt); in _overlays_show_popup()
295 otxt = g_strdup_printf("plugins/lighttable/overlays/culling_block_timeout/%d", cmode); in _overlays_show_popup()
297 if(!dt_conf_key_exists(otxt)) in _overlays_show_popup()
300 timeout = dt_conf_get_int(otxt); in _overlays_show_popup()
301 g_free(otxt); in _overlays_show_popup()
329 otxt = g_strdup_printf("plugins/lighttable/tooltips/culling/%d", cmode); in _overlays_show_popup()
330 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(d->over_culling_tt), dt_conf_get_bool(otxt)); in _overlays_show_popup()
331 g_free(otxt); in _overlays_show_popup()
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dculling.c833 gchar *otxt = g_strdup_printf("plugins/lighttable/overlays/culling/%d", table->mode); in dt_culling_new() local
834 table->overlays = dt_conf_get_int(otxt); in dt_culling_new()
835 g_free(otxt); in dt_culling_new()
841 otxt = g_strdup_printf("plugins/lighttable/overlays/culling_block_timeout/%d", table->mode); in dt_culling_new()
843 if(!dt_conf_key_exists(otxt)) in dt_culling_new()
846 table->overlays_block_timeout = dt_conf_get_int(otxt); in dt_culling_new()
847 g_free(otxt); in dt_culling_new()
849 otxt = g_strdup_printf("plugins/lighttable/tooltips/culling/%d", table->mode); in dt_culling_new()
850 table->show_tooltips = dt_conf_get_bool(otxt); in dt_culling_new()
851 g_free(otxt); in dt_culling_new()
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dculling.c846 gchar *otxt = dt_util_dstrcat(NULL, "plugins/lighttable/overlays/culling/%d", table->mode); in dt_culling_new() local
847 table->overlays = dt_conf_get_int(otxt); in dt_culling_new()
848 g_free(otxt); in dt_culling_new()
854 otxt = dt_util_dstrcat(NULL, "plugins/lighttable/overlays/culling_block_timeout/%d", table->mode); in dt_culling_new()
856 if(!dt_conf_key_exists(otxt)) in dt_culling_new()
859 table->overlays_block_timeout = dt_conf_get_int(otxt); in dt_culling_new()
860 g_free(otxt); in dt_culling_new()
862 otxt = dt_util_dstrcat(NULL, "plugins/lighttable/tooltips/culling/%d", table->mode); in dt_culling_new()
863 table->show_tooltips = dt_conf_get_bool(otxt); in dt_culling_new()
864 g_free(otxt); in dt_culling_new()
/dports/textproc/hevea/hevea-2.34/
H A Dhtmlparse.ml52 let otxt = txt
81 Some (Text (otxt^txt^ctxt))
/dports/misc/lastools/LAStools-8ff2694/example_batch_scripts/
H A Dtutorial1_quality_check.bat17 :: '-otxt' tell lasinfo to output the result as simple ASCII files
23 -odir quality -otxt ^
H A Dtypical_quality_check_pipeline.bat41 -odir %TEMP_FILES%\lasinfo_output -otxt ^
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dlighttable.c277 gchar *otxt = g_strdup_printf("plugins/lighttable/overlays/culling/%d", DT_CULLING_MODE_CULLING); in _culling_preview_reload_overlays() local
278 dt_thumbnail_overlay_t over = dt_conf_get_int(otxt); in _culling_preview_reload_overlays()
280 g_free(otxt); in _culling_preview_reload_overlays()
281 otxt = g_strdup_printf("plugins/lighttable/overlays/culling/%d", DT_CULLING_MODE_PREVIEW); in _culling_preview_reload_overlays()
282 over = dt_conf_get_int(otxt); in _culling_preview_reload_overlays()
284 g_free(otxt); in _culling_preview_reload_overlays()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DCreole.hs233 linkDsc otxt = B.str
234 <$> try (option otxt
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DCreole.hs234 linkDsc otxt = B.str
235 <$> try (option otxt
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dlighttable.c277 …gchar *otxt = dt_util_dstrcat(NULL, "plugins/lighttable/overlays/culling/%d", DT_CULLING_MODE_CULL… in _culling_preview_reload_overlays() local
278 dt_thumbnail_overlay_t over = dt_conf_get_int(otxt); in _culling_preview_reload_overlays()
280 g_free(otxt); in _culling_preview_reload_overlays()
281 otxt = dt_util_dstrcat(NULL, "plugins/lighttable/overlays/culling/%d", DT_CULLING_MODE_PREVIEW); in _culling_preview_reload_overlays()
282 over = dt_conf_get_int(otxt); in _culling_preview_reload_overlays()
284 g_free(otxt); in _culling_preview_reload_overlays()
/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_evp.py384 otxt = b'against stupidity the gods themselves contend in vain'
388 pbuf = io.BytesIO(otxt)
402 self.assertEqual(otxt, ptxt, '%s algorithm cipher test failed' % algo)
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_fat_funcs.py1314 otxt = '\tThe number of elements in the ROI matrix set is:\n\t '
1317 otxt+= '{}, '.format(len(a))
1324 otxt+= '{}.'.format(len(a))
1325 print(otxt)
/dports/science/jstrack/jstrack/tracker/lib/
H A Dplot.tk743 global redmin orangemin yellowmin rtxt otxt ytxt btxt minprob maxprob
758 set otxt "$orangemin% to $redmin%"
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/obj/mips/
H A Dasm0.go432 var otxt int64
443 otxt = p.Pcond.Pc - pc
444 if otxt < -(1<<17)+10 || otxt >= (1<<17)-10 {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/obj/mips/
H A Dasm0.go453 var otxt int64
464 otxt = p.To.Target().Pc - pc
465 if otxt < -(1<<17)+10 || otxt >= (1<<17)-10 {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/obj/mips/
H A Dasm0.go440 var otxt int64
451 otxt = p.Pcond.Pc - pc
452 if otxt < -(1<<17)+10 || otxt >= (1<<17)-10 {

12