Home
last modified time | relevance | path

Searched refs:trimmed (Results 1 – 25 of 32) sorted by relevance

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php19 static $trimmed = "\"' \n\t\r";
28 $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed);
30 $part[] = trim($m[0], $trimmed);
H A DMessageTrait.php202 $trimmed = trim((string) $value, " \t");
203 $this->assertValue($trimmed);
205 return $trimmed;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php101 $trimmed = ltrim($tokens[$lineStart]['content']);
102 if ($trimmed === '') {
105 $startColumn = (strlen($tokens[$lineStart]['content']) - strlen($trimmed));
145 $trimmed = ltrim($tokens[$lineStart]['content']);
146 if ($trimmed === '') {
149 $braceIndent = (strlen($tokens[$lineStart]['content']) - strlen($trimmed) - 1);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DNewlineParser.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php141 $trimmed = str_replace(' ', '', $content);
142 $numSpaces = (strlen($content) - strlen($trimmed));
174 $phpcsFile->fixer->replaceToken($i, $trimmed.$padding.$nonWhitespace);
H A DScopeIndentSniff.php170 $trimmed = ltrim($tokens[$first]['content']);
171 if ($trimmed === '') {
174 $currentIndent = (strlen($tokens[$first]['content']) - strlen($trimmed));
219 $trimmed = ltrim($tokens[$i]['content']);
220 if ($trimmed === '') {
229 $tokenIndent = (strlen($tokens[$i]['content']) - strlen($trimmed));
549 $phpcsFile->fixer->replaceToken($checkToken, $padding.$trimmed);
879 $accepted = $phpcsFile->fixer->replaceToken($checkToken, $padding.$trimmed);
/plugin/pycode/
H A Dmethod.php215 $trimmed = trim($line);
216 if (strpos($trimmed, $str . $name . "(") === 0 or
217 strpos($trimmed, $str . $name. ":") === 0) {
221 if (strpos($trimmed, "#") === false) {
223 if (preg_match($re, $trimmed, $matches) === 1) {
228 elseif (substr_count($trimmed, $triple) == 2 and $j == 0) {
233 elseif (substr_count($trimmed, $triple) == 1 and $j == 0) {
238 elseif (substr_count($trimmed, $triple) == 0 and $j == 1) {
242 elseif (substr_count($trimmed, $triple) == 1 and $j == 1) {
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php343 $trimmed = Multibyte::trim($statement);
346 return in_array($trimmed, ['"', '\''])
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php347 $trimmed = ltrim($tokens[$i]['content']);
348 if ($trimmed === '') {
355 $functionIndent = (strlen($tokens[$i]['content']) - strlen($trimmed));
/plugin/note/
H A DCHANGES.md21 * fix the trimmed space problem
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php223 … $trimmed = substr($token['content'], 0, (strlen($token['content']) - strlen($content)));
227 'content' => $trimmed.$firstContent,
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java435 String trimmed = usa[i].trim(); in loadPalettes() local
436 if (trimmed.length()>0) { in loadPalettes()
437 loadPalette(new URL(dokuBaseURL, trimmed)); in loadPalettes()
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc40 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
H A DMlNamespace.asciidoc316 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
/plugin/todo/syntax/
H A Dlist.php314 * @return trimmed string
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog923 page containing frames when frame content have been trimmed down
945 text after it, the float could be trimmed
/plugin/jdraw/lib/
H A Djdraw.jar ... util.Iterator epfit private void loadPalettes () String trimmed int i String palettesEncoded String urlsStr String[] usa ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1trimmed path component is exactly '..'\n (preDotState === 1 &&\n startDo…
H A Djson.worker.js.map1trimmed path component is exactly '..'\n (preDotState === 1 &&\n startDo…
/plugin/processing/
H A Dscript.js12134 var trimmed = trimSpaces(expr);
12135 var result = preExpressionTransform(trimmed.middle);
12139 return trimmed.untrim(result);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2802 Trailing null bytes now trimmed from frame (W??? & T???) text data
2833 ID3v1 data (title, artist, album, year, comment) is now trimmed
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9826 *(string)*: Returns the trimmed string.
9858 *(string)*: Returns the trimmed string.
9887 *(string)*: Returns the trimmed string.
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js24310 trimmed = (index == 2 ? whitespace : '') + 'a b c' + (index == 1 ? whitespace : ''),
24313 assert.deepEqual(actual, [trimmed, trimmed, trimmed]);
/plugin/bible/bible_douayRheims/
H A D2_Kings.txt512 …Saul came down to meet the king, and he had neither washed his feet, nor trimmed his beard: nor wa…

12