Home
last modified time | relevance | path

Searched refs:this (Results 4951 – 4975 of 27090) sorted by relevance

1...<<191192193194195196197198199200>>...1084

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php32 $width = $this->getTerminalWidth();
34 $this->max = $width - 1;
38 $this->colors = $colors;
40 $this->colors = new Colors();
51 return $this->border;
62 $this->border = $border;
74 return $this->max;
84 $this->max = $max;
122 $border = $this->strlen($this
[all...]
/plugin/combo/ComboStrap/
H A DPageId.php82 return $this->setValueWithOrWithoutForce($value);
102 $resource = $this->getResource();
104 LogUtility::msg("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}");
105 return $this;
119 $readStore = $this->getReadStore();
139 return $this;
246 * Collision detection happens just after the use of this function on the
254 * Test if there is not yet a page with this value
272 return $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php28 $this->mpdf = $mpdf;
29 $this->colorConverter = $colorConverter;
36 $this->gdiObjectArray = [];
84 $this->_AddGDIObject($brush);
91 $this->_AddGDIObject($pen);
104 $this->_AddGDIObject($dummyObject);
113 $this->_DeleteGDIObject($idx);
118 $obj = $this->_GetGDIObject($idx);
125 $wmfdata .= $this->mpdf->SetFColor($this
[all...]
/plugin/timetrack/
H A Dhelper.php34 return (bool) $this->getDb();
44 if($this->db === null) {
46 if($this->db === null) {
51 $this->db = null;
56 return $this->db;
64 $sqlite = $this->getDb();
89 $sqlite = $this->getDb();
117 $sqlite = $this->getDb();
155 $sqlite = $this->getDb();
181 $sqlite = $this->getDb();
[all …]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc123 var value = this.getValue();
169 this.setValue( attrVal );
188 this.setValue( attrVal );
241 this.focus();
242 }, this );
291 this.focus();
292 }, this );
305 this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() );
306 this.setupContent( this.cells[ 0 ] );
312 var cells = this.cells;
[all …]
/plugin/openid/Auth/OpenID/
H A DFileStore.php64 $this->directory = $directory;
65 $this->active = true;
78 if (!$this->_setup()) {
87 $this->active = false;
162 if (!$this->active) {
198 if (!$this->active) {
250 if (!$this->active) {
318 if (!$this->active) {
371 if (!$this->active) {
398 if (!$this->active) {
[all …]
H A DSReg.php318 return array_merge($this->required, $this->optional);
365 if ($this->contains($field_name)) {
384 $this->required[] = $field_name;
386 $this->optional[] = $field_name;
438 if ($this->required) {
442 if ($this->optional) {
446 if ($this->policy_url) {
473 $this->data = $data;
476 $this->ns_uri = $sreg_ns_uri;
563 return $this->data;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DConcatenationSpacingSniff.php72 $this->spacing = (int) $this->spacing;
98 … if (($before === $this->spacing || ($before === 'newline' && $this->ignoreNewlines === true))
99 … && ($after === $this->spacing || ($after === 'newline' && $this->ignoreNewlines === true))
104 if ($this->spacing === 0) {
108 if ($this->spacing > 1) {
114 $data = array($this->spacing);
120 $padding = str_repeat(' ', $this->spacing);
125 if ($this->spacing === 0
133 } else if ($this->spacing > 0) {
142 if ($this->spacing === 0
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php46 $this->setLevel($level);
49 $this->stream = $stream;
51 $this->url = $stream;
60 if (is_resource($this->stream)) {
61 fclose($this->stream);
78 $this->level = $level;
88 return $this->level;
123 if (!is_resource($this->stream)) {
124 if (!isset($this->url)) {
128 $this->stream = fopen($this->url, 'a');
[all …]
/plugin/unusedmedias/admin/
H A Dlist.php69 $this->ok = sprintf($this->getLang('delete_file_ok'),$mediaToDelete);
72 $this->error = sprintf($this->getLang('delete_file_in_use'),$mediaToDelete);
76 $this->error = sprintf($this->getLang('delete_file_not_found'),$mediaToDelete);
98 $this->orphans_medias[$media['id']] = $media;
110 if($this->error != ""){
111 ptln("<div class='error'>".$this->error."</div>");
113 if($this->ok != ""){
114 ptln("<div class='success'>".$this->ok."</div>");
118 if(count($this->orphans_medias)>0){
122 foreach($this->orphans_medias as $id => $media){
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php103 if ($this->currentFile !== $phpcsFile) {
104 $this->currentFile = $phpcsFile;
105 $this->_functionOpen = false;
106 $this->_endFunction = -1;
111 if ($stackPtr > $this->_endFunction) {
112 $this->_functionOpen = false;
116 && $this->_functionOpen === false
118 $this->_functionOpen = true;
127 $this->_endFunction
152 if ($this->_functionOpen === true) {
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php18 $this->friendmodel($base);
22 $this->base = $base;
23 $this->db = $base->db;
30 …$this->db->query("UPDATE ".UC_DBTABLEPRE."friends SET direction='3' WHERE uid='$friendid' AND frie…
38 return $this->db->insert_id();
43 $friendids = $this->base->implode($friendids);
44 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE."friends WHERE uid='$uid' AND friendid IN ($friendid…
45 $affectedrows = $this->db->affected_rows();
63 …$totalnum = $this->db->result_first("SELECT COUNT(*) FROM ".UC_DBTABLEPRE."friends WHERE $sqladd");
68 $start = $this->base->page_get_start($page, $pagesize, $totalnum);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt8 * @deprecated this method
39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
57 $result = $this->__phpunit_getInvocationMocker()->invoke(
74 $expects = $this->expects($any);
80 $this->__phpunit_originalObject = $originalObject;
85 if ($this->__phpunit_invocationMocker === null) {
86 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
89 return $this->__phpunit_invocationMocker;
94 return $this->__phpunit_getInvocationMocker()->hasMatchers();
99 $this->__phpunit_getInvocationMocker()->verify();
[all …]
/plugin/authg2fa/
H A Daction.php19 $enable = $this->getConf("g2fa_enable");
21 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'two_fa_login_form', array());
22 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'AFTER', $this, 'handle_profile_form',…
35 …$event->data->insertElement($pos, form_makePasswordField('t', $this->getLang('g2fa'), '', 'block')…
55 $form->startFieldset($this->getLang('g2fa_fieldset'));
65 msg($this->getLang('g2fa_created'));
72 msg($this->getLang('g2fa_notchanged'));
76 msg($this->getLang('g2fa_updated'));
78 msg($this->getLang('g2fa_notchanged'));
92 msg($this->getLang('g2fa_removed'));
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php40 $this->logger = $logger;
55 return $this;
62 $this->previousSignalHandler[$signo] = $handler;
64 unset($this->previousSignalHandler[$signo]);
66 $this->signalLevelMap[$signo] = $level;
67 $this->signalRestartSyscalls[$signo] = $restartSyscalls;
75 return $this;
95 $level = $this->signalLevelMap[$signo] ?? LogLevel::CRITICAL;
100 if (!isset($this->previousSignalHandler[$signo])) {
104 if ($this->previousSignalHandler[$signo] === SIG_DFL) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNewRelicHandler.php68 $this->appName = $appName;
69 $this->explodeArrays = $explodeArrays;
70 $this->transactionName = $transactionName;
78 if (!$this->isNewRelicEnabled()) {
82 if ($appName = $this->getAppName($record['context'])) {
83 $this->setNewRelicAppName($appName);
87 $this->setNewRelicTransactionName($transactionName);
100 if (is_array($parameter) && $this->explodeArrays) {
112 if (is_array($parameter) && $this->explodeArrays) {
145 return $this->appName;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php28 $this->capabilities = $capabilities;
50 return $this->get(WebDriverCapabilityType::BROWSER_NAME, '');
59 $this->set(WebDriverCapabilityType::BROWSER_NAME, $browser_name);
61 return $this;
69 return $this->get(WebDriverCapabilityType::VERSION, '');
78 $this->set(WebDriverCapabilityType::VERSION, $version);
80 return $this;
89 return $this->get($name);
108 $this->set($name, $value);
110 return $this;
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBankAccountTest2.php19 $this->ba = new BankAccount;
28 $this->assertEquals(0, $balance);
34 $this->ba->withdrawMoney(1);
36 $this->assertEquals(0, $this->ba->getBalance());
41 $this->fail();
47 $this->ba->depositMoney(-1);
49 $this->assertEquals(0, $this->ba->getBalance());
54 $this->fail();
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php35 $this->entries[] = $type . " " . $text;
36 …if ($this->getMaxSize() > 0) $this->entries = array_slice($this->entries, (-1 * $this->getMaxSize(…
44 $ret = implode("\n", $this->entries);
53 $this->failedRecipients = null;
54 $this->failedRecipients = array();
55 $this->entries = null;
56 $this->entries = array();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php76 $this->server = $server;
78 if (is_null($this->server->getPlugin('sharing'))) {
83 $this->server->protectedProperties,
92 $this->server->on('propFind', [$this, 'propFindEarly']);
93 $this->server->on('propFind', [$this, 'propFindLate'], 150);
94 $this->server->on('propPatch', [$this, 'propPatch'], 40);
95 $this->server->on('method:POST', [$this, 'httpPost']);
285 $acl = $this->server->getPlugin('acl');
329 $acl = $this->server->getPlugin('acl');
357 $acl = $this->server->getPlugin('acl');
[all …]
/plugin/openid/Auth/Yadis/
H A DXRDS.php104 $c = $this->parser->content($elem);
116 foreach ($this->getTypes() as $typ) {
177 $attributes = $this->parser->attributes($this->element);
203 return $this->parser->evalXPath($name, $this->element);
273 $this->parser = $xmlParser;
275 $this->allXrdNodes = $xrdNodes;
276 $this->serviceList = [];
277 $this->_parse();
365 $this->serviceList = [];
367 $services = $this->parser->evalXPath('xrd:Service', $this->xrdNode);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php483 $this->cli = $cli;
628 $this->allowedFileExtensions = $this->defaultFileExtensions;
643 $this->file = $file;
1432 $this->sniffs = $listeners;
1800 $this->ruleset,
1801 $this
1889 $this->_tokenListeners,
1890 $this->ruleset,
1891 $this
1951 return $this->listeners;
[all …]
/plugin/bliki/
H A Dsyntax.php96 if ($this->getConf('structure') == 'flat') {
164 $ts = $this->getTimestampFromFile($file);
167 $str .= $this->getDateHeader($ts);
208 if ($this->getConf('structure') == 'flat') {
242 if ($this->getConf('structure') == 'flat') {
304 $hilf = $this->getRewriteUrl($page, 'do=edit');
391 $renderer->doc .= $this->newPostLink($this->getConf('newlabel'));
395 … $recents = $this->getPosts($ID, $this->getConf('numposts'), ($page * $this->getConf('numposts')));
396 $compiled = $this->compilePosts($recents);
409 …$renderer->doc .= '<div id="blogolder">' . $this->pagingLink($page+1, $this->getConf('olderlabel')…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.wavpack.php26 $info = &$this->getid3->info;
28 $this->fseek($info['avdataoffset']);
32 $wavpackheader = $this->fread(32);
34 if ($this->ftell() >= $info['avdataend']) {
36 } elseif (feof($this->getid3->fp)) {
151 …while (!feof($this->getid3->fp) && ($this->ftell() < ($blockheader_offset + $blockheader_size + 8)…
154 $metablockheader = $this->fread(2);
155 if (feof($this->getid3->fp)) {
174 $metablockheader .= $this->fread(2);
227 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
[all …]
/plugin/cnmap/
H A Dsyntax.php73 $data = $this->parseMatch($match);
135 … $args['provider'] = in_array($provider, $this->providers)? $provider : $this->getConf('provider');
139 $args['zoom'] = $this->getConf('zoom');
142 $args['width'] = $this->getConf('width');
145 $args['height'] = $this->getConf('height');
151 $args['mark']= $this->getConf('mark');
159 $args['sat']= $this->getConf('sat');
169 return $this->parseMatchAmap($args);
171 return $this->parseMatchBmap($args);
173 return $this->parseMatchAmap($args);
[all …]

1...<<191192193194195196197198199200>>...1084