Home
last modified time | relevance | path

Searched refs:mode (Results 1301 – 1325 of 2447) sorted by relevance

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

/plugin/inlinejs/syntax/
H A Dembedinline.php41 $this->mode = substr(get_class($this), 7);
H A Dembedblock.php41 $this->mode = substr(get_class($this), 7);
/plugin/facebookevents/
H A Dsyntax.php152 function render($mode, &$renderer, $data) { argument
157 if ($mode == 'xhtml') {
318 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/targetlink/
H A Dsyntax.php26 function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('\[\[target=.*?\|.*?\]\](?!\])',$mode,'plugin_targetlink');
28 $this->Lexer->addSpecialPattern('\[\[\+tab\|.*?\]\](?!\])',$mode,'plugin_targetlink');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php38 if ($mode = $this->getParameterMode($name)) {
39 if ($mode === self::PARAMETER_NONE) {
44 switch ($mode) {
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js514 createControl: function(mode, handler, extraClasses) { argument
515 var control = this.options[mode + 'Control'];
516 var text = this.options[mode + 'Text'];
521 btn.className = 'editor_' + mode + '_button';
522 if ('cancel' == mode)
525 this._controls[mode] = btn;
530 link.onclick = 'cancel' == mode ? this._boundCancelHandler : this._boundSubmitHandler;
531 link.className = 'editor_' + mode + '_link';
535 this._controls[mode] = link;
563 function addText(mode, condition) { argument
[all …]
/plugin/htmlok/syntax/
H A Dhtmlok.php17 protected $mode = 'plugin_htmlok_htmlok'; variable in syntax_plugin_htmlok_htmlok
H A Dphpok.php17 protected $mode = 'plugin_htmlok_phpok'; variable in syntax_plugin_htmlok_phpok
H A Dhtmlblock.php17 protected $mode = 'plugin_htmlok_htmlblock'; variable in syntax_plugin_htmlok_htmlblock
H A Dphpblock.php18 protected $mode = 'plugin_htmlok_phpblock'; variable in syntax_plugin_htmlok_phpblock
/plugin/emoji/
H A Dsyntax.php107 public function render($mode, Doku_Renderer $renderer, $data) { argument
109 switch($mode) {
/plugin/graphviz/
H A Dsyntax.php41 function connectTo($mode) { argument
42 $this->Lexer->addSpecialPattern('<graphviz.*?>\n.*?\n</graphviz>',$mode,'plugin_graphviz');
/plugin/refnotes/
H A Dreference.php121 public function render($mode) { argument
125 $doc = $this->note->getScope()->getRenderer()->renderReference($mode, $this);
/plugin/command/inc/
H A Dembedding.php130 function render($mode, &$renderer, $data) argument
132 if($mode == 'xhtml')
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php157 $mode = $large ? PROV_LARGE : PROV_SMALL;
170 . $pro->getImageXHTML($mode, $class) . '</a>';
/plugin/rack/
H A Dsyntax.php144 function render($mode, &$renderer, $opt) { argument
145 if($mode == 'metadata') return false;
/plugin/externalembed/
H A Daction.php98 if(!isset($page_cache->mode) || $page_cache->mode != 'xhtml') {
/plugin/fullscreenmode/
H A Dplugin.info.txt6 desc full screen edit mode
/plugin/data-au/syntax/
H A Drelated.php19 function connectTo($mode) { argument
20 …ddSpecialPattern('----+ *datarelated(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plugin_dataau_rel…
/plugin/bbs/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('<bbs>.*?</bbs>', $mode, 'plugin_bbs');
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php12 public function connectTo($mode): void { argument
13 $this->Lexer->addSpecialPattern('{{news-carousel>.+?}}', $mode, 'plugin_newsfeed_carousel');
/plugin/dlcounter/
H A Dsyntax.php38 function connectTo($mode) { argument
39 $this->Lexer->addSpecialPattern('\{\{dlcounter>[^\}]+\}\}', $mode, 'plugin_dlcounter');
/plugin/phpipam/
H A Dstyle.css35 * visible when printing in black-on-white mode,
72 * -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
/plugin/data/syntax/
H A Drelated.php18 public function connectTo($mode)
22 $mode,
17 connectTo($mode) global() argument
/plugin/adhoctags/
H A Dhelper.php29 'mode (optional)' => 'string'
39 function buildAttributes($data, $myObj, $addClass='', $mode='xhtml') { argument
46 if ($mode=='xhtml') {

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