Home
last modified time | relevance | path

Searched refs:handle (Results 51 – 75 of 1645) sorted by relevance

12345678910>>...66

/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
81 $result = $this->_get_assoc($server_url, $handle);
86 $assoc_type, $server_url, $handle));
91 array($server_url, $handle, $secret,
/plugin/openid/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
81 $result = $this->_get_assoc($server_url, $handle);
91 $handle,
99 $handle,
/plugin/letsencrypt/
H A DLescript.php457 $handle = curl_init();
459 curl_setopt($handle, CURLOPT_HTTPHEADER, $headers);
460 curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
461 curl_setopt($handle, CURLOPT_HEADER, true);
471 curl_setopt($handle, CURLOPT_POST, true);
472 curl_setopt($handle, CURLOPT_POSTFIELDS, $data);
475 $response = curl_exec($handle);
477 if(curl_errno($handle)) {
478 throw new \RuntimeException('Curl: '.curl_error($handle));
481 $header_size = curl_getinfo($handle, CURLINFO_HEADER_SIZE);
[all …]
/plugin/fckg/syntax/
H A Dspecials.php65 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_fckg_specials
98 $handle = fopen("blog_pats.txt", "a");
99 fwrite($handle,"$what\n");
100 fclose($handle);
/plugin/twcheckliste/
H A Dadmin.php33 public function handle() { function in admin_plugin_twcheckliste
48 if (!$handle = fopen($filename, "w+")) {
53 if (!fwrite($handle, $config)) {
58 fclose($handle);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php107 $handle = popen($command, 'r');
108 if ($handle === false) {
113 $rawContent = stream_get_contents($handle);
114 fclose($handle);
/plugin/xcom/
H A Dhelper.php40 if (!$handle = fopen(XCOM_ROOT .'xcom_dbg.txt', 'a')) {
47 fwrite($handle, "$data\n");
48 fclose($handle);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js17 initialize: function(handle, track, options) { argument
20 if (Object.isArray(handle)) {
21 this.handles = handle.collect( function(e) { return $(e) });
23 this.handles = [$(handle)];
208 var handle = Event.element(event);
210 var track = handle;
222 while((this.handles.indexOf(handle) == -1) && handle.parentNode)
223 handle = handle.parentNode;
225 if (this.handles.indexOf(handle)!=-1) {
226 this.activeHandle = handle;
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/autoincludeindex/
H A DremoveBox.php36 $handle = fopen($file, 'w');
37 fwrite($handle, $result);
38 fclose($handle);
/plugin/ckgdoku/syntax/
H A Dspecials.php71 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_ckgdoku_specials
118 $handle = fopen("blog_pats.txt", "a");
119 fwrite($handle,"$what\n");
120 fclose($handle);
/plugin/acronymedit/
H A Dadmin.php58 function handle() { function in admin_plugin_acronymedit
103 if (!$handle = fopen($filename, 'w')) {
108 if (fwrite($handle, $chaine) === FALSE) {
113 fclose($handle);
/plugin/ckgedit/syntax/
H A Dspecials.php70 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_ckgedit_specials
117 $handle = fopen("blog_pats.txt", "a");
118 fwrite($handle,"$what\n");
119 fclose($handle);
/plugin/gil/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_gil
200 $handle= @fopen($query, 'r');
201 if (!$handle) {
206 $hpool= fgets($handle, 2048);
218 fclose($handle);
/plugin/cleanoldips/_test/
H A DcleaningMedia.test.php30 $handle = fopen($changelogFN, 'ab');
32 fwrite($handle, $recentChangelogLine);
33 fclose($handle);
H A Dcleaning.test.php30 $handle = fopen($changelogFN, 'ab');
32 fwrite($handle, $recentChangelogLine);
33 fclose($handle);
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php51 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler);
95 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
116 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
137 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
158 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
179 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
201 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
304 $result = $plugin->handle($entry, 0, 10, $handler);
337 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler);
375 $result = $plugin->handle($entry, 0, 10, $handler);
/plugin/gdpr/_test/
H A DCleanMedia.test.php32 $handle = fopen($changelogFN, 'ab');
34 fwrite($handle, $recentChangelogLine);
35 fclose($handle);
H A DCleanIp.test.php32 $handle = fopen($changelogFN, 'ab');
34 fwrite($handle, $recentChangelogLine);
35 fclose($handle);
/plugin/shell/
H A DP0wnyShell.php73 $handle = popen($cmd, 'r');
74 while (!feof($handle)) {
75 $output .= fread($handle, 4096);
77 pclose($handle);
79 $handle = proc_open($cmd, [0 => ['pipe', 'r'], 1 => ['pipe', 'w']], $pipes);
81 proc_close($handle);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php276 $handle = null;
279 $handle .= $piece;
282 $handle .= mb_substr($piece, 0, $difference - mb_strlen($handle));
286 ? $this->append($handle)
287 : $this->prepend($handle);
588 $handle = null;
591 $handle .= '(^' . $regex . ')';
595 if (null !== $handle) {
596 $handle .= '|';
599 $handle .= '(' . $regex . '$)';
[all …]
/plugin/vamr/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_vamr
37 $handle = trim(substr($match,5,-1));
38 $param = explode(' ', $handle);
/plugin/gitbacked/lib/
H A DGitBackedUtil.php112 $handle = fopen($tmpfname, "w");
114 fwrite($handle, $message);
116 fclose($handle);
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php98 $handle = opendir($src);
99 if ($handle === false) {
102 while (($file = readdir($handle)) !== false) {
111 closedir($handle);

12345678910>>...66