Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 5202) sorted by relevance

12345678910>>...209

/plugin/bibtex/OSBib/
H A DSTYLEMAP.php173 $this->book = $this->basic;
240 $this->thesis = $this->basic;
269 $this->film = $this->basic;
295 $this->artwork = $this->basic;
317 $this->case = $this->basic;
339 $this->bill = $this->basic;
380 $this->report = $this->basic;
392 $this->hearing = $this->basic;
425 $this->map = $this->basic;
435 $this->chart = $this->basic;
[all …]
H A DSTYLEMAPBIBTEX.php191 $this->book = $this->basic;
258 $this->thesis = $this->basic;
295 $this->report = $this->basic;
334 $this->film = $this->basic;
360 $this->artwork = $this->basic;
382 $this->case = $this->basic;
404 $this->bill = $this->basic;
432 $this->hearing = $this->basic;
465 $this->map = $this->basic;
475 $this->chart = $this->basic;
[all …]
/plugin/jsonrpc/
H A DIJR_CallbackDefines.php20 $this->methods[] = $this->obj;
26 $this->methods[] = $this->obj;
32 $this->methods[] = $this->obj;
38 $this->methods[] = $this->obj;
44 $this->methods[] = $this->obj;
50 $this->methods[] = $this->obj;
56 $this->methods[] = $this->obj;
62 $this->methods[] = $this->obj;
68 $this->methods[] = $this->obj;
74 $this->methods[] = $this->obj;
[all …]
/plugin/conflictmerger/tests/
H A Dacceptance.test.php86 $this->assertTrue($this->click($this->cancelButton));
98 $this->assertTrue($this->click($this->saveButton));
114 $this->assertTrue($this->click($this->saveButton));
130 $this->assertTrue($this->click($this->saveButton));
152 $this->assertTrue($this->click($this->cancelButton));
160 $this->assertTrue($this->click($this->editButton));
172 $this->assertTrue($this->click($this->saveButton));
184 $this->assertTrue($this->click($this->saveButton));
197 $this->assertTrue($this->click($this->editButton));
210 $this->assertTrue($this->click($this->editButton));
[all …]
/plugin/latexit/_test/
H A Drenderer.test.php73 $this->assertFalse($this->r->isSingleton());
83 $this->assertEquals($string, $this->r->doc);
93 $this->assertEquals($string, $this->r->doc);
230 $this->assertEquals("}", $this->r->doc);
238 $this->assertEquals("}", $this->r->doc);
246 $this->assertEquals("}", $this->r->doc);
254 $this->assertEquals("}", $this->r->doc);
262 $this->assertEquals("}", $this->r->doc);
270 $this->assertEquals("}", $this->r->doc);
278 $this->assertEquals("}", $this->r->doc);
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DSentenceTest.php25 $this->object = new \Vanderlee\Sentence\Sentence();
33 $this->assertSame(0, $this->object->count(''));
34 $this->assertSame(0, $this->object->count(' '));
35 $this->assertSame(0, $this->object->count("\n"));
43 $this->assertSame(1, $this->object->count('Hello'));
44 $this
[all...]
/plugin/latexport/_test/
H A Ddecorator_tables.test.php23 $this->decoratorTables = new DecoratorTables($this->decoratorMock);
27 $this->decoratorTables->p_close();
33 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand());
34 $this->assertEquals(new CommandTableOpen(3, 0, 0), $this->decoratorMock->nextCommand());
35 $this->assertEquals(new CommandLinebreak(), $this->decoratorMock->nextCommand());
36 $this->assertEquals(new CommandTableClose(), $this->decoratorMock->nextCommand());
37 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand());
65 $this->assertEquals(new CommandTableOpen(3, 0, 0), $this->decoratorMock->nextCommand());
92 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
143 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
[all …]
H A Ddecorator_includer.test.php30 $this->decoratorIncluder = new DecoratorIncluder($this->includes, $this->decoratorMock);
96 $this->assertEquals($this->includes->count(), 0, "Should not have any include");
98 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
112 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
132 $this->assertEquals($this->includes->count(), 0, "Should not have any include");
134 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
138 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
144 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
170 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
181 $this->assertEquals($this->includes->count(), 1, "Should have one include");
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php13 $this->mpdf->tdbegin = false;
14 $this->mpdf->lastoptionaltag = '';
16 if ($this->mpdf->ColActive) {
17 $this->mpdf->colvAlign = '';
19 if ($this->mpdf->lastblocklevelchange == 1) {
22 elseif ($this->mpdf->lastblocklevelchange < 1) {
26 if (count($this->mpdf->textbuffer) == 0 && $this->mpdf->lastblocklevelchange == 1 && !$this->mpdf->tableLevel && !$this
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php106 $this->end = \strlen($this->code);
117 while ($this->cursor < $this->end) {
161 $this->pushToken(Token::TEXT_TYPE, substr($this->code, $this->cursor));
162 $this->cursor = $this->end;
215 …if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, null, $
226 …if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, null, $th…
269 $this->brackets[] = [$this->code[$this->cursor], $this->lineno];
283 $this->pushToken(Token::PUNCTUATION_TYPE, $this->code[$this->cursor]);
313 $text = substr($this->code, $this->cursor, $match[0][1] - $this->cursor);
329 … $this->moveCursor(substr($this->code, $this->cursor, $match[0][1] - $this->cursor).$match[0][0]);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php11 * condition to leave the original address (Yamasoft, http://www.yamasoft.com) and this header.
42 $this->MAX_LZW_BITS = 12;
44 unset($this->Next);
45 unset($this->Vals);
46 unset($this->Stack);
47 unset($this->Buf);
49 $this->Next = range(0, (1 << $this->MAX_LZW_BITS) - 1);
50 $this->Vals = range(0, (1 << $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2775 $this->assertThat(true, $this->isTrue());
2780 $this->assertThat(false, $this->isFalse());
2785 $this->assertThat('{}', $this->isJson());
2793 $this->anything(), $this->anything()
2803 $this->anything(), $this->anything()
2814 $this->logicalNot($this->anything())
2870 $this->assertThat('foo', $this->equalTo('foo'));
2893 $this->assertThat([], $this->isEmpty());
2903 $this->assertThat(2, $this->greaterThan(1));
2913 $this->assertThat(1, $this->lessThan(2));
[all …]
/plugin/mantis/lib/
H A Dclass.soap_parser.php100 xml_set_object($this->parser, $this);
117 $this->soapresponse = $this->message[$this->root_struct]['result'];
119 if($this->root_header != '' && isset($this->message[$this->root_header]['result'])){
120 $this->soapheader = $this->message[$this->root_header]['result'];
126 $idVal = $this->buildVal($this->ids[$id]);
160 $this->message[$pos]['depth'] = $this->depth++;
171 $this->depth_array[$this->depth] = $pos;
194 $this->debug("found root struct $this->root_struct_name, pos $this->root_struct");
309 $pos = $this->depth_array[$this->depth--];
412 $pos = $this->depth_array[$this->depth];
[all …]
H A Dclass.soap_server.php215 $this->externalWSDLURL = $this->wsdl->wsdl;
263 $this->appendDebug($this->varDump($this->wsdl));
475 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
477 $this->appendDebug('opData=' . $this->varDump($this->opData));
481 $this->appendDebug('opData=' . $this->varDump($this->opData));
536 if(! $this->verify_method($this->methodname,$this->methodparams)){
547 $this->appendDebug($this->varDump($this->methodparams));
597 $this->appendDebug($this->varDump($this->methodreturn));
617 $this->fault = $this->methodreturn;
687 …$this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders,$this->wsdl->usedNa…
[all …]
/plugin/odt2dw/
H A Daction.php94 $this->debug = $this->getConf( 'debugLvl' );
97 $this->logFile = $this->getConf( 'logFile' );
99 …if ( ! ( $this->logFileHandle = @fopen( $this->logFile, 'a' ) ) ) unset( $this->logFileHandle, $th…
179 $this->nsName = getNS($this->pageName);
207 if ( ! ($this->XSL->load( $this->xslFile ) ) ) return $this->_msg('er_loadXsl');
211 if ( ! $this->_unzip( $this->xmlFile ) ) return $this->_msg('er_odtFile_unzip');
213 if ( ! $this->XML->load($this->uploadDir.'/'.$this->xmlFile) ) return $this->_msg('er_loadXml');
324 $this->odtFile = $this->uploadDir.'/'.$this->odtFileName;
345this->file_import ) foreach ( $this->file_import as $file ) if ( file_exists( $this->uploadDir.'/'…
347this->uploadDir.'/'.$this->pictpath) ) if ( ! @rmdir( $this->uploadDir.'/'.$this->pictpath ) ) $th…
[all …]
/plugin/odtplus2dw/
H A Daction.php21 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_parser', array());
23 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_render', array());
24 $controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'addbutton', array());
26 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addsvgbutton', array());
53 if($this->getConf('showimportbutton') && $event->data['view'] == 'main') {
62 .'<a href='.wl($ID, $params).' class="action import_file" rel="nofollow" title="'.$this->getLang('import_button').'">'
63 .'<span>'.$this->getLang('import_button').'</span>'
77 if ( strpos( $this->getConf('formDisplayRule'), $event->data) === false ) return;
80 if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExistMessage' ) ), $info );
81 // Check auth user can edit this pag
[all...]
/plugin/statdisplay/helper/
H A Dtable.php156 $this->head($this->getLang($by));
157 $this->head($this->getLang('hits'), 2);
234 $this->head($this->getLang('avg'));
235 $this->head($this->getLang('max'));
303 $this->head($this->getLang('hits'));
304 $this->head($this->getLang('files'));
305 $this->head($this->getLang('pages'));
307 $this->head($this->getLang('hits'));
308 $this->head($this->getLang('files'));
309 $this->head($this->getLang('pages'));
[all …]
/plugin/xml/
H A Drenderer.php100 $this->doc .= $this->nextHeader;
129 $this->_closeTags($this, __FUNCTION__);
147 $this->_closeTags($this, __FUNCTION__);
157 $this->_closeTags($this, __FUNCTION__);
167 $this->_closeTags($this, __FUNCTION__);
177 $this->_closeTags($this, __FUNCTION__);
187 $this->_closeTags($this, __FUNCTION__);
197 $this->_closeTags($this, __FUNCTION__);
207 $this->_closeTags($this, __FUNCTION__);
217 $this->_closeTags($this, __FUNCTION__);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php195 $this->x = $this->y = 0;
199 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row);
222 $this->setDimensions($this->max_x + 1, $this->max_y + 1);
262 … $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, ''));
265 … $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row));
273 $this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
275 …array_splice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $
279 $this->attrs[$this->y] = $this->attr_row;
391 $this->attrs[$this->y][$this->x] = clone $this->base_attr_cell;
410 $this->attrs[$this->y][$this->x] = clone $this->attr_cell;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php52 $this->assertEquals(400, $this->response->status);
129 $this->server->httpResponse = $this->response;
135 … $this->assertEquals(423, $this->response->status, 'Full response: ' . $this->response->body);
160 $this->server->httpResponse = $this->response;
195 $this->server->httpResponse = $this->response;
230 $this->assertEquals(201, $this->response->status);
250 $this->assertEquals(400, $this->response->status);
295 $this->assertEquals(200, $this->response->status);
305 $this->assertEquals(423, $this->response->status);
438 $this->assertEquals(200, $this->response->status);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php90 $this->info = $this->getID3->analyze($file);
99this->result['format_name'] = (isset($this->info['fileformat']) ? $this->info['fileformat'] : …
100 …$this->result['encoder_version'] = (isset($this->info['audio']['encoder']) ? $this->info['…
101 …$this->result['encoder_options'] = (isset($this->info['audio']['encoder_options']) ? $this->info['…
102 …$this->result['bitrate_mode'] = (isset($this->info['audio']['bitrate_mode']) ? $this->info['…
103 …$this->result['channels'] = (isset($this->info['audio']['channels']) ? $this->info['…
104 …$this->result['sample_rate'] = (isset($this->info['audio']['sample_rate']) ? $this->info['…
116 $this->$method();
119 return $this->result;
153 $this->result['format_name'] = 'riff/'.$this->info['audio']['dataformat'];
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1923 } elseif ($this->sw || $this->sh || $this->sx || $this->sy) {
3331 …$this->thumbnailCropX = ($this->sx ? (($this->sx >= 2) ? $this->sx : round($this->sx * $this->sour…
3335 …$this->thumbnailCropW = ($this->sw ? (($this->sw >= 2) ? $this->sw : round($this->sw * $this->sour…
3337 …$this->thumbnailCropH = ($this->sh ? (($this->sh >= 2) ? $this->sh : round($this->sh * $this->sour…
3347 if ($this->zc && $this->w && $this->h) {
3460 $this->w = phpthumb_functions::OneOfThese($this->wp, $this->w, $this->ws, $this->wl);
3461 $this->h = phpthumb_functions::OneOfThese($this->hp, $this->h, $this->hs, $this->hl);
3464 $this->w = phpthumb_functions::OneOfThese($this->wl, $this->w, $this->ws, $this->wp);
3465 $this->h = phpthumb_functions::OneOfThese($this->hl, $this->h, $this->hs, $this->hp);
3468 $this->w = phpthumb_functions::OneOfThese($this->ws, $this->w, $this->wl, $this->wp);
[all …]
/plugin/statistics/
H A Dadmin.php14 * need to inherit from this class
81 $this->hlp = plugin_load('helper', 'statistics');
84 foreach($this->pages as $key => $val) {
86 $this->allowedpages = array_merge($this->allowedpages, $val);
88 $this->allowedpages[] = $key;
111 $this->opt = preg_replace('/[^a-z]+/', '', $_REQUEST['opt']);
112 if(!in_array($this->opt, $this->allowedpages)) $this
[all...]
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/jukebox/id3/
H A Dgetid3.php157 return $this->error($this->startup_error);
160 $this->warning($this->startup_warning);
217 $this->info['avdataend'] = $this->info['filesize'];
230 $this->info['filenamepath'] = $this->info['filepath'].'/'.$this->info['filename'];
425 if (empty($this->info[$key]) && ($this->info[$key] !== 0) && ($this->info[$key] !== '0')) {
1164 …if (!empty($this->info['avdataoffset']) || (isset($this->info['avdataend']) && ($this->info['avdat…
1167 …$this->info[$algorithm.'_data'] = getid3_lib::hash_data($this->info['filenamepath'], $this->info['…
1213 …if (isset($this->info['audio']['bitrate']) && ($this->info['audio']['bitrate'] > 0) && ($this->inf…
1220 …$this->info['bitrate'] = round((($this->info['avdataend'] - $this->info['avdataoffset']) * 8) / $t…
1221 $this->info['video']['bitrate'] = $this->info['bitrate'] - $this->info['audio']['bitrate'];
[all …]

12345678910>>...209