Home
last modified time | relevance | path

Searched refs:trim (Results 976 – 1000 of 1709) sorted by relevance

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

/plugin/dtable/
H A Dscript.js443 if (jQuery.trim(content) == ':::')
646 if (jQuery.trim(value) !== ':::')
686 if (jQuery.trim(value) !== ':::')
700 if (jQuery.trim(value) !== ':::')
814 if (jQuery(this).val() != "" && jQuery.trim(jQuery(this).val()) != ':::')
/plugin/semanticdata/
H A Dhelper.php38 $value = trim($value);
/plugin/webcomponent/syntax/
H A Dbutton.php161 $link[0] = trim($link[0]);
/plugin/structrowcolor/
H A Dstruct.php56 $val = trim($data['val']);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php69 $prefix = trim($prefix, '\\') . '\\';
/plugin/pagenav/
H A Dsyntax.php45 return array(strtolower(trim($glob)), $mode);
/plugin/workflow/
H A Dscript.js117 …var val = '^(?=.*\\b' + jQuery.trim(jQuery(this).val()).split(/\s+/).join('\\b)(?=.*\\b') + ').*$'…
/plugin/dokubookmark/
H A Daction.php110 foreach (explode(';', trim($this->getConf('presets'))) as $p) {
/plugin/alphalist/
H A Dsyntax.php39 $match = trim($match);
/plugin/pdftools/
H A Dsyntax.php114 $match = trim($match);
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php170 if (trim($data) !== '') {
/plugin/gh/
H A Dsyntax.php74 $match = trim(substr($match, 5, -2));
/plugin/farmer/admin/
H A Dsetup.php37 $farmdir = trim($INPUT->str('farmdir', ''));
/plugin/combo/ComboStrap/
H A DTemplate.php76 $variable = trim(substr($part, 1));
/plugin/imapmarkers/syntax/
H A Dreference.php64 $match = trim($match);
/plugin/struct/types/
H A DColor.php18 $rawvalue = trim(strtolower($rawvalue));
/plugin/struct/action/
H A Dentry.php107 if (trim($event->data['newContent']) === '') {
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak116 pos).trim() : label;
118 pos + 1, label.length()).trim() : "";
/plugin/issuelinks/helper/
H A Ddb.php181 if (substr(trim($sql), 0, strlen('SELECT')) !== 'SELECT') {
184 if (strpos(trim($sql, ';'), ';') !== false) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php319 $attrString = trim(substr($tagString, $tagAttributesStart, $j - $tagAttributesStart));
323 … $attributeName = trim(str_replace($this->tagAttributeAssignment, "", $attrArray[$attrCounter]));
/plugin/datatemplate/syntax/
H A Dlist.php55 $line = trim($line);
225 $replacers['raw_vals'][] = trim($cval);
/plugin/do/
H A Dhelper.php120 $ns = trim(resolve_id(getNS($ID), $args['ns'], false), ':');
260 $md5 = trim($md5);
/plugin/dev/
H A Dcli.php158 $ldir = trim($ldir, '/');
189 $value = trim(fgets($fh));
358 $output = array_map('trim', $output);
/plugin/owncloud/
H A Dhelper.php115 return is_dir($conf['mediadir'].'/'.trim($path,'/'));
126 $file = trim($file,'/'); //Remove slashes at the beginning
372 $allowedURL = trim($allowedURL);
382 $pattern = trim($pattern);

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