Home
last modified time | relevance | path

Searched refs:this (Results 21826 – 21850 of 27090) sorted by relevance

1...<<871872873874875876877878879880>>...1084

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php15 $this->_location = $location;
16 $this->_content_height = $content_height;
20 return $this->_location;
24 return $this->_content_height;
38 $this->location = round($location,2);
39 $this->penalty = $penalty;
71 $height_penalty = $this->get_page_break_height_penalty($page_start,
72 … $max_page_height - $this->get_footnotes_height($footnotes,
74 … $this->location));
76 return $this->penalty + $height_penalty;
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php39 $info = &$this->getid3->info;
42 $this->fseek($info['avdataoffset']);
44 $MPEGstreamData = $this->fread($this->getid3->option_fread_buffer_size);
60 $MPEGstreamData .= $this->fread($this->getid3->option_fread_buffer_size);
61 if (strlen($MPEGstreamData) > $this->getid3->option_fread_buffer_size) {
267 …$this->warning('Unexpected $info[mpeg][video][raw][extension_start_code_identifier] value of '.$in…
397 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc13 // Simulate "this" of a dialog for non-dialog events.
121 …ndex="-1" onkeydown="CKEDITOR.tools.callFunction( ', onKeydown, ', event, this );">', '<img class=…
125 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
156 …ndex="-1" onkeydown="CKEDITOR.tools.callFunction( ', onKeydown, ', event, this );">', '<img class=…
160 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
187 …ndex="-1" onkeydown="CKEDITOR.tools.callFunction( ', onKeydown, ', event, this );">', '<img class=…
190 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
214 var self = this;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1this, function() {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The r…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
26 $this->assertEquals('ftp://example.com/pub/reports/r-960812.ps', $prop->getValue());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthor.php20 $this->name = $name;
25 return $this->name;
H A DNamedDateTimeArraysObject.php21 $this->namedArrayWithFormattedDate = $namedArrayWithFormattedDate;
29 return $this->namedArrayWithFormattedDate;
H A DNamedDateTimeImmutableArraysObject.php21 $this->namedArrayWithFormattedDate = $namedArrayWithFormattedDate;
29 return $this->namedArrayWithFormattedDate;
/plugin/dropfiles/action/
H A Djsinfoconfig.php27 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'addDataToJSINFO');
42 $JSINFO['plugins']['dropfiles'] = ['insertFileLink' => $this->getConf('insertFileLink')];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFactoryRuntimeLoaderTest.php20 $this->assertInstanceOf('stdClass', $loader->load('stdClass'));
27 $this->assertNull($loader->load('stdClass'));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
26 $this->assertEquals('ftp://example.com/pub/reports/r-960812.ps', $prop->getValue());
/plugin/googlechart/
H A Daction.php29 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
38 'title' => $this->getLang('google chart api'),
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php69 return get_class($this);
103 'name' => $this->getPluginName(),
/plugin/webdav/core/DAV/Collection/Tags/
H A DFile.php21 return str_replace(':', "\xea\x9e\x89", $this->info['filename']);
23 return $this->info['filename'];
/plugin/symbols/
H A Daction.php30 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
38 'title' => $this->getLang('symbols'),
/plugin/adfs/phpsaml/lib/Saml/
H A DResponse.php27 return $this->getAttributes();
37 return $this->getNameId();
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBoolean.php34 $this->setValue($val);
45 return $this->value?'TRUE':'FALSE';
/plugin/skipentity/
H A Daction.php21 … $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_started', array ());
27 $multiple = $this->getConf('multiple') ? 1 : 0;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
26 $this->assertEquals('ftp://example.com/pub/reports/r-960812.ps', $prop->getValue());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBoolean.php34 $this->setValue($val);
45 return $this->value?'TRUE':'FALSE';
/plugin/commonmark/vendor/league/commonmark/src/
H A DMarkdownConverter.php11 * file that was distributed with this source code.
37 $this->environment = $environment;
39 $this->markdownParser = new MarkdownParser($environment);
40 $this->htmlRenderer = new HtmlRenderer($environment);
45 return $this->environment;
59 $documentAST = $this->markdownParser->parse($input);
61 return $this->htmlRenderer->renderDocument($documentAST);
79 return $this->convert($markdown);
91 return $this->convert($markdown);
/plugin/deletepagebutton/
H A DDeletePageButton.php28 $this->params['sectok'] = getSecurityToken();
37 $plugin = plugin_load('action', $this->type);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DParameters.php38 return $type::saveParameters($this->prime, $this->base, $options);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1OptimizedStats.php33 $this->response = $response;
40 return $this->response;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
26 $this->assertEquals('ftp://example.com/pub/reports/r-960812.ps', $prop->getValue());

1...<<871872873874875876877878879880>>...1084