Home
last modified time | relevance | path

Searched refs:this (Results 17226 – 17250 of 27090) sorted by relevance

1...<<681682683684685686687688689690>>...1084

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/433/
H A DIssue433Test.php6 $this->expectOutputString('test');
13 $this->expectOutputString('test');
19 $this->expectOutputString('foo');
/plugin/odt/ODT/
H A DODTsettings.php20 $this->settings = '<' . '?xml version="1.0" encoding="UTF-8"?' . ">\n";
21 …$this->settings .= '<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:…
28 return $this->settings;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php95 $this->_gui = &$gui;
104 $this->_gui->show($showPassed);
125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..'));
138 $this->_gui->addSuites($suites);
191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
/plugin/avatar/
H A Dhelper.php33 $src = $this->_getAvatarURL($user, $title, $size);
47 if (!$size || !is_int($size)) $size = $this->getConf('size');
61 $ns = $this->getConf('namespace');
102 $src .= 'avatar/'.$seed.'?s='.$size.'&d='.$this->getConf('default').'&r='.$this->getConf('rating').'&.jpg';
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php36 $this->indentation = $indentation;
68 … $blockIndentationIndicator = (' ' === substr($value, 0, 1)) ? (string) $this->indentation : '';
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
90 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md16 < this is not an html tag
20 but this is:
31 <p>this is a paragraph</p>
55 this is code
57 this paragraph contains a <!-- multi
/plugin/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php46 if ( in_array($this->name, $cmdtocheck) )
56 if ($floodtime - $lastfloodtime <= $c->proxies_cfg[$this->proxyname]["delay"])
70 ($flood_nbmsg>$c->proxies_cfg[$this->proxyname]["msglimit"] ||
71 $flood_nbchar>$c->proxies_cfg[$this->proxyname]["charlimit"])
101 return $this->next->run($xml_reponse, $p);
/plugin/webcode/_test/
H A Dwebcode.test.php51 $this->assertEquals(0, $iframe->length);
76 $this->assertEquals(1, $iframe->length);
98 $this->assertEquals(2, $iframe->length);
101 $this->assertEquals(2, $iframe->length);
125 $this->assertEquals(0, $iframe->length);
/plugin/autolink4/syntax/
H A Dallwords.php24 $this->tooltip = plugin_load('helper', 'autotooltip');
27 $this->helper = plugin_load('helper', 'autolink4');
28 $this->helper->loadAndProcessConfigFile();
83 //TODO: Because this always starts at the first word, it wins over the regex version except when the regex version matches the first word.
85 // I could get rid of the regex plugin and only use this one, but it could interfere with other plugins.
86 //$this->Lexer->addSpecialPattern('(?:[\w\'\-]+ *)+?', $mode, 'plugin_autolink4_allwords');
103 $this->helper->init();
106 if (isset($this->helper->getSimpleSubs()[$match])) {
107 return $this->helper->getSimpleSubs()[$match];
112 foreach ($this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/Resource/
H A DUsersEnvironments.php53 return $this->call('addPublicKey', [$params], Operation::class);
72 return $this->call('authorize', [$params], Operation::class);
88 return $this->call('get', [$params], Environment::class);
106 return $this->call('removePublicKey', [$params], Operation::class);
127 return $this->call('start', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DReplies.php46 return $this->call('create', [$params], Reply::class);
60 return $this->call('delete', [$params]);
78 return $this->call('get', [$params], Reply::class);
99 return $this->call('list', [$params], ReplyList::class);
115 return $this->call('update', [$params], Reply::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/Resource/
H A DProjectsDeployments.php48 return $this->call('create', [$params], Deployment::class);
62 return $this->call('delete', [$params], ScriptEmpty::class);
76 return $this->call('get', [$params], Deployment::class);
96 return $this->call('list', [$params], ListDeploymentsResponse::class);
111 return $this->call('update', [$params], Deployment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DVpnTunnels.php93 return $this->call('aggregatedList', [$params], VpnTunnelAggregatedList::class);
119 return $this->call('delete', [$params], Operation::class);
135 return $this->call('get', [$params], VpnTunnel::class);
162 return $this->call('insert', [$params], Operation::class);
217 return $this->call('list', [$params], VpnTunnelList::class);
H A DTargetVpnGateways.php94 return $this->call('aggregatedList', [$params], TargetVpnGatewayAggregatedList::class);
120 return $this->call('delete', [$params], Operation::class);
136 return $this->call('get', [$params], TargetVpnGateway::class);
163 return $this->call('insert', [$params], Operation::class);
218 return $this->call('list', [$params], TargetVpnGatewayList::class);
H A DAddresses.php93 return $this->call('aggregatedList', [$params], AddressAggregatedList::class);
119 return $this->call('delete', [$params], Operation::class);
134 return $this->call('get', [$params], Address::class);
161 return $this->call('insert', [$params], Operation::class);
216 return $this->call('list', [$params], AddressList::class);
H A DNetworkEdgeSecurityServices.php93 … return $this->call('aggregatedList', [$params], NetworkEdgeSecurityServiceAggregatedList::class);
120 return $this->call('delete', [$params], Operation::class);
137 return $this->call('get', [$params], NetworkEdgeSecurityService::class);
165 return $this->call('insert', [$params], Operation::class);
197 return $this->call('patch', [$params], Operation::class);
H A DRegionCommitments.php94 return $this->call('aggregatedList', [$params], CommitmentAggregatedList::class);
110 return $this->call('get', [$params], Commitment::class);
137 return $this->call('insert', [$params], Operation::class);
192 return $this->call('list', [$params], CommitmentList::class);
226 return $this->call('update', [$params], Operation::class);
H A DTargetInstances.php94 return $this->call('aggregatedList', [$params], TargetInstanceAggregatedList::class);
120 return $this->call('delete', [$params], Operation::class);
136 return $this->call('get', [$params], TargetInstance::class);
163 return $this->call('insert', [$params], Operation::class);
218 return $this->call('list', [$params], TargetInstanceList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DStorelayoutclusters.php45 return $this->call('delete', [$params]);
60 return $this->call('get', [$params], StoreCluster::class);
75 return $this->call('insert', [$params], StoreCluster::class);
90 return $this->call('list', [$params], StoreLayoutClustersListResponse::class);
106 return $this->call('update', [$params], StoreCluster::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/Resource/
H A DProjectsLocationsStreamsObjects.php49 return $this->call('get', [$params], StreamObject::class);
71 return $this->call('list', [$params], ListStreamObjectsResponse::class);
87 return $this->call('lookup', [$params], StreamObject::class);
103 return $this->call('startBackfillJob', [$params], StartBackfillJobResponse::class);
119 return $this->call('stopBackfillJob', [$params], StopBackfillJobResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DRoutines.php46 return $this->call('delete', [$params]);
64 return $this->call('get', [$params], Routine::class);
79 return $this->call('insert', [$params], Routine::class);
109 return $this->call('list', [$params], ListRoutinesResponse::class);
126 return $this->call('update', [$params], Routine::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
H A DProjectsLocationsCatalogsUserEvents.php62 return $this->call('collect', [$params], GoogleApiHttpBody::class);
81 return $this->call('import', [$params], GoogleLongrunningOperation::class);
100 return $this->call('purge', [$params], GoogleLongrunningOperation::class);
122 return $this->call('rejoin', [$params], GoogleLongrunningOperation::class);
137 return $this->call('write', [$params], GoogleCloudRetailV2UserEvent::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
H A DTransferOperations.php65 return $this->call('cancel', [$params], StoragetransferEmpty::class);
80 return $this->call('get', [$params], Operation::class);
107 return $this->call('list', [$params], ListOperationsResponse::class);
121 return $this->call('pause', [$params], StoragetransferEmpty::class);
135 return $this->call('resume', [$params], StoragetransferEmpty::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/Resource/
H A DV1.php54 return $this->call('getIamPolicy', [$params], Policy::class);
70 return $this->call('getIapSettings', [$params], IapSettings::class);
89 return $this->call('setIamPolicy', [$params], Policy::class);
108 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
129 return $this->call('updateIapSettings', [$params], IapSettings::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DCustomersDevices.php53 return $this->call('applyConfiguration', [$params], AndroiddeviceprovisioningEmpty::class);
67 return $this->call('get', [$params], Device::class);
85 return $this->call('list', [$params], CustomerListDevicesResponse::class);
100 return $this->call('removeConfiguration', [$params], AndroiddeviceprovisioningEmpty::class);
117 return $this->call('unclaim', [$params], AndroiddeviceprovisioningEmpty::class);

1...<<681682683684685686687688689690>>...1084