Home
last modified time | relevance | path

Searched defs:indent (Results 26 – 50 of 230) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php46 public $indent = 4; variable in PEAR_Sniffs_Functions_FunctionCallSignatureSniff
/plugin/tablelayout/
H A D.eslintrc.js36 "indent": [ property in module.exports.rules
/plugin/dropfiles/
H A D.eslintrc.js28 "indent": [ property in prod
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php220 function _html_button($provid, $btn, $disabled=false, $indent=0, $class='') {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php245 … protected function renderFunctionOrMethodItem(\Text_Template $template, array $item, $indent = '')
/plugin/codemirror/dist/modes/
H A Dq.min.js1 …eMirror)})(function(a){"use strict";a.defineMode("q",function(a){var b=a.indentUnit,c,d=f(["abs","… property in a.context
H A Dsparql.min.js1 …or)})(function(a){"use strict";a.defineMode("sparql",function(a){var b=a.indentUnit;var c;function… property in a.context
H A Dturtle.min.js1 …=!d&&e=="\\"}return"string"}}function j(a,b,c){a.context={prev:a.context,indent:a.indent,col:c,typ… property in a.context
H A Dvbscript.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
H A Dvb.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
H A Dcoffeescript.min.js1 …eatSpace()){var j=a.indentation();if(j>d&&b.scope.type=="coffee"){return"indent"}else if(j<d){retu… method in AnonymousFunction6422fc460200.w
H A Dsql.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi… function
H A Dpython.min.js1 …var l=0;l<k.length;l++)if(!k[l])k.splice(l--,1);var m=h.hangingIndent||g.indentUnit;var n=d,o=e;if… method in AnonymousFunction78e59b0b0200.C
H A Dtiki.min.js1 …#":case"+":return f(c("tw-listitem bracket"));break}}return null}var e=a.indentUnit;var f,g;functi… property in k.context
H A Dmarkdown.min.js1 …"),require("../xml/xml"),require("../meta"));else if(typeof define=="function"&&define.amd)define(…
/plugin/refnotes/
H A Dadmin.php708 private $indent; global() variable in refnotes_html_sink
721 public function indent() { global() function in refnotes_html_sink
/plugin/move/script/
H A Djson2.js198 indent, variable
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php254 public function indent($step = 1) function in Twig\\Compiler
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php441 private function partial($id, $indent, $level)
481 private function parent($id, $indent, array $children, $level)
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js214 indent, variable
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php302 function getXMLString($indent = false) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js4599 …eBasicRect2.prototype.paintNWInner = function(c, x, y, w, h, rectStyle, topLeftStyle, size, indent) argument
4653 …BasicRect2.prototype.paintNEInner = function(c, x, y, w, h, rectStyle, topRightStyle, size, indent) argument
4740 …icRect2.prototype.paintSEInner = function(c, x, y, w, h, rectStyle, bottomRightStyle, size, indent) argument
4790 ….prototype.paintSWInner = function(c, x, y, w, h, rectStyle, bottomLeftStyle, size, indent, bottom) argument
4819 …ct2.prototype.moveSWInner = function(c, x, y, w, h, rectStyle, bottomLeftStyle, size, indent, left) argument
4841 …ct2.prototype.lineSWInner = function(c, x, y, w, h, rectStyle, bottomLeftStyle, size, indent, left) argument
4863 ….prototype.moveSEInner = function(c, x, y, w, h, rectStyle, bottomRightStyle, size, indent, bottom) argument
4907 …ect2.prototype.moveNEInner = function(c, x, y, w, h, rectStyle, topRightStyle, size, indent, right) argument
4929 …ect2.prototype.lineNEInner = function(c, x, y, w, h, rectStyle, topRightStyle, size, indent, right) argument
4951 …2.prototype.moveNWInner = function(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left) argument
[all …]

12345678910