Home
last modified time | relevance | path

Searched refs:handle (Results 26 – 50 of 1517) sorted by relevance

12345678910>>...61

/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit93 $handle = popen($command, 'r');
94 if ($handle === false) {
99 $contents = stream_get_contents($handle);
100 fclose($handle);
176 $handle = popen($command, 'r');
177 if ($handle === false) {
182 $contents = stream_get_contents($handle);
183 fclose($handle);
/plugin/openid/Auth/OpenID/
H A DPredisStore.php64 $association->handle);
96 function getAssociation($server_url, $handle = null) argument
99 if ($handle !== null) {
101 $this->associationKey($server_url, $handle)
130 function removeAssociation($server_url, $handle) argument
135 $handle);
185 function associationKey($server_url, $handle = null) argument
189 sha1($server_url) . '_' . sha1($handle);
H A DAssociation.php83 * @param string $handle This is the handle the server gave this
100 return new Auth_OpenID_Association($handle, $secret,
111 * @param string $handle This is the handle the server gave this
131 $handle, $secret, $issued, $lifetime, $assoc_type) argument
139 $this->handle = $handle;
174 && ($this->handle == $other->handle)
191 'handle' => $this->handle,
237 $handle = $pairs['handle'];
253 $handle, $secret, $issued, $lifetime, $assoc_type);
297 if ($extant_handle && ($extant_handle != $this->handle)) {
[all …]
H A DSQLStore.php337 * @param int $handle
344 function _set_assoc($server_url, $handle, $secret, $issued, argument
350 $handle,
378 * @param int $handle
381 function _get_assoc($server_url, $handle) argument
409 function removeAssociation($server_url, $handle) argument
411 if ($this->_get_assoc($server_url, $handle) == null) {
417 [$server_url, $handle]))) {
426 function getAssociation($server_url, $handle = null) argument
428 if ($handle !== null) {
[all …]
H A DDumbStore.php73 * @param null $handle
76 function getAssociation($server_url, $handle = null) argument
85 * @param string $handle
88 function removeAssociation($server_url, $handle) argument
H A DInterface.php125 * @param mixed $handle This optional parameter is the handle of
132 function getAssociation($server_url, $handle = null) argument
149 * @param string $handle This is the handle of the association to
156 function removeAssociation($server_url, $handle) argument
/plugin/zip/pear/File/Archive/
H A DWriter.php99 $handle = fopen($filename, "r");
100 if (!is_resource($handle)) {
103 while (!feof($handle)) {
104 $error = $this->writeData(fread($handle, 102400));
109 fclose($handle);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php150 function getAssociationFilename($server_url, $handle) argument
167 if ($handle) {
232 function getAssociation($server_url, $handle = null) argument
239 if ($handle === null) {
240 $handle = '';
247 if ($handle) {
338 function removeAssociation($server_url, $handle) argument
475 if ($handle = opendir($dir)) {
476 while ($item = readdir($handle)) {
491 closedir($handle);
[all …]
H A DInterface.php126 * @param mixed $handle This optional parameter is the handle of
134 function getAssociation($server_url, $handle = null) argument
151 * @param string $handle This is the handle of the association to
158 function removeAssociation($server_url, $handle) argument
H A DSQLStore.php321 function _set_assoc($server_url, $handle, $secret, $issued, argument
327 $handle,
338 $association->handle,
354 function _get_assoc($server_url, $handle) argument
357 array($server_url, $handle));
380 function removeAssociation($server_url, $handle) argument
382 if ($this->_get_assoc($server_url, $handle) == null) {
388 array($server_url, $handle)))) {
397 function getAssociation($server_url, $handle = null) argument
399 if ($handle !== null) {
[all …]
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php43 protected $handle = null; variable in Swift_Authenticator_PopB4Smtp_Pop3Connection
133 if ((false === $this->handle = @fsockopen($url, $this->getPort(), $errno, $errstr, 5)))
145 if ($this->handle !== null)
147 if (false === fclose($this->handle))
153 $this->handle = null;
162 if (false === $response = fgets($this->handle))
183 if (false === fwrite($this->handle, $command . "\r\n"))
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php302 $handle = [];
316 $handle = [$explode[$i] => $handle];
318 $handle = [$explode[$i] => $this->zFormat($value)];
324 $out = array_merge_recursive($out, $handle);
531 $handle = $parameters[$word];
532 $out = $self->zFormat($handle);
619 $handle = null;
622 if (null === $handle) {
623 $handle = ucfirst($part);
625 $handle .= '\\' . ucfirst($part);
[all …]
/plugin/noiewarning/conf/
H A Dmetadata.php14 $handle= @opendir(NOIEWARNING_RECOMMENDS); variable
15 if (false !== $handle) {
17 while (false !== ($fnam = @readdir($handle))) {
23 @closedir($handle);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSvnblame.php74 $handle = popen($command, 'r');
75 if ($handle === false) {
80 $rawContent = stream_get_contents($handle);
81 fclose($handle);
H A DGitblame.php88 $handle = popen($command, 'r');
89 if ($handle === false) {
94 $rawContent = stream_get_contents($handle);
95 fclose($handle);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php84 $id = (int) $easy->handle;
111 $this->handles[$id]['easy']->handle
152 $id = (int) $easy->handle;
155 curl_multi_add_handle($this->_mh, $easy->handle);
175 $handle = $this->handles[$id]['easy']->handle;
177 curl_multi_remove_handle($this->_mh, $handle);
178 curl_close($handle);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php182 $handle = null;
185 $handle = new Read($file->getPathname());
187 $handle = new Directory($file->getPathName());
189 $handle = new Link\Read($file->getPathName());
192 if (null !== $handle) {
193 $handle->copy($_to, $force);
194 $handle->close();
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php86 &$handle = null, argument
94 return $element->getChild(0)->accept($this, $handle, $eldnah);
101 ))->accept($this, $handle, $eldnah);
107 $out .= $child->accept($this, $handle, $eldnah);
162 $handle,
174 $child->accept($this, $handle, $eldnah)
187 $left = $element->getChild(0)->accept($this, $handle, $eldnah);
188 $right = $element->getChild(1)->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php18 public function visit(Element $element, &$handle = null, $eldnah = null) argument
24 return $this->visitCompoundType($element, $handle, $eldnah);
64 private function visitCompoundType(TreeNode $element, ?int &$handle, ?int $eldnah): array argument
72 function (TreeNode $node) use ($handle, $eldnah) {
73 return $node->accept($this, $handle, $eldnah);
/plugin/authyubikey/lib/
H A DYubico.php327 $handle = curl_init($query);
328 curl_setopt($handle, CURLOPT_USERAGENT, "PEAR Auth_Yubico");
329 curl_setopt($handle, CURLOPT_RETURNTRANSFER, 1);
331 curl_setopt($handle, CURLOPT_SSL_VERIFYPEER, 0);
332 curl_setopt($handle, CURLOPT_SSL_VERIFYHOST, 0);
334 curl_setopt($handle, CURLOPT_FAILONERROR, true);
338 if ($timeout) curl_setopt($handle, CURLOPT_TIMEOUT, $timeout);
339 curl_multi_add_handle($mh, $handle);
341 $ch[(int)$handle] = $handle;
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php21 function Image($handle, $filename, $type) { argument
22 $this->_handle = $handle;
101 $handle = do_image_open($filename, $type);
102 if ($handle) {
103 $g_image_cache[$url] =& new Image($handle,
/plugin/epub/scripts/
H A Depub_utils.php127 $handle = epub_opf_write(null);
128 fclose($handle);
213 if(!$handle) return;
220 static $handle;
222 if(!$handle) {
224 epub_write_fn_header($handle);
238 fwrite($handle,$footnote);
258 static $handle;
259 if($return_only) return $handle;
260 if(!$handle) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php110 $handle = null;
156 echo $handle, "\n";
162 if (null === $handle) {
165 echo $dump->visit($compiler->parse($handle)), "\n";
187 $handle = $expression;
/plugin/statdisplay/pchart/
H A DCSVImporter.php44 $handle = @fopen ( $FileName, "r" );
46 if ($handle == null) {
51 while ( ! feof ( $handle ) ) {
52 $buffer = fgets ( $handle, 4096 );
64 fclose ( $handle );
/plugin/statistics/inc/pchart/
H A DCSVImporter.php43 $handle = @fopen($FileName, "r");
45 if($handle == null) {
50 while(!feof($handle)) {
51 $buffer = fgets($handle, 4096);
62 fclose($handle);

12345678910>>...61