| /plugin/html2pdf/html2pdf/html2ps/ |
| D | inline.content.builder.normal.php | 23 $whitespace =& WhitespaceBox::create($pipeline); 24 $box->add_child($whitespace); 30 $whitespace =& WhitespaceBox::create($pipeline); 31 $box->add_child($whitespace); 53 $whitespace =& WhitespaceBox::create($pipeline); 54 $box->add_child($whitespace);
|
| D | inline.content.builder.factory.php | 4 function &get($whitespace) { argument 5 switch ($whitespace) {
|
| D | inline.content.builder.pre.wrap.php | 33 $whitespace =& WhitespaceBox::create($pipeline); 34 $box->add_child($whitespace);
|
| D | inline.content.builder.pre.line.php | 28 $whitespace =& WhitespaceBox::create($pipeline); 29 $box->add_child($whitespace);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | spaceless.rst | 8 Use the ``spaceless`` tag to remove whitespace *between HTML tags*, not 9 whitespace within HTML tags or whitespace in plain text: 22 merely to avoid extra whitespace between HTML tags to avoid browser rendering 32 If you want to create a tag that actually removes all extra whitespace in 39 For more information on whitespace control, read the 40 :ref:`dedicated section <templates-whitespace-control>` of the documentation and learn how 41 you can also use the whitespace control modifier on your tags.
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | spaceless.rst | 8 Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not 9 whitespace within HTML tags or whitespace in plain text: 35 merely to avoid extra whitespace between HTML tags to avoid browser rendering 51 If you want to create a tag that actually removes all extra whitespace in 58 For more information on whitespace control, read the 59 :ref:`dedicated section <templates-whitespace-control>` of the documentation and learn how 60 you can also use the whitespace control modifier on your tags.
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
| D | FunctionDeclarationArgumentSpacingSniff.php | 210 $whitespace = ($checkToken - 1); 212 $whitespace = $checkToken; 227 if ($tokens[$whitespace]['code'] === T_WHITESPACE) { 228 $gap = strlen($tokens[$whitespace]['content']); 245 $phpcsFile->fixer->addContent($whitespace, ' '); 247 $phpcsFile->fixer->replaceToken($whitespace, ' '); 282 $phpcsFile->fixer->addContent($whitespace, ' '); 286 if ($tokens[$whitespace]['line'] === $tokens[($whitespace - 1)]['line']) { 295 $phpcsFile->fixer->replaceToken($whitespace, ' '); 302 if ($tokens[$whitespace]['code'] === T_WHITESPACE) { [all …]
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/ |
| D | ExportUtil.php | 150 $whitespace = str_repeat(' ', 4 * $indentation); 169 $whitespace, 175 $values = "\n" . $values . $whitespace; 198 $whitespace, 204 $values = "\n" . $values . $whitespace;
|
| /plugin/findologicxmlexport/vendor/sebastian/exporter/src/ |
| D | Exporter.php | 243 $whitespace = str_repeat(' ', 4 * $indentation); 262 $whitespace, 268 $values = "\n" . $values . $whitespace; 289 $whitespace, 295 $values = "\n" . $values . $whitespace;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/ |
| D | Required.php | 18 protected $whitespace = false; variable in HTMLPurifier_ChildDef_Required 61 $this->whitespace = false; 111 $this->whitespace = true;
|
| D | List.php | 25 public $whitespace; variable in HTMLPurifier_ChildDef_List 36 $this->whitespace = false;
|
| D | Optional.php | 35 } elseif ($this->whitespace) {
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 30.30.js | 1 …whitespace"},[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,"delimiter"],… property
|
| D | 0.0.js | 1 …whitespace"},[/\[\[.*\]\]/,"annotation"],[/^\s*#include/,{token:"keyword.directive.include",next:"… property
|
| D | 25.25.js.map | 1 …whitespace\n { include: '@whitespace' },\n // numbers\n [/\\d+/, …
|
| D | 30.30.js.map | 1 …whitespace\n { include: '@whitespace' },\n // delimiters and operators\n …
|
| D | 54.54.js.map | 1 …whitespace\n { include: '@whitespace' },\n // classes\n [/(@ident…
|
| D | 18.18.js.map | 1 …whitespace' },\n { include: '@comment' },\n [/(ONBUILD)(\\s+)/, ['keyword', …
|
| D | 55.55.js | 1 …whitespace"},[/@[a-zA-Z_$][\w$]*(?:\.[a-zA-Z_$][\w$]*)*/,"annotation"],[/[{(]/,"@brackets"],[/[})]… property
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/ |
| D | UseDeclarationSniff.php | 93 … $whitespace = $phpcsFile->findPrevious(T_WHITESPACE, ($next - 1), null, true); 94 for ($i = ($whitespace + 1); $i < $next; $i++) { 116 … $whitespace = $phpcsFile->findPrevious(T_WHITESPACE, ($closingCurly - 1), null, true); 117 for ($i = ($whitespace + 1); $i < $next; $i++) {
|
| /plugin/revealjs/plugin/notes/ |
| D | notes.js | 95 whitespace: 'normal', property 102 messageData.whitespace = 'pre-wrap'; 113 messageData.whitespace = 'pre-wrap';
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | usage.txt | 14 …-w --rm-whitespace Remove all safe-to-remove whitespace, including leading and …
|
| /plugin/photogallery/phpThumb/demo/ |
| D | phpThumb.demo.demo.php | 157 …whitespace'].'&w=100&h=100', 'src='.$img['whitespace'].'&w=100&h=100&ica=1', 'src='.$img['whitespa…
|
| /plugin/autotabber/ |
| D | taboverride.js | 214 whitespace, // the whitespace at the beginning of the first selected line 428 whitespace = text.slice(startLine, endLine).match(/^[ \t]*/)[0]; 429 whitespaceLen = whitespace.length; 440 range.text = '\n' + whitespace; 444 target.value = text.slice(0, selStart) + '\n' + whitespace + text.slice(selEnd);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | AutoFormat.RemoveEmpty.txt | 33 Elements that contain only whitespace will be treated as empty. Non-breaking 34 spaces, however, do not count as whitespace. See
|