Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 25 of 221) sorted by relevance

123456789

/plugin/html2pdf/html2pdf/html2ps/
Dinline.content.builder.normal.php23 $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);
Dinline.content.builder.factory.php4 function &get($whitespace) { argument
5 switch ($whitespace) {
Dinline.content.builder.pre.wrap.php33 $whitespace =& WhitespaceBox::create($pipeline);
34 $box->add_child($whitespace);
Dinline.content.builder.pre.line.php28 $whitespace =& WhitespaceBox::create($pipeline);
29 $box->add_child($whitespace);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dspaceless.rst8 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/
Dspaceless.rst8 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/
DFunctionDeclarationArgumentSpacingSniff.php210 $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/
DExportUtil.php150 $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/
DExporter.php243 $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/
DRequired.php18 protected $whitespace = false; variable in HTMLPurifier_ChildDef_Required
61 $this->whitespace = false;
111 $this->whitespace = true;
DList.php25 public $whitespace; variable in HTMLPurifier_ChildDef_List
36 $this->whitespace = false;
DOptional.php35 } elseif ($this->whitespace) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
D30.30.js1whitespace"},[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,"delimiter"],… property
D0.0.js1whitespace"},[/\[\[.*\]\]/,"annotation"],[/^\s*#include/,{token:"keyword.directive.include",next:"… property
D25.25.js.map1whitespace\n { include: '@whitespace' },\n // numbers\n [/\\d+/, …
D30.30.js.map1whitespace\n { include: '@whitespace' },\n // delimiters and operators\n …
D54.54.js.map1whitespace\n { include: '@whitespace' },\n // classes\n [/(@ident…
D18.18.js.map1whitespace' },\n { include: '@comment' },\n [/(ONBUILD)(\\s+)/, ['keyword', …
D55.55.js1whitespace"},[/@[a-zA-Z_$][\w$]*(?:\.[a-zA-Z_$][\w$]*)*/,"annotation"],[/[{(]/,"@brackets"],[/[})]… property
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
DUseDeclarationSniff.php93 … $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/
Dnotes.js95 whitespace: 'normal', property
102 messageData.whitespace = 'pre-wrap';
113 messageData.whitespace = 'pre-wrap';
/plugin/asciidocjs/node_modules/ejs/
Dusage.txt14 …-w --rm-whitespace Remove all safe-to-remove whitespace, including leading and …
/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.demo.php157whitespace'].'&w=100&h=100', 'src='.$img['whitespace'].'&w=100&h=100&ica=1', 'src='.$img['whitespa…
/plugin/autotabber/
Dtaboverride.js214 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/
DAutoFormat.RemoveEmpty.txt33 Elements that contain only whitespace will be treated as empty. Non-breaking
34 spaces, however, do not count as whitespace. See

123456789