Home
last modified time | relevance | path

Searched refs:trim (Results 1001 – 1025 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/quiz/
H A Dclass_quiz.php373 if ((trim($lines[$k]) == '') || (substr($lines[$k], 0, 5) != "=====")) {
385 if ((trim($lines[$n]) == '') || (substr($lines[$n], 0, 4) != " * ")) {
406 if (trim($lines[$k]) == '') continue;
/plugin/jsonrpc/
H A Djsonrpc.php15 if(isset($HTTP_RAW_POST_DATA)) $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
182 $page['id'] = trim($pages[$idx]);
311 if(!page_exists($id) && trim($TEXT) == '' ) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.real.php55 if (strlen(trim($valuearray[0])) > 0) {
56 $info['real']['comments'][$key][] = trim($valuearray[0]);
328 $info['real']['comments'][$val][] = trim($thisfile_real_chunks_currentchunk[$key]);
H A Dmodule.audio.vqf.php113 …$thisfile_vqf['comments'][$this->VQFcommentNiceNameLookup($ChunkName)][] = trim(substr($ChunkData,…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php46 $ns_tmp=trim($ns_tmp,':');
196 $temp_folder = dwiki_encodeFN(trim($temp_folder,'/'));
572 $ns_tmp = dwiki_decodeFN(trim($currentFolder, '/'));
/plugin/rater/scripts/
H A Djquery.tablesorter.js233 return $.trim(getElementText(config, node));
868 return /^[-+]?\d*$/.test($.trim(s.replace(/[,.']/g, '')));
898 return $.trim(s.toLocaleLowerCase());
946 return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//), ''));
963 return /\%$/.test($.trim(s));
/plugin/odp/
H A Drenderer.php986 … $highlighted_code = trim(preg_replace('!^<pre[^>]*>|</pre>$!','',$geshi->parse_code()),"\n\r");
1005 if (!trim($css_style_array[0]) or !trim($css_style_array[1])) {
1008 $css_styles[trim($css_style_array[0])] = trim($css_style_array[1]);
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php112 $line = trim(array_shift($lines));
/plugin/webcomponent/syntax/
H A Ddropdown.php153 $link[0] = trim($link[0]);
/plugin/strreplace/
H A Daction.php78 $srch = trim($srch);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php112 $line = trim(array_shift($lines));
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/math2/
H A Dsyntax.php121 return (array($size, trim($math), $align));
/plugin/mellelexport/
H A Dmellelconvert.php23 if (strlen(trim($data)) > 0) {
/plugin/block/
H A Dsyntax.php171 $c = trim($c);
/plugin/ajaxedit/
H A Dhelper.php63 $this->ID=cleanID(trim($_POST["pageid"]));
/plugin/bloglinks/
H A Daction.php75 if (trim($namespace) && (strpos($ID, $namespace . ':') === 0)) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php191 $family = trim ($family, '"<>');
/plugin/combo/ComboStrap/
H A DMetadataSingleArrayStore.php135 return trim($key);
/plugin/bez/mdl/
H A DModel.php129 $user_tok = trim($_GET['t']);
/plugin/bez/struct/
H A DBezType.php114 $lookup = trim($INPUT->str('search'));
/plugin/keywords/action/
H A Dkeywords.php69 $requestContent = trim( preg_replace( '/\{\{keywords>.*?\}\}/is' , '', $requestContent ) );
/plugin/structpublish/helper/
H A Dnotify.php97 $recipient = trim($recipient);
157 $actions = array_map('trim', explode(',', $this->getConf('email_status')));

1...<<41424344454647484950>>...69