Home
last modified time | relevance | path

Searched refs:this (Results 4001 – 4025 of 27090) sorted by relevance

1...<<161162163164165166167168169170>>...1084

/plugin/lastpages/
H A Dsyntax.php27 $this->indexdir = $conf['indexdir'];
79 …case '~~LASTPAGES~~': $number_of_pages = $this->getConf('numpages'); $type_of_list = $this->getCon…
82 $separator = $this->getConf('listsep');
86 $this->_getLatestPages($number_of_pages); // get list of latest pages
97 $index_links_file = $this->indexdir.'/page.idx';
98 $index_title_file = $this->indexdir.'/title.idx';
99 $index_pword_file = $this->indexdir.'/pageword.idx';
122 $this->pages[$key] = $title;
124 $this->pages[$key] = $key;
135 if (is_array($this->pages) && (count($this->pages) > 0)) {
[all …]
/plugin/bez/ctl/
H A Dtasks.php2 /** @var action_plugin_bez $this */
6 if ($this->model->get_level() < BEZ_AUTH_USER) {
11 if ($this->model->get_level() >= BEZ_AUTH_ADMIN && isset($_POST['action']) && isset($_POST['task_id'])) {
14 $task = $this->model->taskFactory->get_one($id);
15 $this->model->taskFactory->delete($task);
19 $task = $this->model->taskFactory->get_one($id);
21 $this->model->taskFactory->save($task);
31 } elseif (empty($this->params) && isset($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME])) {
47 header('Location: '.$this->url('tasks', $filters));
49 $filters = $this
[all...]
/plugin/overlay/
H A Daction.php39 if($this->getConf('always')){
46 if($this->getConf($xcl)) {
74 $tools = $this->getConf('tools');
130 $close = trim($this->getLang('close'));
131 $detach = trim($this->getLang('detach'));
133 $resize = trim($this->getLang('resize'));
163 $type = $this->getConf('menutype');
186 $type = $this->getConf('menutype');
188 $btn = $this->getLang('toggle_name');
195 $name = $this->getLang('toggle_name');
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php53 foreach($this->escapeCharacters as $char) {
65 …if (!in_array('parseLink', array_slice($this->context, 1)) && ($parts = $this->parseLinkOrImage($m…
70 'text' => $this->parseInline($text),
188 return $this->parseInlineHtml($text);
212 if (isset($this->references[$key]) || isset($this->references[$key = $normalizedKey])) {
213 return $this->references[$key];
225 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));
242 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));
250 . ($this->html5 ? '>' : ' />');
268 $this->references[$label] = [
[all …]
/plugin/latex-was/
H A Dadmin.php115 $this->output .= '<div class="info">'.$this->getLang('refresh_note').'</div>';
124 $this->output .= '[x] '.$img . "\n";
132 …$this->output = "<div class=\"error\">Purger: Bad form inputs. No action taken.</div>".$this->outp…
138 $this->output .= "</pre>";
148 ptln('<p>'.$this->output.'</p>');
161 echo $this->getLang('label_olderthan');
163 echo $this->getLang('label_days');
194 foreach(array($this->getConf("latex_path"),$this->getConf("dvips_path"),
195 $this->getConf("convert_path"),$this->getConf("identify_path")) as $path) {
242 $this->doc = '';
[all …]
/plugin/fontfamily/
H A Daction.php22 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
28 'title' => $this->getLang('ff_picker'),
33 'title' => $this->getLang('Arial'),
40 'title' => $this->getLang('BrushScriptMS'),
47 'title' => $this->getLang('ComicSansMS'),
54 'title' => $this->getLang('Georgia'),
61 'title' => $this->getLang('Impact'),
68 'title' => $this->getLang('TimesNewRoman'),
75 'title' => $this->getLang('TrebuchetMS'),
82 'title' => $this->getLang('Verdana'),
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php50 * This value should never change. Updates following this version are
70 * the feature first appeared in this branch.
102 $this->deserializationOptions = $options ?? ATNDeserializationOptions::defaultOptions();
134 $this->reset($data);
135 $this->checkVersion();
136 $this->checkUUID();
137 $atn = $this->readATN();
138 $this->readStates($atn);
139 $this->readRules($atn);
140 $this
[all...]
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php32 if (is_object($conn)) $this->connection = $conn;
36 … $this->connection = new Swift_Authenticator_PopB4Smtp_Pop3Connection($conn, $port, $encryption);
56 $this->connection->start();
57 $this->connection->assertOk($this->connection->read());
58 $this->connection->write("USER " . $user);
59 $this->connection->assertOk($this->connection->read());
60 $this->connection->write("PASS " . $pass);
61 $this->connection->assertOk($this->connection->read());
62 $this->connection->write("QUIT");
63 $this->connection->assertOk($this->connection->read());
[all …]
/plugin/latexit/classes/
H A DBibHandler.php63 $this->bib_entries = array();
69 $this->type = trim($match[1]) . "s";
70 $this->id = trim($match[2]);
73 $this->key = trim($match[1]);
79 $this->repository .= '/';
80 $this->repository .= $name;
82 $this->repository .= '.txt';
99 $this->type
101 $this->id
105 $this->key
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php32 if ($this->getAttribute('disable_c_ext')) {
42 if ($this->getAttribute('ignore_strict_check')) {
43 $this->getNode('node')->setAttribute('ignore_strict_check', true);
46 $compiler->subcompile($this->getNode('node'));
48 $compiler->raw(', ')->subcompile($this->getNode('attribute'));
51 $needFourth = $this->getAttribute('ignore_strict_check');
52 $needThird = $needFourth || $this->getAttribute('is_defined_test');
54 $needFirst = $needSecond || $this->hasNode('arguments');
57 if ($this->hasNode('arguments')) {
58 $compiler->raw(', ')->subcompile($this->getNode('arguments'));
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DStaggeredDelimiterProcessor.php14 * file that was distributed with this source code.
48 $this->delimiterChar = $char;
49 $this->add($processor);
54 return $this->delimiterChar;
59 return $this->delimiterChar;
64 return $this->minLength;
68 * Adds the given processor to this staggered delimiter processor
76 if (isset($this->processors[$len])) {
77 throw new InvalidArgumentException(\sprintf('Cannot add two delimiter processors for char "%s" and minimum length %d', $this->delimiterChar, $len));
80 $this
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php97 $this->assertStatusCodeIsInteger($status);
99 $this->assertStatusCodeRange($status);
101 $this->statusCode = $status;
107 $this->setHeaders($headers);
109 $this->reasonPhrase = self::$phrases[$this->statusCode];
114 $this->protocol = $version;
119 return $this->statusCode;
124 return $this->reasonPhrase;
129 $this->assertStatusCodeIsInteger($code);
131 $this->assertStatusCodeRange($code);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DGroupHandler.php45 $this->handlers = $handlers;
46 $this->bubble = $bubble;
54 foreach ($this->handlers as $handler) {
68 if ($this->processors) {
73 foreach ($this->handlers as $handler) {
77 return false === $this->bubble;
85 if ($this->processors) {
94 foreach ($this->handlers as $handler) {
101 $this->resetProcessors();
103 foreach ($this->handlers as $handler) {
[all …]
H A DLogglyHandler.php57 $this->token = $token;
72 $this->curlHandlers[$endpoint] = $this->loadCurlHandle($endpoint);
75 return $this->curlHandlers[$endpoint];
104 $this->tag = is_array($tag) ? $tag : [$tag];
106 return $this;
116 $this->tag = array_unique(array_merge($this->tag, $tag));
119 return $this;
129 $level = $this->level;
136 $this->send($this->getFormatter()->formatBatch($records), static::ENDPOINT_BATCH);
142 $ch = $this->getCurlHandler($endpoint);
[all …]
H A DSyslogUdpHandler.php64 $this->ident = $ident;
65 $this->rfc = $rfc;
74 … $header = $this->makeCommonSyslogHeader($this->logLevels[$record['level']], $record['datetime']);
83 $this->socket->close();
110 $priority = $severity + $this->facility;
120 if ($this->rfc === self::RFC3164) {
124 $date = $dateNew->format($this->dateFormats[$this->rfc]);
132 $date = $datetime->format($this->dateFormats[$this->rfc]);
137 $this->ident . " " .
146 $this->socket = $socket;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEnrichNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
41 $name = $this->extractArgument($params, 'name');
43 $endpointBuilder = $this->endpoints;
48 return $this->performRequest($endpoint);
62 $name = $this->extractArgument($params, 'name');
64 $endpointBuilder = $this->endpoints;
69 return $this->performRequest($endpoint);
82 $name = $this->extractArgument($params, 'name');
84 $endpointBuilder = $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php27 $this->parent = $parent;
28 $this->returnState = $returnState;
52 return $this->parent;
61 return $this->returnState;
66 if ($this === $other) {
74 if ($this->returnState !== $other->returnState) {
78 return Equality::equals($this->parent, $other->parent);
83 $up = $this->parent === null ? '' : (string) $this->parent;
86 if ($this
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php91 $this->server = $server;
243 $vcardType = $this->negotiateVCard(
249 [$this->server, 'calculateUri'],
293 $this->validateVCard($data, $modified);
315 $this->validateVCard($data, $modified);
389 $depth = $this->server->getHTTPDepth(0);
393 $this->server->tree->getNodeForPath($this->server->getRequestUri())
399 $candidateNodes = $this->server->tree->getChildren($this->server->getRequestUri());
407 $vcardType = $this->negotiateVCard(
463 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($result, $prefer['return']…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBankAccountTest.test.php21 $this->ba = new BankAccount;
31 $this->assertEquals(0, $this->ba->getBalance());
42 $this->ba->withdrawMoney(1);
44 $this->assertEquals(0, $this->ba->getBalance());
49 $this->fail();
60 $this->ba->depositMoney(-1);
62 $this->assertEquals(0, $this->ba->getBalance());
67 $this->fail();
/plugin/wikistats/
H A Dsyntax.php129 $this->addNamespace($data, trim($m));
145 $this->addNamespace($data, $value);
203 if ($this->getConf('display_toc')) {
209 $content .= $this->displayTagStats($list);
361 if ($this->getConf('display_toc')) {
365 $class = $this->getConf('display_type');
409 if ($this->getConf('display_tags_stats')) {
413 if ($this->getConf('display_toc')) {
420 $class = $this->getConf('display_type');
463 if ($this->getConf('display_toc')) {
[all …]
/plugin/pagemod/helper/
H A Dpagemod.php27 $this->prepareNamespacetemplateReplacements();
28 $this->prepareDateTimereplacements();
29 $this->prepareLanguagePlaceholder();
30 $this->prepareNoincludeReplacement();
31 $this->prepareFieldReplacements($fields);
55 $auth = $this->aclcheck($page_to_modify); // runas
57 msg($this->getLang('e_denied'), -1);
80 $this->getLang('pleasewait'),
133 $this->template_section_id = $template_section_id;
162 if($id === $this->template_section_id) {
[all …]
/plugin/templateconfhelper/action/
H A Dtemplateaction.php43 $u = $this->get_user( ); // init user data
59 $this->save_session( 'template', $tpl );
77 $this->_switch( $tpl, $theme );
84 if( !isset( $this->u['load'] )) {
89 if( !isset( $this->u['load'] )) {
90 $this->u['load'] = 1;
93 if( $var ) return isset( $this->u[$var] ) ? $this->u[$var] : false;
94 return $this->u;
102 $this->u[$var] = $val;
126 $this->_switch( $tpl );
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php77 $this->setBarcode($code, $type);
85 return $this->barcode_array;
102 $this->barcode_array['code'] = $code;
133 $this->barcode_array['code'] = $code;
143 $this->barcode_array['code'] = $code;
167 $this->barcode_array['code'] = $code;
171 $this->barcode_array['num_rows'] = 5;
172 $this->barcode_array['num_cols'] = 15;
173 $this->barcode_array['bcode'] = array(
179 $this->barcode_array['code'] = $code;
[all …]
/plugin/farmer/admin/
H A Dconfig.php31 $this->helper = plugin_load('helper', 'farmer');
42 $farmconf = $this->helper->getConfig();
51 $data .= $this->createIni($farmconf);
61 $farmconf = $this->helper->getConfig();
65 $form->addFieldsetOpen($this->getLang('base'));
66 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
67 $form->addTextInput('farmconf[base][farmhost]', $this->getLang('farm host'))
69 $form->addTextInput('farmconf[base][basedomain]', $this->getLang('base domain'))
73 $form->addFieldsetOpen($this->getLang('conf_inherit'));
76 $chk = $form->addCheckbox("farmconf[inherit][$key]", $this
[all...]

1...<<161162163164165166167168169170>>...1084