Home
last modified time | relevance | path

Searched refs:spaces (Results 176 – 200 of 205) sorted by last modified time

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php80 $spaces = 'newline';
82 $spaces = strlen($tokens[($stackPtr + 1)]['content']);
84 $spaces = 0;
87 if ($spaces !== 1) {
89 $data = array($spaces);
92 if ($spaces === 0) {
105 $spaces = 'newline';
109 $spaces = 0;
112 if ($spaces !== 0) {
114 $data = array($spaces);
[all …]
/plugin/nonblank/
H A DREADME6 Moreover, those spaces might disturb the search of phrases or sentences.
7 Therefore it would be better those spaces being removed.
/plugin/amcharts/
H A DREADME.md64 …o customize the appearance of the chart. The attributes are separated by spaces, each specified in…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
H A DAutoFormat.RemoveEmpty.RemoveNbsp.txt
H A DOutput.FixInnerHTML.txt
/plugin/jukebox/id3/
H A Dgetid3.lib.php17 function PrintHexBytes($string, $hex=true, $spaces=true, $htmlsafe=true) { argument
25 if ($spaces) {
/plugin/prettytables/
H A Dscript.js170 var spaces=[];
176 spaces = prettytables_count_spaces(this.orig_table[i][j]);
177 …if (spaces[0] > 1 && spaces[1] > 1) r = r + prettytables_strcenter(this.table[i][j],colsize[j]+4…
178 …if (spaces[0] > 1 && spaces[1] <= 1) r = r + prettytables_repeat(' ',colsize[j]-getCharWidth(this…
179 …if (spaces[0] <= 1) r = r + ' ' + this.table[i][j] + prettytables_repeat(' ',colsize[j]-getCharWid…
/plugin/pgn4web/pgn4web/
H A Dtest.pgn117 [ Event "Testing malformed header (extra spaces and extra line)"]
H A Dpgn-standard.txt1471 with the entire text including spaces and newline characters.
/plugin/odp/
H A Drenderer.php912 $spaces = $matches[1];
913 $len = strlen($spaces);
/plugin/tuxquote/
H A Dquotes.txt3460 If you park 6 blocks away, you'll find two spaces right outside the building. <BR> -- Lemar's Parki…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13812 Have you intelligently considered the broad spaces of the earth?Tell, if you have come to know it a…
16629 when as yet he had not made the earth and the open spaces and the first part of the dust masses of …
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12spaces=[],this.newSpaces=[];var e=new t({x:0,y:0,width:this.width,height:this.height});this.spaces
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog270 empty spaces
395 unescaped spaces
606 attempts to detect un-escaped symbols (i.e. spaces) in path and
1164 * Fixed: spaces around 'dispay' values (like ' block') could cause
1302 * Fixed: in PS output spaces were too wide
1650 trailing spaces in encoding names
/plugin/txt2tags/
H A Dtxt2tags.class.php460 list(, $spaces, $type, $text) = $m;
468 if($plevel>=0 && strcmp($spaces, $pspaces)<0) {
473 if($upped) $pspaces = $spaces;
477 if($plevel<0 || strcmp($spaces, $pspaces)>0) { # new list/sublist
480 $ListLevels[] = array($level, $spaces, $type);
/plugin/aceeditor/
H A DNEWS71 * Tab now inserts 2 spaces instead of 4
/plugin/bible/bible_douayRheims/
H A D3_Kings.txt248 … half: and in the corners of the pillars were divers engravings: and the spaces between the pillar…
/plugin/preservefilenames/
H A DREADME.rst6 Letter cases, spaces, symbols and multibyte characters will all be preserved.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt165 …ered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' fo…
290 …posite end of your text: Add two spaces on the left to align right, two spaces on the right to ali…
306 …rsed blocks into your documents by either indenting them by at least two spaces (like used for the…
309 This is preformatted code all spaces are preserved: like <-this
/plugin/jmol2/jmol/
H A DCHANGES.txt1889 # bug fix: state definition for lcaoCartoons, isosurface with IDs containing spaces
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt24 with some fixed number of spaces or with a `<span>` to set them special styling:
27 hljs.tabReplace = ' '; // 4 spaces
H A Dreadme.rus.txt30 hljs.tabReplace = ' '; // 4 spaces
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js350 var spaces = '';
353 spaces += ' ';
355 return left + spaces + right;
371 var spaces = tabSize - pos % tabSize;
373 line = InsertSpaces(line, pos, spaces);

123456789