Home
last modified time | relevance | path

Searched refs:write (Results 351 – 375 of 1185) sorted by path

1...<<11121314151617181920>>...48

/plugin/davcard/
H A Dscript.js92 var write = $link.data('write');
111 dw_davcard__modals.showEditContactDialog(data['contactdata'], true, write);
123 showEditContactDialog : function(entry, edit, write) { argument
316 if(!write)
/plugin/davcard/syntax/
H A Dbook.php139 $write = false;
162 $write = $settings['write'];
169 $write = true;
177 $write = false;
185 $addressbooklist[] = array('id' => $id, 'name' => $name, 'write' => $write);
189 $contactdata = $this->hlp->parseVcard($entry['contactdata'], $entry['uri'], $write);
192 …cardid="'.$id.'" data-davcarduri="'.hsc($entry['uri']).'" data-write="'.($write ? 'true' : 'false'…
/plugin/dblclickedit/
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/dbquery/
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/deletehistory/
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/dev/
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/dev/skel/
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/diagrams/
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/diagramsnet/
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/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-fileupload-1.3.2.jar ... UnsupportedEncodingException e byte[] rawdata String charset public void write (java.io.File) throws java. ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jar ... int type Object message Throwable t StringBuffer buf protected void write (java.lang.StringBuffer) StringBuffer buffer protected ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/
H A Delectron.js1011 outBuff.write(typeSignature, outOffset);
1031 outBuff.write(key, outOffset);
1044 outBuff.write(data, outOffset);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js548 0<b.length&&g.setAttribute("text-decoration",b.join(" ")),mxUtils.write(g,a),g):null};
1068 mxUtils.write(n,l,c);m.appendChild(n);g.appendChild(m)}e.appendChild(g)}d.appendChild(e);return d};
3674 …function(a,b){var d=document.createElement("a");d.className="geLabel";mxUtils.write(d,a);return d};
3695write(f,mxResources.get("replaceExistingDrawing"));c.appendChild(f)}f=document.createElement("opti…
3702write(g,mxResources.get("formatJpg"));n.appendChild(g);g=document.createElement("option");g.setAtt…
3705write(g,mxResources.get("dpi")+":");c.appendChild(g);var v=document.createElement("select");v.styl…
3706write(g,"300dpi");v.appendChild(g);g=document.createElement("option");g.setAttribute("value","400"…
3801write(b,a);c.innerHTML='<img align="top" src="'+mxGraph.prototype.warningImage.src+'"/> ';c.append…
10248write(L,mxResources.get("errorLoadingFile")),mxUtils.write(n,mxResources.get("errorLoadingFile"))}…
10679write(z,mxResources.get("fitTo"));var H=document.createElement("input");H.style.cssText="margin:0 …
[all …]
H A Dclear.js3 function write(text) function
10 write(text);
14 write('Clearing Cache...');
44 write('Error: ' + e.message);
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1983 mxUtils.write(banner, 'Please rate us');
3728 mxUtils.write(label, mxResources.get('language'));
5842 mxUtils.write(this.shareButton, mxResources.get('share'));
6438 mxUtils.write(this.fname, filename);
7231 mxUtils.write(td, user.displayName +
7241 mxUtils.write(small, user.email);
7249 mxUtils.write(i, mxResources.get('googleDrive'));
7395 mxUtils.write(td, user.displayName);
7403 mxUtils.write(small, user.email);
7413 mxUtils.write(i, label);
[all …]

1...<<11121314151617181920>>...48