Home
last modified time | relevance | path

Searched refs:this (Results 476 – 500 of 22866) sorted by relevance

1...<<11121314151617181920>>...915

/plugin/struct/meta/
H A DSchema.php26 /** @var int The ID of this schema */
29 /** @var string the user who last edited this schema */
53 * @param string $table The table this schema is for
54 * @param int $ts The timestamp for when this schema was valid, 0 for current
63 $this->structversion = $info['date'];
64 $this->sqlite = $helper->getDB();
66 $this->table = $table;
68 $this->ts = $ts;
87 $schema = $this->sqlite->queryAll($sql, $opt);
92 $this
[all...]
/plugin/snap/
H A Dhelper.php115 if (!file_exists($this->outputPath.".")) mkdir($this->outputPath);
134 $this->tries=false;
135 $this->url=false;
136 $this->width=false;
142 $this->url=$this->defaultWiki.$param;
186 if ($larg>$this->maxLarg) $larg=$this->maxLarg;
187 if ($haut>$this->maxHaut) $haut=$this->maxHaut;
189 $this->width=$larg;
229 …fwrite($fp, "$url $imagePath $this->screenx $this->screeny ".($this->snapTimeout*1000)." $larg $ha…
267 $this->snapTimeFormatted=strftime($conf['dformat'],$this->snapTime);
[all …]
/plugin/txtconf/
H A Dtxtconfig.class.php56 $this->locked = $this->_is_locked();
66 if (!$this->_loaded) {
68 $default = $this->_read_config($this->_default_file);
69 $local = $this->_read_config($this->_local_file);
70 $protected = $this->_read_config($this->_protected_file);
242 $value = is_null($this->_local) ? $this->_default : $this->_local;
245 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
270 $value = is_null($this->_local) ? $this->_default : $this->_local;
292 if (is_null($this->_local) || ($this->_default == $this->_local)) return '';
299 $out = '$'.$var."['".$this->_out_key()."'] = '".strtr($this->_local, $tr)."';\n";
[all …]
/plugin/icons/syntax/
H A Dicon.php45 …$this->Lexer->addSpecialPattern($this->pattern, $mode, 'plugin_icons_'.$this->getPluginComponent()…
46 …$this->Lexer->addSpecialPattern(sprintf($this->linkPattern, $this->pattern), $mode, 'plugin_icons_…
139 $this->toClassString($this->getClasses()),
140 $this->toInlineStyle($this->getStyles()));
144 $this->classes[] = $this->getFlag('pack');
145 $this->classes[] = sprintf('%s-%s', $this->getFlag('pack'), $icon);
149 $this->toClassString($this->getClasses()),
150 $this->toInlineStyle($this->getStyles()),
232 return (isset($this->flags[$name]) ? $this->flags[$name] : null);
392 $this->flags['size'] = (int) $this->getConf('defaultSize');
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php9 * commands and even generates a help text from this setup.
46 $this->colors = $colors;
48 $this->colors = new Colors();
51 $this->setup = array(
60 $this->args = $this->readPHPArgv();
61 $this->bin = basename(array_shift($this->args));
63 $this->options = array();
71 return $this
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php34 $this->clear();
41 $this->_current = $this->_document = new DOMDocument();
48 return (string)$this->_document->saveXml();
61 $result = $this->_document->createElementNS($this->_xmlns, $name);
64 $this->_document->createElementNs($this->_xmlns, $contentType)
68 $this->_document->createCDATASection($content)
72 $this
[all...]
/plugin/odt/helper/
H A Dconfig.php107 $this->config ['dformat'] =
125 $this->config ['tmpdir'] =
566 if (!$value && $this->isGlobalSetting($name) && $this->getConf($name)) {
567 $this->setParam ($name, $this->getConf($name));
589 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('t…
594 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('…
603 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('o…
612 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getPara…
641 $this->setParam ('odt_template', $this->getParam ('template'));
644 return $this->mode;
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php14 $this->assertEquals('VCALENDAR', $result->name);
15 $this->assertEquals(0, count($result->children));
29 $this->assertEquals('VCALENDAR', $result->name);
30 $this->assertEquals(0, count($result->children));
41 $this->assertEquals('VCALENDAR', $result->name);
53 $this->assertEquals('VCALENDAR', $result->name);
87 $this->assertEquals('SUMMARY', $result->name);
99 $this->assertEquals('SUMMARY', $result->name);
111 $this->assertEquals('DTSTART', $result->name);
345 $this->assertEquals(true, $caught);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php14 $this->assertEquals('VCALENDAR', $result->name);
15 $this->assertEquals(0, count($result->children));
29 $this->assertEquals('VCALENDAR', $result->name);
30 $this->assertEquals(0, count($result->children));
41 $this->assertEquals('VCALENDAR', $result->name);
53 $this->assertEquals('VCALENDAR', $result->name);
87 $this->assertEquals('SUMMARY', $result->name);
99 $this->assertEquals('SUMMARY', $result->name);
111 $this->assertEquals('DTSTART', $result->name);
345 $this->assertEquals(true, $caught);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php14 $this->assertEquals('VCALENDAR', $result->name);
15 $this->assertEquals(0, count($result->children));
29 $this->assertEquals('VCALENDAR', $result->name);
30 $this->assertEquals(0, count($result->children));
41 $this->assertEquals('VCALENDAR', $result->name);
53 $this->assertEquals('VCALENDAR', $result->name);
87 $this->assertEquals('SUMMARY', $result->name);
99 $this->assertEquals('SUMMARY', $result->name);
111 $this->assertEquals('DTSTART', $result->name);
345 $this->assertEquals(true, $caught);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php355 return $this->_page_break_strategy->run($this, $media, $box);
363 $this->_dispatcher->fire('after-batch', array('pipeline' => &$this));
366 $this->_output();
799 $this->pop_css();
887 $this->_dispatcher->fire('after-page', array('pipeline' => &$this,
943 $this->push_base_url($this->fetchers[$i]->get_base_url());
1003 $this->close();
1072 $this->output_driver->moveto($this->output_driver->getPageLeft(),
1149 $box =& $this->parser->process($data->get_content(), $this, $media);
1151 $this->_dispatcher->fire('after-parse', array('pipeline' => &$this,
[all …]
/plugin/combo/ComboStrap/
H A DCallStack.php6 * COPYING file in the root directory of this source tree.
95 $this->handler = $handler;
137 // $this->callStackType = self::CALLSTACK_WRITER;
140 $this->callStack = &$writerCalls;
145 // $this->callStackType = self::CALLSTACK_MAIN;
165 $this->callStack = &$handler->calls;
170 $this->moveToEnd();
231 reset($this->callStack);
291 \syntax_plugin_combo_para::fromEolToParagraphUntilEndOfStack($this, $attributes);
307 $actualCall = $this
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php439 $this->pos = 0;
446 return ord(substr($this->bytes, $this->pos++, 1));
453 return ($this->readByte() << 8) + $this->readByte();
460 …return ($this->readByte() << 24) + ($this->readByte() << 16) + ($this->readByte() << 8) + $this->r…
492 $val = substr($this->bytes, $this->pos, $length);
501 $pos = $this->pos;
503 $this->pos = $pos;
511 $pos = $this->pos;
513 $this->pos = $pos;
521 $pos = $this->pos;
[all …]
H A Dextension.cache.mysqli.php127 $this->table = $table;
130 $this->create_table();
138 $SQLquery .= ' FROM `'.$this->mysqli->real_escape_string($this->table).'`';
141 if ($this->cursor = $this->mysqli->query($SQLquery)) {
145 $this->clear_cache();
156 $this->mysqli->query('TRUNCATE TABLE `'.$this->mysqli->real_escape_string($this->table).'`');
168 $SQLquery .= ' FROM `'.$this->mysqli->real_escape_string($this->table).'`';
170 $this->cursor = $this->mysqli->query($SQLquery);
215 $this->cursor = $this->mysqli->query($SQLquery);
236 $this->cursor = $this->mysqli->query($SQLquery);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php325 $client->addService($this->serviceName, $this->version);
365 $this->due = $due;
368 return $this->due;
374 return $this->etag;
383 $this->id = $id;
386 return $this->id;
392 return $this->kind;
459 return $this->link;
465 return $this->type;
483 $this->id = $id;
[all …]
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php33 $this->domElement = $domElement;
34 $this->document = $document;
45 return $this->domElement->getAttribute($qualifiedName);
50 return $this->domElement->getAttribute("class");
58 $firstChild = $this->domElement->firstChild;
65 return new XmlElement($firstChild, $this->document);
74 foreach ($this->domElement->childNodes as $childNode) {
76 $childNodes[] = new XmlElement($childNode, $this->document);
88 foreach ($this->domElement->childNodes as $childNode) {
92 $childNodes[] = implode('', XmlElement::create($childNode, $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php23 * The {@see TokenSource} from which tokens for this stream are fetched.
68 * this field.
76 $this->tokenSource = $tokenSource;
81 return $this->tokenSource;
86 return $this->index;
101 $this->lazyInit();
103 $this->index = $this->adjustSeekIndex($index);
108 return \count($this->tokens);
115 if ($this
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php20 ->expects($this->at(0))
28 ->expects($this->at(1))
48 ->expects($this->at(0))
56 ->expects($this->at(1))
76 ->expects($this->any())
117 ->expects($this->once())
162 ->expects($this->at(3))
167 ->expects($this->at(2))
172 ->expects($this->at(1))
177 ->expects($this->at(0))
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php680 $this->datacode = $this->getByteStream($this->items);
685 $spec = $this->getEccSpec($this->version, $this->level, $spec);
696 $this->width = $this->getWidth($this->version);
697 $this->frame = $this->newFrame($this->version);
698 $this->x = $this->width - 1;
699 $this->y = $this->width - 1;
722 $masked = $this->mask($this->width, $this->frame, $this->level);
727 $masked = $this->makeMask($this->width, $this->frame, $mask, $this->level);
876 } elseif ($this->count < $this->dataLength + $this->eccLength) {
877 $row = ($this->count - $this->dataLength) % $this->blocks;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php69 $this->assertCount(1, $this->result);
80 $this->assertTrue($this->result->wasSuccessful());
81 $this->assertCount(2, $this->result);
92 $this->assertTrue(!$this->result->wasSuccessful());
95 $this->assertCount(1, $this->result);
114 $this->assertCount(1, $this->result);
145 $this->assertCount(1, $this->result);
146 $this->assertTrue($this->result->wasSuccessful());
157 $this->assertCount(1, $this->result);
217 $this->assertEquals(3, $this->result->count());
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php31 $this->auth = new AWS(self::REALM, $this->request, $this->response);
41 $this->assertEquals(AWS::ERR_NOAWSHEADER, $this->auth->errorCode);
57 $this->auth->init();
61 $this->assertEquals(AWS::ERR_MD5CHECKSUMWRONG, $this->auth->errorCode);
80 $this->auth->init();
84 $this->assertEquals(AWS::ERR_INVALIDDATEFORMAT, $this->auth->errorCode);
108 $this->auth->init();
112 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
140 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
171 $this->assertEquals(AWS::ERR_INVALIDSIGNATURE, $this->auth->errorCode);
[all …]
/plugin/move/admin/
H A Dmain.php22 $this->plan = plugin_load('helper', 'move_plan');
30 $label = $this->getLang('menu');
31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
46 * If this admin plugin is for admins only
61 $this->createPlanFromInput();
64 if($this->plan->isCommited()) {
68 $this->plan->nextStep();
71 $this->plan->nextStep(true);
74 $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php90 $this->mpdf = $mpdf;
91 $this->cache = $cache;
92 $this->cssManager = $cssManager;
93 $this->form = $form;
94 $this->otl = $otl;
95 $this->tableOfContents = $tableOfContents;
96 $this->sizeConverter = $sizeConverter;
97 $this->colorConverter = $colorConverter;
98 $this->imageProcessor = $imageProcessor;
99 $this
[all...]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php8 * file that was distributed with this source code.
103 $this->socket = $resource;
104 $this->options = \array_merge($this->options, $options);
105 if (!\in_array($this->options['transport'], self::TRANSPORTS, true)) {
108 $this->options['transport'],
112 if ($this->socket !== null) {
113 $this->setStreamOpts();
125 \stream_set_blocking($this->socket, $block);
126 while (\strlen((string) ($buffer = \fread($this
[all...]
/plugin/structpublish/meta/
H A DRevision.php43 $this->id = $id;
44 $this->rev = $rev;
45 $this->published = 0;
46 $this->status = Constants::STATUS_DRAFT;
48 $this->schema = new Schema('structpublish');
49 $this->statusCol = $this->schema->findColumn('status');
50 $this->versionCol = $this->schema->findColumn('version');
51 $this
[all...]

1...<<11121314151617181920>>...915