Home
last modified time | relevance | path

Searched refs:this (Results 5801 – 5825 of 27090) sorted by relevance

1...<<231232233234235236237238239240>>...1084

/plugin/imapmarkers/syntax/
H A Dreference.php18 $this->is_debug = false;
20 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
21 if ($this->is_debug) {
22 …imapmarkers_reference.__construct ID='%s' COMPONENT='%s'", cleanID($ID), $this->getPluginComponent…
41 if ($mode == substr(get_class($this), 7))
50 $this->Lexer->addSpecialPattern('\{{2}(?i)IMAPMLOC>.+?\}{2}', $mode, $this->component);
65 if ($this->is_debug) {
66 …_plugin_imapmarkers_reference.handle MATCH='%s' COMPONENT='%s'", $match, $this->getPluginComponent…
77 if ($this->is_debug) {
78 …ugin_imapmarkers_reference.handle::DOKU_LEXER_SPECIAL: [%d] MATCH='%s'", $this->nr_imagemap_handle…
[all …]
/plugin/bez/mdl/
H A DTask_commentFactory.php10 return $this->get_all(array('task_id' => $task->id), '', array('task' => $task));
25 $this->beginTransaction();
37 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=1 WHERE id=?",
44 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=0 WHERE task_id=?",
54 $this->commitTransaction();
65 $this->rollbackTransaction();
78 $this->beginTransaction();
83 $this
[all...]
/plugin/linkback/action/
H A Dantispam.php17 $controller->register_hook('ACTION_LINKBACK_RECEIVED', 'BEFORE', $this, 'handle_linkback_received', array ());
28 if ($this->getConf('antispam_linkcount_enable') && !$this->_clean_linkcount($linkback['raw_excerpt'])) {
31 if (!$this->getConf('antispam_linkcount_moderate'))
39 if ($this->getConf('antispam_wordblock_enable') && !$this->_clean_wordblock($linkback['raw_excerpt'])) {
42 if (!$this->getConf('antispam_wordblock_moderate'))
50 if ($this->getConf('antispam_host_enable') && !$this->_clean_host($linkback['url'], $linkback['submitter_ip'])) {
53 if (!$this
[all...]
/plugin/googlesearch/
H A DGoogleAPI.php20 $this->apikey = $key;
21 $this->soapclient = new soapclient('http://api.google.com/search/beta2');
40 'key' => $this->apikey,
41 'q' => $this->restrict.' '.$q,
55 $ret = $this->soapclient->call('doGoogleSearch', $params, $this->soapoptions);
56 $err = $this->soapclient->getError();
65 $this->error = $err;
78 'key' => $this->apikey,
82 $spell = $soapclient->call('doSpellingSuggestion', $params, $this->soapoptions);
87 $this->error = $err;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSharedCalendarsTest.php31 $this->backend = new Backend\MockSharing(
37 return new CalendarHome($this->backend, array(
45 $instance = $this->getInstance();
46 $this->assertEquals('user1', $instance->getName());
52 $instance = $this->getInstance();
54 $this->assertEquals(3, count($children));
75 if (!$hasShareable) $this->fail('Missing node!');
76 if (!$hasShared) $this->fail('Missing node!');
77 if (!$hasNotifications) $this->fail('Missing node!');
83 $instance = $this->getInstance();
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
29 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
38 $this->serializer = $serializer;
43 $job_id = $this->job_id ?? null;
67 return $this;
71 $this->body .= $this->serializer->serialize($item) . "\n";
74 $this->body = $body;
76 $this->body .= "\n";
81 return $this;
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php16 $this->data[$value] = true;
21 $this->data += $set->data;
26 unset($this->data[$value]);
31 return \array_key_exists($value, $this->data);
39 return \array_keys($this->data);
47 return \min($this->values());
52 return Hasher::hash(...$this->values());
57 if ($this === $other) {
62 && $this->data === $other->data;
67 return \count($this
[all...]
/plugin/batchedit/
H A Dserver.php21 $this->plugin = $plugin;
29 $this->verifyAdminRights();
33 $this->handleCancel();
37 $this->handleProgress();
42 $this->sendResponse(array('error' => 'server_error', 'message' => $error->getMessage()));
70 $this->verifySession();
79 $this->verifySession();
89 $this->sendResponse(array('operation' => $this->getProgressLabel($operation), 'progress' => $progress));
98 return $this
[all...]
/plugin/flexpaper/
H A Dsyntax.php133 $data['Scale'] = $this->getConf('Scale');
134 $data['ZoomTransition'] = "'" . $this->getConf('ZoomTransition') . "'";
135 $data['ZoomTime'] = $this->getConf('ZoomTime');
136 $data['ZoomInterval'] = $this->getConf('ZoomInterval');
137 $data['FitPageOnLoad'] = $this->getConf('FitPageOnLoad')?'true':'false';
138 $data['FitWidthOnLoad'] = $this->getConf('FitWidthOnLoad')?'true':'false';
142 $data['MaxZoomSize'] = $this->getConf('MaxZoomSize');
143 $data['MinZoomSize'] = $this->getConf('MinZoomSize');
144 $data['SearchMatchAll'] = $this->getConf('SearchMatchAll')?'true':'false';
145 $data['InitViewMode'] = "'" . $this->getConf('InitViewMode') . "'";
[all …]
/plugin/xslfo/
H A Daction.php65 $this->setupTemplate();
70 $cache_key = $ID.$REV.$this->template;
75 $this->template_path,
102 'xml' => $this->setupXML(),
103 'xsl' => $this->template_path,
214 $this->template = $_REQUEST['tpl'];
216 $this->template = $this->getConf('template');
218 $this->template_path = realpath(tpl_incdir().$this->template);
220 if (!is_file($this->template_path)) {
221 $this->template = 'default.xsl';
[all …]
/plugin/gtime/action/
H A Dtimestamp.php50 $Timestamper_URL=$this->getConf('Timestamper_URL');
53 $Extender_URL=$this->getConf('Extender_URL');
56 $Publications_URL=$this->getConf('Publications_URL');
164 $Extender_URL=$this->getConf('Extender_URL');
170 $publicationsFile = $this->gt_publications_file();
187 $this->gt_log_exception($e);
246 $this->gt_log_exception($e);
274 $this->setupLocale();
275 $mylang=$this->lang;
293 $this->gt_extend($timestamp,$INFO);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.nsv.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
30 $NSVheader = $this->fread(4);
34 if ($this->getNSVsHeaderFilepointer(0)) {
44 if ($this->getNSVfHeaderFilepointer(0)) {
72 $info = &$this->getid3->info;
73 $this->fseek($fileoffset);
74 $NSVsheader = $this->fread(28);
151 $info = &$this->getid3->info;
152 $this->fseek($fileoffset);
[all …]
/plugin/nsexport/packer/ziphtml/
H A Dzip.php30 $filename = $this->tmp . "/$filename";
42 $this->recursive_add($base,"$dir/$file");
111 $this->tmp = $tmpdir;
117 $this->_addFile('all.css',$css);
119 $this->_addFile('screen.css',$css);
121 $this->_addFile('print.css',$css);
123 $this->_addFile('export.css',$css);
176 echo basename($this->tmp);
187 $this->zip = $filename;
202 $zip = $this->getConf('packer_ziphtml_zip');
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php17 * file that was distributed with this source code.
32 $newDelimiter->setPrevious($this->top);
34 if ($this->top !== null) {
35 $this->top->setNext($newDelimiter);
38 $this->top = $newDelimiter;
43 $delimiter = $this->top;
60 $this->top = $delimiter->getPrevious();
70 $this->removeDelimiter($delimiter);
78 $this->removeDelimiter($delimiter);
85 while ($this
[all...]
/plugin/recommend/
H A Daction.php8 $controller->register_hook($event, 'BEFORE', $this, 'handle');
40 $this->handlePost();
42 $this->ajaxSuccess(); // To signal success to AJAX.
44 msg($this->getLang('thanks'), 1);
52 echo $this->getForm();
156 $form->addTextInput('subject', $this->getLang('subject'))
159 $form->addTextarea('comment', $this->getLang('message'))
196 throw new \Exception($this->getLang('err_captcha'));
203 throw new \Exception($this->getLang('err_recipient'));
210 throw new \Exception($this->getLang('err_sendermail'));
[all …]
/plugin/openid/Auth/OpenID/
H A DAX.php601 * about the aliases for this request.
770 return $this->data[$type_uri];
815 $this->update_url = $update_url;
887 $ax_args = $this->_newArgs();
901 $update_url = $this->update_url;
980 $ax_args = $this->_newArgs();
1021 $this->mode = $this->SUCCESS_MODE;
1023 $this->mode = $this->FAILURE_MODE;
1034 return $this->mode == $this->SUCCESS_MODE;
1046 $ax_args = $this->_newArgs();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php32 $this->env = $env;
33 $this->template = $template;
47 return $this->template->render($context, \func_num_args() > 1 ? func_get_arg(1) : []);
59 $this->template->display($context, \func_num_args() > 1 ? func_get_arg(1) : []);
72 return $this->template->hasBlock($name, $context);
84 return $this->template->getBlockNames($context);
97 $context = $this->env->mergeGlobals($context);
101 $this->template->displayBlock($name, $context);
127 $this->template->displayBlock($name, $this->env->mergeGlobals($context));
135 return $this->template->getSourceContext();
[all …]
/plugin/nsexport/action/
H A Dexport.php17 $controller->register_hook('TPL_ACT_UNKNOWN','BEFORE', $this, 'nsexport');
18 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, 'act');
26 $this->run = true;
30 if (!$this->run) return;
35 if ($this->getConf('autoexport')){
37 echo $this->locale_xhtml('autointro');
40 echo $this->locale_xhtml('intro');
43 $this->getLang('packer___ziphtml___intro') .
45 $this->_listPages($id);
66 printf($this->getLang('inns'), $ns);
[all …]
/plugin/authloginapi/
H A Daction.php21 $this->active = (
29 $this->endpoint = $this->getConf('endpoint');
30 $this->token = $this->getConf('token');
37 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
50 if (!$this->active) {
63 $button['value'] = $this->getConf('button');
68 'return' => $this->buildReturnUrl(array('do' => 'login')),
70 'site' => $this->getSiteName(),
76 $signature = hash('sha256', $encoded.$this->token);
79 $form->params['action'] = $this->endpoint;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php40 $this->testName = $failedTest->toString();
42 $this->testName = get_class($failedTest);
46 $this->failedTest = $failedTest;
49 $this->thrownException = $t;
61 $this->testName,
62 $this->thrownException->getMessage()
73 return self::exceptionToString($this->thrownException);
113 return $this->testName;
128 return $this->failedTest;
138 return $this->thrownException;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php20 $this->getIndexProfile(
22 $this->getEmbeddedBlockProfile(),
23 $this->getEmbeddedTemplateProfile(
25 $this->getIncludedTemplateProfile(),
28 $this->getMacroProfile(),
29 $this->getEmbeddedTemplateProfile(
31 $this->getIncludedTemplateProfile(),
47 return $this->generateProfile('main', 1, 'template', 'index.twig', $subProfiles);
52 return $this->generateProfile('body', 0.0001, 'block', 'embedded.twig', $subProfiles);
57 return $this->generateProfile('main', 0.0001, 'template', 'embedded.twig', $subProfiles);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php36 $this->handlerRegistry = new HandlerRegistry();
37 $this->unserializeObjectConstructor = new UnserializeObjectConstructor();
39 $this->serializationVisitors = ['json' => new JsonSerializationVisitorFactory()];
50 ->expects($this->once())
52 ->will($this->returnValue($context));
69 ->expects($this->once())
71 ->will($this->returnValue($context));
89 ->expects($this->once())
91 ->will($this->returnValue($context));
108 ->expects($this->once())
[all …]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php55 $this->name = $name;
66 $this->fields[] = $formField;
68 if (!empty($tab) && !isset($this->tabs[$tab])) {
69 $this->tabs[$tab] = $tab;
71 return $this;
76 $this->tabs[$tab->getName()] = $tab;
77 return $this;
84 foreach ($this->fields as $element) {
91 foreach ($this->tabs as $element) {
119 return $this;
[all...]
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php31 $this->process = $process;
32 $this->timeoutType = $timeoutType;
37 $this->getExceededTimeout()
43 return $this->process;
48 return self::TYPE_GENERAL === $this->timeoutType;
53 return self::TYPE_IDLE === $this->timeoutType;
58 switch ($this->timeoutType) {
60 return $this->process->getTimeout();
63 return $this->process->getIdleTimeout();
66 … throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.url.class.php10 $encoding = $this->_detect_encoding_using_meta($this->content);
15 foreach ($this->headers as $header) {
30 $this->content = $content;
31 $this->headers = $headers;
32 $this->url = $url;
38 foreach ($this->headers as $header) {
48 return $this->url;
52 return $this->content;
56 $this->content = $data;

1...<<231232233234235236237238239240>>...1084