Home
last modified time | relevance | path

Searched refs:this (Results 21976 – 22000 of 27090) sorted by relevance

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

/plugin/structtasks/meta/
H A DOverdueNotifier.php23 if ($this->isCompleted($new_data['status'])) return [];
24 $time_remaining = $this->timeFromLastMidnight($new_data['duedate']);
/plugin/mikioplugin/syntax/
H A Dcardheader.php19 $this->addCommonOptions('text-align text-color');
25 $classes = $this->buildClass($data);
26 $styles = $this->buildStyle(array(
30 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $classes . ' ' . $this->classPrefix . 'card-header"' . $styles . '>';
H A Dcardsubtitle.php19 $this->addCommonOptions('text-align text-color');
25 $classes = $this->buildClass($data);
26 $styles = $this->buildStyle(array(
30 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card-subtitle' . $classes . '"' . $styles . '>';
H A Dcardtitle.php19 $this->addCommonOptions('text-align text-color');
25 $classes = $this->buildClass($data);
26 $styles = $this->buildStyle(array(
30 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card-title' . $classes . '"' . $styles . '>';
H A Dcollapse.php22 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'collapse" id="' . $data['id'] . '">';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php101 if (isset($this->_ignore[strtolower($className)]) === true) {
130 $name = $this->getIncludedClassFromToken($phpcsFile, $tokens, $i);
160 $name = $this->getIncludedClassFromToken($phpcsFile, $tokens, $i);
197 $name = $this->getIncludedClassFromToken($phpcsFile, $tokens, $i);
243 if (isset($this->_ignore[strtolower($className)]) === true) {
273 $name = $this->getIncludedClassFromToken($phpcsFile, $tokens, $i);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso82 iterate(file_listdirectory($currentFolderURL), local('this'));
83 …#this->endswith('/') ? $commandData += '\t\t<Folder name="' + #this->removetrailing('/')& + '" />\…
94 iterate(file_listdirectory($currentFolderURL), local('this'));
95 if(#this->endswith('/'));
96 $folders += '\t\t<Folder name="' + #this->removetrailing('/')& + '" />\n';
98 local('size') = file_getsize($currentFolderURL + #this) / 1024;
99 $files += '\t\t<File name="' + #this + '" size="' + #size + '" />\n';
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt75 with this program; if not, write to the Free Software Foundation, Inc.,
78 As a special exception, if you create a document which uses this font, and
79 embed this font or unaltered portions of this font into the document, this
83 License. If you modify this font, you may extend this exception to your
85 wish to do so, delete this exception statement from your version.
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php32 ->addDebugInfo($this)
33 …->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name')))
H A DSpacelessNode.php33 ->addDebugInfo($this)
35 ->subcompile($this->getNode('body'))
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlKeyValuePairsWithType.php27 $this->list = $list;
28 $this->list2 = $list2;
/plugin/txtconf/lang/en/
H A Dintro.txt3 Use this page to Manage the Text config files (conf/*.conf) of your Dokuwiki installation.
5 For more details about this plugin see [[doku>plugin:txtconf]].
/plugin/fedauth/Auth/OpenID/
H A DDumbStore.php55 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);
96 return $this->auth_key;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-xfail.phpt6 echo "Should not see this";
11 Should not see this
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DAbstractInline.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php15 $this->stream = $stream;
25 return $this->stream;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php34 $this->emails[] = array(
45 return $this->emails;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php35 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
58 $this->assertEquals($output, str_replace("\r", "", $result));
H A DMissingOverriddenTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
59 $this->assertEquals($output, str_replace("\r","",$result));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A De17e8852ec3f31781e1364f4dffeb6d0.asciidoc9 'query' => '(content:this OR name:this) AND (content:that OR name:that)',
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php20 $this->reason = $reason;
29 return $this->reason;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRange.php23 $this->addField($fieldName, $args);
33 * @return $this
37 return $this->setParam($fieldName, $args);
/plugin/dw2markdown/
H A Daction.php18 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addSvgButton', array());
31 if ($event->data['view'] != 'page' || !$this->getConf('showexportbutton')) {
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php29 $this->assertEquals($expected, $xhtml);
51 $this->assertEquals($expected, $xhtml);
/plugin/combo/ComboStrap/Template/
H A DTemplateForComponent.php16 $this->templateName = $templateName;
27 ->renderWebComponent($this->templateName,$data);

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