Home
last modified time | relevance | path

Searched refs:trim (Results 1226 – 1250 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php321 $line .= trim($actual);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php183 $entry = trim($entry);
/plugin/bureaucracy/helper/
H A Dactionmail.php197 list($syntax,) = explode(' ', trim($codeoptions), 2);
/plugin/aichat/
H A DEmbeddings.php212 if (trim((string)$part) == '') continue; // skip empty chunks
323 $chunk = trim($chunk);
/plugin/openid/Auth/OpenID/
H A DParse.php306 $rels = preg_split("/\s+/", trim($rel_attr));
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php331 …return trim(base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $key, $data, MCRYPT_MODE_ECB, mcrypt…
336 …return trim(mcrypt_decrypt(MCRYPT_RIJNDAEL_128, $key, base64_decode($data), MCRYPT_MODE_ECB, mcryp…
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js418 function trim(str) { function
438 return trim(str) == '';
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1trim(i){if(i==null)return null;var I=0;var l=i.length-1;while(i.substring(I,I+1)==' ')I++;while(i.… function
/plugin/sqlcomp/
H A Dsyntax.php155 $aliases = trim($this->getConf('dbaliases'));
162 list($name, $def) = explode('=', trim($rec));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php331 if (!\trim($id)) {
336 $endpoint->setId(\trim($id));
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6trim().replace(/^<([\s\S]*)>$/,"$1"),o+=this.outputLink(i,{href:h.escapes(r),title:h.escapes(s)}),…
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php243 … $destination = trim($this->document->documentElement->getAttribute('Destination'));
283 $trimmedIssuer = trim($issuer);
529 $value = trim($entry->textContent);
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2trim().split(/[ ,]+/)).length){var j=t.length-1;transform_vertices(t,j-(_[M[1]].v_end_index-_[M[1]…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php279 if (trim($srcpath) != '' && substr($srcpath, 0, 4) == 'var:') {
395 $pts = preg_split('/[ ,]+/', trim($attribs['points']));
425 $pts = preg_split('/[ ,]+/', trim($arg));
472 $v = trim($m[2][$i]);
1043 $vb = preg_split('/\s+/is', trim($this->svg_attribs['viewBox']));
1145 $v = trim($m[2][$i]);
2958 $fonttype = trim($f);
2961 $v = strtolower(trim($fonttype));
2976 $fonttype = trim($f);
2979 $v = strtolower(trim(
[all...]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6trim();var i,actors=this.actors;for(i in actors)if(actors[i].alias==alias)return actors[i];return … method in String
/plugin/tagsections/
H A Dscript.js84 …(((namespace||LANG.plugins.tagsections['empty namespace']) + ' ' + checked + '/'+entries).trim() );
/plugin/htmlokay/
H A Dhelper.php254 $access_scope = trim($access_scope,'/' );
/plugin/revealjs/syntax/
H A Dbackground.php53 trim($match,'-<> ')
/plugin/labeled/
H A Dhelper.php84 $label = trim($label);
/plugin/dokutranslate/
H A Dadmin.php78 $this->_acl_add($scope, trim($_REQUEST['modgroup']));
/plugin/displayfile/
H A Dsyntax.php51 $target = trim($target, " \t\n\r\0\x0B\"'");
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php133 …$response = trim($_ENV['misc']->dfopen2($url, 0, $note['postdata'], '', 1, $app['ip'], UC_NOTE_TIM…
/plugin/move/admin/
H A Dmain.php108 $dst = trim($INPUT->str('dst'));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php279 $this->userIcon = trim($userIcon, ':');
/plugin/blog/syntax/
H A Darchive.php36 $author = trim($temp[2]);

1...<<41424344454647484950>>...69