Home
last modified time | relevance | path

Searched refs:custom_code (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/installer/schema/
H A D20110201_c_code_to_user_modules_tiki.php65 $custom_code = $prefs['sitemycode'];
73 $custom_code,
95 $custom_code,
107 $custom_code = $prefs['feature_sitemenu_custom_code'];
114 $custom_code,
126 $custom_code = $prefs['feature_topbar_custom_code'];
133 $custom_code,
145 $custom_code = $prefs['feature_custom_center_column_header'];
152 $custom_code, null
163 $custom_code = $prefs['bot_logo_code'];
[all …]
/dports/devel/p5-ExtUtils-XSpp/ExtUtils-XSpp-0.18/t/
H A D080_complex_typemap.t88 %output_code{% $PerlVar = custom_code( $CVar ) %};
108 ST(0) = custom_code( RETVAL ) ;
123 %cleanup_code{% custom_code( $PerlVar, $CVar ) %};
152 custom_code( ST(0), RETVAL ) ;
159 %precall_code{% custom_code( $PerlVar, $CVar ) %};
178 custom_code( ST(1), a ) ;
179 custom_code( ST(2), b ) ;
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/Language/
H A DUtilities.php317 $custom_code = "<?php\r\n\$lang_custom = array(\r\n";
326 …$custom_code .= '"' . str_replace('"', '\\"', $from) . '" => "' . str_replace('"', '\\"', $to) . "…
331 $custom_code .= ");\r\n";
340 if (! fwrite($fp, $custom_code)) {
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/verify/v2/service/
H A Dverification.py38 locale=values.unset, custom_code=values.unset, amount=values.unset, argument
71 'CustomCode': custom_code,
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Dvocabulary.h40 string custom_code; // user defined code member
H A Duser_dictionary.cc322 e->custom_code = full_code; in LookupWords()
351 string code_str(entry.custom_code); in UpdateEntry()
/dports/chinese/librime/librime-1.7.3/src/rime/gear/
H A Dunity_table_encoder.cc51 entry.custom_code = code_str + ' '; in CreateEntry()
H A Dtable_translator.cc65 return UnityTableEncoder::HasPrefix(e->custom_code); in is_constructed()
324 UnityTableEncoder::RemovePrefix(&blessed.custom_code); in Memorize()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/pcl3/eprn/
H A Dgdeveprn.c656 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
660 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
666 custom_code)) { in eprn_set_page_layout()
667 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/pcl3/eprn/
H A Dgdeveprn.c656 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
660 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
666 custom_code)) { in eprn_set_page_layout()
667 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/print/ghostscript7-base/ghostscript-7.07/pcl3-3.3/eprn/
H A Dgdeveprn.c655 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
659 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
665 custom_code)) { in eprn_set_page_layout()
666 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/pcl3/eprn/
H A Dgdeveprn.c651 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
655 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
661 custom_code))) { in eprn_set_page_layout()
662 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/pcl3/eprn/
H A Dgdeveprn.c656 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
660 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
666 custom_code)) { in eprn_set_page_layout()
667 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/pcl3/eprn/
H A Dgdeveprn.c651 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
655 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
661 custom_code))) { in eprn_set_page_layout()
662 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/pcl3/eprn/
H A Dgdeveprn.c656 ms_MediaCode custom_code = ms_none; in eprn_set_page_layout() local
660 custom_code = (eprn->media_overrides == NULL? in eprn_set_page_layout()
666 custom_code)) { in eprn_set_page_layout()
667 if (flag_match(desired, eprn->optional_flags, custom_code)) { in eprn_set_page_layout()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtranslation_table.cpp391 long custom_code = tokensAdded.length() ? tokensAdded.Find(token) : -1; in TokenResolutions() local
394 if (custom_code != -1) { in TokenResolutions()
398 if ((custom_code & shifter) != 0) { in TokenResolutions()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/
H A DUnaryTflite.cpp65 << tfliteOpSet[tfliteOp->opcode_index]->custom_code; in run()
H A DCustomTflite.cpp28 auto &customOPCode = tfliteOpSet[tfliteOp->opcode_index]->custom_code; in run()
H A DReductionTflite.cpp68 << tfliteOpSet[tfliteOp->opcode_index]->custom_code; in run()
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dtestppd.c73 static const char *custom_code = variable
283 !strcmp(s, custom_code)) in main()
289 (int)strlen(custom_code)); in main()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dtestppd.c73 static const char *custom_code = variable
283 !strcmp(s, custom_code)) in main()
289 (int)strlen(custom_code)); in main()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dtestppd.c70 static const char *custom_code = variable
281 !strcmp(s, custom_code)) in main()
287 (int)strlen(custom_code)); in main()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dtestppd.c226 static const char *custom_code = variable
442 !strcmp(s, custom_code)) in main()
448 (int)strlen(custom_code)); in main()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/schema/
H A Dschema.fbs605 custom_code:string;
/dports/misc/nn-insight/nn-insight-1.0.5/plugins/tf-lite/
H A Dtflite_schema_generated.h6197 const flatbuffers::String *custom_code() const {
6207 verifier.VerifyString(custom_code()) &&
6219 void add_custom_code(flatbuffers::Offset<flatbuffers::String> custom_code) {
6220 fbb_.AddOffset(OperatorCode::VT_CUSTOM_CODE, custom_code);
6240 flatbuffers::Offset<flatbuffers::String> custom_code = 0,
6244 builder_.add_custom_code(custom_code);
6252 const char *custom_code = nullptr,
6254 auto custom_code__ = custom_code ? _fbb.CreateString(custom_code) : 0;

12