Home
last modified time | relevance | path

Searched refs:this (Results 3676 – 3700 of 27090) sorted by relevance

1...<<141142143144145146147148149150>>...1084

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DA.php13 if ($this->mpdf->anchor2Bookmark) {
25 if ($this->mpdf->tableLevel) { // *TABLES*
26 $this->mpdf->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES*
29 $this->mpdf->_saveTextBuffer($e, '', $attr['NAME']); //an internal link (adds a space for recognition)
33 $this->mpdf->InlineProperties['A'] = $this->mpdf->saveInlineProperties();
34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
36 $this->mpdf->setCSS($properties, 'INLINE');
38 $this->mpdf->HREF = $attr['HREF']; // mPDF 5.7.4 URLs
44 $this
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php127 $this->table = $table; // Set table
132 $this->db = new SQLite3($file);
133 $db = $this->db;
142 $this->clear_cache();
151 $db=$this->db;
161 $db = $this->db;
193 $db = $this->db;
226 $db = $this->db;
242 $db = $this->db;
267 return "DELETE FROM $this->table";
[all …]
/plugin/farmsync/meta/
H A DPageUpdates.php11 $sourceText = $this->farm_util->readRemotePage($source, $page);
13 if (!$this->farm_util->remotePageExists($target, $page)) {
16 $this->results[$target]['passed'][] = $result;
20 $targetText = $this->farm_util->readRemotePage($target, $page);
23 $this->results[$target]['passed'][] = $result;
31 $this->results[$target]['passed'][] = $result;
46 $this->results[$target]['passed'][] = $result;
53 $this->results[$target]['passed'][] = $result;
60 $this->results[$target]['failed'][] = $result;
67 $pages = array_merge($pages, $this->getDocumentsFromLine($this->source, $line));
[all …]
/plugin/projects/plugins/target/
H A Dplot.php43 $this->deps = $deps;
44 $this->name = $file->name();
45 $this->plot = $source;
52 if (!$this->plot->valid()) {
53 $file = $this->plot->name();
54 $error = $this->plot->error();
74 $name = $this->plot->column($column + 1);
105 $width = $this->plot->property('width');
168 $title = $this->plot->property('title');
231 $file_name =$this->plot->name();
[all …]
/plugin/sphinxsearch-was/
H A DPageMapper.php20 $this->_dbpath = $dataPath . '/sphinxsearch/' . $this->_database;
23 if (false != ($db = new PDO("sqlite:" . $this->_dbpath))) {
24 $q = @$db->query("SELECT 1 FROM {$this->_table} limit 1");
38 $this->_db = $db;
43 …$result = $this->_db->query("REPLACE into {$this->_table}(page, page_crc, hid, title, title_text) …
45 " . $this->_db->quote($hid) . ",
46 " . $this->_db->quote($title) . ",
47 " . $this->_db->quote($title_text) . ")");
50 print_r($this->_db->errorInfo());
56 $result = $this->_db->query("select * from {$this->_table}");
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.border-bottom.php10 $this->assertEqual($top->get_style(), BS_NONE);
12 $this->assertEqual($left->get_style(), BS_NONE);
14 $this->assertEqual($right->get_style(), BS_NONE);
18 $this->assertEqual($width, px2pt(1));
20 $this->assertEqual($color->r, 0);
21 $this->assertEqual($color->g, 0);
22 $this->assertEqual($color->b, 0);
35 $this->assertEqual($width, px2pt(1));
37 $this->assertEqual($color->r, 0);
38 $this->assertEqual($color->g, 0);
[all …]
H A Dtest.border-right.php10 $this->assertEqual($top->get_style(), BS_NONE);
14 $this->assertEqual($left->get_style(), BS_NONE);
18 $this->assertEqual($width, px2pt(1));
20 $this->assertEqual($color->r, 0);
21 $this->assertEqual($color->g, 0);
22 $this->assertEqual($color->b, 0);
27 $this->assertEqual($top->get_style(), BS_NONE);
35 $this->assertEqual($width, px2pt(1));
37 $this->assertEqual($color->r, 0);
38 $this->assertEqual($color->g, 0);
[all …]
H A Dtest.border-top.php10 $this->assertEqual($right->get_style(), BS_NONE);
14 $this->assertEqual($left->get_style(), BS_NONE);
16 $this->assertEqual($top->get_style(), BS_SOLID);
18 $this->assertEqual($width, px2pt(1));
20 $this->assertEqual($color->r, 0);
21 $this->assertEqual($color->g, 0);
22 $this->assertEqual($color->b, 0);
35 $this->assertEqual($width, px2pt(1));
37 $this->assertEqual($color->r, 0);
38 $this->assertEqual($color->g, 0);
[all …]
H A Dtest.border-left.php10 $this->assertEqual($top->get_style(), BS_NONE);
14 $this->assertEqual($right->get_style(), BS_NONE);
18 $this->assertEqual($width, px2pt(1));
20 $this->assertEqual($color->r, 0);
21 $this->assertEqual($color->g, 0);
22 $this->assertEqual($color->b, 0);
27 $this->assertEqual($top->get_style(), BS_NONE);
35 $this->assertEqual($width, px2pt(1));
37 $this->assertEqual($color->r, 0);
38 $this->assertEqual($color->g, 0);
[all …]
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php51 $this->assertTrue($result);
52 $this->assertEquals('raw', $instructions[0][0]);
53 $this->assertEquals('plugin', $instructions[1][0]);
58 $this->assertEquals('raw', $instructions[2][0]);
67 $this->assertEquals($renderer->doc, $rawPage);
71 $this->assertIsObject($database);
72 $this->assertEquals($database->pageId, 'asd');
73 $this->assertEquals($database->version, '1.0');
74 $this->assertEquals($database->dsn, Embedded::DSN);
75 $this->assertEquals($database->dsn, Embedded::DSN);
[all …]
/plugin/sphinxsearch/
H A DPageMapper.php20 $this->_dbpath = $dataPath . '/sphinxsearch/' . $this->_database;
23 if (false != ($db = new PDO("sqlite:".$this->_dbpath))) {
24 $q = @$db->query("SELECT 1 FROM {$this->_table} limit 1");
39 $this->_db = $db;
44 …$result = $this->_db->query("REPLACE into {$this->_table}(page, page_crc, hid, title, title_text) …
46 ".$this->_db->quote($hid).",
47 ".$this->_db->quote($title).",
48 ".$this->_db->quote($title_text).")");
51 print_r($this->_db->errorInfo());
57 $result = $this->_db->query("select * from {$this->_table}");
[all …]
/plugin/mathjax/syntax/
H A Dprotecttex.php70 $this->Lexer->addEntryPattern('\$\$(?=.*?\$\$)',$mode,'plugin_mathjax_protecttex');
77 if ($this->getConf('asciimath')) {
79 $this->Lexer->addEntryPattern('`(?=.*?`)',$mode,'plugin_mathjax_protecttex');
83 $conf_mathtags = $this->getConf('mathtags');
92 $this->Lexer->addExitPattern('\$(?!\$)','plugin_mathjax_protecttex');
93 $this->Lexer->addExitPattern('\\\\\)','plugin_mathjax_protecttex');
94 $this->Lexer->addExitPattern('\\\\\]','plugin_mathjax_protecttex');
99 if ($this->getConf('asciimath')) {
101 $this->Lexer->addExitPattern('`','plugin_mathjax_protecttex');
105 $conf_mathtags = $this->getConf('mathtags');
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php9 * file that was distributed with this source code.
51 $this->name = $name;
52 $this->value = $value;
53 $this->isCritical = $isCritical;
61 return $this->name;
66 * @return $this
70 $this->name = $name;
72 return $this;
80 return $this->value;
85 * @return $this
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
44 $node_id = $this->extractArgument($params, 'node_id');
46 $endpointBuilder = $this->endpoints;
51 return $this->performRequest($endpoint);
70 $index = $this->extractArgument($params, 'index');
72 $endpointBuilder = $this->endpoints;
77 return $this->performRequest($endpoint);
85 * $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
98 $repository = $this
[all...]
/plugin/katex/syntax/
H A Dprotect.php76 $this->Lexer->addEntryPattern( '\$\$(?=.*?\$\$)', $mode, 'plugin_katex_protect' );
83 if ( $this->getConf( 'asciimath' ) ) {
85 $this->Lexer->addEntryPattern( '`(?=.*?`)', $mode, 'plugin_katex_protect' );
89 $conf_mathtags = $this->getConf( 'mathtags' );
100 $this->Lexer->addExitPattern( '\$(?!\$)', 'plugin_katex_protect' );
101 $this->Lexer->addExitPattern( '\\\\\)', 'plugin_katex_protect' );
102 $this->Lexer->addExitPattern( '\\\\\]', 'plugin_katex_protect' );
107 if ( $this->getConf( 'asciimath' ) ) {
109 $this->Lexer->addExitPattern( '`', 'plugin_katex_protect' );
113 $conf_mathtags = $this->getConf( 'mathtags' );
[all …]
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php9 * file that was distributed with this source code.
31 $this->ttyMode = $ttyMode;
32 $this->ptyMode = $ptyMode;
33 $this->haveReadSupport = $haveReadSupport;
50 $this->close();
58 if (!$this->haveReadSupport) {
68 if ($this->ttyMode) {
76 if ($this->ptyMode && Process::isPtySupported()) {
104 $this->unblock();
105 $w = $this
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php125 $this->_debug = false;
155 $this->_tabWidth = 4;
177 if ($this->_debug === true) {
197 $this->exact = (bool) $this->exact;
198 $this->tabIndent = (bool) $this->tabIndent;
726 $checkIndent = (int) (ceil($checkIndent / $this->indent) * $this->indent);
772 $checkIndent = (int) (ceil($tokenIndent / $this->indent) * $this->indent);
808 $checkIndent = (int) (ceil($checkIndent / $this->indent) * $this->indent);
954 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
989 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php52 $this->setReplacements($replacements);
60 $this->permittedInHeaders = (bool) $bool;
68 return $this->permittedInHeaders;
77 $this->permittedTypes[$type] = 1;
85 unset($this->permittedTypes[$type]);
112 $this->recursiveRestore($message, $this->store); //3.3.3 bugfix
121 $this->store = array(
126 $this->recursiveReplace($message, $replacements, $this->store);
137 if ($this->getPermittedInHeaders())
243 $this->replacements = $replacements;
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php9 * file that was distributed with this source code.
80 $this->options = $options;
81 $this->pool = $pool ?? new SocketPool($options);
82 $this->protocolHandlerFactory = $clientProtocolHandlerFactory ?? new ClientProtocolHandlerFactory();
83 $this->controls = new ControlBag();
84 $this->queue = $queue;
92 return $this->controls;
112 if ($reload === false && $this->rootDse !== null) {
113 return $this->rootDse;
115 $message = $this
[all...]
/plugin/mediasyntax/
H A Dhelper.php26 $this->defaults['firstsec'] = $this->getConf('firstseconly');
27 $this->defaults['editbtn'] = $this->getConf('showeditbtn');
28 $this->defaults['taglogos'] = $this->getConf('showtaglogos');
29 $this->defaults['footer'] = $this->getConf('showfooter');
30 $this->defaults['redirect'] = $this
[all...]
/plugin/swiftmail/Swift/
H A DAddress.php40 $this->setAddress($address);
41 if ($name !== null) $this->setName($name);
49 $this->address = trim((string)$address);
57 return $this->address;
66 else $this->name = null;
74 return $this->name;
85 return "<" . $this->address . ">";
89 if (($this->name !== null))
91 return $this->name . " <" . $this->address . ">";
93 else return $this->address;
[all …]
/plugin/struct/meta/
H A DAggregationEditorTable.php30 // unique identifier for this aggregation
31 $hash = md5(var_export($this->data, true));
32 $this->renderer->info['struct_table_hash'] = $hash;
34 if ($this->mode != 'xhtml') return;
36 $table = $this->columns[0]->getTable();
38 $config = $this->searchConfig->getConf();
43 $classes = $this->getScopeClasses();
46 $this->renderer->doc .= "<div id=\"$hash\"
70 $this->renderer->table_open();
71 $this
[all...]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php47 $this->caldavBackend = $caldavBackend;
48 $this->subscriptionInfo = $subscriptionInfo;
74 return $this->subscriptionInfo['uri'];
85 if (isset($this->subscriptionInfo['lastmodified'])) {
86 return $this->subscriptionInfo['lastmodified'];
98 $this->caldavBackend->deleteSubscription(
99 $this->subscriptionInfo['id']
129 return $this->caldavBackend->updateSubscription(
130 $this->subscriptionInfo['id'],
183 return $this->subscriptionInfo['principaluri'];
[all …]
/plugin/acronymedit/
H A Dadmin.php18 $this->setupLocale();
25 $parts = explode('_',get_class($this));
34 …if (in_array('desc', $lang) && ''!==$this->getLang('plugininfo_desc')) $info['desc']= $this->getLa…
43 if (!$this->disabled)
68 print "<h1>".$this->getLang('abbr_title')."</h1>";
69 print $this->getLang('abbr_text');
74 $ok = $ok & $this->writeFile(ABBR_CONF, $_POST['abbr']);
81 msg("<b>".$this->getLang('abbr_error')."</b>",-1);
89 print "<h3>".$this->getLang('abbr_list')."</h3>";
95 …print "<input type=\"submit\" value=\"".$this->getLang('abbr_save')."\" title=\"".$this->getLang('…
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php28 $this->assertEquals("<p>Result is A</p>\n", $parser->parse('Result is [abc]'));
29 $this->assertEquals("<p>Result is B</p>\n", $parser->parse('Result is [[abc]]'));
30 $this->assertEquals('Result is A', $parser->parseParagraph('Result is [abc]'));
39 $this->assertEquals("<p>Result is A</p>\n", $parser->parse('Result is [abc]'));
53 $this->assertEquals("(C-a(C-b(C-c)))", $parser->parseParagraph('[a[b[c]]]'));
55 $this->assertEquals("(C-a(C-b[c]))", $parser->parseParagraph('[a[b[c]]]'));
57 $this->assertEquals("(C-a[b[c]])", $parser->parseParagraph('[a[b[c]]]'));
64 $this->assertEquals("0", $parser->parseParagraph("0"));
65 $this->assertEquals("<p>0</p>\n", $parser->parse("0"));
75 return $this->markers;
[all …]

1...<<141142143144145146147148149150>>...1084