Lines Matching +full:join +full:- +full:group -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

4  * -------
13 * -------
15 * - First Release
33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
52 'background-attachment',
53 'background-color',
54 'background-image',
55 'background-position',
56 'background-repeat',
58 'border-bottom-color',
59 'border-radius',
60 'border-top-left-radius',
61 'border-top-right-radius',
62 'border-bottom-right-radius',
63 'border-bottom-left-radius',
64 'border-bottom-style',
65 'border-bottom-width',
66 'border-left-color',
67 'border-left-style',
68 'border-left-width',
69 'border-right',
70 'border-right-color',
71 'border-right-style',
72 'border-right-width',
73 'border-top-color',
74 'border-top-style',
75 'border-top-width',
76 'border-bottom',
77 'border-collapse',
78 'border-left',
79 'border-width',
80 'border-color',
81 'border-spacing',
82 'border-style',
83 'border-top',
85 'box-shadow',
86 'caption-side',
91 'counter-increment',
92 'counter-reset',
93 'cue-after',
94 'cue-before',
100 'empty-cells',
102 'font-family',
103 'font-size',
104 'font-size-adjust',
105 'font-stretch',
106 'font-style',
107 'font-variant',
108 'font-weight',
110 'line-height',
111 'letter-spacing',
112 'list-style',
113 'list-style-image',
114 'list-style-position',
115 'list-style-type',
116 'margin-bottom',
117 'margin-left',
118 'margin-right',
119 'margin-top',
121 'marker-offset',
123 'max-height',
124 'max-width',
125 'min-height',
126 'min-width',
129 'outline-color',
130 'outline-style',
131 'outline-width',
133 'padding-bottom',
134 'padding-left',
135 'padding-right',
136 'padding-top',
139 'page-break-after',
140 'page-break-before',
141 'page-break-inside',
142 'pause-after',
143 'pause-before',
146 'pitch-range',
147 'play-during',
153 'speak-header',
154 'speak-numeral',
155 'speak-punctuation',
157 'speech-rate',
159 'table-layout',
160 'text-align',
161 'text-decoration',
162 'text-indent',
163 'text-shadow',
164 'text-transform',
166 'unicode-bidi',
167 'vertical-align',
169 'voice-family',
171 'white-space',
174 'word-spacing',
175 'z-index',
182 'min-device-width',
183 'max-device-width',
219 'bidi-override',
226 'center-left',
227 'center-right',
230 'cjk-ideographic',
231 'close-quote',
240 'decimal-leading-zero',
247 'e-resize',
249 'extra-condensed',
250 'extra-expanded',
253 'far-left',
254 'far-right',
266 'hiragana-iroha',
270 'inline-table',
272 'inline-block',
277 'katakana-iroha',
281 'left-side',
285 'line-through',
286 'list-item',
288 'lower-alpha',
289 'lower-greek',
290 'lower-roman',
296 'message-box',
299 'n-resize',
301 'ne-resize',
302 'no-close-quote',
303 'no-open-quote',
304 'no-repeat',
308 'nw-resize',
311 'open-quote',
318 'repeat-x',
319 'repeat-y',
322 'right-side',
324 's-resize',
325 'sans-serif',
327 'se-resize',
328 'semi-condensed',
329 'semi-expanded',
336 'small-caps',
337 'small-caption',
341 'spell-out',
344 'status-bar',
346 'sw-resize',
347 'table-caption',
348 'table-cell',
349 'table-column',
350 'table-column-group',
351 'table-footer-group',
352 'table-header-group',
353 'table-row',
354 'table-row-group',
356 'text-bottom',
357 'text-top',
361 'ultra-condensed',
362 'ultra-expanded',
364 'upper-alpha',
365 'upper-latin',
366 'upper-roman',
370 'w-resize',
373 'x-fast',
374 'x-high',
375 'x-large',
376 'x-loud',
377 'x-low',
378 'x-small',
379 'x-soft',
380 'xx-large',
381 'xx-small',
386 '@at-root',
395 '@font-face',
409 // built-in Sass functions
419 'adjust-hue',
430 'adjust-color',
431 'scale-color',
432 'change-color',
433 'ie-hex-str',
436 'str-length',
437 'str-insert',
438 'str-index',
439 'str-slice',
440 'to-upper-case',
441 'to-lower-case',
452 'join',
456 'list-separator',
457 'map-get',
458 'map-merge',
459 'map-remove',
460 'map-keys',
461 'map-values',
462 'map-has-key',
464 'feature-exists',
465 'variable-exists',
466 'global-variable-exists',
467 'function-exists',
468 'mixin-exists',
470 'type-of',
476 'unique-id',
528 1 => 'color: #000000; font-weight: bold;',
531 4 => 'color: #000000; font-weight: bold;',
535 1 => 'color: #006600; font-style: italic;',
536 'MULTI' => 'color: #006600; font-style: italic;'
573 0 => "[$][a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*",
575 1 => "\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})",
578 2 => "(?<!\\\\):(?!\d)[a-zA-Z0-9\-]+\b(?:\s*(?=[\{\.#a-zA-Z,:+*&](.|\n)|<\|))",
580 3 => "[+\-]?(\d+|(\d*\.\d+))(em|ex|pt|px|cm|in|%)",
584 5 => "(\-(moz|ms|o|webkit)\-[a-z\-]*)",