Home
last modified time | relevance | path

Searched refs:attr_str (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/mac/
H A Dattributed_string_coder_unittest.mm40 [attr_str addAttributes:FontAttribute(@"Helvetica", 12.5)
44 EXPECT_NSEQ(attr_str.get(), decoded);
50 EXPECT_NSEQ(attr_str.get(), decoded);
55 const NSUInteger kStringLength = [attr_str length];
56 [attr_str addAttribute:NSFontAttributeName
59 [attr_str addAttribute:NSForegroundColorAttributeName
75 [attr_str setAttributes:FontAttribute(@"Courier", 12)
84 EXPECT_NSEQ(attr_str.get(), decoded);
89 [attr_str addAttribute:NSForegroundColorAttributeName
92 [attr_str addAttribute:NSBackgroundColorAttributeName
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/mac/
H A Dattributed_string_type_converters_unittest.mm38 [attr_str addAttributes:FontAttribute(@"Helvetica", 12.5)
42 EXPECT_NSEQ(attr_str.get(), ns_attributed_string);
48 EXPECT_NSEQ(attr_str.get(), ns_attributed_string);
53 const NSUInteger kStringLength = [attr_str length];
54 [attr_str addAttribute:NSFontAttributeName
57 [attr_str addAttribute:NSForegroundColorAttributeName
74 [attr_str setAttributes:FontAttribute(@"Courier", 12)
83 EXPECT_NSEQ(attr_str.get(), ns_attributed_string);
88 [attr_str addAttribute:NSForegroundColorAttributeName
91 [attr_str addAttribute:NSBackgroundColorAttributeName
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_firewall/
H A Dactions.lib.lua24 local attr_str = {};
26 if #attr_str == 0 then
27 table.insert(attr_str, ", { ");
29 table.insert(attr_str, ", ");
32 table.insert(attr_str, string.format("%s = %q", k, v));
34 table.insert(attr_str, string.format("[%q] = %q", k, v));
37 if #attr_str > 0 then
38 table.insert(attr_str, " }");
41 …code[#code+1] = (string.format("st.stanza(%q %s)", name, #attr_str>0 and table.concat(attr_str) or…
44 code[#code+1] = (string.format(":tag(%q%s)", name, table.concat(attr_str)));
/dports/cad/stepcode/stepcode-0.8/src/exp2python/python/SCL/
H A Dessa_par.py1 def process_nested_parent_str(attr_str): argument
10 for i,ch in enumerate(attr_str):
22 def process_nested_parent_str2(attr_str,idx=0): argument
32 while (k<len(attr_str)):
34 ch = attr_str[k]
41 nv = attr_str[k:]
H A DUtils.py34 def process_nested_parent_str(attr_str,idx=0): argument
43 while (k<len(attr_str)):
44 ch = attr_str[k]
50 nv = attr_str[k:]
/dports/net/kamailio/kamailio-5.4.5/src/modules/cplc/
H A Dcpl_switches.h753 if( !attr_str || tr_parse_dtstart(&trt, attr_str)) in run_time_switch()
758 if( !attr_str || tr_parse_dtend(&trt, attr_str)) in run_time_switch()
768 if( attr_str && tr_parse_freq(&trt, attr_str)) in run_time_switch()
772 if( attr_str && tr_parse_until(&trt, attr_str)) in run_time_switch()
776 if( attr_str && tr_parse_interval(&trt, attr_str)) in run_time_switch()
780 if( attr_str && tr_parse_byday(&trt, attr_str)) in run_time_switch()
784 if( attr_str && tr_parse_bymday(&trt, attr_str)) in run_time_switch()
788 if( attr_str && tr_parse_byyday(&trt, attr_str)) in run_time_switch()
792 if( attr_str && tr_parse_bymonth(&trt, attr_str)) in run_time_switch()
800 if( attr_str && tr_parse_wkst(&trt, attr_str)) in run_time_switch()
[all …]
/dports/print/openprinting/papi-1.0_beta/source/libpapi-cups/
H A Dpapi_attr.c729 while((*attr_str != '=') && (*attr_str != ';') && (*attr_str != '\0')) in papi_parse_attr_get_value_count()
730 attr_str++; in papi_parse_attr_get_value_count()
734 attr_str++; in papi_parse_attr_get_value_count()
737 while((*attr_str != '=') && (*attr_str != ';') && (*attr_str != '\0')) in papi_parse_attr_get_value_count()
789 if ((**attr_str == '\0') || (**attr_str == ';') || (**attr_str == '=')) in papi_parse_value()
946 if ((**attr_str == '\0') || (**attr_str == ';') || (**attr_str == '=')) in papi_parse_values()
955 while((**attr_str != '\0') && (**attr_str != ' ') && in papi_parse_values()
959 (*attr_str)++; in papi_parse_values()
1085 (*attr_str)++; in papi_parse_attr_add()
1121 (*attr_str)++; in papi_parse_attr()
[all …]
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/lib/HTML/FormHandler/Widget/
H A DBlock.pm89 my $attr_str = $self->render_attribute_string;
90 $start_wrapper = qq{<$tag$attr_str>};
110 my $attr_str = process_attrs($attr);
111 return $attr_str;
121 my $attr_str = '';
122 $attr_str = process_attrs( { class => $self->label_class } ) if $self->has_label_class;
123 $label = qq{<$label_tag$attr_str>$label_str</$label_tag>};
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/expressions/
H A Dleaf.py153 attr_str = ""
156 attr_str += ", %s=%s" % (attr, val)
157 return attr_str
421 attr_str = 'nonnegative'
423 attr_str = 'positive'
425 attr_str = 'nonpositive'
427 attr_str = 'negative'
429 attr_str = 'diagonal'
431 attr_str = 'positive semidefinite'
433 attr_str = 'negative semidefinite'
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmultiple_target.c132 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
144 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
145 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
156 separate_attrs (char *attr_str, char **attrs) in separate_attrs() argument
161 for (char *attr = strtok (attr_str, ","); in separate_attrs()
262 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
263 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
266 attrnum = separate_attrs (attr_str, attrs); in expand_target_clones()
272 XDELETEVEC (attr_str); in expand_target_clones()
331 XDELETEVEC (attr_str); in expand_target_clones()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmultiple_target.c132 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
144 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
145 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
156 separate_attrs (char *attr_str, char **attrs) in separate_attrs() argument
161 for (char *attr = strtok (attr_str, ","); in separate_attrs()
262 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
263 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
266 attrnum = separate_attrs (attr_str, attrs); in expand_target_clones()
272 XDELETEVEC (attr_str); in expand_target_clones()
331 XDELETEVEC (attr_str); in expand_target_clones()
/dports/net-im/p5-DJabberd/DJabberd-0.85/lib/DJabberd/
H A DXMLElement.pm148 my $attr_str = "";
178 $attr_str .= " xmlns:$name='" . DJabberd::Util::exml($value)
181 $attr_str .= " xmlns='" . DJabberd::Util::exml($value) . "'";
184 $attr_str .= " $nsprefix$name='" . DJabberd::Util::exml($value)
188 $attr_str .= " $k='" . DJabberd::Util::exml($value) . "'";
196 "<$nsprefix$el$attr_str>$innards</$nsprefix$el>" :
197 "<$nsprefix$el$attr_str/>";
/dports/textproc/R-cran-xml2/xml2/R/
H A Dxml_structure.R78 attr_str <- paste(unlist(html_attrs), collapse = " ") functionVar
80 attr_str <- ""
84 attr_str <- paste0(attr_str, " [", paste0(names(attr), collapse = ", "), "]")
87 node <- paste0("<", xml_name(x), attr_str, ">")
/dports/net/bmon/bmon-4.0/include/bmon/
H A Dlayout.h84 const char *fg, *bg, *attr_str = NULL; in add_layout() local
91 attr_str = cfg_getnstr(color_cfg, "color_pair", 2); in add_layout()
99 attr_mask = parse_attribute(attr_str); in add_layout()
101 quit("Unknown attribute: '%s'\n", attr_str); in add_layout()
104 DBG("%s:\tfg: %s bg: %s attr: %s\n", layout_name, fg, bg, attr_str); in add_layout()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmultiple_target.c218 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
230 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
231 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
243 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
248 for (char *attr = strtok (attr_str, ","); in separate_attrs()
372 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
373 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
376 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
382 XDELETEVEC (attr_str); in expand_target_clones()
390 XDELETEVEC (attr_str); in expand_target_clones()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmultiple_target.c213 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
225 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
226 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
238 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
243 for (char *attr = strtok (attr_str, ","); in separate_attrs()
363 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
364 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
367 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
373 XDELETEVEC (attr_str); in expand_target_clones()
381 XDELETEVEC (attr_str); in expand_target_clones()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmultiple_target.c218 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
230 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
231 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
243 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
248 for (char *attr = strtok (attr_str, ","); in separate_attrs()
372 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
373 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
376 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
382 XDELETEVEC (attr_str); in expand_target_clones()
390 XDELETEVEC (attr_str); in expand_target_clones()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmultiple_target.c218 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
230 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
231 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
243 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
248 for (char *attr = strtok (attr_str, ","); in separate_attrs()
372 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
373 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
376 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
382 XDELETEVEC (attr_str); in expand_target_clones()
390 XDELETEVEC (attr_str); in expand_target_clones()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmultiple_target.c218 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
230 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
231 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
243 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
248 for (char *attr = strtok (attr_str, ","); in separate_attrs()
372 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
373 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
376 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
382 XDELETEVEC (attr_str); in expand_target_clones()
390 XDELETEVEC (attr_str); in expand_target_clones()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmultiple_target.c218 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
230 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
231 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
243 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
248 for (char *attr = strtok (attr_str, ","); in separate_attrs()
372 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
373 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
376 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
382 XDELETEVEC (attr_str); in expand_target_clones()
390 XDELETEVEC (attr_str); in expand_target_clones()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-vcard.c1246 GString *attr_str;
1334 g_string_append_c (attr_str, ':');
1353 g_string_append (attr_str, CRLF);
1357 g_string_free (attr_str, TRUE);
1386 GString *attr_str;
1464 g_string_append_c (attr_str, ':');
1506 gchar *pos1 = attr_str->str;
1521 g_string_free (attr_str, TRUE);
1522 attr_str = fold_str;
1524 g_string_append (attr_str, CRLF);
[all …]
/dports/biology/py-gffutils/gffutils-0.10.1/gffutils/test/
H A Dparser_test.py41 for (attr_str, attr_dict, acceptable_reconstruction) \
43 yield attrs_OK, attr_str, attr_dict, acceptable_reconstruction
46 def attrs_OK(attr_str, attr_dict, acceptable_reconstruction=None): argument
55 result, dialect = parser._split_keyvals(attr_str)
62 assert reconstructed == attr_str, reconstructed
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmultiple_target.c218 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
230 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
231 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
245 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
250 for (char *attr = strtok (attr_str, ","); in separate_attrs()
376 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
377 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
380 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
402 XDELETEVEC (attr_str); in expand_target_clones()
452 XDELETEVEC (attr_str); in expand_target_clones()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmultiple_target.c214 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
226 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
227 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
241 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
246 for (char *attr = strtok (attr_str, ","); in separate_attrs()
374 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
375 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
378 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
400 XDELETEVEC (attr_str); in expand_target_clones()
450 XDELETEVEC (attr_str); in expand_target_clones()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmultiple_target.c217 get_attr_str (tree arglist, char *attr_str) in get_attr_str() argument
229 memcpy (attr_str + str_len_sum, str, len); in get_attr_str()
230 attr_str[str_len_sum + len] = TREE_CHAIN (arg) ? ',' : '\0'; in get_attr_str()
244 separate_attrs (char *attr_str, char **attrs, int attrnum) in separate_attrs() argument
249 for (char *attr = strtok (attr_str, ","); in separate_attrs()
377 char *attr_str = XNEWVEC (char, attr_len); in expand_target_clones() local
378 int attrnum = get_attr_str (arglist, attr_str); in expand_target_clones()
381 attrnum = separate_attrs (attr_str, attrs, attrnum); in expand_target_clones()
403 XDELETEVEC (attr_str); in expand_target_clones()
453 XDELETEVEC (attr_str); in expand_target_clones()

12345678910>>...12