Home
last modified time | relevance | path

Searched refs:trim (Results 151 – 175 of 1709) sorted by relevance

12345678910>>...69

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.properties.php41 $name = strtolower(trim($matches[1]));
71 $value .= trim($matches[1]);
77 $value = $value.trim($string);
H A Dcss.ruleset.class.php26 $media_list = preg_split("/\s*,\s*/",trim($root->get_attribute("media")));
47 $content = trim($root->get_content());
81 $src = $url_autofix->apply(trim($root->get_attribute('href')));
177 $this->css_import(trim($matches[1]), $pipeline);
180 $this->css_import(trim(css_remove_value_quotes($matches[1])), $pipeline);
183 $this->css_import(trim(css_remove_value_quotes($matches[1])), $pipeline);
/plugin/layeranimation/syntax/
H A Ditem.php87 $ClassOption .= ' ' . hsc(trim($item));
89 $CSSOption .= ' ' . hsc(trim($item));
95 $item = hsc(trim($item));
/plugin/namespacesearch/
H A Daction.php25 if(trim($_REQUEST['namespace'])){
26 $QUERY .= ' @'.trim($_REQUEST['namespace']);
/plugin/adhocmathml/
H A Dmo.php20 switch (trim($name)) {
35 return preg_match('/^[\w\d\%]+$/', trim($value));
/plugin/linksenhanced/syntax/
H A Dtable.php51 $options = trim(substr($match,16,-2));
61 $key = strtolower(trim($key));
62 $val = trim($val);
/plugin/combo/ComboStrap/
H A DHttp.php87 $headerNameNormalized = trim(strtolower($name));
94 $actualHeaderNameNormalized = trim(strtolower($actualHeaderName));
111 return trim(substr($header, $positionDoublePointSeparator + 1));
/plugin/davcard/syntax/
H A Dcard.php68 $options = trim(substr($match,16,-2));
77 $options = trim(substr($match,10,-2));
85 $key = strtolower(trim($key));
86 $val = trim($val);
/plugin/pagetemplater/
H A Daction.php60 $new = str_replace('@@' . strtoupper(trim($rkey)) . '@@', $replace[$key], $template);
61 …$new = str_replace(urlencode('@@') . strtoupper(trim($rkey)) . urlencode('@@'), $replace[$key], $n…
122 if (trim($space) && (strpos($ID, $space . ':') === 0)) {
140 if ( strlen(trim($namespace)) == 0 ) { continue; }
/plugin/ireadit/syntax/
H A Dlist.php52 $key = trim($pair[0]);
53 $value = trim($pair[1]);
67 $value = trim(cleanID($value), ':');
69 $value = trim($value, '/');
/plugin/imageflow/syntax/
H A Dimageflow.php83 …$data = array('src' => trim($src), 'params' => $params, 'desc' => trim($desc), 'w' => 200, 'title'…
205 $data['desc'] = trim($data['desc']);
206 $data['title'] = trim($data['title']);
/plugin/webdav/
H A Dhelper.php29 if (trim($this->getConf('remoteuser')) == '!!not set!!') {
35 if (trim($this->getConf('remoteuser')) == '') {
/plugin/quickstats/scripts/
H A Dread_ini.php11 $header = trim($entry,'[]');
18 $temp[$header][] = trim($entry);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php54 $wkt = trim(strtoupper($wkt));
115 $dataString = trim($dataString);
183 $points[] = $this->parsePoint(trim($part, ' ()'));
202 $lines[] = $this->parseLineString(trim($part, ' ()'));
255 $geometry = $this->parseTypeAndGetData(trim(substr($dataString, 0, $cutPosition)));
257 $dataString = trim(substr($dataString, $cutPosition + 1));
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php33 $text = trim($text, "\n");
41 # trim line breaks
42 $markup = trim($markup, "\n");
522 $text = trim($Line['text'], '# ');
759 if (trim($remainder) === '')
866 $divider = trim($divider);
867 $divider = trim($divider, '|');
873 $dividerCell = trim($dividerCell);
901 $header = trim($header);
902 $header = trim(
[all...]
/plugin/mp3play/
H A Dsyntax.php98 $line = trim($line);
101 $colors[trim($key)] = trim($color);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php120 … $comment = trim(preg_replace('#[ \t]*(?:\/\*\*|\*\/|\*)?[ \t]{0,1}(.*)?#u', '$1', $comment));
124 $comment = trim(substr($comment, 0, -2));
231 $result[$key] = $this->tagFactory->create(trim($tagLine), $context);
262 $tags = trim($tags);
/plugin/davcal/syntax/
H A Dcalendar.php64 $options = trim(substr($match,15,-2));
74 $options = trim(substr($match,9,-2));
82 $key = strtolower(trim($key));
83 $val = trim($val);
/plugin/partialsearch/
H A Daction.php57 …array_walk($arr, function(&$value) use ($surrounding) { $value = $surrounding . trim($value, WILDC…
79 if (isset($title) && trim($title)!==''){
84 … if ($this->getConf('enablesearchlookupsnippet') && (!isset($snippet) || trim($snippet)==='')) {
/plugin/bibtex4dw/syntax/
H A Dbibtex.php56 $matches[0] = trim($matches[0]);
57 if ( trim($matches[0]) == '' ) {
91 $matches = preg_split("/\r?\n/", trim($match));
95 if ($option == trim($match)) {
/plugin/farm/
H A Dconfig.class.php83 if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($l), $m)) {
84 $id = trim($m[1]);
86 $d = trim($m[2]);
124 …if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($this->conf[$i]), …
125 $id = trim($m[1]);
132 …if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($this->conf[$n]), …
133 $d = trim($m[2]);
/plugin/semanticdata/syntax/
H A Dentry.php63 $class = trim($class,'- ');
73 $line = trim($line);
88 $val = trim($this->dthlp->_cleanData($val,$column['type']));
297 return str_replace('#', '\#', trim($txt));
306 if (trim($field['type']) !== '' ||
318 isset($field['comment']) ? trim($field['comment']) : '');
322 $ret = '---- dataentry ' . trim($data['classes']) . ' ----' . DOKU_LF;
/plugin/xtern/
H A Dadmin.php79 $dir = trim($this->dir,':');
150 $id = trim($id,':');
156 $id = trim($id,':');
212 $url = trim($url,' )(\\;:-!"\'.,');
223 $url = trim($url,']');
257 $url = trim($url, ' "\'' );
277 return trim("$httpcode");
/plugin/database2/
H A Dmedia.php110 $hash = trim( @base64_decode( $_GET['b'] ) );
126 if ( !is_string( $salt ) || ( trim( $salt ) === '' ) )
155 $table = trim( $table );
169 $column = trim( $column );
170 $idColumn = trim( $idColumn );
363 $temp = ( trim( $_GET['thumb'] ) === '' ) ? '200x150' : $_GET['thumb'];
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php252 $leftNodeValue = trim($leftNode->nodeValue);
253 $rightNodeValue = trim($rightNode->nodeValue);
279 $leftChildNodeValue = trim($leftChildNode->nodeValue);
280 if (empty(trim($leftChildNodeValue))) {
288 $leftChildNodeValue = trim($rightChildNode->nodeValue);
289 if (empty(trim($leftChildNodeValue))) {

12345678910>>...69