Home
last modified time | relevance | path

Searched refs:mode (Results 1276 – 1300 of 2447) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/svg/
H A Dsyntax.php.save46 function connectTo($mode) {
47 $this->Lexer->addEntryPattern('<svgimage>',$mode,'plugin_svg');
70 function render($mode, &$renderer, $data) {
72 if($mode == 'xhtml'){
/plugin/vcard/
H A Dsyntax.php35 …function connectTo($mode) { $this->Lexer->addSpecialPattern("{{vcard>.*?}}", $mode, 'plugin_vcard'… argument
116 function render($mode, Doku_Renderer $renderer, $data) { argument
117 if ($mode != 'xhtml') {
/plugin/openid/Auth/OpenID/
H A DServerRequest.php31 public $mode = null; variable in Auth_OpenID_ServerRequest
/plugin/mantisreporter/
H A Dsyntax.php43 * @param string $mode
45 public function connectTo($mode) { argument
46 …$this->Lexer->addSpecialPattern('\{\{ mantisReport\?mantisProjectId=\d* }}', $mode, 'plugin_mantis…
/plugin/facebookwall/
H A Dsyntax.php172 function render($mode, &$renderer, $data) { argument
179 if ($mode == 'xhtml') {
301 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php161 * @param string $mode
163 public static function addLexerPattern($lexer, $mode) argument
165 $lexer->addSpecialPattern('~~~~GANTT~~~~\n.*?\n~~~~~~~~~~~', $mode, 'plugin_yuriigantt');
/plugin/displayfile/
H A Dsyntax.php39 function connectTo($mode) argument
41 $this->Lexer->addSpecialPattern(self::PATTERN, $mode, 'plugin_displayfile');
43 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displayfile');
/plugin/ditaa/
H A Dsyntax.php46 * @param string $mode
48 public function connectTo($mode) { argument
49 $this->Lexer->addSpecialPattern('<ditaa.*?>\n.*?\n</ditaa>', $mode, 'plugin_ditaa');
/plugin/fedauth/Auth/OpenID/
H A DServerRequest.php33 $this->mode = null;
/plugin/ckgdoku/action/
H A Dedit.php1029 $mode = 'ckgdoku';
1055 $file = DOKU_INC."inc/parser/$mode.php";
1060 $rclass = "Doku_Renderer_$mode";
1064 msg("Renderer for $mode not valid",-1);
1071 $Renderer = plugin_load('renderer',$mode);
1073 msg("No renderer for $mode found",-1);
1148 $data = array($mode,& $Renderer->doc);
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md24 * added support for PTY mode
41 * added support for a TTY mode
/plugin/seqdia/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('<seqdia.*?>\n.*?\n</seqdia>',$mode,'plugin_seqdia');
/plugin/gil/
H A DChangeLog6 * style.css: (add) Screen-mode stylesheet.
7 * print.css: (add) Print-mode stylesheet.
/plugin/combo/syntax/
H A Dhighlightwiki.php108 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
116 public function connectTo($mode) argument
120 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/bez/struct/
H A DBezType.php28 * @param string $mode The mode the output is rendered in (eg. XHTML)
29 * @return bool true if $mode could be satisfied
31 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
/plugin/oembed/
H A Dsyntax.php40 function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('{{>.+?}}', $mode, 'plugin_oembed');
57 function render($mode, Doku_Renderer $renderer, $data) { argument
58 if($mode == 'xhtml'){
/plugin/epub/scripts/
H A Dcss3.php234 if(is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
235 $stylesheets[$mode][$incbase.$file] = $webbase;
252 …'stylesheets']) && is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
253 $stylesheets[$mode][$incbase.$file] = $webbase;
/plugin/ckgedit/scripts/
H A Dcss6.php241 if(is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
242 $stylesheets[$mode][$incbase.$file] = $webbase;
259 …'stylesheets']) && is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
260 $stylesheets[$mode][$incbase.$file] = $webbase;
/plugin/typography/syntax/
H A Dwebfont.php20 $this->mode = substr(get_class($this), 7);
H A Dfontweight.php20 $this->mode = substr(get_class($this), 7);
H A Dbgcolor.php20 $this->mode = substr(get_class($this), 7);
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js14mode=e;break a}a.msg="invalid literal/length code",c.mode=d;break a}x=65535&v,w&=15,w&&(q<w&&(p+=B…
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js32 switch (settings.mode) {
132 if (settings.mode != 'album') {
145 if(settings.mode === 'keyword'){
257 if(settings.mode === 'keyword'){
286 mode: 'albums', property in $.fn.pwi.defaults
/plugin/picasawebalbum/
H A Djquery.pwi.js32 switch (settings.mode) {
132 if (settings.mode != 'album') {
145 if(settings.mode === 'keyword'){
257 if(settings.mode === 'keyword'){
286 mode: 'albums', property in $.fn.pwi.defaults
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…

1...<<51525354555657585960>>...98