Home
last modified time | relevance | path

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

12

/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php343 $trimmed = Multibyte::trim($statement);
346 return in_array($trimmed, ['"', '\''])
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1trimmed string.\n\t * @example\n\t *\n\t * _.trim(' abc ');\n\t * // => 'abc'\n\…
/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/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…
H A DMatthew.txt870 25:7. Then all those virgins arose and trimmed their lamps.
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DNewlineParser.php
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …ermines whether or not a full-width punctuation mark character should be trimmed if it appears at …
H A Dbundle.js.map1trimmed path component is exactly '..'\n preDotState === 1 && startDot === end - 1 && startDo…
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/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …ly before the dot\n preDotState === 0 ||\n // The (right-most) trimmed path component is…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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
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
/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/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/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/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/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/lib/
H A Djdraw.jar ... util.Iterator epfit private void loadPalettes () String trimmed int i String palettesEncoded String urlsStr String[] usa ...
/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/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/note/
H A DCHANGES.md21 * fix the trimmed space problem

12