Home
last modified time | relevance | path

Searched refs:write (Results 1151 – 1175 of 1185) sorted by path

1...<<4142434445464748

/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php59 $writer->write($this->value);
H A DKeyValue.php77 $writer->write($this->value);
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php201 $writer->write($value);
221 $writer->write($item['value']);
229 $writer->write($item);
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php187 function write($rootElementName, $value, $contextUri = null) { function in Sabre\\Xml\\Service
257 return $this->write(
H A DWriter.php98 function write($value) { function in Sabre\\Xml\\Writer
193 $this->write($content);
/plugin/webdavclient/
H A Dadmin.php90 $write = $_REQUEST['modwrite'][$connid];
92 $this->hlp->modifyConnection($connid, $permission, $dn, $syncinterval, $write, $active);
H A Dhelper.php417 …e, $password, $displayname, $description, $type, $syncinterval = '3600', $write = false, $active =… argument
424 …$username, $password, $dwuser, $type, $syncinterval, '0', $active ? '1' : '0', $write ? '1' : '0');
433 … $displayname, $description, $username, $password, $dwuser, $type, $syncinterval, $active, $write);
450 * @param string $write If it should be writable
455 …public function modifyConnection($connId, $permission, $displayname, $syncinterval, $write, $activ… argument
461 … $res = $sqlite->query($query, $permission, $displayname, $syncinterval, $write, $active, $connId);
/plugin/webdavclient/db/
H A Dupdate0001.sql15 write integer field
/plugin/webmaster/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/wideredit/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/wikicalendar/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 along with this program; if not, write to the Free Software
/plugin/wikistats/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 along with this program; if not, write to the Free Software
/plugin/wrap/
H A DCOPYING255 programs whose distribution conditions are different, write to the author
257 Software Foundation, write to the Free Software Foundation; we sometimes
312 along with this program; if not, write to the Free Software
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js117 oDoc.write( html ) ;
H A Dfckpanel.js87 …oDocument.write( '<html><head>' + sBase + '<\/head><body style="margin:0px;padding:0px;"><\/body><…
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js74 …document.write( '<script type="text/javascript" src="' + this.FCKeditorPath + 'editor/_source/' + …
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js536 oWindow.document.write( sHTML );
H A Dfcktoolbarset.js93 …eTargetDocument.write( '<html><head>' + sBase + '<script type="text/javascript"> var adjust = func…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm46 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js181 d.write( this.printForHtml( wordtxt.charAt( j )));
185 d.write( this._wordInputStr( orig[i] ));
189 d.write( printForHtml( wordtxt.substr( end_idx )));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py167 fout.write (chunk)
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …nfig.GetBodyAttributes()+'>'+FCK.GetXHTML()+'</body></html>';};D.document.write(E);D.document.clos…
48 …indow=F.contentWindow;var J=this.Document=this.Window.document;J.open();J.write(A);J.close();if (F…
85 …rInfo.IsSafari) G='<base href="'+window.document.location+'">';B.open();B.write('<html><head>'+G+'…
99 …rInfo.IsSafari) H='<base href="'+window.document.location+'">';G.open();G.write('<html><head>'+H+'…
H A Dfckeditorcode_ie.js32 …nfig.GetBodyAttributes()+'>'+FCK.GetXHTML()+'</body></html>';};D.document.write(E);D.document.clos…
49 …indow=F.contentWindow;var J=this.Document=this.Window.document;J.open();J.write(A);J.close();if (F…
86 …rInfo.IsSafari) G='<base href="'+window.document.location+'">';B.open();B.write('<html><head>'+G+'…
100 …rInfo.IsSafari) H='<base href="'+window.document.location+'">';G.open();G.write('<html><head>'+H+'…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js52 document.write( this.CreateHtml() ) ;
165 document.write( '<div style="COLOR: #ff0000">' ) ;
166 document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
167 document.write( '</div>' ) ;
H A Dlicense.txt280 programs whose distribution conditions are different, write to the author
282 Software Foundation, write to the Free Software Foundation; we sometimes
742 write to the author to ask for permission. For software which is
743 copyrighted by the Free Software Foundation, write to the Free

1...<<4142434445464748