Home
last modified time | relevance | path

Searched refs:rstr (Results 101 – 125 of 1600) sorted by relevance

12345678910>>...64

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlptracetest/
H A Dcollector.go49 rstr := resourceString(rs.Resource)
50 if existingRs, ok := s.rsm[rstr]; !ok {
51 s.rsm[rstr] = rs
93 rstr := ""
95 rstr = rstr + attr.String()
97 return rstr
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DAcceleratedTokenAuthenticator.cs238 … RequestSecurityTokenResponse rstr = new RequestSecurityTokenResponse(this.StandardsManager); in ProcessRequestSecurityToken()
239 rstr.Context = requestSecurityToken.Context; in ProcessRequestSecurityToken()
240 rstr.KeySize = issuedKeySize; in ProcessRequestSecurityToken()
243 rstr.TokenType = this.SecurityContextTokenUri; in ProcessRequestSecurityToken()
244 rstr.RequestedSecurityToken = serviceToken; in ProcessRequestSecurityToken()
247 rstr.SetIssuerEntropy(issuerEntropy); in ProcessRequestSecurityToken()
248 rstr.ComputeKey = true; in ProcessRequestSecurityToken()
252 rstr.RequestedProofToken = proofToken; in ProcessRequestSecurityToken()
270 rstr.MakeReadOnly(); in ProcessRequestSecurityToken()
275 return rstr; in ProcessRequestSecurityToken()
[all …]
/dports/chinese/gcin-qt5/gcin-2.9.0/qt4-im/
H A Dgcin-imcontext-qt.cpp162 char *rstr; in setFocusWidget()
163 gcin_im_client_focus_out2(gcin_ch, &rstr); in setFocusWidget()
164 if (rstr) { in setFocusWidget()
165 QString inputText = QString::fromUtf8(rstr); in setFocusWidget()
205 char *rstr = NULL; in x11FilterEvent() local
211 keysym, state, &rstr); in x11FilterEvent()
213 if (rstr) { in x11FilterEvent()
214 QString inputText = QString::fromUtf8(rstr); in x11FilterEvent()
221 keysym, state, &rstr); in x11FilterEvent()
229 if (rstr) in x11FilterEvent()
[all …]
/dports/chinese/gcin/gcin-2.9.0/qt4-im/
H A Dgcin-imcontext-qt.cpp162 char *rstr; in setFocusWidget()
163 gcin_im_client_focus_out2(gcin_ch, &rstr); in setFocusWidget()
164 if (rstr) { in setFocusWidget()
165 QString inputText = QString::fromUtf8(rstr); in setFocusWidget()
205 char *rstr = NULL; in x11FilterEvent() local
211 keysym, state, &rstr); in x11FilterEvent()
213 if (rstr) { in x11FilterEvent()
214 QString inputText = QString::fromUtf8(rstr); in x11FilterEvent()
221 keysym, state, &rstr); in x11FilterEvent()
229 if (rstr) in x11FilterEvent()
[all …]
/dports/chinese/gcin-gtk3/gcin-2.9.0/qt4-im/
H A Dgcin-imcontext-qt.cpp162 char *rstr; in setFocusWidget()
163 gcin_im_client_focus_out2(gcin_ch, &rstr); in setFocusWidget()
164 if (rstr) { in setFocusWidget()
165 QString inputText = QString::fromUtf8(rstr); in setFocusWidget()
205 char *rstr = NULL; in x11FilterEvent() local
211 keysym, state, &rstr); in x11FilterEvent()
213 if (rstr) { in x11FilterEvent()
214 QString inputText = QString::fromUtf8(rstr); in x11FilterEvent()
221 keysym, state, &rstr); in x11FilterEvent()
229 if (rstr) in x11FilterEvent()
[all …]
/dports/deskutils/gpicker/gpicker-2.3/
H A Drefcounted_str.c42 struct refcounted_str *rstr = *ptr; in refcounted_str_put() local
44 if (rstr) in refcounted_str_put()
45 if (--rstr->refcnt == 0) { in refcounted_str_put()
46 free(rstr->str); in refcounted_str_put()
47 free(rstr); in refcounted_str_put()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsgraduatedsymbolrenderer.py106 rstr = '('
113 rstr = rstr + format.format(
120 return rstr + ')'
136 rstr = ':'
137 rstr = rstr + r.classAttribute() + ':'
138 rstr = rstr + str(r.mode()) + ':'
141 rstr = rstr + 'None' + ':'
143 rstr = rstr + symbol.dump() + ':'
144 rstr = rstr + dumpColorRamp(r.sourceColorRamp())
145 rstr = rstr + dumpRangeList(r.ranges())
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsgraduatedsymbolrenderer.py106 rstr = '('
113 rstr = rstr + format.format(
120 return rstr + ')'
136 rstr = ':'
137 rstr = rstr + r.classAttribute() + ':'
138 rstr = rstr + str(r.mode()) + ':'
141 rstr = rstr + 'None' + ':'
143 rstr = rstr + symbol.dump() + ':'
144 rstr = rstr + dumpColorRamp(r.sourceColorRamp())
145 rstr = rstr + dumpRangeList(r.ranges())
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dhime-conf.c118 void get_hime_conf_str (char *name, char **rstr, char *default_str) { in get_hime_conf_str() argument
122 if (*rstr) in get_hime_conf_str()
123 free (*rstr); in get_hime_conf_str()
125 *rstr = g_key_file_get_string (hime_omni_config, "HIME", name, NULL); in get_hime_conf_str()
126 if (NULL != *rstr) { in get_hime_conf_str()
136 *rstr = strdup (default_str); in get_hime_conf_str()
147 *rstr = strdup (out); in get_hime_conf_str()
150 void get_hime_conf_fstr (char *name, char rstr[], char *default_str) { in get_hime_conf_fstr() argument
153 strcpy (rstr, tt); in get_hime_conf_fstr()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Protocols/WSTrust/
H A DWSTrustSerializationHelper.cs1397 return rstr; in CreateResponse()
1407 if (rstr == null) in ReadRSTRXml()
1439 if (rstr.Entropy == null) in ReadRSTRXml()
1720 if (rstr == null) in WriteKnownResponseElement()
1745 if (rstr.Entropy != null) in WriteKnownResponseElement()
1750 if (rstr.KeySizeInBits.HasValue) in WriteKnownResponseElement()
1755 if (rstr.Lifetime != null) in WriteKnownResponseElement()
1760 if (rstr.AppliesTo != null) in WriteKnownResponseElement()
1830 if (rstr.BinaryExchange != null) in WriteKnownResponseElement()
1835 if (rstr.Status != null) in WriteKnownResponseElement()
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/share/c_scripts/procedures/
H A Dproc_with_params.c61 if (!info->prompts[i].rstr) continue; in image_proc()
62 threshold[i] = atoi(info->prompts[i].rstr); in image_proc()
63 info->prompts[i].str = info->prompts[i].rstr; in image_proc()
107 prompts[0].rstr = NULL; in PaintProcedure()
111 prompts[1].rstr = NULL; in PaintProcedure()
115 prompts[2].rstr = NULL; in PaintProcedure()
119 prompts[3].rstr = NULL; in PaintProcedure()
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dyafcore.c3488 GString *rstr, in yfPrintString() argument
3806 rstr = g_string_new(""); in yfPrint()
3808 yfPrintString(rstr, flow); in yfPrint()
3810 rc = fwrite(rstr->str, rstr->len, 1, out); in yfPrint()
3817 g_string_free(rstr, TRUE); in yfPrint()
3838 rstr = g_string_new(""); in yfPrintDelimited()
3842 rc = fwrite(rstr->str, rstr->len, 1, out); in yfPrintDelimited()
3849 g_string_free(rstr, TRUE); in yfPrintDelimited()
3868 rstr = g_string_new(""); in yfPrintColumnHeaders()
3907 fwrite(rstr->str, rstr->len, 1, out); in yfPrintColumnHeaders()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Worker/
H A DHttpServer.cs135 …string rstr = string.Format("Worker: Access Denied to '/{0}'. The token provided in the HTTP heade… in HandleRequest()
136 ConsoleOutput.WriteLine(rstr, ConsoleColor.Red, true); in HandleRequest()
137 byte[] buf = Encoding.UTF8.GetBytes(rstr); in HandleRequest()
146 string rstr = actionToPerform(context.Request); in HandleRequest()
147 if (!string.IsNullOrEmpty(rstr)) in HandleRequest()
149 byte[] buf = Encoding.UTF8.GetBytes(rstr); in HandleRequest()
156 string rstr = "Error, There is a missing API handler."; in HandleRequest()
157 byte[] buf = Encoding.UTF8.GetBytes(rstr); in HandleRequest()
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/exporters/otlp/internal/otlptest/
H A Dcollector.go59 rstr := resourceString(rs.Resource)
60 if existingRs, ok := s.rsm[rstr]; !ok {
61 s.rsm[rstr] = rs
125 rstr := ""
127 rstr = rstr + attr.String()
129 return rstr
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevxres.c43 #define rstr(a,b,o,n)\ macro
55 rstr("dingbatFonts", "DingbatFonts", dingbatFonts,
58 rstr(XtNgeometry, XtCGeometry, geometry, NULL),
62 rstr("palette", "Palette", palette, "Color"),
68 rstr("regularFonts", "RegularFonts", regularFonts, "\
107 rstr("symbolFonts", "SymbolFonts", symbolFonts,
122 #undef rstr
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevxres.c48 #define rstr(a,b,o,n)\ macro
60 rstr("dingbatFonts", "DingbatFonts", dingbatFonts,
63 rstr(XtNgeometry, XtCGeometry, geometry, NULL),
67 rstr("palette", "Palette", palette, "Color"),
73 rstr("regularFonts", "RegularFonts", regularFonts, "\
112 rstr("symbolFonts", "SymbolFonts", symbolFonts,
127 #undef rstr
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevxres.c43 #define rstr(a,b,o,n)\ macro
55 rstr("dingbatFonts", "DingbatFonts", dingbatFonts,
58 rstr(XtNgeometry, XtCGeometry, geometry, NULL),
62 rstr("palette", "Palette", palette, "Color"),
68 rstr("regularFonts", "RegularFonts", regularFonts, "\
107 rstr("symbolFonts", "SymbolFonts", symbolFonts,
122 #undef rstr
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/exporters/otlp/internal/otlptest/
H A Dcollector.go59 rstr := resourceString(rs.Resource)
60 if existingRs, ok := s.rsm[rstr]; !ok {
61 s.rsm[rstr] = rs
125 rstr := ""
127 rstr = rstr + attr.String()
129 return rstr
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevxres.c48 #define rstr(a,b,o,n)\ macro
60 rstr("dingbatFonts", "DingbatFonts", dingbatFonts,
63 rstr(XtNgeometry, XtCGeometry, geometry, NULL),
67 rstr("palette", "Palette", palette, "Color"),
73 rstr("regularFonts", "RegularFonts", regularFonts, "\
112 rstr("symbolFonts", "SymbolFonts", symbolFonts,
127 #undef rstr
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/exporters/otlp/internal/otlptest/
H A Dcollector.go59 rstr := resourceString(rs.Resource)
60 if existingRs, ok := s.rsm[rstr]; !ok {
61 s.rsm[rstr] = rs
125 rstr := ""
127 rstr = rstr + attr.String()
129 return rstr
/dports/deskutils/moregroupware/moregroupware/modules/projects/inc/
H A Dprojects_func.inc.php164 $rstr = '<select name=' . $field . ' size="1">';
169 $rstr .= "\n<!-- $sql -->\n";
175 $rstr .= '<option value="0">-------------------------------------</option>';
179 $rstr .= '<option value="0">-------------------------------------</option>';
184 $rstr .= "\n<!-- $sql -->\n";
188 $rstr = get_task_dropdown($task['task_id'], 0, $rstr, $field);
190 $rstr .= '</select>';
191 return $rstr;
194 function get_task_dropdown($task_id, $count, $rstr, $field="parent_id") { argument
206 $rstr = get_task_dropdown($result[$x], $count, $rstr);
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/cmake/external/hime_qt/hime_im_client/
H A Dhime_im_client_helper.cpp21 void (*hime_im_client_focus_out2)(HIME_client_handle *handle, char **rstr);
26 char **rstr);
31 char **rstr);
120 void hime_im_client_focus_out2(HIME_client_handle *handle, char **rstr) { in hime_im_client_focus_out2() argument
122 HimeHelper::hime_im_client_focus_out2(handle, rstr); in hime_im_client_focus_out2()
129 char **rstr) { in hime_im_client_forward_key_press() argument
135 rstr); in hime_im_client_forward_key_press()
142 char **rstr) { in hime_im_client_forward_key_release() argument
148 rstr); in hime_im_client_forward_key_release()
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_container_utf8.cpp62 StriContainerUTF8::StriContainerUTF8(SEXP rstr, R_len_t _nrecycle, bool _shallowrecycle) in StriContainerUTF8() argument
67 if (!isString(rstr)) in StriContainerUTF8()
70 R_len_t nrstr = LENGTH(rstr); in StriContainerUTF8()
71 …this->init_Base(nrstr, _nrecycle, _shallowrecycle, rstr); // calling LENGTH(rstr) fails on constru… in StriContainerUTF8()
101 SEXP curs = STRING_ELT(rstr, i); in StriContainerUTF8()
108 bool memalloc = ALTREP(rstr); // #354: force copying of ALTREP data in StriContainerUTF8()
113 bool memalloc = ALTREP(rstr); // #354: force copying of ALTREP data in StriContainerUTF8()
135 bool memalloc = ALTREP(rstr); // #354: force copying of ALTREP data in StriContainerUTF8()
149 SEXP tmps = STRING_ELT(rstr, z); in StriContainerUTF8()
/dports/graphics/xpaint/xpaint-2.9.10.3/share/c_scripts/filters/
H A Dclean.c61 if (!info->prompts[i].rstr) continue; in filter_proc()
62 threshold[i] = atoi(info->prompts[i].rstr); in filter_proc()
63 if (info->prompts[i].rstr != info->prompts[i].str) { in filter_proc()
65 info->prompts[i].str = strdup(info->prompts[i].rstr); in filter_proc()
81 prompts[0].rstr = NULL; in FilterProcess()
85 prompts[1].rstr = NULL; in FilterProcess()
/dports/devel/check/check-0.15.2/src/
H A Dcheck_str.c38 char *rstr; in tr_str() local
42 rstr = ck_strdup_printf("%s:%d:%s:%s:%s:%d: %s%s", in tr_str()
47 return rstr; in tr_str()
53 char *rstr; in tr_short_str() local
57 rstr = ck_strdup_printf("%s:%d: %s%s", in tr_short_str()
60 return rstr; in tr_short_str()

12345678910>>...64