Home
last modified time | relevance | path

Searched refs:trim (Results 601 – 625 of 1709) sorted by relevance

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

/plugin/s5/
H A Dsyntax.php54 if($match!='~~SLIDESHOW~~') return array(trim(substr($match,11,-2)));
/plugin/dir/
H A Dsyntax.php627 $curPathSplit = explode(":", trim(getNS($ID), ":"));
628 $fqidPathSplit = explode(":", trim(getNS($fqid), ":"));
721 $flags = trim($data, '~');
723 $flags = trim($flags);
941 $pieces = explode(':', trim($pageid, ':'));
/plugin/new_page_dialog/tpl/
H A Dmain.php383 …<input type="text" class="" style="display: none;" id="npd_ns" value="<?php echo trim($_REQUEST['i…
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js348 var searchTerm = mxUtils.trim(shape);
778 console.log('App.execute:', mxUtils.trim(command));
779 var tokens = mxUtils.trim(command).split(' ');
859 var searchTerm = mxUtils.trim(command.substring(tokens[0].length));
1060 var searchTerm = mxUtils.trim(tokens.slice(1, tokens.length).join(' '));
1649 var colorToken = mxUtils.trim(colorCommand.substring(
1728 var value = mxUtils.trim(tokens[tokens.length - 1].toLowerCase());
1760 var shapenameToken = mxUtils.trim(tokens.join('')).toLowerCase();
1834 var shortname = mxUtils.trim(name).toLowerCase().replace(/ /g, '');
1840 var name = mxUtils.trim(command).toLowerCase().replace(/ /g, '');
[all …]
/plugin/pageimage/
H A Dsyntax.php32 $image = trim(substr($match, 12, -2)); // strip markup & whitespace
/plugin/syntaxhighlightjs/action/
H A Dsxh.php88 trim($token, '<>');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DDisallowObjectStringIndexSniff.php76 $content = trim($tokens[$index]['content'], '"\' ');
/plugin/bootswrapper/syntax/
H A Dcolumn.php74 $markup = '<div class="bs-wrap bs-wrap-col ' . trim($col) . '">';
/plugin/confmanager/tpl/
H A DshowConfigSingleLine.php13 && in_array(trim(substr($config,1)), $default)
/plugin/docimporter/
H A DImportUtils.php51 $line = trim(preg_replace('/\s+!/', ' ^', $line));
59 $line = trim(preg_replace('/\|(.*)\s+/', '|$1', $line));
/plugin/letsencrypt/
H A Dhelper.php86 $line = trim($line);
176 $email = trim($email);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php112 $line = trim($lines[$current]);
170 $value = trim(implode(' ', $value));
/plugin/usersubscriptions/
H A Dsyntax.php44 $match = strtolower(trim(substr($match, 19, -2)));
52 $ns = trim($options[0]);
/plugin/textinsert/
H A Dadmin.php68 if(isset($value) && trim($value)) {
69 if(isset($words[$key]) && trim($words[$key])) {
/plugin/tiledblog/
H A Dsyntax.php32 return trim (substr ($match, 11, -2)); // "{{tiledBlog" => 11 "}}" => 2
143 in_array (trim ($this->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.nsv.php206 if (trim($info['nsv']['NSVf']['metadata']) != '') {
212 $info['nsv']['comments'][strtolower($key)][] = trim(str_replace("\x01", '', $value));
/plugin/bookmarkfile/
H A Dsyntax.php78 $first_line = trim(fgets($bookmarkfile));
211 $sLine = trim(fgets($bookmarkfile));
/plugin/strata/driver/
H A Ddriver.php160 if(trim($line," \t\n\r") == '') continue;
172 if(trim($s) == '') continue;
/plugin/box/
H A Dsyntax.php85 $data = $this->boxstyle(trim(substr($match, 4, -1)));
106 $data = trim(substr($match, 5, -1));
/plugin/tagfilter/helper/
H A Dsyntax.php251 $flag = trim($flag);
252 $value = trim($value);
/plugin/docnavigation/syntax/
H A Dtoc.php90 $value = trim($value);
92 switch (trim($key)) {
/plugin/odt/ODT/
H A DODTSpan.php167 $parts = explode(' ', trim($tagged, '<> '), 2);
174 $entry ['tag-close'] = trim ($tagged, '<>/ ');
/plugin/combo/ComboStrap/
H A DOutlineSection.php131 $label .= trim($call->getCapturedContent());
134 return trim($label);
H A DPrism.php179 'left-trim': true,
180 'right-trim': true,
329 $prompt = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
337 $prompt = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
/plugin/recommend/
H A Daction.php98 $lookup = trim($INPUT->str('search'));
212 if (!isset($_POST['s_name']) || trim($_POST['s_name']) === '') {

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