Home
last modified time | relevance | path

Searched refs:this (Results 17251 – 17275 of 27090) sorted by relevance

1...<<691692693694695696697698699700>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DScores.php65 return $this->call('get', [$params], PlayerLeaderboardScoreListResponse::class);
88 return $this->call('list', [$params], LeaderboardScores::class);
118 return $this->call('listWindow', [$params], LeaderboardScores::class);
143 return $this->call('submit', [$params], PlayerScoreResponse::class);
159 return $this->call('submitMultiple', [$params], PlayerScoreListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/Resource/
H A DOrganizations.php52 return $this->call('get', [$params], Organization::class);
73 return $this->call('getIamPolicy', [$params], Policy::class);
108 return $this->call('search', [$params], SearchOrganizationsResponse::class);
128 return $this->call('setIamPolicy', [$params], Policy::class);
147 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php39 $this->typeParser = $typeParser ?? new Parser();
40 $this->namingStrategy = $namingStrategy;
41 $this->expressionEvaluator = $expressionEvaluator;
64 $this->addClassProperties($metadata, $config);
73 $this->parseExpression($propertySettings['exp'])
134 … $pMetadata->excludeIf = $this->parseExpression((string) $pConfig['exclude_if']);
138 … $pMetadata->excludeIf = $this->parseExpression('!(' . $pConfig['expose_if'] . ')');
146 $pMetadata->setType($this->typeParser->parse((string) $pConfig['type']));
247 $pMetadata->serializedName = $this->namingStrategy->translateName($pMetadata);
275 … $metadata->preSerializeMethods = $this->getCallbackMetadata($class, $cConfig['pre_serialize']);
[all …]
/plugin/epub/scripts/
H A Dcss3.php373 $this->filepath = $file;
385 if (!file_exists($this->filepath)) return '';
387 $css = io_readFile($this->filepath);
390 $this->location = $location;
392 …$css = preg_replace_callback('#(url\( *)([\'"]?)(.*?)(\2)( *\))#',array($this,'replacements'),$css…
393 … $css = preg_replace_callback('#(@import\s+)([\'"])(.*?)(\2)#',array($this,'replacements'),$css);
405 if (is_null($this->relative_path)) {
410 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
413 return $this->relative_path;
432 $match[3] = $this->getRelativePath() . '/' . $match[3];
[all …]
/plugin/ckgedit/scripts/
H A Dcss6.php380 $this->filepath = $file;
392 if (!file_exists($this->filepath)) return '';
394 $css = io_readFile($this->filepath);
397 $this->location = $location;
399 …$css = preg_replace_callback('#(url\( *)([\'"]?)(.*?)(\2)( *\))#',array($this,'replacements'),$css…
400 … $css = preg_replace_callback('#(@import\s+)([\'"])(.*?)(\2)#',array($this,'replacements'),$css);
412 if (is_null($this->relative_path)) {
417 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
420 return $this->relative_path;
439 $match[3] = $this->getRelativePath() . '/' . $match[3];
[all …]
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified235 this.helper = t;
407 this.helper = t;
473 this.helper = t;
488 var _this = this;
521 this.helper = t;
574 this.seed = t;
580 …return this.seed ? (Math.pow(2, 31) - 1 & (this.seed = Math.imul(48271, this.seed))) / Math.pow(2,…
1570 …}, this.config = t || {}, this.config.options && (this.defaultOptions = this._o(this.config.option…
1990 this.canvas = t, this.ctx = this.canvas.getContext("2d"), this.gen = new U(e);
2135 return this.gen;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher._interface.class.php13 die("Oops. Inoverridden 'get_data' method called in ".get_class($this));
20 die("Oops. Inoverridden 'get_base_url' method called in ".get_class($this));
24 die("Oops. Inoverridden 'error_message' method called in ".get_class($this));
H A Drender.stacking.level.class.php7 $this->set_boxes(array());
11 return $this->_boxes;
15 $this->_boxes = $boxes;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f001/
H A DA.php11 return $this->aProp;
16 $this->aProp = $prop;
18 return $this;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst10 Everything will be automatically escaped in this block
15 Everything will be automatically escaped in this block
20 Everything will be automatically escaped in this block
25 Everything will be outputted as is in this block
35 Everything will be automatically escaped in this block
40 Everything will be outputted as is in this block
44 Everything will be automatically escaped in this block
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php21 $this->init($code, $type, $ean);
23 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
24 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
25 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
26 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
27 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
300 $this->data = $bararray;
/plugin/struct/types/
H A DDateTime.php30 $this->config['format'] = DateFormatConverter::toDate($conf['dformat']);
38 * @param string $name the form name where this has to be stored
46 if ($this->config['prefilltoday'] && !$rawvalue) {
82 if ($this->config['pastonly'] && strtotime($rawvalue) > time()) {
85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {
110 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\RevisionColumn')) {
133 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\RevisionColumn')) {
162 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\RevisionColumn')) {
/plugin/talkpage/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('~~TALKPAGE~~', $mode, 'plugin_talkpage');
50 $data = $this->getLink();
61 $talkns = cleanID($this->getConf('talkns'));
84 'text' => $this->getLang($text),
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php39 $this->assertEquals([
130 $this->assertEquals($expected, $reader->parse());
174 $this->assertEquals($expected, $output);
198 $this->assertEquals([
/plugin/dirtylittlehelper/syntax/
H A Ddivhtml.php49 …$this->Lexer->addEntryPattern('\<dlh\.div\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->…
55 …$this->Lexer->addExitPattern('\<\/dlh\.div\.html\>','plugin_dirtylittlehelper_'.$this->getPluginCo…
H A Dtablehtml.php49 …$this->Lexer->addEntryPattern('\<dlh\.table\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this
55 …$this->Lexer->addExitPattern('\<\/dlh\.table\.html\>','plugin_dirtylittlehelper_'.$this->getPlugin…
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php36 if ( in_array($this->name, $cmdtocheck) )
46 $logpath = ($c->proxies_cfg[$this->proxyname]["path"] == "" ? $c->data_private_path."/logs" :
47 $c->proxies_cfg[$this->proxyname]["path"]);
68 return $this->next->run($xml_reponse, $p);
/plugin/pirate/
H A Drenderer.php26 $this->doc .= $this->_xmlEntities($this->pirate_filter($text));
139 $content = $this->_array_apply_regexp($patterns,$content);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php55 $this
64 $this
74 $self = $this;
76 $this
/plugin/semanticdata/phpSesame/
H A DresultFormats.php9 $this->xml = simplexml_load_string($responseBody);
15 foreach($this->xml->head->variable as $header)
31 foreach($this->xml->results->result as $result)
75 foreach($this->xml->results->result as $result)
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php41 $this->uri = $uri;
42 $this->privileges = $privileges;
64 foreach ($this->privileges as $privilege) {
69 …resource->appendChild($doc->createElementNS('DAV:', 'd:href', $server->getBaseUri() . $this->uri));
/plugin/latexit/
H A Daction.php33 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgeCache');
35 $controller->register_hook('INIT_LANG_LOAD', 'BEFORE', $this, '_setLatexitSort');
38 … $controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'addbutton', array());
56 if ( $this->getConf('showexportbutton') && $event->data['view'] == 'main') {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php31 $this->expressionEvaluator = $expressionEvaluator;
53 …if (($property->excludeIf instanceof Expression) && ($this->expressionEvaluator instanceof Compila…
54 return $this->expressionEvaluator->evaluateParsed($property->excludeIf, $variables);
57 return $this->expressionEvaluator->evaluate($property->excludeIf, $variables);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php103 $this->targets = $bitmask;
104 $this->value = $values['value'];
105 $this->literal = implode(', ', $this->value);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DIFTTTHandler.php45 $this->eventName = $eventName;
46 $this->secretKey = $secretKey;
64 …($ch, CURLOPT_URL, "https://maker.ifttt.com/trigger/" . $this->eventName . "/with/key/" . $this->s…

1...<<691692693694695696697698699700>>...1084