Home
last modified time | relevance | path

Searched refs:trim (Results 1476 – 1500 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php33 $value = trim($child->get_content());
H A Dcss.display.inc.php26 return trim(strtolower($value));
H A Dcss.font-family.inc.php16 $subvalue = trim(strtolower($subvalue));
H A Dcss.font.inc.php133 $subvalue = trim(strtolower($subvalue));
H A Dcss.margin.inc.php18 $values = preg_split('/\s+/', trim($value));
H A Dcss.padding.inc.php16 $values = preg_split('/\s+/', trim($value));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php351 if (trim($field->get_field_name()) == "") {
/plugin/genericsso/
H A Dauth.php149 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
/plugin/redirect2/
H A Dsyntax.php51 $page = trim($page);
H A Daction.php255 $checkID = ($checkID == '::') ? false : ':'.getNS(trim($checkID,':')).':';
H A Dhelper.php58 $line = trim($line);
/plugin/permissioninfo/
H A Dadmin.php395 $line = trim($line);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php644 $chunk_size = hexdec( trim($temp) );
674 $chunk_size = hexdec( trim($temp) );
841 $header_data = trim(substr($data,0,$pos));
848 $header_name = strtolower(trim($arr[0]));
849 $this->incoming_headers[$header_name] = trim($arr[1]);
852 $cookie = $this->parseCookie(trim($arr[1]));
893 $content_length = hexdec(trim($tmp));
1017 $header_data = trim(substr($data,0,$pos));
1026 $header_name = strtolower(trim($arr[0]));
1030 $cookie = $this->parseCookie(trim($arr[1]));
[all …]
H A Dnusoap.php2751 $chunk_size = hexdec( trim($temp) );
2781 $chunk_size = hexdec( trim($temp) );
2948 $header_data = trim(substr($data,0,$pos));
2955 $header_name = strtolower(trim($arr[0]));
2956 $this->incoming_headers[$header_name] = trim($arr[1]);
2959 $cookie = $this->parseCookie(trim($arr[1]));
3000 $content_length = hexdec(trim($tmp));
3124 $header_data = trim(substr($data,0,$pos));
3133 $header_name = strtolower(trim($arr[0]));
3137 $cookie = $this->parseCookie(trim($arr[1]));
[all …]
H A Dclass.soap_parser.php339 } elseif (isset($this->message[$pos]['cdata']) && trim($this->message[$pos]['cdata']) != '') {
594 if (isset($this->message[$pos]['cdata']) && trim($this->message[$pos]['cdata']) != '') {
/plugin/advrack/
H A Djquery.qtip.js1468 showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1469 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1530 showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1531 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
3263 coordsString = $.trim(area.attr('coords')),
H A Draphael.js922 var trim = /^\s+|\s+$/g;
935 bod.style.color = Str(color).replace(trim, E);
/plugin/authdomainlimitation/action/
H A Dsignup.php42 return trim($domain);
45 if ( in_array(trim( substr(strrchr($event->data['params'][3], "@"), 1)),$domains) ) {
/plugin/flexpaper/
H A Dsyntax.php62 $match = trim(substr($match, 12, -2));
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js2849 _fnSetCellData( oSettings, iThisIndex, jInner, $.trim(nTds[j].innerHTML) );
4989 $.trim( nTds[(iColumns*j)+i].className.replace( sClass+"1", "" ) );
4997 $.trim( nTds[(iColumns*j)+i].className.replace( sClass+"2", "" ) );
5005 $.trim( nTds[(iColumns*j)+i].className.replace( " "+sClass+"3", "" ) );
H A Djquery.jeditable.mini.js6 …ight=$(self).height();$(this).data('event.editable',settings.event);if(!$.trim($(this).html())){$(…
21 …);self.editing=false;callback.apply(self,[self.innerHTML,settings]);if(!$.trim($(self).html())){$(…
24 self.editing=false;callback.apply(self,[result,settings]);if(!$.trim($(self).html())){$(self).html(…
25 …form,[settings,self])){$(self).html(self.revert);self.editing=false;if(!$.trim($(self).html())){$(…
38 …n().each(function(){if($(this).val()==json['selected']||$(this).text()==$.trim(original.revert)){$…
H A Djquery.dataTables.min.js.gz
H A Djquery.js2trim,I=Array.prototype.indexOf,J={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j…
H A Djquery.dataTables.min.js50 h.length;d<f;d++){m=h[d].nodeName.toUpperCase();if(m=="TD"||m=="TH"){O(a,k,e,i.trim(h[d].innerHTML)…
91 …ame=i.trim(d[h*c+b].className.replace(e+"1",""))}else if(d[b].className.indexOf(e+"2")!=-1){c=0;fo…
92 h;c<a;c++)d[h*c+b].className=i.trim(d[h*c+b].className.replace(" "+e+"3",""))}j=1;var k;for(b=0;b<f…
/plugin/authhiorgserver/
H A Dauth.php155 $ov = trim($this->getConf("ov"));
188 $ov = trim($this->getConf("ov"));

1...<<51525354555657585960>>...69