Home
last modified time | relevance | path

Searched refs:this (Results 7051 – 7075 of 27090) sorted by relevance

1...<<281282283284285286287288289290>>...1084

/plugin/jalbum/syntax/
H A Dslideshow.php86 $pics = $this->_search($picdir);
93 $jsscript .= $this->getConf('baseurl').'/'.$picdir.'thumbs/'.$p['file'];
101 … $jsscript .= $this->getConf('baseurl').'/'.$picdir.'slides/'.str_replace('JPG','html',$p['file']);
109 'var changeTime = '.$this->getConf('changetime').';'.
112 if (isset($this->getConf['target'])) {
113 $target = 'target="'.$this->getConf['target'].'" ';
121 …'<img class="jalbumslide" src="'.$this->getConf('baseurl').'/'.$picdir.'thumbs/'.$pics[0]['file'].…
122 ' width="'.$this->getConf('slidewidth').'"'.
123 ' height="'.$this->getConf('slideheight').'"'.
141 search($files,$this->getConf('albumdir'),'search_media',array(),$dir."/thumbs");
/plugin/requiz/
H A Daction.php23 $this,
30 $this,
37 $this,
41 if($this->getConf('requizreg')){
45 $this,
52 $this,
62 $act = $this->_act_clean($event->data);
63 if(!('save' == $act || ($this->getConf('requizreg') &&
70 if(!$this->getConf('requizusr') && $_SERVER['REMOTE_USER']){
101 if(!$this->getConf('requizusr') && $_SERVER['REMOTE_USER']){
/plugin/mdpage/vendor/cebe/markdown/
H A DGithubMarkdown.php70 $this->identifyQuote($line, $lines, $i) ||
71 $this->identifyFencedCode($line, $lines, $i) ||
72 $this->identifyUl($line, $lines, $i) ||
73 $this->identifyOl($line, $lines, $i) ||
74 $this->identifyHr($line, $lines, $i)
76 || $this->identifyHeadline($line, $lines, $i))
79 } elseif ($this->identifyCode($line, $lines, $i)) {
95 'content' => $this->parseInline(implode("\n", $content)),
107 if ($this->enableNewlines) {
108 $br = $this->html5 ? "<br>\n" : "<br />\n";
/plugin/menuext/
H A DMenuExtItem.php27 if (isset($data['label'][$conf['lang']])) $this->label = $data['label'][$conf['lang']];
28 if (isset($data['title'][$conf['lang']])) $this->title = $data['title'][$conf['lang']];
29 if (isset($data['link'])) $this->link = $data['link'];
30 if (isset($data['svg'])) $this->svg = $data['svg'];
31 if (isset($data['attr'])) $this->attributes = $data['attr'];
39 return $this->linkReplacements($this->link);
48 if (file_exists($this->svg)) return $this->svg;
49 $file = mediaFN($this->svg);
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php17 * file that was distributed with this source code.
39 $old = $this->processorsByChar[$opening] ?? null;
41 $this->addStaggeredDelimiterProcessorForChar($opening, $old, $processor);
43 $this->addDelimiterProcessorForChar($opening, $processor);
46 $this->addDelimiterProcessorForChar($opening, $processor);
47 $this->addDelimiterProcessorForChar($closing, $processor);
53 return $this->processorsByChar[$char] ?? null;
61 return \array_keys($this->processorsByChar);
66 if (isset($this->processorsByChar[$delimiterChar])) {
70 $this
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php56 $this->client = $client;
57 $this->options = array_merge(
72 $this->bulkSend([$record['formatted']]);
92 return $this->options;
100 return new ElasticaFormatter($this->options['index'], $this->options['type']);
108 $documents = $this->getFormatter()->formatBatch($records);
109 $this->bulkSend($documents);
122 $this->client->addDocuments($documents);
124 if (!$this->options['ignore_error']) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php24 $this->assertDecodeProp($input, $expected);
37 $this->assertDecodeProp($input, $expected);
53 $this->assertDecodeProp($input, $expected);
73 $this->assertDecodeProp($input, $expected, $elementMap);
96 $this->assertDecodeProp($input, $expected, $elementMap);
118 $this->assertDecodeProp($input, $expected, $elementMap);
140 $this->assertDecodeProp($input, $expected, $elementMap);
148 $result = $this->parse($input, $elementMap);
149 $this->assertInternalType('array', $result);
150 $this->assertEquals($expected, $result['value']);
/plugin/howhard/
H A Dsyntax.php63 $this->Lexer->addSpecialPattern('\{\{howhard>.*?\}\}',$mode,'plugin_howhard');
74 return array($state,$this->note_defaut);
79 if(!in_array("$retour",$this->notes_hh) or empty($retour))
81 $retour=$this->note_defaut;
103 if($this->getConf('confhowhardcompact') // Activated
104 && $this->getConf('confhowhardstyle') != 1) // But not for style '1'
111 $style = $this->getConf('confhowhardstyle');
118 $renderer->doc.= '<div class="howhard_title">'.$this->getLang('howhardtitle').'</div>';
123 …/plugins/howhard/images/style'.$style.'/'.$data.'.png" border="0" rel="'.$this->getLang($text_leve…
125 … $renderer->doc.= '<div class="howhard_txt'.$isCompact.'">'.$this->getLang($text_level).'</div>';
/plugin/smtp/classes/
H A DLogger.php24 return $this->log;
37 $this->log('emergency', $message, $context);
53 $this->log('alert', $message, $context);
68 $this->log('critical', $message, $context);
82 $this->log('error', $message, $context);
98 $this->log('warning', $message, $context);
111 $this->log('notice', $message, $context);
126 $this->log('info', $message, $context);
139 $this->log('debug', $message, $context);
153 $this->log[] = array($level, $message, $context);
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DMonthFieldTest.php20 $this->assertTrue($f->validate('12'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/10,2,1-12'));
23 $this->assertFalse($f->validate('1.fix-regexp'));
34 $this->assertEquals('2011-04-01 00:00:00', $d->format('Y-m-d H:i:s'));
38 $this->assertEquals('2011-02-28 23:59:00', $d->format('Y-m-d H:i:s'));
51 $this->assertEquals('2011-04-01 00:00:00', $d->format('Y-m-d H:i:s'));
55 $this->assertEquals('2011-02-28 23:59:00', $d->format('Y-m-d H:i:s'));
68 $this->assertEquals('2012-01-01 00:00:00', $d->format('Y-m-d H:i:s'));
79 $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php33 $this->formatMessage($predicate, $message)
47 $this->ruleIndex = $trans->ruleIndex;
48 $this->predicateIndex = $trans->predIndex;
50 $this->ruleIndex = 0;
51 $this->predicateIndex = 0;
54 $this->predicate = $predicate;
55 $this->setOffendingToken($recognizer->getCurrentToken());
60 return $this->ruleIndex;
65 return $this->predicateIndex;
70 return $this
[all...]
/plugin/batchedit/
H A Daction.php22 if ($this->isBatchEditAjax()) {
23 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'onAjaxCallUnknown');
26 if (!$this->isBatchEdit()) {
30 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'onBeforeHeadersSend');
31 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'onBeforeMetaheaderOutput');
42 $server = new BatcheditServer($this);
69 $this->addTemplateHeaderInclude($event, 'interface.css');
70 $this->addTemplateHeaderInclude($event, 'server.js');
71 $this->addTemplateHeaderInclude($event, 'interface.js');
72 $this
[all...]
/plugin/tabbox/
H A Dsyntax.php64 $this->Lexer->addExitPattern('</tabbox>', 'plugin_tabbox');
98 if(!$this->intab) {
100 $this->_openBox($renderer);
103 $this->_closeTab($renderer, $pos - 1);
109 if($this->intab) {
111 $this->_closeTab($renderer, $pos - 1);
113 $this->_closeBox($renderer);
134 $tabid = 'tab__' . sectionID($name, $this->tabids);
136 $level = $this->_getProtected($R, 'lastlevel') + 1;
150 $this->intab = true;
[all …]
/plugin/numbering/
H A Daction.php16 $this->helper = plugin_load('helper', 'numbering');
21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,'_ajax_call');
22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_setjsinfo');
27 $JSINFO['nmbring_multi_db'] = $this->getConf('multi_db');
41 $numfield = str_replace(',','|',$this->getConf('bureaucracy'));
63 $num = $this->format_number() ;
68 $padding = $this->helper->getConfValue('padding');
69 $len = (int) $this->helper->getConfValue('pad_length');
70 $number = $this->getNextNumber();
89 $db = $this->numberingDB();
[all …]
/plugin/strata/syntax/
H A Dtable.php16 $this->Lexer->addSpecialPattern('<table'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</table>',$mode, 'plugin_strata_table');
33 $this->displayError($mode, $R, $data);
41 $query = $this->prepareQuery($data['query']);
44 $result = $this->triples->queryRelations($query);
51 'type'=>$this->util->loadType($meta['type']),
54 'aggregate'=>$this->util->loadAggregate($meta['aggregate']),
61 $this->ui_container_open($mode, $R, $data, array('strata-container', 'strata-container-table'));
85 $this->util->renderField($mode, $R, $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php20 * this data structure into a tree.
43 * which calls r2, the would look like this:
50 * and it holds the return address from another rule that invoke to this rule.
62 * The context that invoked this rule.
69 * What state invoked the rule associated with this context?
71 * is null, this should be -1 this context object represents the start rule.
79 $this->parentCtx = $parent;
80 $this->invokingState = $invokingState ?? -1;
93 $p = $this;
[all...]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php43 $this->assertVObjEquals(
81 $this->assertVObjEquals(
120 $this->assertVObjEquals(
160 $this->assertVObjEquals(
201 $this->assertVObjEquals(
230 $this->assertVObjEquals(
247 $this->assertVObjEquals(
276 $this->assertVObjEquals(
293 $this->assertVObjEquals(
366 $this->assertVObjEquals(
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php45 $this->assertVObjectEqualsVObject(
83 $this->assertVObjectEqualsVObject(
122 $this->assertVObjectEqualsVObject(
162 $this->assertVObjectEqualsVObject(
203 $this->assertVObjectEqualsVObject(
232 $this->assertVObjectEqualsVObject(
249 $this->assertVObjectEqualsVObject(
278 $this->assertVObjectEqualsVObject(
295 $this->assertVObjectEqualsVObject(
368 $this->assertVObjectEqualsVObject(
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php43 $this->assertVObjEquals(
81 $this->assertVObjEquals(
120 $this->assertVObjEquals(
160 $this->assertVObjEquals(
201 $this->assertVObjEquals(
230 $this->assertVObjEquals(
247 $this->assertVObjEquals(
276 $this->assertVObjEquals(
293 $this->assertVObjEquals(
366 $this->assertVObjEquals(
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php75 $this->http = $http;
76 $this->cache = $cache;
77 $this->jwt = $jwt ?: $this->getJwtService();
97 $this->setPhpsecConstants();
100 $certs = $this->getFederatedSignOnCerts();
104 $publicKey = $this->getPublicKey($cert);
143 return $this->cache;
167 $response = $this->http->get($url);
187 if ($cache = $this->getCache()) {
232 $bigIntClass = $this->getBigIntClass();
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php43 $this->assertVObjEquals(
81 $this->assertVObjEquals(
120 $this->assertVObjEquals(
160 $this->assertVObjEquals(
201 $this->assertVObjEquals(
230 $this->assertVObjEquals(
247 $this->assertVObjEquals(
276 $this->assertVObjEquals(
293 $this->assertVObjEquals(
366 $this->assertVObjEquals(
[all …]
/plugin/structnotification/
H A Dadmin.php57 $errors = $this->validate($predicate);
59 $this->display_errors($errors);
68 $errors = $this->validate($predicate);
70 $this->display_errors($errors);
76 }, $this->headers));
104 ptln('<h1>' . $this->getLang('menu') . '</h1>');
108 foreach ($this->headers as $header) {
109 ptln('<th>' . $this->getLang('admin header '. $header) . '</th>');
126 ptln($this->form('update'));
131 foreach ($this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php54 * Set the child query for this function_score query.
56 * @return $this
60 return $this->setParam('query', $query);
71 * @return $this
91 $this->_functions[] = $function;
93 return $this;
103 * @return $this
107 return $this->addFunction('script_score', $script, $filter, $weight);
117 * @param string $origin the origin value for this decay function
118 * @param string $scale a scale to define the rate of decay for this functio
[all...]
/plugin/farmer/
H A Dhelper.php69 $config = $this->getConfig();
116 * Check if the farm is correctly configured for this farmer plugin
182 $this->copyDir("$source/$entry", "$destination/$entry", $exclude);
229 if (isset($this->animalPluginState[$animal])) return $this->animalPluginState[$animal];
237 $this->animalPluginState[$animal] = $plugins;
250 if (!is_null($this->defaultPluginState)) return $this->defaultPluginState;
252 $farmconf = $this->getConfig();
253 $all = $this
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php101 $this->server = $server;
277 if (!$this->scheduleReply($this->server->httpRequest)) {
283 $addresses = $this->getAddressesForPrincipal(
340 if (!$this->scheduleReply($this->server->httpRequest)) {
344 $addresses = $this->getAddressesForPrincipal(
352 $this->deliver($message);
391 $result = $this->server->getProperties(
484 $this->processICalendarChange(
528 $this->deliver($message);
566 $properties = $this->server->getProperties(
[all …]

1...<<281282283284285286287288289290>>...1084