Home
last modified time | relevance | path

Searched refs:trim (Results 876 – 900 of 1709) sorted by relevance

1...<<31323334353637383940>>...69

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.au.php55 $thisfile_au['comments']['comment'][] = trim(substr($AUheader, 24));
/plugin/editor/
H A Dsyntax.php46 return array($ns, trim($user), $flags, $refine);
/plugin/multilingual/
H A Dsyntax.php86 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/freechat/phpfreechat/src/commands/
H A Dnick.class.php21 if (trim($param) == '')
/plugin/inlineedit/
H A Daction.php48 $input_str = trim($INPUT->str('input')); //input string
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php68 $systemName = trim($tokens[$systemName]['content'], " '");
/plugin/likeit/
H A Dsyntax.php75 trim(substr($match,8,strlen($match)-8-1))
/plugin/isauth/
H A Dsyntax.php79 $auth = trim(substr($match, 8, -1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DConstructorNameSniff.php142 $this->_functionList[] = trim($tokens[$next]['content']);
/plugin/admnote/syntax/
H A Drenderer.php89 $match = trim(str_replace(array('<','>'),'',$match));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEqual.php136 trim($description . "\n" . $f->getMessage()),
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php110 $host = strtolower(preg_replace('/:\d+$/', '', trim($host)));
/plugin/flowplayer/
H A Dsyntax.php35 list($url, $attr) = explode(" ", hsc(trim(substr($match, 13, -2))), 2);
/plugin/wrap/syntax/
H A Dspan.php43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMoreLikeThis.php131 $analyzer = \trim($analyzer);
/plugin/oauth/
H A Dhelper.php84 $validDomains = explode(',', trim($this->getConf('mailRestriction'), ','));
85 return array_map('trim', $validDomains);
/plugin/phpipam/
H A Dphpipam-api.php432 $api_url = trim($api_url);
749 $this->token = trim($token[0]);
750 $this->token_expires = trim($token[1]);
/plugin/groupmail/
H A Dsyntax.php390 $targetpage = htmlspecialchars(trim($sendlog));
397 $newrecord .= "\n<code>\n".trim($comment,"\n\t ")."\n</code>\n\n";
432 if (trim($comment, " \t") != ''){
/plugin/freesync/
H A Dhelper.php159 $local_list[trim($pages[$idx])] = array("id" => trim($pages[$idx]),
294 $TEXT = trim($page['text']);
/plugin/bureaucracy/
H A Dsyntax.php87 $line = trim(array_shift($lines));
265 $k = trim($k);
266 $v = trim($v);
/plugin/fckg/action/
H A Dsave.php36 $TEXT = trim($TEXT);
/plugin/simplechat/
H A Dajax.php17 $msg = str_replace( array("\r","\n"), '\r', trim($_GET['msg']) );
/plugin/clock/
H A Dsyntax.php101 $info= trim(substr($info, 4, -5)); // remove <p>, </p>
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php107 $xmlContents = trim(substr($XMLDocString, $tagPos[1]));
/plugin/autotooltip/
H A Dsyntax.php75 $parts = array_map(function($s) {return trim($s);}, explode('|', $inner));

1...<<31323334353637383940>>...69