Home
last modified time | relevance | path

Searched refs:trim (Results 1251 – 1275 of 1709) sorted by relevance

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

/plugin/ireadit/action/
H A Dmigration.php241 $match = trim(substr($matches[0], strlen('~~IREADIT'), -2));
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php188 $name = strtolower(trim($name));
/plugin/combo/syntax/
H A Dcontentlist.php211 $type = trim(strtolower($attributes->getType()));
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php199 if (trim($fieldBr->val()) === "<br>") {
H A DSite.php757 if ($value !== null && trim($value) !== "") {
773 if ($value === null || trim($value) === "") {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php214 if (trim($buffer) === '') {
/plugin/struct/meta/
H A DAssignments.php282 if (trim($pattern, ':') == '**') return true; // match all
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php205 if (isset($matches[2]) === true && trim($matches[2]) !== '') {
289 $type = trim($matches[1]);
/plugin/callflow/
H A Dscript.js91 if (!String.prototype.trim) String.prototype.trim = function(){return this.replace(/^\s+|\s+$/g, ''…
/plugin/epub/scripts/
H A Depub_utils.php20 $ident_title = str_replace(' ', '_',strtolower(trim($title)));
29 $epub_version = trim(str_replace('date',"",$info_data[$i]));
/plugin/gallery/
H A Dsyntax.php
/plugin/webdavclient/
H A Dhelper.php1288 array($ret[$object->getName()][(string)$key], trim((string)$val, '"'));
1294 $ret[$object->getName()][(string)$key][] = trim((string)$val, '"');
1300 $ret[$object->getName()][(string)$key] = trim((string)$val, '"');
1307 $ret[$object->getName()] = trim((string)$object, '"');
/plugin/photogallery/
H A Dsyntax.php73 $cmd = trim($cmd, '- ');
154 $line = trim($line);
1025 $data[trim($opt)] = true;
/plugin/pagestat/
H A Dscript.js201 out_params[sub_arg[0].trim()]=sub_arg[1];
260 var wtmp=warr[i].trim();
277 if(cl_list[i].trim()!="pt_heightlight"){
644 var tmp = t_list[x].trim();
940 anal_list[x]=anal_list[x].trim();
955 word_list[jj]=word_list[jj].trim();
1761 out_params[sub_arg[0].trim()]=sub_arg[1];
/plugin/sphinxsearch-was/
H A DSphinxSearch.php232 $words[$id] = trim($word, "*");
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php229 …return isset($this->input[$k]) ? (is_array($this->input[$k]) ? $this->input[$k] : trim($this->inpu…
/plugin/issuelinks/services/
H A DJira.service.php37 $this->jiraUrl = $jiraUrl ? trim($jiraUrl, '/') : null;
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php130 $entry = mb_strtolower(trim($entry));
/plugin/tagadd/
H A Daction.php163 $nsTags = $Htagfilter->getTagsByNamespace(trim($ns,':'));
/plugin/sphinxsearch/
H A DSphinxSearch.php228 $words[$id] = trim($word, "*");
/plugin/swfobject/
H A Dsyntax.php343 return trim($result);
/plugin/multipoll/
H A Dsyntax.php88 return array(trim($title), $questions, $opts);
/plugin/datatemplate/syntax/
H A Dentry.php228 $val = trim($val);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php207 $output = trim($output);
/plugin/authyubikey/lib/
H A DYubico.php388 $rows = explode("\r\n", trim($str));

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