Home
last modified time | relevance | path

Searched refs:mode (Results 2226 – 2250 of 2447) sorted by last modified time

1...<<81828384858687888990>>...98

/plugin/bugzillalinks/
H A Dsyntax.php44 * @param string $mode
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('[Bb]ug\s*\d+', $mode, 'plugin_bugzillalinks');
69 * @param string $mode
74 public function render($mode, &$renderer, $data) { argument
76 if($mode != 'xhtml') return false;
/plugin/dblclickedit/
H A DCOPYING314 when it starts in an interactive mode:
H A Dplugin.info.txt6 desc Enter edit mode by double click
/plugin/translationbuddy/
H A Dsyntax.php31 public function connectTo($mode) { argument
32 …$this->Lexer->addSpecialPattern('----+ *translationbuddy *-+\n.*?\n----+',$mode,'plugin_translatio…
39 public function render($mode, &$renderer, $data) { argument
40 if($mode == 'xhtml') {
/plugin/heat/
H A Dsyntax.php116 $this->Lexer->addSpecialPattern('Heat #',$mode,'plugin_heat');
117 $this->Lexer->addSpecialPattern('heat #',$mode,'plugin_heat');
190 function render($mode, &$renderer, $data) { argument
191 if($mode == 'xhtml'){
/plugin/cumulus/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php28 function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern('~~\w*?CUMULUS.*?~~',$mode,'plugin_cumulus');
42 function render($mode, &$renderer, $data) { argument
43 if($mode != 'xhtml') return false;
/plugin/bible/
H A Dsyntax.php36 public function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern($bibleBook . ' \d+:\d+-\d+',$mode,'plugin_bible');
54 $this->Lexer->addSpecialPattern($bibleBook . ' \d+:\d+',$mode,'plugin_bible');
73 public function render($mode, &$renderer, $data) { argument
74 … if($mode != 'xhtml') return false; # If mode is not html, like if it is metadata, just return.
/plugin/editsections2/
H A DCOPYING313 when it starts in an interactive mode:
H A Dsyntax.php52 function connectTo($mode) argument
/plugin/preservefilenames/
H A DCOPYING313 when it starts in an interactive mode:
/plugin/composer/
H A Dsyntax.php52 function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern("{{compose>.*?}}",$mode,'plugin_composer');
160 function render($mode, &$renderer, $data) { argument
161 if($mode == 'xhtml'){
/plugin/photowidget/
H A Dphotowidget.php112 function _str_cut($src, $keyword, $mode) argument
115 if ($mode == 'right') {
/plugin/contactmodern/
H A Drecaptchalib.php218 $mode=MCRYPT_MODE_CBC;
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
/plugin/rack/
H A Dsyntax.php144 function render($mode, &$renderer, $opt) { argument
145 if($mode == 'metadata') return false;
H A Dprint.css12 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
H A Dstyle.css17 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
/plugin/autoindentcontrol/
H A DCOPYING313 when it starts in an interactive mode:
/plugin/nohighlight/
H A DCOPYING313 when it starts in an interactive mode:
/plugin/reproduce/
H A Dsyntax.php106 public function render($mode, &$renderer, $data) { argument
107 if(($mode == 'xhtml') && (!empty($data))) {
/plugin/fedauth/Auth/OpenID/
H A DAX.php108 $mode = Auth_OpenID::arrayGet($ax_args, 'mode');
128 return array('mode' => $this->mode);
794 var $mode = 'fetch_response'; variable in Auth_OpenID_AX_FetchResponse
953 var $mode = 'store_request'; variable in Auth_OpenID_AX_StoreRequest
996 $this->mode = $this->SUCCESS_MODE;
998 $this->mode = $this->FAILURE_MODE;
1009 return $this->mode == $this->SUCCESS_MODE;
H A DDatabaseConnection.php29 * @param bool $mode True if auto-commit is to be used; false if
32 function autoCommit($mode) argument
/plugin/fedauth/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php157 $mode = $large ? PROV_LARGE : PROV_SMALL;
170 . $pro->getImageXHTML($mode, $class) . '</a>';

1...<<81828384858687888990>>...98