Home
last modified time | relevance | path

Searched refs:attvalue (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/mail/phpmailer/PHPMailer-5.2.28/extras/
H A Dhtmlfilter.php451 $attvalue = strtr($attvalue, $repl);
465 function tln_defang(&$attvalue) argument
481 $attvalue = stripslashes($attvalue);
493 if (strcspn($attvalue, "\t\r\n\0 ") != strlen($attvalue)) {
497 $attvalue
541 tln_defang($attvalue);
601 $attvalue = trim($attvalue);
602 if ($attvalue && ($attvalue[0] =='"'|| $attvalue[0] == "'")) {
605 $attvalue = trim(substr($attvalue,1,-1));
614 if ($attvalue == '') {
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/libraries/phpmailer/extras/
H A Dhtmlfilter.php451 $attvalue = strtr($attvalue, $repl);
465 function tln_defang(&$attvalue) argument
481 $attvalue = stripslashes($attvalue);
493 if (strcspn($attvalue, "\t\r\n\0 ") != strlen($attvalue)) {
497 $attvalue
541 tln_defang($attvalue);
601 $attvalue = trim($attvalue);
602 if ($attvalue && ($attvalue[0] =='"'|| $attvalue[0] == "'")) {
605 $attvalue = trim(substr($attvalue,1,-1));
614 if ($attvalue == '') {
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/phpmailer/phpmailer/extras/
H A Dhtmlfilter.php451 $attvalue = strtr($attvalue, $repl);
465 function tln_defang(&$attvalue) argument
481 $attvalue = stripslashes($attvalue);
493 if (strcspn($attvalue, "\t\r\n\0 ") != strlen($attvalue)) {
497 $attvalue
541 tln_defang($attvalue);
601 $attvalue = trim($attvalue);
602 if ($attvalue && ($attvalue[0] =='"'|| $attvalue[0] == "'")) {
605 $attvalue = trim(substr($attvalue,1,-1));
614 if ($attvalue == '') {
[all …]
/dports/security/mailzu/MailZu_0.8RC3/lib/
H A Dhtmlfilter.php538 $attvalue = strtr($attvalue, $repl);
555 function defang(&$attvalue){ argument
561 if (strpos($attvalue, '&') === false
562 && strpos($attvalue, '\\') === false){
574 $attvalue = stripslashes($attvalue);
575 spew("$me: translated into: $attvalue\n");
586 function unspace(&$attvalue){ argument
588 if (strcspn($attvalue, "\t\r\n\0 ") != strlen($attvalue)){
593 spew("$me: after unspace: $attvalue\n");
633 defang($attvalue);
[all …]
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Dmime.php1080 $attvalue = stripslashes($attvalue);
1093 if (strcspn($attvalue, "\t\r\n\0 ") != strlen($attvalue)){
1109 $attvalue = str_replace("\0", "", $attvalue);
1111 $attvalue = preg_replace("/(\/\*.*?\*\/)/","",$attvalue);
1173 $attvalue = preg_replace("/(\\\\)([a-zA-Z]{1})/",'$2',$attvalue);
1598 $attvalue = strtr($attvalue, $repl);
1733 $attvalue = trim($attvalue);
1734 if ($attvalue && ($attvalue[0] =='"'|| $attvalue[0] == "'")) {
1737 $attvalue = trim(substr($attvalue,1,-1));
1847 $attvalue = $sQuote . $attvalue . $sQuote;
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_halt.cpp196 double attvalue; in end_of_step() local
200 attvalue = tlimit(); in end_of_step()
202 attvalue = diskfree(); in end_of_step()
204 attvalue = bondmax(); in end_of_step()
214 if (attvalue >= value) return; in end_of_step()
216 if (attvalue > value) return; in end_of_step()
218 if (attvalue <= value) return; in end_of_step()
220 if (attvalue < value) return; in end_of_step()
222 if (attvalue != value) return; in end_of_step()
224 if (attvalue == value) return; in end_of_step()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/formats/gexf12/
H A Dgexf_test.go149 <attvalue for="0" value="http://gephi.org"></attvalue>
150 <attvalue for="1" value="1"></attvalue>
155 <attvalue for="0" value="http://webatlas.fr"></attvalue>
156 <attvalue for="1" value="2"></attvalue>
161 <attvalue for="0" value="http://rtgi.fr"></attvalue>
162 <attvalue for="1" value="1"></attvalue>
167 <attvalue for="0" value="http://barabasilab.com"></attvalue>
168 <attvalue for="1" value="1"></attvalue>
169 <attvalue for="2" value="false"></attvalue>
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/formats/gexf12/
H A Dgexf_test.go149 <attvalue for="0" value="http://gephi.org"></attvalue>
150 <attvalue for="1" value="1"></attvalue>
155 <attvalue for="0" value="http://webatlas.fr"></attvalue>
156 <attvalue for="1" value="2"></attvalue>
161 <attvalue for="0" value="http://rtgi.fr"></attvalue>
162 <attvalue for="1" value="1"></attvalue>
167 <attvalue for="0" value="http://barabasilab.com"></attvalue>
168 <attvalue for="1" value="1"></attvalue>
169 <attvalue for="2" value="false"></attvalue>
/dports/www/phpgroupware/phpgroupware-0.9.16.017/felamimail/inc/
H A Dclass.htmlfilter.inc.php78 array_push($atts, "$attname=$attvalue");
527 function deent($attvalue){ argument
533 if (strpos($attvalue, '&') === false){
534 return $attvalue;
547 $attvalue = preg_replace('/' . $ent . '*/si', $val, $attvalue);
552 if (strpos($attvalue, '#') !== false){
560 $attvalue = preg_replace($octrule, $chr, $attvalue);
561 $attvalue = preg_replace($hexrule, $chr, $attvalue);
566 return $attvalue;
606 $attvalue = $this->deent($attvalue);
[all …]
/dports/www/tdom/tdom-0.9.1/tests/
H A Dpushpull.bench24 foreach {attname attvalue} [pullparser attributes] {
25 append pullstr $attname $attvalue
49 foreach {attname attvalue} $atts {
50 append expatstr $attname $attvalue
77 foreach {attname attvalue} [pullparser attributes] {
78 append pullstr $attname $attvalue
/dports/devel/R-cran-rgexf/rgexf/
H A DREADME.md457 ## <attvalue for="att1" value="a"/>
458 ## <attvalue for="att2" value="1"/>
466 ## <attvalue for="att1" value="b"/>
467 ## <attvalue for="att2" value="2"/>
475 ## <attvalue for="att1" value="c"/>
476 ## <attvalue for="att2" value="3"/>
484 ## <attvalue for="att1" value="d"/>
485 ## <attvalue for="att2" value="4"/>
495 ## <attvalue for="att1" value="a"/>
496 ## <attvalue for="att2" value="1"/>
[all …]
/dports/databases/slony1v2/slony1-2.2.10/src/slony_logshipper/
H A Dparser.y429 nelem->attvalue = velem->attvalue;
442 free(nelem->attvalue);
474 new->attvalue = $3;
502 if (elem->attvalue != NULL)
503 free(elem->attvalue);
511 if (elem->attvalue != NULL)
512 free(elem->attvalue);
563 free(elem->attvalue);
625 free(elem->attvalue);
721 new->attvalue = NULL;
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/app/
H A DSettings.cpp113 bool Settings::setDouble(const QString& attname, double attvalue) in setDouble() argument
119 k.value = attvalue; in setDouble()
130 bool Settings::setInt(const QString& attname, int attvalue) in setInt() argument
132 return setDouble(attname, attvalue); in setInt()
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dxmlhelper.c64 …ize_t* ptr_buflen, const char* elname, const char* attname, const char* attvalue, const char* attn… in print_element_x() argument
81 …if ((new_ref = print_elstart_x(ptr_buffer, ptr_buflen, elname, attname, attvalue, attname1, attval… in print_element_x()
150 …ize_t* ptr_buflen, const char* elname, const char* attname, const char* attvalue, const char* attn… in print_elstart_x() argument
242 if (!print_attribute_x(ptr_buffer, ptr_buflen, attname, attvalue)) { in print_elstart_x()
311 …int_attribute_x(char** ptr_buffer, size_t* ptr_buflen, const char* attname, const char* attvalue) { in print_attribute_x() argument
314 if (!attname || !*attname || !attvalue || !*attvalue) { in print_attribute_x()
342 if ((new_ref = mstrcat(*ptr_buffer, (char*)attvalue, ptr_buflen, 0)) == NULL) { in print_attribute_x()
H A Dxmlhelper.h37 …ize_t* ptr_buflen, const char* elname, const char* attname, const char* attvalue, const char* attn…
38 …ize_t* ptr_buflen, const char* elname, const char* attname, const char* attvalue, const char* attn…
40 …rint_attribute_x(char** ptr_buffer, size_t* ptr_buflen, const char* attname, const char* attvalue);
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Drparsexml.py293 attvalue = attentry[:-len(nextattname)]
294 attvalue = attvalue.strip()
296 first = attvalue[0]; last=attvalue[-1]
298 … raise ValueError("attvalue,attentry,attlist="+repr((attvalue, attentry,attlist)))
300 attvalue = attvalue[1:-1]
302 D[attributename] = attvalue
/dports/textproc/pear-XML_DTD/XML_DTD-0.5.2/DTD/
H A DXmlValidator.php220 foreach ($atts as $attname => $attvalue) {
221 $opts = $attvalue['opts'];
222 $default = $attvalue['defaults'];
230 && $node_atts[$attname] != $attvalue['fixed_value']
235 . "'{$attvalue['fixed_value']}'", $lineno);
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/
H A Dsaxhelper.cxx65 xmlChar* attvalue = nullptr ; in attrlist_to_nxmlstr() local
83 attvalue = ous_to_xmlstr( rAttr.sValue ) ; in attrlist_to_nxmlstr()
85 if( attname != nullptr && attvalue != nullptr ) in attrlist_to_nxmlstr()
88 attrs[i++] = attvalue ; in attrlist_to_nxmlstr()
96 if( attvalue != nullptr ) in attrlist_to_nxmlstr()
97 xmlFree( attvalue ) ; in attrlist_to_nxmlstr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/
H A Dsaxhelper.cxx65 xmlChar* attvalue = nullptr ; in attrlist_to_nxmlstr() local
83 attvalue = ous_to_xmlstr( rAttr.sValue ) ; in attrlist_to_nxmlstr()
85 if( attname != nullptr && attvalue != nullptr ) in attrlist_to_nxmlstr()
88 attrs[i++] = attvalue ; in attrlist_to_nxmlstr()
96 if( attvalue != nullptr ) in attrlist_to_nxmlstr()
97 xmlFree( attvalue ) ; in attrlist_to_nxmlstr()
/dports/net/minidlna/minidlna-4f6a473/
H A Dminixml.c42 const char * attvalue; in parseatt() local
76 attvalue = p->xml; in parseatt()
87 attvalue = p->xml; in parseatt()
100 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen); in parseatt()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/miniupnpc/
H A Dminixml.c42 const char * attvalue; in parseatt() local
76 attvalue = p->xml; in parseatt()
87 attvalue = p->xml; in parseatt()
100 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen); in parseatt()
/dports/net/vino/vino-3.22.0/server/miniupnp/
H A Dminixml.c42 const char * attvalue; in parseatt() local
76 attvalue = p->xml; in parseatt()
87 attvalue = p->xml; in parseatt()
100 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen); in parseatt()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/miniupnpc/
H A Dminixml.c43 const char * attvalue; in parseatt() local
77 attvalue = p->xml; in parseatt()
88 attvalue = p->xml; in parseatt()
101 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen); in parseatt()
/dports/games/odamex/odamex-src-0.7.0/libraries/libminiupnpc/
H A Dminixml.c43 const char * attvalue; in parseatt() local
77 attvalue = p->xml; in parseatt()
88 attvalue = p->xml; in parseatt()
101 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen); in parseatt()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminixml.c43 const char * attvalue; in parseatt() local
77 attvalue = p->xml; in parseatt()
88 attvalue = p->xml; in parseatt()
101 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen); in parseatt()

1234567891011