Home
last modified time | relevance | path

Searched refs:trim (Results 26 – 50 of 1709) sorted by path

12345678910>>...69

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php250 $data .= trim($curData);
769 $val = trim($pfx);
1183 $data .= trim($curData);
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php243 … $destination = trim($this->document->documentElement->getAttribute('Destination'));
283 $trimmedIssuer = trim($issuer);
529 $value = trim($entry->textContent);
H A DUtils.php1005 $data .= trim($curData);
/plugin/adhocmathml/
H A Dabstract.php27 switch (trim($name)) {
35 return preg_match('/^[\w\d,\(\)#\% \/]+$/', trim($value));
39 return preg_match('/^[\w\d\%]+$/', trim($value));
47 return preg_match('/^[+-]?[\d]+$/', trim($value));
H A Dmaction.php22 switch (trim($name)) {
H A Dmath.php20 switch (trim($name)) {
31 return (trim($value) == 'http://www.w3.org/1998/Math/MathML');
H A Dmfrac.php20 switch (trim($name)) {
23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmo.php20 switch (trim($name)) {
35 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmover.php20 switch (trim($name)) {
H A Dmpadded.php20 switch (trim($name)) {
27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php20 switch (trim($name)) {
25 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmtd.php20 switch (trim($name)) {
23 if (is_numeric(trim($value))) {
H A Dmunder.php20 switch (trim($name)) {
H A Dmunderover.php20 switch (trim($name)) {
H A Dsemantics.php20 switch (trim($name)) {
/plugin/adhoctags/
H A Dhelper.php72 if (in_array(strtolower(trim($val)), array('ltr','rtl','auto'))) {
80 if (in_array(strtolower(trim($val)), array('hidden','until-found'))) {
145 $attr['lang'] = strtolower(trim($token,':'));
151 $attr['id'] = trim($token,'#');
157 $attr['title'] = trim($token,'"');
164 $cAttr = explode('=', trim($token,'[]'), 2);
218 if (trim($token)!==''){array_push($result, $token);}
231 if (trim($token)!==''){array_push($result, $token);}
260 if (trim($token)!==''){array_push($result, $token);}
301 if (trim(
[all...]
/plugin/adhoctags/syntax/
H A Da.php30 return (preg_match('/^([\w\d]+ ?)+$/', trim($value)));
34 return (preg_match('/^[\w\d_-]+$/', trim($value)));
38 return (preg_match('/^[\w\-]+$/', trim($value)));
42 return (preg_match('/^[\w\-_\.]+$/', trim($value)));
H A Dabstract.php84 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
94 $title = trim($match);
96 $title = trim($title,'= ');
/plugin/admnote/syntax/
H A Drenderer.php89 $match = trim(str_replace(array('<','>'),'',$match));
/plugin/advanced/admin/
H A Dconfig.php222 $blacklist = trim(preg_replace('/[\n]+/m', "\n", $blacklist)); # Remove multiple new line
/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/aichat/
H A DEmbeddings.php204 if (trim((string)$part) == '') continue; // skip empty chunks
315 $chunk = trim($chunk);
H A Dcli.php461 $value = trim(fgets($fh));
H A Dsyntax.php

12345678910>>...69