Home
last modified time | relevance | path

Searched refs:this (Results 676 – 700 of 25426) sorted by relevance

1...<<21222324252627282930>>...1018

/plugin/bez/mdl/
H A DTask_comment.php20 if ($this->task_id == null) {
23 if ($this->task == null) {
24 $this->task = $this->model->taskFactory->get_one($this->task_id);
26 return $this->task;
34 $this->validator->set_rules(array(
39 if ($this->id === NULL) {
41 $this->author = $this
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php67 $this->format = $format;
95 return $this->visitor;
126 $this->assertMutable();
129 return $this;
147 return $this;
152 return $this;
160 return $this;
167 return $this;
181 return $this;
188 return $this;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php154 …$this->env = new \Twig\Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
180 $this->assertEquals('', twig_escape_filter($this->env, '', 'js'));
185 $this->assertEquals('123', twig_escape_filter($this->env, '123', 'js'));
197 $this->assertEquals('', twig_escape_filter($this->env, '', 'css'));
202 $this->assertEquals('123', twig_escape_filter($this->env, '123', 'css'));
269 $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'js'));
273 $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'js'));
292 … $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'html_attr'));
296 … $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'html_attr'));
315 $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'css'));
[all …]
/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php95 $this->builderMarkupString = $markupString;
96 return $this;
103 * @return $this
107 $this->deleteRootBlockElement = $b;
108 return $this;
115 * @return $this
121 return $this;
134 $this->builderMarkupSourcePath = $executingPath->toWikiPath();
136 $this->builderMarkupSourcePath = $executingPath;
138 return $this;
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php51 $this->mapTypes($array);
53 $this->gapiInit();
93 return isset($this->modelData[$key]) ? $this->modelData[$key] : null;
118 $this->$key = $val;
124 $this->$key = $val;
126 } elseif (property_exists($this, $camelKey = $this->camelCase($key))) {
168 $result = $this->getSimpleValue($this->$name);
216 if (isset($this->internal_gapi_mappings, $this->internal_gapi_mappings[$key])) {
260 return isset($this->$offset) || isset($this->modelData[$offset]);
268 $this->$offset :
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php69 if ($this->invocationMatcher !== null) {
73 if ($this->methodNameMatcher !== null) {
77 if ($this->parametersMatcher !== null) {
81 if ($this->afterMatchBuilderId !== null) {
85 if ($this->stub !== null) {
99 if ($this->invocationMatcher === null) {
105 if ($this->methodNameMatcher === null) {
149 if ($this->stub) {
188 if ($this->invocationMatcher === null) {
194 if ($this->methodNameMatcher === null) {
[all …]
/plugin/bibtex/OSBib/
H A DPARSEXML.php32 $this->nodeStack = array();
36 $this->entries[] = $this->parse($xmlString);
43 $this->entries = array();
47 $this->getEntry($startEntry[1]);
49 if(empty($this->entries))
50 $this->entries = FALSE;
80 xml_set_object($this->parser, $this);
86 xml_parser_free($this->parser);
103 array_push($this->nodeStack, $node);
109 $node = array_pop($this->nodeStack);
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLimitStream.php31 $this->stream = $stream;
32 $this->setLimit($limit);
33 $this->setOffset($offset);
39 if ($this->stream->eof()) {
44 if ($this->limit == -1) {
48 $tell = $this->stream->tell();
53 return $tell >= $this->offset + $this->limit;
62 if (null === ($length = $this->stream->getSize())) {
64 } elseif ($this
[all...]
/plugin/etherpadlite/action/
H A Detherpadlite.php29 $this->domain = trim($this->getConf('etherpadlite_domain'));
32 $this->ep_url = rtrim(trim($this->getConf('etherpadlite_url')),"/");
34 $this->ep_instance = new EtherpadLiteClient($ep_key, $this->ep_url."/api");
35 $this->ep_group = trim($this->getConf('etherpadlite_group'));
36 $this->ep_url_args = trim($this->getConf('etherpadlite_urlargs'));
37 $this->groupid = $this->ep_instance->createGroupIfNotExistsFor($this->ep_group);
38 $this->groupid = (string) $this->groupid->groupID;
63 $this->ep_instance->createGroupPad($this->groupid, $newpageid, $text);
110 if(!$this->client) $this->client = clientIP(true);
112 if (empty($this->clientname)) $this->clientname = $this->client;
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php12 * file that was distributed with this source code.
79 * @param bool $isHexString If this is a hexadecimal string that is in need of packing
95 $this->reader = new BinaryReader($twkb);
97 $geometry = $this->getGeometry();
99 $this->reader->close();
107 $type = $this->reader->readUInt8();
108 $metadataHeader = $this->reader->readUInt8();
124 $extendedPrecision = $this->reader->readUInt8();
139 $options['remainderSize'] = $this->reader->readUVarInt();
151 $bBoxMin[$i] = $this
[all...]
/plugin/move/_test/
H A Dnamespace_move.test.php15 $this->pluginsEnabled[] = 'move';
51 $this->assertFalse($plan->inProgress());
58 $this->assertSame(1, $plan->nextStep(),'pages');
59 $this->assertSame(1, $plan->nextStep(),'media');
60 $this->assertSame(1, $plan->nextStep(),'missing');
61 $this->assertSame(1, $plan->nextStep(),'namespace');
62 $this->assertSame(1, $plan->nextStep(),'autorewrite');
63 $this->assertSame(0, $plan->nextStep(),'done');
65 $this->assertFileExists(wikiFN('foo:dokuwiki'));
66 $this
[all...]
/plugin/ifauthex/lib/
H A Dparser.php37 $this->_args = $args;
73 return $this->definition()->getRepresentation($this);
194 $this->definition()->ensureWellFormed($this);
222 return $this->definition()->evaluate($this);
271 $this->_name = $name;
291 if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity()) {
299 if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity()) {
304 if ($this->arity() == 0 || $this->arity() == 1) {
307 … if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity() - 1) {
574 if ($this->fixing() == Fixing::Prefix || $this->fixing() == Fixing::Wrap) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetReference.php32 $this->am = $am;
33 $this->name = $name;
38 $this->clone = true;
40 if ($this->asset) {
41 $this->asset = clone $this->asset;
52 $this->flushFilters();
65 $this->flushFilters();
72 $this->flushFilters();
152 if ($this->asset) {
156 $asset = $this->am->get($this->name);
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php45 $this->wrappedPromise = $promise;
46 $this->waitfn = $wait;
47 $this->cancelfn = $cancel;
55 if (!$this->isRealized) {
56 $this->addShadow();
57 if (!$this->isRealized && $this->waitfn) {
58 $this->invokeWait();
60 if (!$this->isRealized) {
61 $this
[all...]
/plugin/newpagetemplate/
H A Dadmin.php18 $this->output = '';
28 $tplns = $this->getConf('default_tplns');
31 $this->help = false;
34 $this->output = 'submit';
37 $this->output = "The -p (--page) option requires a template";
51 $this->output = shell_exec(NEWPAGETPL_CMDL . $cmdL) ;
52 $this->help = true;
66 $this->output = shell_exec(NEWPAGETPL_CMDL . $cmdL) ;
67 $this->help = true;
69 $this
[all...]
/plugin/translator/syntax/
H A Dtranslator.php78 $this->languages = $this->functions->_getLanguages();
88 $renderer->doc .= $this->functions->_revertManager($this, $this->functions->revertableUpload);
92 if ( empty($this->category) || empty($this->currentLanguage) ) {
171 …list($matrix, $max) = $this->functions->_getTranslationMatrix($this->category, $this->version, $th…
172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
183 …$masterLanguage = empty($this->additionalLanguage) ? $this->getConf('default_language') : $this->…
186 $form = $this->_startFieldSet($this->getLang('Translator'), "translator_do");
291 $form = $this->_startFieldSet($this->getLang('selectedOptions'));
329 if ( empty ( $this->category ) || empty ( $this->currentVersion ) ) {
342 …$form = $this->_startFieldSet( $this->category . ' ' . $this->getLang('Version') . ' ' . $this->cu…
[all …]
/plugin/vbsso/vendor/composer/
H A DClassLoader.php62 if (!empty($this->prefixesPsr0)) {
71 return $this->prefixDirsPsr4;
76 return $this->fallbackDirsPsr0;
81 return $this->fallbackDirsPsr4;
86 return $this->classMap;
94 if ($this->classMap) {
95 $this->classMap = array_merge($this->classMap, $classMap);
97 $this->classMap = $classMap;
251 return $this->useIncludePath;
292 return $this->apcuPrefix;
[all …]
/plugin/icalevents/vendor/composer/
H A DClassLoader.php62 if (!empty($this->prefixesPsr0)) {
71 return $this->prefixDirsPsr4;
76 return $this->fallbackDirsPsr0;
81 return $this->fallbackDirsPsr4;
86 return $this->classMap;
94 if ($this->classMap) {
95 $this->classMap = array_merge($this->classMap, $classMap);
97 $this->classMap = $classMap;
251 return $this->useIncludePath;
292 return $this->apcuPrefix;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php72 return $this;
83 return $this;
109 return $this;
120 return $this;
131 return $this;
136 return $this->getAttribute('size') * $this->_scalePx;
142 return $this;
153 return $this;
196 $scale['frame'] = $this->size - ($this->_borderPx * 2);
296 $frame = imagecreatetruecolor($this->size, $this->size);
[all …]
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php86 return $this->timeout;
94 $this->flags = $flags;
102 return $this->flags;
111 $this->path = $path;
119 return $this->path;
185 return $this->getPath() . " -" . $this->getFlags();
212 stream_set_timeout($this->pipes[1], $this->timeout);
282 if (!$this->getPath() || !$this->getFlags())
302 $this->proc = proc_open($this->getCommand(), $pipes_spec, $this->pipes);
325 if ($this->proc)
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php55 $this->id = $id;
60 $this->url = new Url();
71 return $this->name;
76 $this->name = $name;
86 return $this->summary;
116 return $this->price;
135 return $this->url;
140 $this->url = $url;
150 return $this->bonus;
195 return $this->sort;
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php18 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
20 $s->expects($this->once())
22 ->will($this->returnValue(true));
29 $this->assertFalse($a->seek(100, SEEK_CUR));
35 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
37 $s->expects($this->once())
39 ->will($this->returnValue(true));
40 $s->expects($this->once())
42 ->will($this->returnValue(true));
43 $s->expects($this
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php45 $this->loaded = false;
46 $this->loading = false;
62 $this->loaded = false;
101 if (!$this->loaded) {
102 $this->load();
119 if (!$this->loaded) {
120 $this->load();
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
171 $this->load();
186 $this->load();
[all …]
/plugin/struct/meta/
H A DAggregationCloud.php17 if ($this->mode !== 'xhtml') return;
19 $rows = $this->searchConfig->getRows();
20 $this->max = $rows[0]['count'];
21 $this->min = end($rows)['count'];
23 $this->sortResults($rows);
24 $this->startList();
26 $this->renderTag($result);
28 $this->finishList();
48 $weight = $this->getWeight($count, $this
[all...]
/plugin/sfauth/
H A Dhelper.php53 return $this->user;
130 $this->oauth_start($this->instance);
225 'client_id' => $this->getIConf('consumer key', $this->instance),
256 'client_id' => $this->getIConf('consumer key', $this->instance),
257 'client_secret' => $this->getIConf('consumer secret', $this->instance)
311 $this->userdata['grps'][] = 'salesforce'.$this->instance;
314 $this->userdata['grps'] = array_unique($this->userdata['grps']);
315 $this->userdata['grps'] = array_filter($this->userdata['grps']);
317 $this->user = $this->transformMailToId($this->userdata['mail']);
362 $this->instance = $this->authdata['dokuwiki-instance'];
[all …]

1...<<21222324252627282930>>...1018