Home
last modified time | relevance | path

Searched refs:extra (Results 101 – 125 of 223) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst39 * If extra positional arguments are passed to a macro, they end up in the
/plugin/aceeditor/
H A DNEWS33 * Support for markdown(extra) plugin
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md29 …/projects/php-markdown/extra/> (currently not fully supported WIP see [#25][], [try it!](http://ma…
102 // use markdown extra
153 extra - Markdown Extra [3]
178 [3] http://michelf.ca/projects/php-markdown/extra/
/plugin/typography/
H A DREADME.md21 | `ls` | letter-spacing | an extra space between characters (in px, em, etc) |
/plugin/quickstats/GEOIP/
H A Dcomposer.lock34 "extra": {
/plugin/bootswrapper/exe/help/
H A Dbutton.txt6 | <btn type="primary">Primary</btn> | Provides extra visual weight and identifies the primary actio…
H A Dpanel.txt49 …nel for a seamless design. If there is a ''no-body'' attribute, we add an extra border to the top …
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less14 /* extra precedence to overcome jqui */
135 /* extra precedence b/c buttons have margin set to zero */
238 /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
301 /* extra precedence to prevent theme-provided backgrounds */
815 /* extra precedence to override button border margins */
821 /* extra precedence to override button border margins */
/plugin/jquery/
H A Djquery-1.4.2.js2659 var parts = [], m, set, checkSet, extra, prune = true, contextXML = isXML(context),
2669 extra = m[3];
2761 if ( extra ) {
2762 Sizzle( extra, origContext, results, seed );
3523 Sizzle = function(query, context, extra, seed){
3530 return makeArray( context.querySelectorAll(query), extra );
3534 return oldSizzle(query, context, extra, seed);
4624 css: function( elem, name, force, extra ) { argument
4631 if ( extra === "border" ) {
4636 if ( !extra ) {
[all …]
/plugin/codemirror/dist/modes/
H A Dtoml.min.js.map1 … stream.next();//skip closing ]\n // array of objects has an extra open & close []\n …
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md23 * [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst143 Poedit 2 has native support for extracting from Twig files and no extra
/plugin/imagemapping/
H A Dsyntax.php197 $url = ml($url, ($extra[1] == 'direct'));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
166 (before the pipe ``|``) as the first argument and the extra arguments passed
167 to the filter (within parentheses ``()``) as extra arguments.
240 ``is_variadic`` option to ``true``; Twig will pass the extra arguments as the
/plugin/interwikiformatting/
H A DREADME.md39 … This should be no more or less secure than any normal interwiki link. No extra measures have been…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt162 - Remove closing PHP tag to fix extra whitespace characters from being output
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as383 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
470 …// may need an extra way to close manually if switching media types after an rtmp session - revisit
977 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js22696 if (s.gzhead.extra && s.gzhead.extra.length) {
23431 xbits = extra[n-base];
23755 if (extra !== 0) {
23765 if (extra !== 0) {
25606 if (state.extra) {
25608 n = state.extra;
25682 if (state.extra) {
25684 n = state.extra;
26328 var extra = null;
26469 extra = lext;
[all …]
/plugin/dokumicrobugtracker/
H A Dstyle.css21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
560 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
H A Ddemo_table.css21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js131 for(g=s.extra;g;g=g.next)
135 for(g=s.extra;g;g=g.next){g.ptim=t
312 case C.GRACE:for(g=s.extra;g;g=g.next){d=g.pdur/po.conf.speed
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js5049 var extra = si.main_data_begin - md_len;
5050 if (extra + frame_free > next_md_begin)
5051 extra = next_md_begin - frame_free;
5053 if (extra < stream.md_len) {
5054 this.memcpy(stream.main_data, 0, stream.main_data, stream.md_len - extra, extra);
5055 stream.md_len = extra;

123456789