11561157115811591160116111621163
public final void write(byte []buffer, int offset, int length) { try { getOut().write(buffer, offset, length); } catch (IOException e) { throw new QuercusModuleException(e); } }
38083809381038113812381338143815
{ try { return (ObjectValue) _quercus.getStdClass().createObject(this); } catch (Exception e) { throw new QuercusModuleException(e); } }
38273828382938303831383238333834
return obj; } catch (Exception e) { throw new QuercusModuleException(e); } }
48804881488248834884488548864887
_includeMap.put(path, page); } return executePage(page); } catch (IOException e) { throw new QuercusModuleException(e); } }
219220221222223224225226
return false; try { return _os.setPosition(offset); } catch (IOException e) { throw new QuercusModuleException(e); } }
232233234235236237238239
builder.append((char) ch); } return builder; } catch (IOException e) { throw new QuercusModuleException(e); } }
324325326327328329330331332333
length -= sublen; } return writeLength; } catch (IOException e) { throw new QuercusModuleException(e); } finally { TempBuffer.free(tb); } }
83848586878889909192
100101102103104105106107
try { debug_impl(env, v, 0); return NullValue.NULL; } catch (IOException e) { throw new QuercusModuleException(e); } }
581582583584585586587588
v.printR(env, out, 0, new IdentityHashMap<Value, String>()); return BooleanValue.TRUE; } } catch (IOException e) { throw new QuercusModuleException(e); } }