Home
last modified time | relevance | path

Searched refs:handle (Results 76 – 100 of 1645) sorted by relevance

12345678910>>...66

/plugin/stopforumspam2/
H A Daction.php93 $handle = @fopen($iplogname, 'w');
94 if ($handle) {
96 if (fwrite($handle, time()) !== FALSE) msg($string, -1);
97 fclose($handle);
/plugin/markdowku/
H A Dblockquotes.php50 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_markdowku_blockquotes
72 $plugin->handle($quoteinarg, $state, $pos, $handler);
78 $plugin->handle($quoteinarg, $state, $pos, $handler);
84 $plugin->handle($quoteinarg, $state, $pos, $handler);
/plugin/statistics/inc/pchart/
H A DPalette.php72 $handle = @fopen($filename, 'r');
73 if(!$handle) throw new Exception('Failed to open file in loadColorPalette');
77 while(!feof($handle)) {
78 $buffer = fgets($handle, 4096);
H A DpCache.php39 if($handle = opendir($this->CacheFolder)) {
40 while(false !== ($file = readdir($handle))) {
44 closedir($handle);
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php278 "value" => $association->handle,
318 function getAssociation($server_url, $handle = null) argument
329 if ($handle !== null) {
333 $params = array($server_url, $handle);
357 function removeAssociation($server_url, $handle) argument
362 array($server_url, $handle));
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php278 "value" => $association->handle,
318 function getAssociation($server_url, $handle = null) argument
329 if ($handle !== null) {
333 $params = [$server_url, $handle];
357 function removeAssociation($server_url, $handle) argument
362 [$server_url, $handle]);
/plugin/multilingual/
H A Dhelper.php43 if ($handle = opendir(DOKU_INC.'inc/lang')) {
44 while (false !== ($file = readdir($handle))) {
49 closedir($handle);
/plugin/html2pdf/multilingual/
H A Dhelper.php43 if ($handle = opendir(DOKU_INC.'inc/lang')) {
44 while (false !== ($file = readdir($handle))) {
49 closedir($handle);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php59 if ($handle = opendir(dirname($path.'dummy'))) { variable
60 while (false !== ($file = readdir($handle))) {
65 closedir($handle);
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php196 public function updateStream($handle) { argument
202 if (empty($handle)) {
206 if (!is_resource($handle)) {
210 $result = hash_update_stream($this->hashContext, $handle);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php91 * @param string $handle The handle of the window to be focused on.
94 public function window($handle) argument
97 $params = ['handle' => (string) $handle];
99 $params = ['name' => (string) $handle];
129 $this->window($response['handle']);
/plugin/conflictmerger/
H A Daction.php338 $handle = popen( $cmd, 'r' );
340 if ( fgets( $handle, 1024 ) ) {
345 pclose( $handle );
355 $handle = popen( $cmd, 'r' );
358 $data = fread( $handle, 8192 );
364 pclose( $handle );
/plugin/codedoc/
H A Dblock.php38 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_codedoc_block
122 $handle = fopen('codeblock.txt', 'a');
123 fwrite($handle,"$what\n");
124 fclose($handle);
/plugin/block/
H A Dsyntax.php57 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_block
186 if (!$handle = fopen('block_check.txt', 'a')) {
191 fwrite($handle, "$data\n");
192 fclose($handle);
/plugin/xtern/
H A Dadmin.php22 function handle() { function in admin_plugin_xtern
92 $handle = fopen($data['path'], "r");
93 if ($handle) {
94 $this->parse_dwfile($handle,$data['id'],$data['path']);
95 fclose($handle);
163 function parse_dwfile($handle="",$id, $path) { argument
167 while (!feof($handle)) {
169 $buffer = fgets($handle);
/plugin/charter/lib/pchart/
H A DpData.class.php66 $handle = @fopen($FileName,"r");
67 if ($handle)
70 while (!feof($handle))
72 $buffer = fgets($handle, 4096);
116 fclose($handle);
H A DpCache.class.php49 if ($handle = opendir($this->CacheFolder))
51 while (false !== ($file = readdir($handle)))
56 closedir($handle);
/plugin/shy/
H A Dsyntax.php152 * return value of the <tt>handle()</tt> method.
156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
159 * @see handle()
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php205 $handle = &$this->_data[$ruleName][$n]['Γ'];
215 $handle[] = $γ;
222 $handle = &$this->_data[$ruleName][$n]['xy'];
238 $handle[$α] = ['n' => 0, 'Γ' => []];
249 $handle[$α]['Γ'][] = $γ;
255 $handle[$α]['n'] = $ut;
/plugin/git/syntax/
H A Dremotestatus.php214 $handle = fopen($filename, "r");
215 $contents = fread($handle, filesize($filename));
216 fclose($handle);
/plugin/projects/pchart/pchart/
H A Dpcache.php49 if ($handle = opendir($this->CacheFolder))
51 while (false !== ($file = readdir($handle)))
56 closedir($handle);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverTargetLocator.php44 * Switch the focus to another window by its handle.
46 * @param string $handle The handle of the window to be focused on.
50 public function window($handle); argument
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php866 $propFind->handle('{DAV:}alternate-URI-set', function() use ($node) {
869 $propFind->handle('{DAV:}principal-URL', function() use ($node) {
872 $propFind->handle('{DAV:}group-member-set', function() use ($node) {
879 $propFind->handle('{DAV:}group-membership', function() use ($node) {
886 $propFind->handle('{DAV:}displayname', [$node, 'getDisplayName']);
890 $propFind->handle('{DAV:}principal-collection-set', function() {
898 $propFind->handle('{DAV:}current-user-principal', function() {
905 $propFind->handle('{DAV:}supported-privilege-set', function() use ($node) {
918 $propFind->handle('{DAV:}acl', function() use ($node, $propFind, $path) {
929 $propFind->handle('{DAV:}acl-restrictions', function() {
[all …]
/plugin/swiftmail/Swift/Cache/
H A DDisk.php59 $handle = fopen(self::$save_path . "/" . $this->prefix . $key, "ab");
60 if (false === fwrite($handle, $data))
66 fclose($handle);
/plugin/statdisplay/pchart/
H A DpCache.php38 if ($handle = opendir ( $this->CacheFolder )) {
39 while ( false !== ($file = readdir ( $handle )) ) {
43 closedir ( $handle );

12345678910>>...66