Home
last modified time | relevance | path

Searched refs:script_count (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dscript_lua.c76 static int script_count = 0; variable
230 int index = script_count; in script_lua_load()
281 scripts = g_realloc(scripts,sizeof(scripts[0])*(script_count+1)); in script_lua_load()
289 script_count++; in script_lua_load()
308 if ( script_count == 0 ) { in script_lua_list()
317 for ( i=0; i<script_count; ++i) { in script_lua_list()
328 if ( i < 0 || i >= script_count ) { in script_lua_kill()
335 if ( i < (script_count-1) ) { in script_lua_kill()
339 --script_count; in script_lua_kill()
346 for ( script = 0; script < script_count; script++ ) { in script_lua_stats()
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/utils/nagios/
H A Dcheck_ctdb182 my $script_count = 0;
188 $script_count++;
216 min => 0, max => $script_count);
218 min => 0, max => $script_count);
220 min => 0, max => $script_count, warning => '0', critical => '0');
221 $np->add_perfdata(label => "total", value => $script_count, uom => '',
222 min => 0, max => $script_count);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-ot-tag.cc345 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
381 …needs_script = !parse_private_use_subtag(private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
388 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
389 hb_ot_all_tags_from_script(script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
461 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
464 script_out, HB_LANGUAGE_INVALID, &script_count, primary_script_tag, nullptr, nullptr); in hb_ot_tags_to_script_and_language()
466 if (script_count == 0 || primary_script_tag[0] != script_tag) { in hb_ot_tags_to_script_and_language()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/managesieve/
H A Dcmd-listscripts.c20 unsigned int script_count = 0; in cmd_listscripts() local
50 script_count++; in cmd_listscripts()
61 e_debug(e->event(), "Listed %u scripts", script_count); in cmd_listscripts()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-ot-tag.cc355 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
399 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
406 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
407 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
488 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
492 &script_count, in hb_ot_tags_to_script_and_language()
496 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-tag.cc355 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
399 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
406 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
407 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
488 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
492 &script_count, in hb_ot_tags_to_script_and_language()
496 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-tag.cc369 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
413 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
420 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
421 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
500 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
504 &script_count, in hb_ot_tags_to_script_and_language()
508 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-ot-tag.cc355 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
399 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
406 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
407 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
488 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
492 &script_count, in hb_ot_tags_to_script_and_language()
496 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-tag.cc369 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
413 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
420 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
421 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
500 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
504 &script_count, in hb_ot_tags_to_script_and_language()
508 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-ot-tag.cc355 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
399 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
406 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
407 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
488 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
492 &script_count, in hb_ot_tags_to_script_and_language()
496 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-tag.cc379 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
423 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
430 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
431 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
512 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
516 &script_count, in hb_ot_tags_to_script_and_language()
520 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-ot-tag.cc382 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
426 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
433 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
434 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
515 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
519 &script_count, in hb_ot_tags_to_script_and_language()
523 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-ot-tag.cc382 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
426 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
433 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
434 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
515 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
519 &script_count, in hb_ot_tags_to_script_and_language()
523 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-tag.cc382 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
426 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
433 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
434 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
515 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
519 &script_count, in hb_ot_tags_to_script_and_language()
523 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-ot-tag.cc382 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
426 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
433 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
434 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
515 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
519 &script_count, in hb_ot_tags_to_script_and_language()
523 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-ot-tag.cc379 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
423 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
430 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
431 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
512 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
516 &script_count, in hb_ot_tags_to_script_and_language()
520 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-tag.cc379 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
423 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
430 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
431 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
512 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
516 &script_count, in hb_ot_tags_to_script_and_language()
520 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-tag.cc379 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
423 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
430 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
431 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
512 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
516 &script_count, in hb_ot_tags_to_script_and_language()
520 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/test/api/
H A Dtest-ot-tag.c459 unsigned int script_count, in test_tags() argument
467 hb_tag_t *script_tags = malloc (script_count * sizeof (hb_tag_t)); in test_tags()
475 …hb_ot_tags_from_script_and_language (script, lang, &script_count, script_tags, &language_count, la… in test_tags()
477 g_assert_cmpuint (script_count, ==, expected_script_count); in test_tags()
480 for (i = 0; i < script_count + language_count; i++) in test_tags()
483 hb_tag_t actual_tag = i < script_count ? script_tags[i] : language_tags[i - script_count]; in test_tags()

12345678910>>...13