Home
last modified time | relevance | path

Searched refs:error (Results 1801 – 1814 of 1814) sorted by last modified time

1...<<717273

/plugin/zip/pear/File/Archive/Writer/
H A DUniqueAppender.php125 $error = $this->writer->close();
126 if (PEAR::isError($error)) {
127 return $error;
H A DZip.php172 $error = $this->innerWriter->writeData($zipData);
173 if (PEAR::isError($error)) {
174 return $error;
H A DMail.php144 $error = $this->mime->addAttachment(
150 return $error;
157 $error = $this->addCurrentData();
158 if (PEAR::isError($error)) {
159 return $error;
178 $error = parent::close();
179 if (PEAR::isError($error)) {
180 return $error;
182 $error = $this->addCurrentData();
183 if (PEAR::isError($error)) {
[all …]
H A DMulti.php58 if (PEAR::isError($error)) {
59 $globalError = $error;
86 $error = $this->writers[$key]->writeData($data);
87 if (PEAR::isError($error)) {
88 $globalError = $error;
103 $error = $this->writers[$key]->writeFile($filename);
104 if (PEAR::isError($error)) {
105 $globalError = $error;
120 $error = $this->writers[$key]->close();
121 if (PEAR::isError($error)) {
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php183 $error = $this->_ensureFileOpened();
184 if (PEAR::isError($error)) {
185 return $error;
212 $error = $this->_ensureFileOpened();
213 if (PEAR::isError($error)) {
214 return $error;
H A DFilter.php60 $error = $this->source->next();
61 if ($error !== true) {
62 return $error;
74 $error = $this->close();
75 if (PEAR::isError($error)) {
76 return $error;
81 $error = $this->source->select($filename, false);
82 if ($error !== true) {
83 return $error;
H A DMulti.php72 if (($error = $this->source->next()) === false) {
73 $error = $this->source->close();
74 if (PEAR::isError($error)) {
75 return $error;
79 return $error;
89 $error = parent::close();
91 return $error;
/plugin/zip/pear/File/Archive/
H A DReader.php66 $error = $this->close();
68 return $error;
85 return $error;
138 if (PEAR::isError($error)) {
139 return $error;
252 return $error;
261 return $error;
306 if (PEAR::isError($error)) {
307 return $error;
336 $result = $error;
[all …]
H A DWriter.php104 $error = $this->writeData(fread($handle, 102400));
105 if (PEAR::isError($error)) {
106 return $error;
/plugin/bibtex/OSBib/
H A DCHANGELOG38 3/ Some error checking code for file paths added by Guillaume Gardey.
42 1/ Corrected an error in the incorrect formatting of author names for the bibtex solution.
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php76 function addInit($error = FALSE) argument
80 if($error)
96 function editInit($error = FALSE) argument
113 if(!$error)
117 if($error)
311 function copyInit($error = FALSE) argument
324 if(!$error)
328 if($error)
1189 $error = FALSE;
1292 if($error)
[all …]
H A Dosbib.css81 * .error: <p>error messages</p>
83 .error {
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php245 function badInput($error) argument
248 new CLOSE($this->db, $error);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1error:1,option:1,explicit:1,"new":1,"private":1,property:1,let:1,get:1,"public":1,randomize:1,redi… property in hljs.LANGUAGES.mel.dM.k

1...<<717273