Home
last modified time | relevance | path

Searched refs:type (Results 2576 – 2600 of 4303) sorted by last modified time

1...<<101102103104105106107108109110>>...173

/plugin/revealjs/css/print/
H A Dpaper.css179 .reveal section:last-of-type {
/plugin/revealjs/lib/css/
H A Dzenburn.css49 .hljs-type {
H A Dmonokai.css43 .hljs-type,
68 .hljs-type,
/plugin/revealjs/lib/font/source-sans-pro/
H A DLICENSE15 …s. The fonts and derivatives, however, cannot be released under any other type of license. The req…
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js2type=n,t.extra=[a.i,a.tE]):(t.type="begin",t.rule=n),t},l}if(r.c&&-1!=r.c.indexOf("self")){if(!C)t…
6 !function(n,e){"use strict";function t(){var n=e.createElement("style");n.type="text/css",n.innerHT…
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6type;)e+="\n"+this.next().text;return this.inline.output(e)},p.prototype.tok=function(){switch(thi… property in p
/plugin/revealjs/plugin/math/
H A Dmath.js37 script.type = 'text/javascript';
/plugin/revealjs/
H A Drenderer.php458 * @param string $type code|file
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) { argument
474 $this->doc .= '<dl class="'.$type.'">'.DOKU_LF;
/plugin/revealjs/css/theme/
H A Dbeige.css105 list-style-type: decimal; }
108 list-style-type: disc; }
111 list-style-type: square; }
114 list-style-type: circle; }
H A Dblack.css101 list-style-type: decimal; }
104 list-style-type: disc; }
107 list-style-type: square; }
110 list-style-type: circle; }
H A Dmoon.css105 list-style-type: decimal; }
108 list-style-type: disc; }
111 list-style-type: square; }
114 list-style-type: circle; }
H A Dnight.css99 list-style-type: decimal; }
102 list-style-type: disc; }
105 list-style-type: square; }
108 list-style-type: circle; }
H A Dsimple.css104 list-style-type: decimal; }
107 list-style-type: disc; }
110 list-style-type: square; }
113 list-style-type: circle; }
H A Dblood.css104 list-style-type: decimal; }
107 list-style-type: disc; }
110 list-style-type: square; }
113 list-style-type: circle; }
H A Dleague.css107 list-style-type: decimal; }
110 list-style-type: disc; }
113 list-style-type: square; }
116 list-style-type: circle; }
H A Dserif.css101 list-style-type: decimal; }
104 list-style-type: disc; }
107 list-style-type: square; }
110 list-style-type: circle; }
H A Dsky.css108 list-style-type: decimal; }
111 list-style-type: disc; }
114 list-style-type: square; }
117 list-style-type: circle; }
H A Dsolarized.css105 list-style-type: decimal; }
108 list-style-type: disc; }
111 list-style-type: square; }
114 list-style-type: circle; }
H A Dwhite.css101 list-style-type: decimal; }
104 list-style-type: disc; }
107 list-style-type: square; }
110 list-style-type: circle; }
/plugin/revealjs/js/
H A Dreveal.js612 script.type = 'text/javascript';
1788 tag.type = 'text/css';
1990 function dispatchEvent( type, args ) { argument
1993 event.initEvent( type, true, true );
1999 dispatchPostMessage( type );
2006 function dispatchPostMessage( type, data ) { argument
2011 eventName: type,
5935 Playback.prototype.on = function( type, listener ) { argument
5936 this.canvas.addEventListener( type, listener, false );
5939 Playback.prototype.off = function( type, listener ) { argument
[all …]
/plugin/revealjs/syntax/
H A Dfragment.php48 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
H A Dfragmentblock.php44 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
53 return array($type, $style, $index);
71 list($type, $style, $index) = $data;
72 switch ($type) {
/plugin/revealjs/css/theme/template/
H A Dmixins.scss21 @mixin radial-gradient( $outer, $inner, $type: circle ) { parameter
23 background: -moz-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
25 background: -webkit-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
26 background: -o-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
27 background: -ms-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
28 background: radial-gradient( center, $type cover, $inner 0%, $outer 100% );
H A Dtheme.scss106 list-style-type: decimal;
110 list-style-type: disc;
114 list-style-type: square;
118 list-style-type: circle;
/plugin/revealjs/plugin/notes/
H A Dnotes.js47 type: 'connect',
55 if( data && data.namespace === 'reveal-notes' && data.type === 'connected' ) {
59 if( data && data.namespace === 'reveal-notes' && data.type === 'call' ) {
74 type: 'return',
92 type: 'state', property in RevealNotes.openNotes.post.messageData

1...<<101102103104105106107108109110>>...173