Home
last modified time | relevance | path

Searched refs:trim (Results 926 – 950 of 1709) sorted by relevance

1...<<31323334353637383940>>...69

/plugin/structupdate/helper/
H A Dupdate.php40 $page_row_id = trim($page_row_id);
/plugin/sqljson/
H A Dsyntax.php54 return array('sqljson' => $content, 'variable' => trim($attr));
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.margin.inc.php18 $values = preg_split('/\s+/', trim($value));
H A Dcss.padding.inc.php16 $values = preg_split('/\s+/', trim($value));
/plugin/evesso/
H A Dhelper.php130 $validGroups = explode(',', trim($this->getConf($name), ','));
/plugin/dwedit/
H A Daction.php69 $ns = trim($ns);
/plugin/sortablejs/
H A Dsyntax.php50 $match = trim( $match );
/plugin/combo/syntax/
H A Dheadingatx.php85 $attributes = [HeadingTag::LEVEL => strlen(trim($match))];
/plugin/combo/resources/snippet/js/
H A Dcache.js36 .trim()
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php78 if (trim($actual->getCapturedContent()) === "") {
/plugin/struct/meta/
H A DAccessTableGlobal.php61 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
/plugin/structpublish/action/
H A Dmigration.php109 return (int) trim(file_get_contents(DOKU_PLUGIN . 'structpublish/db/latest.version', false));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php484 …$info['replay_gain']['track']['adjustment'] = floatval(trim(str_replace('dB', '', $txxx_array['dat…
494 …$info['replay_gain']['album']['adjustment'] = floatval(trim(str_replace('dB', '', $txxx_array['dat…
552 $element = trim($element);
690 …$parsedFrame['description'] = trim(getid3_lib::iconv_fallback($parsedFrame['encoding'], $info['id3…
696 …$info['id3v2']['comments'][$parsedFrame['framenameshort']][$commentkey] = trim(getid3_lib::iconv_f…
698 …$info['id3v2']['comments'][$parsedFrame['framenameshort']][] = trim(getid3_lib::iconv_f…
797 $parsedFrame['url'] = trim($parsedFrame['data']); // always ISO-8859-1
2035 …$encoding_converted_text = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding'…
2072 …$subframe['image_mime'] = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding…
2074 …$subframe['description'] = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding…
[all …]
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php167 $response = trim($response);
/plugin/jirainfo/
H A Daction.php79 $task = trim($_POST['key']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DNotifysend.php236 $cmd .= ' '.escapeshellarg(trim($msg));
/plugin/issuelinks/
H A Dsyntax.php62 list($pmServiceKey, $issueSyntax) = explode('>', trim($match, '[]'));
/plugin/javadoc/
H A Dsyntax.php73 $site = trim(substr($match,8,-1));
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php130 return trim(str_replace("\n", "\n ", $lines));
/plugin/poldek/
H A Dhelper.php151 $poldek .= ' --sn '.escapeshellarg(trim($repo));
/plugin/imagecarousel/
H A Dsyntax.php79 if (trim($match) !== '') {
/plugin/xref/
H A Dsyntax.php39 $match = trim(substr($match, 7, -2));
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php15 $g_baseurl = trim(get_var('URL', $_REQUEST));
/plugin/xfortune/
H A Dhelper.php156 $text = trim($text);
/plugin/telleveryone/action/
H A Dnotification.php90 list($url, $token) = preg_split('/\s+/', trim($source), 2);

1...<<31323334353637383940>>...69