Home
last modified time | relevance | path

Searched refs:handle (Results 1626 – 1645 of 1645) sorted by last modified time

1...<<616263646566

/plugin/nsrelation/
H A Dsyntax.php70 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_nsrelation
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm22 * This file include the functions that handle the Command requests
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp21 ' These are the classes used to handle ASP upload without using third
H A Dcommands.asp21 ' This file include the functions that handle the Command requests
/plugin/hr/
H A Dsyntax.php193 * return value of the <tt>handle()</tt> method.
197 * @param $aData Array The data created by the <tt>handle()</tt>
202 * @see handle()
/plugin/lists/
H A Dsyntax.php264 * @see handle()
/plugin/lang/
H A Dsyntax.php160 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_lang
214 * @see handle()
/plugin/tip/
H A Dsyntax.php217 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_tip
285 * @see handle()
/plugin/deflist/
H A Dsyntax.php321 * return value of the <tt>handle()</tt> method.
325 * @param $aData Array The data created by the <tt>handle()</tt>
330 * @see handle()
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dwsgi.py57 cgitb.Hook(file = file).handle()
/plugin/guestbook/
H A Dadmin.php43 function handle() { function in admin_plugin_guestbook
H A Dsyntax.php64 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_guestbook
/plugin/linebreak/
H A Dsyntax.php52 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_linebreak
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1602 $handle=opendir($dirimg);
1603 while ($fi = readdir($handle))
1616 closedir($handle);
/plugin/gcalendar/inc/
H A Dgcal_read.php101 $handle = fopen ($filepath, "r");
103 while (!feof($handle)) {
104 $buffer = trim(fgets($handle, 4096));
180 fclose($handle);
288 if(!@$handle=opendir($dir)) continue;
290 while ($file = readdir ($handle)) {
300 closedir($handle);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php43 var $handle = null; variable in File_Archive_Writer_Files
108 $this->handle = fopen($filename, 'r+');
112 if (!is_resource($this->handle)) {
118 fread($this->handle, $pos);
140 fread($this->handle, $pos);
159 while(!feof($this->handle)) {
167 ftruncate($this->handle, ftell($this->handle));
188 if (!is_resource($this->handle)) {
223 if ($this->handle !== null) {
224 fclose($this->handle);
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php44 var $handle = null; variable in File_Archive_Reader_File
95 if ($this->handle !== null) {
96 fclose($this->handle);
97 $this->handle = null;
164 if ($this->handle === null) {
168 $this->handle = null;
172 $this->handle = null;
188 if (feof($this->handle)) {
217 $before = ftell($this->handle);
231 if ($this->handle === null) {
[all …]
/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/bibtex/OSBib/
H A DLOADSTYLE.php38 $handle = opendir($stylesDir);
39 while(FALSE !== ($dir = readdir($handle)))
/plugin/bibtex/OSBib/format/
H A DREADME.txt23 …sion of OSBib-Format does not yet have the citation engine and will only handle bibliographic list…
25 The OSBib package does not yet have classes to handle the creation and editing of XML style files. …

1...<<616263646566