Home
last modified time | relevance | path

Searched refs:trim (Results 526 – 550 of 1709) sorted by relevance

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

/plugin/structat/action/
H A Dstruct.php50 $val = trim($val);
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DDefaultSlugGenerator.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOSqliteTest.php20 if (!trim($sql)) continue;
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php42 $trimmed_renderer_response = trim($trimmed_renderer_response);
/plugin/dbquery/syntax/
H A Dmacro.php38 $macro = strtolower(trim(substr($match, 10, -2)));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php173 $ar1 = RemoveAccents(strtolower(trim($ar1)));
174 $ar2 = RemoveAccents(strtolower(trim($ar2)));
770 if (trim($id3v1['title']) != trim(substr($id3v2['title'], 0, 30))) {
773 if (trim($id3v1['artist']) != trim(substr($id3v2['artist'], 0, 30))) {
776 if (trim($id3v1['album']) != trim(substr($id3v2['album'], 0, 30))) {
779 if (trim($id3v1['year']) != trim(substr($id3v2['year'], 0, 4))) {
782 if (trim($id3v1['genre']) != trim($id3v2['genre'])) {
786 …if (!isset($id3v1['track_number']) || (trim($id3v1['track_number']) != trim($id3v2['track_number']…
789 if (trim($id3v1['comment']) != trim(substr($id3v2['comment'], 0, 28))) {
793 if (trim($id3v1['comment']) != trim(substr($id3v2['comment'], 0, 30))) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.display.inc.php26 return trim(strtolower($value));
H A Dcss.line-height.inc.php46 if (trim($value) === "normal") {
H A Dcss.property.stringset.class.php24 $value = trim(strtolower($value));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOMySQLTest.php25 $query = trim($query," \r\n\t");
/plugin/lvhpacket/
H A Dsyntax.php95 …$token = strtolower(trim(substr($match, 1, ($tokenDiv - 1)))); //Everything Before '=', Remove Whi…
577 <a id='".trim(str_replace(' ', '', $instPacketName))."'></a>
588 …$renderer->doc = preg_replace("/<!--TOC-->/", "<tr><td class=packetTOCCell><li><a href='#".trim(st…
/plugin/autolink2/
H A Dhelper.php44 $this->autolink_idx[$key]=trim($value);
271 $docs[$page] = trim($this->page_idx[$num]);
275 return trim($this->page_idx[$nums]);
/plugin/odt/ODT/
H A DXMLUtil.php393 $value = trim($value, '"');
413 $name = trim($name);
415 $value = trim($value, '"');
/plugin/todo/syntax/
H A Dtodo.php200 $option = trim($option);
466 $todotitle = trim($tododata[2]);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFqsen.php59 $this->name = trim(end($matches), '()');
/plugin/prosemirror/parser/
H A DLocalLinkNode.php35 $trimmedHash = trim($hash, '#');
/plugin/translator/
H A Dadmin.php265 $user = trim($user);
268 $lang = trim($lang);
321 $name = trim($name);
324 $value = trim($value);
542 $key = trim($key);
543 $value = trim($value);
/plugin/move/helper/
H A Dplan.php425 list($old, $new) = explode("\t", trim($line));
437 list($old, $new) = explode("\t", trim($line));
489 list($src, $dst) = explode("\t", trim($line));
586 $line = trim($line);
594 $page = trim($page);
629 list($src, $dst) = explode("\t", trim($line));
/plugin/structacl/
H A Dhelper.php20 $line = trim($line);
/plugin/randompage2/
H A Daction.php28 $page = trim($page);
/plugin/tablelayout/_jstest/
H A DsplitMerges.tests.js13 …tualSplitRows.text().split('\n').filter(function(rowText) {return rowText.trim().length;}).map(fun…
/plugin/structpublish/helper/
H A Dassignments.php22 if (trim($pattern, ':') == '**') {
/plugin/data/syntax/
H A Dentry.php89 $class = trim($class, '- ');
99 $line = trim($line);
116 $val = trim($this->dthlp->cleanData($val, $column['type']));
651 return str_replace('#', '\#', trim($txt));
669 $field = array_map('trim', $field);
688 $ret = '---- dataentry ' . trim($data['classes']) . ' ----' . DOKU_LF;
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContext.php47 ? trim((string)$namespace, '\\')
/plugin/schedule/
H A DajaxPOI.php26 in_array (trim ($schdplug->getConf ('adminGroup')), $INFO ['userinfo']['grps']);

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