Home
last modified time | relevance | path

Searched refs:mode (Results 1051 – 1075 of 2447) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/tcycle/
H A Dsyntax.php24 function connectTo($mode) { argument
25 $this->Lexer->addEntryPattern('<tcycle.*?>(?=.*?</tcycle>)',$mode,'plugin_tcycle');
73 function render($mode, Doku_Renderer $renderer, $data) { argument
74 if($mode == 'xhtml'){
/plugin/structcondstyle/
H A Daction.php145 $mode = $event->data['mode'];
150 if ($mode != 'xhtml') return;
234 $mode = $event->data['mode'];
235 if ($mode != 'xhtml') return;
/plugin/bootswrapper/syntax/
H A Dbootstrap.php196 public function connectTo($mode) argument
198 …$this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_bootswrapper_' . $this->getPlug…
268 public function render($mode, Doku_Renderer $renderer, $data) argument
275 if ($mode !== 'xhtml') {
H A Dprogressbar.php53 public function render($mode, Doku_Renderer $renderer, $data) argument
60 if ($mode !== 'xhtml') {
/plugin/fontsize2/
H A Dsyntax.php36 public function connectTo($mode) { argument
37 $this->Lexer->addEntryPattern('(?i)<fs(?: .+?)?>(?=.+</fs>)',$mode,'plugin_fontsize2');
/plugin/structgeohash/types/
H A DGeoHash.php38 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
39 if( $mode == 'xhtml' ) {
/plugin/ruby/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('\{\{ruby\|[^}]*\}\}', $mode, 'plugin_ruby');
/plugin/cellbg/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
81 if($mode == 'xhtml'){
/plugin/cellbg2/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
81 if($mode == 'xhtml'){
/plugin/openlayersmap/syntax/
H A Dagslayer.php65 public function connectTo($mode): void
74 $mode,
73 connectTo($mode) global() argument
H A Dwmslayer.php65 public function connectTo($mode): void
71 $mode,
74 connectTo($mode) global() argument
H A Dosmlayer.php65 public function connectTo($mode): void
71 $mode, argument
/plugin/showif/
H A Dsyntax.php.alternative.version62 function accepts($mode){
79 function connectTo($mode) {
80 $this->Lexer->addEntryPattern('<showif.*?>(?=.*?</showif>)',$mode,'plugin_showif');
128 function render($mode, &$renderer, $data) {
131 if($mode == 'xhtml'){
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1661 * @param int $mode
1671 $temp = $mode;
1672 $mode = $filename;
1951 * @param int $mode
1985 * @param int $mode
2006 if ($mode !== -1) {
2007 $this->chmod($mode, $dir);
2096 * @param int $mode
2175 $mode = $mode & ~self::SOURCE_LOCAL_FILE;
3188 * @param int $mode
[all …]
/plugin/onlinenumber/
H A Dsyntax.php130 function connectTo($mode) { argument
131 $this->Lexer->addSpecialPattern('\{\{onlinenumber[^}]*\}\}',$mode,'plugin_onlinenumber');
141 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/xssnipper/
H A Dsyntax.php40 function connectTo($mode){ argument
41 $this->Lexer->addSpecialPattern('\{\(xssnipper\>.*?\)\}',$mode,'plugin_xssnipper');
99 function render($mode, Doku_Renderer &$renderer, $xssnipper) { argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php275 * @param int $mode
278 private function crypt($text, $mode) argument
284 $stream = &$this->stream[$mode];
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_kr.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php97 * @param string $mode
103 private static function getLinesToBeCoveredOrUsed($className, $methodName, $mode) argument
112 if (!empty($annotations['class'][$mode . 'DefaultClass'])) {
113 if (count($annotations['class'][$mode . 'DefaultClass']) > 1) {
117 $mode,
123 $classShortcut = $annotations['class'][$mode . 'DefaultClass'][0];
128 if (isset($annotations['class'][$mode])) {
129 $list = $annotations['class'][$mode];
132 if (isset($annotations['method'][$mode])) {
133 $list = array_merge($list, $annotations['method'][$mode]);
/plugin/nodisp/syntax/
H A Dbasic.php49 function render($mode, Doku_Renderer $renderer, $data) { argument
51 if($mode == 'xhtml'){
/plugin/spatialhelper/syntax/
H A Dfindnearby.php62 final public function connectTo($mode): void
64 $this->Lexer->addSpecialPattern('\{\{findnearby>.*?\}\}', $mode, 'plugin_spatialhelper_findnearby');
55 connectTo($mode) global() argument
/plugin/farm/
H A Danimal.class.php214 public function setWikiConf($mode = 'editable', $path = array(), $value = null) { argument
215 if(!in_array($mode, array('editable', 'protected'))) return false;
218 $c = & $this->wikiconf[$mode];
277 public function getRawWikiConf($mode = 'editable') { argument
283 if(!in_array($mode, array_keys($rel))) return null;
284 if(!@file_exists($this->path.'/conf/'.$rel[$mode])) return null;
286 foreach(explode("\n", @file_get_contents($this->path.'/conf/'.$rel[$mode])) as $line) {
298 public function saveRawWikiConf($mode = 'editable', $conf = '') { argument
304 if(!in_array($mode, array_keys($rel))) return false;
305 if(!@file_exists($this->path.'/conf/'.$rel[$mode])) return false;
[all …]
/plugin/openlayersmapoverlays/syntax/
H A Dosmlayer.php67 public function connectTo($mode): void { argument
72 $mode, 'plugin_openlayersmapoverlays_osmlayer'
/plugin/cryptsign/
H A Dsyntax.php43 function connectTo($mode) { argument
44 …$this->Lexer->addSpecialPattern('\{\{[^{]+\$\$[a-f0-9]{32}--.+?\$\$\}\}',$mode,'plugin_cryptsign');
/plugin/orphanswanted/
H A Dsyntax.php52 function connectTo($mode) { argument
53 … $this->Lexer->addSpecialPattern('~~ORPHANSWANTED:[\w:@!-]+~~', $mode, 'plugin_orphanswanted');

1...<<41424344454647484950>>...98