Home
last modified time | relevance | path

Searched refs:attrstring (Results 1 – 25 of 36) sorted by relevance

12

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Dstattext.mm101 attrstring = [[NSMutableAttributedString alloc] initWithString:text.AsNSString()];
102 DoSetAttrString(attrstring);
103 [attrstring release];
116 void DoSetAttrString(NSMutableAttributedString *attrstring)
126 [attrstring addAttribute:NSParagraphStyleAttributeName
128 range:NSMakeRange(0, [attrstring length])];
130 [cell setAttributedStringValue:attrstring];
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/cocoa/
H A Dstattext.mm99 attrstring = [[NSMutableAttributedString alloc] initWithString:text.AsNSString()];
100 DoSetAttrString(attrstring);
101 [attrstring release];
114 void DoSetAttrString(NSMutableAttributedString *attrstring)
124 [attrstring addAttribute:NSParagraphStyleAttributeName
126 range:NSMakeRange(0, [attrstring length])];
128 [cell setAttributedStringValue:attrstring];
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/cocoa/
H A Dstattext.mm99 attrstring = [[NSMutableAttributedString alloc] initWithString:text.AsNSString()];
100 DoSetAttrString(attrstring);
101 [attrstring release];
114 void DoSetAttrString(NSMutableAttributedString *attrstring)
124 [attrstring addAttribute:NSParagraphStyleAttributeName
126 range:NSMakeRange(0, [attrstring length])];
128 [cell setAttributedStringValue:attrstring];
/dports/net-im/psi/psi-1.5/src/plugins/deprecated/python/
H A Dxmlmessage.py36 attrstring = ''
38 attrstring += ' %s="%s"' % (attr_name, self.attrs[attr_name])
39 xmlstring = "%s<%s%s" % (tab, self.name, attrstring)
H A Dmessagescript.py36 attrstring = ''
38 attrstring += ' %s="%s"' % (attr_name, self.attrs[attr_name])
39 xmlstring = "%s<%s%s" % (tab, self.name, attrstring)
/dports/editors/hnb/hnb-1.9.18/src/attic/add_ons/
H A Dfile_libxml.c175 char attrstring[bufsize]; in libxml_populate() local
214 snprintf (attrstring, bufsize, " %s=\"%s\"", in libxml_populate()
218 len += strlen (attrstring); in libxml_populate()
220 strcat (sbuf, attrstring); in libxml_populate()
/dports/mail/py-alot/alot-0.9/alot/widgets/
H A Dutils.py19 def set_map(self, attrstring): argument
20 self.set_attr_map({None: self.maps[attrstring]})
H A Dglobals.py304 def set_map(self, attrstring): argument
305 self.set_attr_map({None: self.attmaps[attrstring]})
/dports/www/moodle310/moodle/backup/util/xml/
H A Dxml_writer.class.php149 $attrstring = '';
154 $attrstring .= ' ' . $name . '="'.
167 $this->write($pre . '<' . $tag . $attrstring . $schemastring . $end . '>');
/dports/www/moodle311/moodle/backup/util/xml/
H A Dxml_writer.class.php149 $attrstring = '';
154 $attrstring .= ' ' . $name . '="'.
167 $this->write($pre . '<' . $tag . $attrstring . $schemastring . $end . '>');
/dports/www/moodle39/moodle/backup/util/xml/
H A Dxml_writer.class.php149 $attrstring = '';
154 $attrstring .= ' ' . $name . '="'.
167 $this->write($pre . '<' . $tag . $attrstring . $schemastring . $end . '>');
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dtreeproc.cpp88 if (n->attrstring) in proc()
91 if (!n->attrstring) in proc()
H A Dnode.cpp454 if (attrstring) in serialize()
462 if (attrstring) in serialize()
622 byte* Node::decryptattr(SymmCipher* key, const char* attrstring, size_t attrstrlen) in decryptattr() argument
629 l = Base64::atob(attrstring, buf, l); in decryptattr()
709 …if (attrstring && (cipher = nodecipher()) && (buf = decryptattr(cipher, attrstring->c_str(), attrs… in setattr()
732 attrstring.reset(); in setattr()
770 if (attrstring) in displayname()
883 attrstring.reset(); in applykey()
H A Dfile.cpp325 newnode->attrstring.reset(new string); in completed()
326 t->client->makeattr(t->transfercipher(), newnode->attrstring, tattrstring.c_str()); in completed()
/dports/www/moodle310/moodle/lib/
H A Drsslib.php456 $attrstring = '';
459 $attrstring .= " ".$key."=\"".$value."\"";
462 return str_repeat(" ",$level*2)."<".$tag.$attrstring.">".$endchar;
/dports/www/moodle311/moodle/lib/
H A Drsslib.php456 $attrstring = '';
459 $attrstring .= " ".$key."=\"".$value."\"";
462 return str_repeat(" ",$level*2)."<".$tag.$attrstring.">".$endchar;
/dports/www/moodle39/moodle/lib/
H A Drsslib.php456 $attrstring = '';
459 $attrstring .= " ".$key."=\"".$value."\"";
462 return str_repeat(" ",$level*2)."<".$tag.$attrstring.">".$endchar;
/dports/archivers/ha/ha-0.999b_2/pc/
H A Dmachine.c196 static char *attrstring(unsigned attr) { in attrstring() function
211 printf("\n %s",attrstring(mdhd.attr)); in md_listdat()
/dports/textproc/htmltolatex/htmltolatex/
H A Dh2l.l67 attrstring [^\'\"\n\x13\r\t \<\>]*
209 <INTAGVAL>[a-zA-Z#_]{attrstring} { BEGIN INTAG; yylval = new CLexData; yylval->mStringVal = yyte…
321 <INCLUDEPT2>{optwspc}{attrstring} {
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-type.c183 const char *attrstring; in convert_field() local
188 attrstring = "enumval"; in convert_field()
196 attrstring = "bitpos"; in convert_field()
202 if (PyObject_SetAttrString (result.get (), attrstring, arg.get ()) < 0) in convert_field()
/dports/archivers/ha/ha-0.999b_2/nix/
H A Dmachine.c149 static char *attrstring(unsigned haattr) { in attrstring() function
334 printf("\n %s",attrstring(mdhd.attr)); in md_listdat()
/dports/devel/gdb761/gdb-7.6.1/gdb/python/
H A Dpy-type.c171 const char *attrstring; in convert_field() local
176 attrstring = "enumval"; in convert_field()
181 attrstring = "bitpos"; in convert_field()
188 if (PyObject_SetAttrString (result, (char *) attrstring, arg) < 0) in convert_field()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dimport_cdf.c1182 char *attrstring; in GetAttribute() local
1212 attrstring = (char *)DXAllocate(attrsize+1); in GetAttribute()
1213 status = CDFattrGet(vp->id,i,entry,attrstring); in GetAttribute()
1220 while (k>0 && (attrstring[k] == ' ' || attrstring[k] == '\0')) in GetAttribute()
1222 attrstring[++k] = '\0'; in GetAttribute()
1224 if (!(obj = (Object)DXNewString(attrstring))) in GetAttribute()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/
H A Dmegacli.cpp2073 string attrstring; in proc() local
2108 tattrs.getjson(&attrstring); in proc()
2109 mc->makeattr(&key, t->attrstring, attrstring.c_str()); in proc()
3655 if (n->attrstring) in exec_cp()
3659 if (n->attrstring) in exec_cp()
3709 string attrstring; in exec_cp() local
3722 client->makeattr(&key, tc.nn->attrstring, attrstring.c_str()); in exec_cp()
7076 string attrstring; in openfilelink_result() local
7078 attrstring.resize(a->length()*4/3+4); in openfilelink_result()
7079attrstring.resize(Base64::btoa((const byte *)a->data(), int(a->length()), (char *)attrstring.data(… in openfilelink_result()
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dnode.h55 std::unique_ptr<string> attrstring; member

12