Home
last modified time | relevance | path

Searched refs:trim (Results 426 – 450 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/odt/ODT/styles/
H A DODTStyle.php119 $element = trim ($matches [0], '"<>');
197 $value = trim ($value, '"<>');
/plugin/notification/syntax/
H A Dlist.php52 $key = trim($pair[0]);
53 $value = trim($pair[1]);
/plugin/farmer/admin/
H A Dconfig.php47 $farmconf['base']['basedomain'] = trim(trim($farmconf['base']['basedomain'], '.'));
/plugin/combo/ComboStrap/
H A DDateTag.php47 if ($lang !== null && trim($lang) !== "") {
50 if (strlen(trim($lang)) === 2) {
H A DNavBarUtility.php25 if (!empty(trim($text))) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php114 if (\strlen(\trim($nextLine)) !== 21) {
121 /* Check for less than 20 bytes: cut the line to 20 bytes and trim; have to result in exactly 18 bytes.
125 if (\strlen(\trim(\substr($nextLine, 0, 20))) !== 18) {
/plugin/struct/types/
H A DTag.php33 $page = trim($this->config['page']);
50 $lookup = trim($INPUT->str('search'));
/plugin/siteexport/inc/
H A Ddebug.php114 $log = $prepend . str_replace("\n", "\n" . $prepend . "\t", trim($info)) . "\n";
138 …"\t" . str_replace("\n", "\n" . $prepend . "\t", str_replace("\r\n", "\n", trim($content))) . "\n";
/plugin/publish/
H A Dhelper.php31 $id = trim($id, ':');
67 $dir = trim($dir, ':');
318 $allowedGroups = array_filter(explode(' ', trim($this->getConf('author groups'))));
329 $allowedGroup = trim($allowedGroup);
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_text.php5 return preg_replace("![ \n\t]+!"," ",trim($string));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php206 $id = trim((string)$raw_id);
228 $id = ($media ? trim($id,':.-') : trim($id,':._-'));
/plugin/dataplot/
H A Dsyntax.php87 $lines = trim(join("\n", $lines))."\n";
91 $cols = explode(" ", preg_replace("!\s+!", " ", trim($lines[0])));
143 $input = trim(join("\n", $lines))."\n";
/plugin/schedule/syntax/
H A Dblock.php34 return array ($state, trim (substr ($match, 10, -2))); // "{{schedule" => 10 "}}" => 2
193 $filters [$filterName] .= $sep.trim (trim ($dumy[$filterName][$i]), ',');
/plugin/translationbuddy/
H A Dsyntax.php67 $line = trim($line);
72 $data[$key] .= ' ' . trim($value);
74 $data[$key] = trim($value);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php55 $path = trim($path, '/');
196 $basePath = trim($path, '/');
230 $path = trim($path, '/');
/plugin/bookcreator/action/
H A Dhandleselection.php266 if(trim($line) == '') continue;
271 $title = trim(str_replace("======", '', $line));
305 $ns = trim($ns, ':');
/plugin/tablelayout/script/
H A Dscript.js115 var globalSearchText = $globalSearch.find('input').val().trim().toLowerCase();
120 var cellText = $this.text().trim().toLowerCase();
123 var searchText = $searchInputs.eq(colFilterIndex).val().trim().toLowerCase();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php55 $path = trim($path, '/');
196 $basePath = trim($path, '/') . '/';
228 $path = trim($path, '/');
/plugin/do/syntax/
H A Ddo.php77 $content = trim(substr($match, 3, -1));
82 $content = trim(str_replace($data['task']['date'], '', $content));
88 $data['task']['users'] = array_map('trim', $data['task']['users']);
136 return trim(html_entity_decode(strip_tags($text), ENT_QUOTES, 'UTF-8'));
/plugin/odt/ODT/elements/
H A DODTElementFrame.php211 $percentage = trim ($width, '%');
234 $width = trim ($width, '"');
265 $name = trim ($name, '"');
/plugin/gitbacked/action/
H A Deditcommit.php36 $gitPath = trim($this->getConf('gitPath'));
61 $ignorePaths = trim($this->getConf('ignorePaths'));
337 $emailAddressOnError = trim($this->getConf('emailAddressOnError'));
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php162 $line = trim(strip_tags($line));
165 $newvalue = trim(str_replace($key, '', $line));
447 $DisabledFunctions[trim($value)] = 'local';
450 $DisabledFunctions[trim($value)] = 'global';
766 $alreadyLookedAtURLs[trim($url)] = true;
772 $matches[1] = trim(@$matches[1]);
832 $error_fopen .= trim(strip_tags(ob_get_contents()));
930 $filename = trim($filename, '.');
971 $line = trim(strip_tags($line));
975 $newvalue = trim(str_replace($key, '', $line));
/plugin/oiddelegate/
H A Dadmin.php40 $new[0] = trim($_REQUEST['oidadd'][0]);
41 $new[1] = trim($_REQUEST['oidadd'][1]);
/plugin/maintenance/
H A Dhelper.php72 $script_hash = trim(file_get_contents($this->script_last_script_file));
76 $pid = trim(file_get_contents($this->script_last_pid_file));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php107 $ext[] = strtolower(trim($new));
108 $ext[] = strtoupper(trim($new));

1...<<11121314151617181920>>...69