Home
last modified time | relevance | path

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

12

/dports/deskutils/moregroupware/moregroupware/modules/calendar/inc/
H A Ddayview.inc.php168 "topic" => str_decode($row["subject_summ"]),
175 "location" => str_decode($row["location"]),
176 "location_type" => $location_type.(str_decode($row["location"]) != "" ? " :" : ""),
264 "topic" => short_string(str_decode($row["subject_summ"]),$max_subject_length),
271 "location" => str_decode($row["location"]),
272 "location_type" => $location_type.(str_decode($row["location"]) != "" ? " :" : ""),
292 "topic" => str_decode($row["subject_summ"]),
300 "location" => str_decode($row["location"]),
301 "location_type" => $location_type.(str_decode($row["location"]) != "" ? " :" : ""),
H A Doverview.inc.php39 …$termin_list = array("date" => $mydatefrom." - ".$mydateto, "subject" => str_decode($row…
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Ddetails.php133 $smarty->assign('subject_summ', str_decode($row["subject_summ"]));
134 $smarty->assign('subject', str_decode($row["subject"]));
135 $smarty->assign('location', str_decode($row["location"]));
138 $smarty->assign('external', str_decode($row["external"]));
H A Dindex.php1142 $smarty->assign("subject_summ", str_decode($row["subject_summ"]));
1143 $smarty->assign('subject', str_decode($row["subject"]));
1165 $smarty->assign('location', str_decode($row["location"]));
1930 $smarty->assign("thema", str_decode($row2["subject"]));
1931 $smarty->assign("location", str_decode($row2["location"]));
1932 $smarty->assign("external", str_decode($row2["external"]));
2187 $smarty -> assign("thema", str_decode($row2["subject"]));
2188 $smarty -> assign("location", str_decode($row2["location"]));
2189 $smarty -> assign("external", str_decode($row2["external"]));
2292 "location" => str_decode($row["location"]),
[all …]
H A Dsubj_followup.php352 "topic" => str_decode($row["subject_summ"]),
361 "location" => str_decode($row["location"]),
362 "location_type" => $location_type.(str_decode($row["location"]) != "" ? " :" : ""),
H A Dcalendar_all.php308 $subject_summ = str_decode($row["subject_summ"]);
316 …$location_text = $location_type.($row["location"]!="" ? ": ".str_decode($row["location"]) : "…
320 …lephone"]!="" ? Lang::getLanguageString("gentemp_telephone").": ".str_decode($row["telephone"…
H A Dweek.php343 …f=\"details.php?id=$myid&".SID."\" class=\"editlittle\">".short_string(str_decode($row["subject_su…
347 …<a href=\"details.php?id=$myid&".SID."\" class=\"edit\">".short_string(str_decode($row["subject_su…
H A Dweek_a5.php333 …= "<a href=\"javascript:void(0);\" class=\"editlittle\">".short_string(str_decode($row["subject_su…
338 …= "<a href=\"javascript:void(0);\" class=\"editlittle\">".short_string(str_decode($row["subject_su…
/dports/devel/py-celery/celery-4.4.7/celery/backends/
H A Driak.py38 def str_decode(string, encoding): function
43 def str_decode(string, encoding): function
49 str_decode(string, 'ascii')
/dports/www/p5-Protocol-HTTP2/Protocol-HTTP2-1.10/lib/Protocol/HTTP2/
H A DHeaderCompression.pm87 sub str_decode { subroutine
190 str_decode( $buf_ref, $buf_offset + $offset + 1, \my $key );
207 str_decode( $buf_ref, $buf_offset + $offset + 1 + $key_size,
234 str_decode( $buf_ref, $buf_offset + $offset + $size, \my $value );
/dports/www/p5-Protocol-HTTP2/Protocol-HTTP2-1.10/t/
H A D01_HeaderCompression.t11 qw(int_encode int_decode str_encode str_decode headers_decode headers_encode)
36 subtest 'str_decode' => sub {
41 str_decode( \$s, 0, \my $res );
42 is $res, "nghttpd nghttp2/0.4.0-DEV", "str_decode";
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/tools/
H A DMakefile.am7 str_decode.F90
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/cmake/
H A DSources.cmake64 # F90 module (we need tools/str_decode.F90 in Dalton)
75 ${LIB_GEN1INT_PATH}/tools/str_decode.F90)
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_strutil.h49 char * str_decode( char *strout, size_t insize, const char * strin );
H A Degoboo_strutil.c74 char * str_decode( char *strout, size_t insize, const char * strin ) in str_decode() function
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dvtc_h2_hpack.c255 str_decode(struct hpk_iter *iter, struct txt *t) in str_decode() function
384 if (hpk_more != str_decode(iter, &header->key)) { in HPK_DecHdr()
390 if (hpk_err == str_decode(iter, &header->value)) { in HPK_DecHdr()
/dports/audio/re/re-0.5.8/src/stun/
H A Dattr.c17 static int str_decode(struct mbuf *mb, char **str, size_t len) in str_decode() function
232 err = str_decode(mb, &attr->v.str, len); in stun_attr_decode()
249 err = str_decode(mb, &attr->v.err_code.reason, len - 4); in stun_attr_decode()
/dports/editors/rehex/rehex-0.4.0/plugins/exe/
H A Dmicrosoft_pe.lua9 local str_decode = require("string_decode")
315 self.name = str_decode.decode(KaitaiStream.bytes_strip_right(self._io:read_bytes(8), 0), "UTF-8")
527 … self._m_name_from_offset = str_decode.decode(_io:read_bytes_term(0, false, true, false), "ascii")
578 …self._m_name_from_short = str_decode.decode(self._io:read_bytes_term(0, false, true, false), "asci…
/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Dspawn_file.c89 str_decode( pinfo->spawn_name, SDL_arraysize( pinfo->spawn_name ), pinfo->spawn_name ); in spawn_file_scan()
H A Dmodule_file.c102 str_decode( pmod->summary[cnt], SDL_arraysize( pmod->summary[cnt] ), pmod->summary[cnt] ); in module_load_info_vfs()
/dports/devel/py3c/py3c-1.3/test/
H A Dtest_py3c.cpp78 static PyObject *str_decode(PyObject *mod, PyObject *args) { in str_decode() function
420 FUNC(METH_VARARGS, str_decode),
H A Dtest_py3c.c78 static PyObject *str_decode(PyObject *mod, PyObject *args) { in str_decode() function
420 FUNC(METH_VARARGS, str_decode),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/
H A Dtest_bigip_data_group.py58 self.str_decode = RecordsDecoder(record_type='str', separator=':=')
177 str1 = self.str_decode.decode(dg2)
/dports/devel/str/str-0.9.12/
H A DTODO34 o str_encode/str_decode:
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A DTODO34 o str_encode/str_decode:

12