Home
last modified time | relevance | path

Searched refs:this (Results 16876 – 16900 of 27090) sorted by relevance

1...<<671672673674675676677678679680>>...1084

/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php100 $db = $this->_connect($c);
125 $query = $this->_sql_create_table;
145 if (!$this->_db)
148 $this->_db = mysql_pconnect($c->container_cfg_mysql_host.':'.$c->container_cfg_mysql_port,
151 mysql_select_db($c->container_cfg_mysql_database, $this->_db);
153 return $this->_db;
161 $db = $this->_connect();
196 $db = $this->_connect();
256 $db = $this->_connect();
290 $db = $this->_connect();
/plugin/filelisting/
H A Dhelper.php45 $ret .= sprintf($this->getLang('files_in_namespace'), $ns_string);
62 $form->addHTML('<th>' . $this->getLang('header filename') .'</th>');
63 $form->addHTML('<th>' . $this->getLang('header filesize') .'</th>');
64 $form->addHTML('<th>' . $this->getLang('header filedate') .'</th>');
75 $rowElements = $this->getFilesRows($ns);
87 //user can delete on this namespace
88 $form->addButton('do[plugin_filelisting_delete]', $this->getLang('delete_selected'));
113 $files = $this->getFiles($ns);
178 search($data, $conf['mediadir'], array($this, 'search_media_and_namespaces'),
181 return array_map(array($this, 'fileInf
[all...]
/plugin/targetlink/
H A Dsyntax.php27 $this->Lexer->addSpecialPattern('\[\[target=.*?\|.*?\]\](?!\])',$mode,'plugin_targetlink');
28 $this->Lexer->addSpecialPattern('\[\[\+tab\|.*?\]\](?!\])',$mode,'plugin_targetlink');
53 …$args = $this->interwikilink($renderer, $data[1], $data[2], $interwiki[0], $interwiki[1], $target);
57 $args = $this->windowssharelink($renderer, $data[1], $data[2], $target);
61 $args = $this->externallink($renderer, $data[1], $data[2], $target, $this->schemes);
65 $args = $this->internallink($renderer, $data[1], $data[2], $target);
197 if(is_null($this->schemes)) $this->schemes = getSchemes();
200 if(!in_array($scheme, $this->schemes)) $url = '';
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php95 … array_push($this->entries, new GTHashEntry($algorithm, $direction, $siblingHash, $level));
119 foreach ($this->entries as $entry) {
137 $iter1 = new ArrayIterator($this->entries);
192 $i = count($this->entries) - 1;
199 $entry = $this->entries[$i--];
219 $entry = $this->entries[$i--];
238 $entry = $this->entries[$i--];
258 $entry = $this->entries[$i--];
294 $hashChainLength = count($this->entries);
303 $entry = $this->entries[$i];
H A DGTVerificationResult.php145 $this->updateStatus($other->getStatusCode());
146 $this->updateErrors($other->getErrorCode());
158 $this->cainfo = $cainfo;
169 return $this->cainfo;
/plugin/acmenu/
H A Dsyntax.php21 * Define the syntax types that this plugin applies when founds its token.
49 * Since this plugin provides internal links, it is sorted at:
70 $this->Lexer->addSpecialPattern("<acmenu.*?>", $mode, "plugin_acmenu");
120 $sub_ns = $this->_get_sub_ns($id);
124 $ns_acmenu = $this->_get_ns_acmenu($sub_ns); // namespace where <acmenu> belongs
126 $tree = $this->_tree($ns_acmenu, $level);
127 $tree = $this->_sort_ns_pg($tree);
137 $open_items = $this->_get_cookie();
149 $this->_print($renderer, $tree, $sub_ns, $open_items);
295 "sub" => $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php34 $this->atn = $atn;
61 $this->lookRecursively(
72 // Wipe out lookahead for this alternative if we found nothing
112 $this->lookRecursively(
151 * this argument.
157 * this argument.
224 $returnState = $this->atn->states[$context->getReturnState($i)];
225 $this->lookRecursively(
257 $this->lookRecursively(
272 $this
[all...]
/plugin/telleveryone/
H A Dadmin.php90 ptln('<h1>' . $this->getLang('menu') . '</h1>');
121 $form = $this->createForm('btn_update', $message);
134 $edit_link = '<a href="' . $edit_link . '">' . $this->getLang('btn_edit') . '</a>';
146 … '<a href="' . $delete_link . '" class="plugin__telleveryone_delete">' . $this->getLang('btn_delet…
157 $form = $this->createForm();
184 $form->addButton('', $this->getLang($btn_label));
192 …l_link . '" style="margin-left:1em" id="plugin__telleveryone_cancel">' . $this->getLang('btn_cance…
/plugin/statistics/
H A Daction.php27 $this,
34 $this,
41 $this,
48 $this,
55 $this,
62 $this,
69 * @fixme call this in the webbug call
113 $act = $this->_act_clean($event->data);
/plugin/combo/syntax/
H A Dcode.php92 if ($this->getConf(self::CONF_CODE_ENABLE)) {
94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
103 if ($this->getConf(self::CONF_CODE_ENABLE)) {
104 $this->Lexer->addExitPattern('</' . self::CODE_TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
192 Prism::htmlEnter($renderer, $this, $attributes);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php21 $this->markTestSkipped('Doctrine\Common is not installed.');
29 $this->assertNull($cache->load(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
35 $this->assertNull($cache->load(TestObject::class));
H A DPsrCacheAdapterTest.php21 $this->markTestSkipped('symfony/cache is not installed.');
29 $this->assertNull($cache->load(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
35 $this->assertNull($cache->load(TestObject::class));
/plugin/structat/meta/
H A DSearchConfigAtParameters.php27 $this->setAt($INPUT->int(self::$PARAM_AT));
38 $this->at = $at;
52 if ($this->at) {
53 $config['at'] = $this->at;
/plugin/autolink4/
H A Dadmin.php22 /** @type helper_plugin_autolink4 $this ->hlp */
23 $this->hlp = plugin_load('helper', 'autolink4');
39 if (!$this->hlp->saveConfigFile($INPUT->post->str('aldata'))) {
54 $config = $this->hlp->loadConfigFile();
71 echo $this->locale_xhtml('admin_help');
74 echo '<p><label onclick="plugin_autolink4.toggleFlag(this.querySelector(\'input\').checked, \'tt\')">';
79 echo '<p><label onclick="plugin_autolink4.toggleFlag(this.querySelector(\'input\').checked, \'once\')">';
/plugin/markdowku/
H A Dimagesinline.php17 $this->nested_brackets_re =
20 $this->Lexer->addSpecialPattern(
21 '\!\['.$this->nested_brackets_re.'\]\([ \t]*<?.+?>?[ \t]*(?:[\'"].*?[\'"])?\)',
29 … '/^\!\[('.$this->nested_brackets_re.')\]\([ \t]*<?(.+?)>?[ \t]*(?:[\'"](.*?)[\'"])?[ \t]*?\)$/',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisPubSubHandler.php46 $this->redisClient = $redis;
47 $this->channelKey = $key;
57 $this->redisClient->publish($this->channelKey, $record["formatted"]);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
63 $this->input = $input;
64 $this->result = $result;
72 return $this->input;
80 return $this->result;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DMockHandler.php25 $this->result = $result;
31 $response = is_callable($this->result)
32 ? call_user_func($this->result, $request)
33 : $this->result;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php25 $this->_guzzleException = $guzzleException;
26 $message = $this->getErrorMessage($this->getGuzzleException());
40 return $this->_guzzleException;
/plugin/blogtng/tpl/default/
H A Dentry.php31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
35 echo $this->getLang('author').": ";$entry->tpl_author();
38 echo $this->getLang('tags').": ";$entry->tpl_tags('');
43 <h2 id="the__comments"><?php echo $this->getLang('comments');?></h2>
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... synthetic com.mxgraph.examples.swing.ClickHandler this$0 void <init> (com.mxgraph ...
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.bmp.php30 $info = &$this->getid3->info;
46 $this->fseek($info['avdataoffset']);
48 $BMPheader = $this->fread(14 + 40);
95 $this->error('Unknown BMP subtype (or not a BMP file)');
230 $BMPheader .= $this->fread(44);
272 $BMPheader .= $this->fread(16);
292 $this->error('Unknown BMP format in header.');
298 if ($this->ExtractPalette || $this->ExtractData) {
306 $BMPpalette = $this->fread(4 * $PaletteEntries);
327 if ($this->ExtractData) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.post.positioned.class.php7 $this->_context =& $context;
17 $this->_context->add_absolute_positioned($tree->content[$i]);
19 $this->_context->add_fixed_positioned($tree->content[$i]);
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.post.postponed.class.php7 $this->_driver =& $driver;
17 $this->_driver->postpone($tree->content[$i]);
19 $this->_driver->postpone($tree->content[$i]);
22 $this->process($tree->content[$i], $data, $pipeline);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php19 $this->tag = $tag;
20 $this->grammar = $grammar;
25 return $this->grammar;
30 return $this->tag;

1...<<671672673674675676677678679680>>...1084