Home
last modified time | relevance | path

Searched refs:this (Results 3326 – 3350 of 27090) sorted by relevance

1...<<131132133134135136137138139140>>...1084

/plugin/redissue/
H A Dsyntax.php153 $this->detectBootstrap();
156 $this->renderIssueLink($renderer, $data);
159 $view = $this->getConf('redissue.view');
190 $this->isBootstrap = True;
209 if ($this->isBootstrap){
210 …oc .= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueUrl($data['id…
216 …oc .= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueUrl($data['id…
255 $this->renderIssueLink($renderer, $data);
262 if($this->isBootstrap){
270 if($this->isBootstrap){
[all …]
/plugin/redirect2/
H A Daction.php50 $page = $this->getConf('404page');
57 $this->_log_redirection(404, $ID, $referer);
111 if ($this->debug) {
142 $url = $this->getRedirectURL($status, $dest);
167 $map = $this->loadHelper($this->getPluginName());
201 if ($this->getConf('useRedirectMatch')) {
227 $map = $this->loadHelper($this->getPluginName());
262 if ($this->getConf('useRedirectMatch')) {
320 || ($this->getConf('msg_target') >= 3) );
359 if (!$this->getConf('logging')) return;
[all …]
/plugin/snippets/
H A Daction.php37 $this->metafn = metaFN('snippets_upd','.ser');
38 if(!file_exists($this->metafn)) {
42 $this->helper = $this->loadHelper('snippets');
48 $metafn = $this->helper->getMetaFileName();
61 $yesno =$this->getLang('no');
66 $yesno =$this->getLang('yes');
71 echo $msg .$this->getLang('oldrev_msg');
82 if($this->getConf('snips_updatable')) {
87 if($this->getConf('userreplace')) {
92 …$JSINFO['default_macro_string'] = $this->getConf('default_macro_string') ? $this->getConf('default…
[all …]
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php138 … $this->importPropertiesInternal(self::$bgi_fields, $properties, $disabled, $this->bgi_props);
139 …$this->importPropertiesInternal(self::$columns_fields, $properties, $disabled, $this->columns_prop…
140 …$this->importPropertiesInternal(self::$footnote_props, $properties, $disabled, $this->footnote_fie…
160 $this->setPropertyInternal
165 $this->setPropertyInternal
170 $this->setPropertyInternal
175 $this->setPropertyInternal
180 $this->setPropertyInternal
303 !empty($this->content_bgi) || !empty($this->content_columns) ) {
323 $style .= $this->content_header;
[all …]
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php123 $this->_owner = $owner;
124 $this->setKeywords($keywords);
196 $this->resetCache();
212 return $this->_parameters;
224 $this->resetCache();
339 $this->resetCache();
355 return $this->_keywords;
367 $this->resetCache();
500 $self = $this;
674 unset($this->_cache);
[all …]
/plugin/linkback/
H A Dadmin.php27 case $this->getLang('btn_show'):
31 case $this->getLang('btn_hide'):
35 case $this->getLang('btn_ham'):
39 case $this->getLang('btn_spam'):
43 case $this->getLang('btn_change'):
44 $this->_changeStatus($_REQUEST['status']);
56 ptln('<h1>'.$this->getLang('menu').'</h1>');
58 $targets = $this->_getTargets();
65 $linkbacks = $this->_getLinkbacks($target);
66 $this
[all...]
/plugin/sphinxsearch/
H A Daction.php34 $this->_helpMessage = "
59 return $this->_helpMessage;
112 $categories = $this->_getCategories($query);
113 $keywords = $this->_getKeywords($query);
115 …$search = new SphinxSearch($this->getConf('host'), $this->getConf('port'), $this->getConf('index')…
133 $this->_search = $search;
393 $this->_search->setSearchOnlyPagename();
394 $this->_search->setNamespacePriority($this->getConf('mp_namespace_priority'));
395 $this->_search->setPagenamePriority($this->getConf('mp_pagename_priority'));
397 $res = $this->_search->search(0, 10);
[all …]
/plugin/linkback/action/
H A Ddisplay.php28 $this->tools = plugin_load('tools', 'linkback');
35 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_act_render', array ());
36 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'handle_content_postprocess', array ());
73 $data = $this->_changeLinkbackVisibilities(array($lid), !$linkback['show']);
77 $data = $this->_deleteLinkbacks(array($lid));
81 $this->_markLinkbacks(array($lid), false);
85 $this->_markLinkbacks(array($lid), true);
89 $this->_show($data);
102 (!$this->getConf('show_trackback_url') || !$this
[all...]
/plugin/bookcreator/action/
H A Dhandleselection.php19 $this->hlp = plugin_load('helper', 'bookcreator');
28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_handle_ajax');
54 $response = $this->retrievePageInfo($this->getPOSTedSelection());
58 $response = $this->saveSelection($title, $this->getPOSTedSelection());
62 $response = $this->loadSavedSelection($page);
66 $response = $this->deleteSavedSelection($page);
71 $response = $this->searchPages($namespace, $recursive);
112 $response['selection'][$page] = array(wl($page, false, true, "&"), $this
[all...]
/plugin/translation/
H A Daction.php27 $this->helper = plugin_load('helper', 'translation');
37 if ($this->getConf('translateui')) {
38 $controller->register_hook('INIT_LANG_LOAD', 'BEFORE', $this, 'translateUI');
39 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'translateJS');
40 $controller->register_hook('JS_CACHE_USE', 'BEFORE', $this, 'translateJSCache');
42 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'addLanguageAttributes');
45 if ($this->getConf('redirectstart')) {
46 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'redirectStartPage');
49 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'addHrefLangAttributes');
50 $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handlePageTemplate
[all...]
/plugin/cleanup/
H A Dhelper.php34 $this->dryrun = !$run;
41 array($this, 'cb_check_cache'),
51 array($this, 'cb_check_attic'),
71 array($this, 'cb_check_meta'),
100 if(!$this->dryrun){
103 if(!$this->log) $this->log = fopen($conf['cachedir'] . '/cleanup.log', 'a');
104 if($this->log) {
108 $this->size += $size;
109 $this->list[] = $file;
112 $this->size += $size;
[all …]
/plugin/spellcheck/
H A Daspell.php86 $this->language = $language;
87 $this->jargon = $jargon;
103 $this->mode = $mode;
115 $this->args = '';
118 $this->args .= ' --lang='.escapeshellarg($this->language);
123 if($this->jargon != null){
124 $this->args .= ' --jargon='.escapeshellarg($this->jargon);
128 $this->args .= ' --personal='.escapeshellarg($this->personal);
132 $this->args .= ' --encoding='.escapeshellarg($this->encoding);
135 switch ($this->mode){
[all …]
/plugin/latexport/_test/
H A Dcommand.php12 $this->command = $command;
23 $this->text = $text;
24 $this->level = $level;
25 $this->pos = $pos;
47 $this->level = $level;
56 $this->text = $text;
143 $this->scope = $scope;
157 $this->pos = $pos;
166 $this->pos = $pos;
263 $this->end = $end;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DVersionControl.php94 $this->_authorCache[$author] = 0;
95 $this->_praiseCache[$author] = array(
101 $this->_praiseCache[$author]['bad']++;
105 $this->_authorCache[$author]++;
127 $author = $this->getAuthor($line);
138 $this->_authorCache[$author] = 0;
139 $this->_praiseCache[$author] = array(
145 $this->_praiseCache[$author]['good']++;
201 arsort($this->_authorCache);
229 … $total = ($this->_praiseCache[$author]['bad'] + $this->_praiseCache[$author]['good']);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php9 * file that was distributed with this source code.
67 $this->attribute = $attribute;
68 $this->startsWith = $startsWith;
69 $this->endsWith = $endsWith;
70 $this->contains = $contains;
80 return $this->startsWith;
87 * @return $this
91 $this->startsWith = $value;
93 return $this;
103 return $this
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php60 $val = $this->value;
61 $this->value = [];
62 $vals = &$this->value;
117 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
130 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
143 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
161 return $this->divideHelper($y);
255 return $this->compareHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
268 return $this->value === $x->value && $this->is_negative == $x->is_negative;
337 return $this->powHelper($n);
[all …]
/plugin/latexit/_test/
H A Dgeneral.test.php19 $this->assertFileExists($file);
23 $this->assertArrayHasKey('base', $info);
24 $this->assertArrayHasKey('author', $info);
25 $this->assertArrayHasKey('email', $info);
26 $this->assertArrayHasKey('date', $info);
27 $this->assertArrayHasKey('name', $info);
28 $this->assertArrayHasKey('desc', $info);
29 $this->assertArrayHasKey('url', $info);
31 $this->assertEquals('latexit', $info['base']);
32 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/uncmap/_test/
H A Duncmap.test.php18 $this->assertFileExists($file);
22 $this->assertArrayHasKey('base', $info);
23 $this->assertArrayHasKey('author', $info);
24 $this->assertArrayHasKey('email', $info);
25 $this->assertArrayHasKey('date', $info);
26 $this->assertArrayHasKey('name', $info);
27 $this->assertArrayHasKey('desc', $info);
28 $this->assertArrayHasKey('url', $info);
30 $this->assertEquals('uncmap', $info['base']);
31 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
H A Dmapping.test.php90 $this->assertTrue(
94 $this->assertTrue(
98 $this->assertTrue(
102 $this->assertTrue(
117 $this->assertTrue(
121 $this->assertTrue(
125 $this->assertTrue(
140 $this->assertTrue(
144 $this->assertTrue(
148 $this->assertTrue(
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php31 $this->tests = $testSuite->tests();
39 $this->position = 0;
49 return $this->position < count($this->tests);
59 return $this->position;
69 return $this->valid() ? $this->tests[$this->position] : null;
77 $this->position++;
88 $this->tests[$this->position]
99 return $this->tests[$this->position] instanceof PHPUnit_Framework_TestSuite;
/plugin/definitionlist/_test/
H A Dsyntax.test.php28 $this->assertEquals($expected, $this->render($in));
39 $this->assertEquals($expected, $this->render($in));
52 $this->assertEquals($expected, $this->render($in));
65 $this->assertEquals($expected, $this->render($in));
84 $this->assertEquals($expected, $this->render($in));
98 $this->assertEquals($expected, $this->render($in));
118 $this->assertEquals($expected1, $this->render($in1));
134 $this->assertEquals($expected, $this->render($in));
149 $this->assertEquals($expected, $this->render($in));
173 $this->assertEquals($expected, $this->render($in));
[all …]
/plugin/abc2/
H A Dsyntax.php47 $this->Lexer->addEntryPattern('<abc(?=.*\x3C/abc\x3E)',$mode,'plugin_abc2');
52 $this->Lexer->addExitPattern('</abc>','plugin_abc2');
95 if (!$this->getConf('abcok')) {
101 $src = $this->_fixLibraryBugs($src);
102 $this->_renderAbcBlock($renderer, $src, true);
106 // doesn't work with abcjs this way
107 if ($transStr && ($this->getConf('library') !== 'abcjs')) {
108 $transArray = $this->_transStringToArray($transStr);
111 $transShiftStr = $this->_transposeToShift($trans);
112 $keyLine = $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php67 $this->templatePath = $templatePath;
68 $this->generator = $generator;
69 $this->date = $date;
70 $this->lowUpperBound = $lowUpperBound;
71 $this->highLowerBound = $highLowerBound;
91 $classesBar = $this->getCoverageBar(
107 $methodsBar = $this->getCoverageBar(
123 $linesBar = $this->getCoverageBar(
245 $level = $this->getColorLevel($percent);
265 if ($percent <= $this->lowUpperBound) {
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php127 $this->nbFiles++;
134 0x0000,$this->offset).
182 0x0000,$this->offset).
185 $this->offset += strlen($zipData);
224 return $this->appendCompressedData(
244 return $this->innerWriter->writeData(
245 $this->central.
248 $this->nbFiles,$this->nbFiles,
249 strlen($this->central),$this->offset,
250 strlen($this->comment)).
[all …]
/plugin/toctweak/action/
H A Drendertoc.php42 $active = $this->getConf('tocAllHeads');
49 if ($conf['tocminheads'] != $this->getConf('tocminheads')) {
50 $conf['tocminheads'] = $this->getConf('tocminheads');
58 $this->_setTocConfig();
74 $this->_setTocConfig();
135 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
136 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
141 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
179 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
185 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
[all …]

1...<<131132133134135136137138139140>>...1084