Home
last modified time | relevance | path

Searched refs:noattr (Results 1 – 25 of 145) sorted by relevance

123456

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/clbanning/mxj/v2/
H A Dleafnode.go45 func getLeafNodes(path, node string, mv interface{}, l *[]LeafNode, noattr bool) {
47 if !noattr || node != "#text" {
57 if noattr && len(attrPrefix) > 0 && strings.Index(k, attrPrefix) == 0 {
60 getLeafNodes(path, k, v, l, noattr)
65 getLeafNodes(path, strconv.Itoa(i), v, l, noattr)
67 getLeafNodes(path, "["+strconv.Itoa(i)+"]", v, l, noattr)
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/clbanning/mxj/
H A Dleafnode.go45 func getLeafNodes(path, node string, mv interface{}, l *[]LeafNode, noattr bool) {
47 if !noattr || node != "#text" {
57 if noattr && len(attrPrefix) > 0 && strings.Index(k, attrPrefix) == 0 {
60 getLeafNodes(path, k, v, l, noattr)
65 getLeafNodes(path, strconv.Itoa(i), v, l, noattr)
67 getLeafNodes(path, "["+strconv.Itoa(i)+"]", v, l, noattr)
/dports/www/webhook/webhook-2.8.0/vendor/github.com/clbanning/mxj/
H A Dleafnode.go45 func getLeafNodes(path, node string, mv interface{}, l *[]LeafNode, noattr bool) {
47 if !noattr || node != "#text" {
57 if noattr && len(attrPrefix) > 0 && strings.Index(k, attrPrefix) == 0 {
60 getLeafNodes(path, k, v, l, noattr)
65 getLeafNodes(path, strconv.Itoa(i), v, l, noattr)
67 getLeafNodes(path, "["+strconv.Itoa(i)+"]", v, l, noattr)
/dports/www/webhook/webhook-2.8.0/vendor/github.com/clbanning/mxj/mxj-1.8.4/
H A Dleafnode.go45 func getLeafNodes(path, node string, mv interface{}, l *[]LeafNode, noattr bool) {
47 if !noattr || node != "#text" {
57 if noattr && len(attrPrefix) > 0 && strings.Index(k, attrPrefix) == 0 {
60 getLeafNodes(path, k, v, l, noattr)
65 getLeafNodes(path, strconv.Itoa(i), v, l, noattr)
67 getLeafNodes(path, "["+strconv.Itoa(i)+"]", v, l, noattr)
/dports/sysutils/xjobs/xjobs-20200726/
H A Dcolortty.c69 ColorDebug = noattr,
70 ColorInfo = noattr,
75 ColorOut = noattr;
148 case noattr: in colorstr()
176 return noattr; in str2color()
178 return noattr; in str2color()
H A Dcolortty.h25 magenta = 5, cyan = 6, white = 7, noattr = 8 enumerator
/dports/devel/vstr/vstr-1.0.15/scripts/
H A Dsplint.sh16 ./configure --enable-debug --enable-tst-noattr-visibility --enable-tst-noattr-alias --enable-wrap-m…
H A Dncc.sh16 ./configure --enable-debug --enable-tst-noattr-visibility --enable-tst-noattr-alias --enable-wrap-m…
H A Dcoverage.sh79 --enable-tst-noattr-visibility \
80 --enable-tst-noattr-alias \
/dports/devel/vstr/vstr-1.0.15/scripts/b/
H A DDOCS.sh18 $c --enable-debug --enable-tst-noattr-visibility --enable-tst-noattr-alias --enable-tst-noinline --…
H A DCOVERAGE.sh19 --enable-tst-noattr-alias \
/dports/math/R-cran-igraph/igraph/R/
H A Doperators.R129 noattr <- setdiff(names(attr), names(va)) # existint and missing functionVar
134 for (a in seq_along(noattr)) {
135 attr[[ noattr[a] ]] <- c(attr[[ noattr[a] ]], rep(NA, vc[i]))
154 noattr <- setdiff(names(attr), names(ea)) # existint and missing
159 for (a in seq_along(noattr)) {
160 attr[[ noattr[a] ]] <- c(attr[[ noattr[a] ]], rep(NA, ec[i]))
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_simplify.t34 { noattr => 1, },
35 { noattr => 0, },
/dports/textproc/p5-XML-SAX-Simple/XML-SAX-Simple-0.08/t/
H A D1_XMLin.t679 # Test 'noattr' option
686 $opt = XMLin($xml, noattr => 1);
700 $opt = XMLin($xml, noattr => 1);
720 $opt = XMLin($xml, noattr => 1);
732 $opt = XMLin($xml, noattr => 1, suppressempty => 1);
738 $opt = XMLin($xml, noattr => 1, suppressempty => undef);
749 $opt = XMLin($xml, noattr => 1, suppressempty => '');
767 $opt = XMLin($xml, noattr => 1, suppressempty => 1);
/dports/devel/p5-Moo/Moo-2.005004/t/
H A Dbuildargs.t152 my $noattr = NoAttr->new({ foo => 'bar' });
153 is $noattr->{foo}, undef, 'without attributes, no params are stored';
/dports/textproc/p5-XML-LibXML-Simple/XML-LibXML-Simple-0.95/t/
H A D10XMLin.t822 $opt = XMLin($xml, noattr => 1, @cont_key);
836 $opt = XMLin($xml, noattr => 1, @cont_key);
856 $opt = XMLin($xml, noattr => 1, @cont_key);
/dports/devel/p5-Data-Structure-Util/Data-Structure-Util-0.16/t/
H A D04utf8.t93 noattr => 1,
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/Inline/
H A Dattributes.ll59 ; * noattr callee is inlined into noattr caller,
60 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
109 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/Inline/
H A Dattributes.ll55 ; * noattr callee is inlined into noattr caller,
56 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
105 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/examples/pki/
H A Dgen_pki.sh205 …pem -inkey $PRIVATE_DIR/signing_key.pem -outform PEM -nodetach -nocerts -noattr -out ${json_file/.…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/Inline/
H A Dattributes.ll67 ; * noattr callee is inlined into noattr caller,
68 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
128 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/Inline/
H A Dattributes.ll67 ; * noattr callee is inlined into noattr caller,
68 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
128 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/Inline/
H A Dattributes.ll67 ; * noattr callee is inlined into noattr caller,
68 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
128 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
/dports/textproc/p5-XML-Simple/XML-Simple-2.25/t/
H A D1_XMLin.t835 # Test 'noattr' option
842 $opt = XMLin($xml, noattr => 1, @cont_key);
856 $opt = XMLin($xml, noattr => 1, @cont_key);
863 }, 'noattr does not intefere with array folding');
876 $opt = XMLin($xml, noattr => 1, @cont_key);
888 $opt = XMLin($xml, noattr => 1, suppressempty => 1, @cont_key);
894 $opt = XMLin($xml, noattr => 1, suppressempty => undef, @cont_key);
905 $opt = XMLin($xml, noattr => 1, suppressempty => '', @cont_key);
923 $opt = XMLin($xml, noattr => 1, suppressempty => 1, @cont_key);
/dports/shells/psh/psh-1.8.1/lib/Psh/
H A DPrompt.pm25 noattr => '\e[00m',

123456