Home
last modified time | relevance | path

Searched refs:trim (Results 551 – 575 of 1709) sorted by relevance

1...<<21222324252627282930>>...69

/plugin/freechat/phpfreechat/src/commands/
H A Dredirect.class.php19 if (trim($param) == '')
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-family.inc.php16 $subvalue = trim(strtolower($subvalue));
/plugin/move/_test/
H A DaffectedPagesNs.test.php54 $this->assertSame('oldns:start',trim($affected_file[0]));
/plugin/popupviewer/syntax/
H A Dpopupscript.php43 p_set_metadata($ID, array( 'popupscript' => trim($data)));
/plugin/do/
H A Ddomd5changed.php17 $row['tasks.text'] = trim(html_entity_decode(strip_tags($row['tasks.text']), ENT_QUOTES, 'UTF-8'));
/plugin/gdpr/action/
H A Ddelusers.php68 $this->cleanUsernameFromChangelogs(trim($usersToDelete[0]));
232 return trim($firstLine);
/plugin/accscounter/
H A Dadmin.php62 $element[0] = trim($element[0]);
63 $element[1] = trim($element[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DSuperfluousWhitespaceSniff.php118 $tokenContent = trim($tokens[$i]['content']);
154 $tokenContent = trim($tokens[$i]['content']);
/plugin/zip/pear/MIME/
H A DType.php137 $params[] = trim($tmp[$i]);
185 return strtolower(trim($tmp[0]));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php137 $chunk = trim( $chunk ) ;
256 $rest = trim($rest,'\\/');
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php137 $chunk = trim( $chunk ) ;
256 $rest = trim($rest,'\\/');
/plugin/vshare/syntax/
H A Dvideo.php71 $title = trim($title);
77 $command = trim($command);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php137 $chunk = trim( $chunk ) ;
256 $rest = trim($rest,'\\/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Files/
H A DClosingTagSniff.php60 if (trim($tokens[$last]['content']) !== '') {
/plugin/preservefilenames/
H A Drenderer.php53 print trim($text, "\r\n");
/plugin/combo/resources/snippet/js/
H A Dsearch.js25 divContainer.insertAdjacentHTML('beforeend',suggestPage.trim())
/plugin/netlogo/inc/
H A Dsupport.php32 return trim(com_create_guid(), '{}');
/plugin/displaywikipage/
H A Dcode.php22 $perm = auth_quickaclcheck(trim(strtolower($wikipagename), ":"));
/plugin/mathjax/action/
H A Denable.php44 $f = trim($f);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableRenderer.php34 return \trim($children);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOSqliteTest.php35 $query = trim($query," \r\n\t");
/plugin/semantic/
H A Dsyntax.php47 …$renderer->meta['plugin']['semantic']['schema.org']['type'] = trim(str_replace('Schema.org/', '', …
/plugin/schedule/
H A Dschedules.class.php95 $this->nameSpace = cleanId (trim ($ns));
139 $tmpMember = trim ($tmpMember);
231 $tmpMember = trim ($tmpMember);
248 $value = trim ($value);
255 $this->repeatGrouped = trim ($this->getConf ('repeatPosition')) == 'grouped';
256 $grouped = trim ($grouped);
317 $city = trim ($city);
502 $schedule->member = trim ($schedule->requestMembers [0]);
596 $newMember = trim ($newMember);
618 $place = trim ($this->makeListPlaceForMap ($schedule));
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php622 $v = trim($m[1]);
636 $first = preg_split('/\s+/', trim($bgr[0]));
639 } elseif (trim($first[count($first) - 1]) === '0') {
662 } elseif (trim($first[count($first) - 1]) === '0') {
726 $el = preg_split('/\s+/', trim($bgr[$i]));
749 $v = trim($m[1]);
767 $first = preg_split('/\s+/', trim($bgr[0]));
772 } elseif (trim($first[count($first) - 1]) === '0') {
870 $el = preg_split('/\s+/', trim($bgr[$i]));
949 $v = trim(
[all...]
/plugin/hiddenswitch/
H A Dsyntax.php26 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")

1...<<21222324252627282930>>...69