Home
last modified time | relevance | path

Searched refs:this (Results 22126 – 22150 of 27090) sorted by relevance

1...<<881882883884885886887888889890>>...1084

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php74 $this->assertInstanceOf('DateTimeZone', $data['timezone']);
75 $this->assertEquals($data['timezone']->getName(), 'Europe/Minsk');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php39 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
56 $this->assertEquals($expectedDates, $dates, 'Recursed dates are restricted by month');
H A DBySetPosHangTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
58 $this->assertEquals($expectedDates, $dates);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAnonBindRequest.php9 * file that was distributed with this source code.
30 $this->username = $username;
31 $this->version = $version;
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DException.php51 $this->errors = $errors;
69 return $this->errors;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php39 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
56 $this->assertEquals($expectedDates, $dates, 'Recursed dates are restricted by month');
H A DBySetPosHangTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
58 $this->assertEquals($expectedDates, $dates);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DExistsType.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
26 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
34 $index = $this->index ?? null;
35 $type = $this->type ?? null;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php26 $this->driver = $driver;
40 return $this->driver->executeCustomCommand(
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php28 $this->propertyType = $propertyType;
44 return $reflectionProperty->getValue($object) instanceof $this->propertyType;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DArrayObjectFilter.php20 $this->copier = $copier;
30 $clone->offsetSet($k, $this->copier->copy($v));
/plugin/latex-was/syntax/
H A Ddollar.php16 $this->Lexer->addEntryPattern('\$(?=.*\$)',$mode,'plugin_latex_dollar');
18 function postConnect() { $this->Lexer->addExitPattern('\$','plugin_latex_dollar'); }
/plugin/struct/types/
H A DWiki.php20 $value = $this->config['prefix'] . $value . $this->config['postfix'];
22 $R->doc .= $doc; // FIXME this probably does not work for all renderers
/plugin/netlogo/syntax/
H A Dapplet.php60 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo\?[^\} ]*do=download[^\} ]* ?\}\}',$mode,'medi…
61 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo ?\}\}',$mode,'plugin_netlogo_applet'); …
62 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo\?[^\} ]+ ?\}\}',$mode,'plugin_netlogo_applet'…
63 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo ?\|\}\}',$mode,'plugin_netlogo_applet'); …
/plugin/markdownextra/
H A DLicense.text16 this list of conditions and the following disclaimer.
19 notice, this list of conditions and the following disclaimer in the
23 be used to endorse or promote products derived from this software
35 negligence or otherwise) arising in any way out of the use of this
/plugin/prosemirror/action/
H A Dajax.php28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
29 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'switchEditors');
38 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
59 $responseData[$action] = $this->resolveInternalLink($inner, $ID);
66 $responseData[$action] = $this->resolveInterWikiLink($shortcut, $reference);
144 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/combo/syntax/
H A Dtoggle.php75 * Create a pattern that will called this plugin
84 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
92 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dtooltip.php26 * but this is far more difficult
51 * TODO: Add this to the {@link Tooltip} ???
114 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
121 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc5 // The plugin initialization logic goes inside this method.
41 icon: this.path + 'images/footnote.png'
60 var el = this.getContentElement( 'general', 'contents').getInputElement().$.id;
96 // Get the value of this field and save it in the data object attribute.
100 data.contents = this.getValue();
123 data.noteId = this.getValue();
140 … var dialog = this.getDialog();
179 var dialog = this,
184 this.commitContent( data );
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc5 // The plugin initialization logic goes inside this method.
41 icon: this.path + 'images/footnote.png'
60 var el = this.getContentElement( 'general', 'contents').getInputElement().$.id;
96 // Get the value of this field and save it in the data object attribute.
100 data.contents = this.getValue();
123 data.noteId = this.getValue();
140 … var dialog = this.getDialog();
179 var dialog = this,
184 this.commitContent( data );
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php30 * Stores the computed hash code of this {@see PredictionContext}. The hash
55 $this->id = self::$globalNodeCount++;
105 return $this === self::empty();
110 return $this->getReturnState($this->getLength() - 1) === self::EMPTY_RETURN_STATE;
115 if ($this->cachedHashCode === null) {
116 $this->cachedHashCode = $this->computeHashCode();
119 return $this->cachedHashCode;
190 * @param bool $rootIsWildcard `true` if this i
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php38 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
55 $this->assertEquals($expectedDates, $dates, 'Recursed dates are restricted by month');
H A DBySetPosHangTest.php33 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
57 $this->assertEquals($expectedDates, $dates);
H A DIssue48Test.php30 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
44 $this->assertEquals($expected, $result);
/plugin/bbcode/
H A Ddeleted.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[s\](?=.*?\x5B/s\x5D)',$mode,'deleted'…
23 function postConnect() { $this->Lexer->addExitPattern('\[/s\]','deleted'); }

1...<<881882883884885886887888889890>>...1084