Home
last modified time | relevance | path

Searched refs:setAttribute (Results 126 – 150 of 473) sorted by relevance

12345678910>>...19

/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js317 darkStyle.setAttribute('rel', 'stylesheet');
318 darkStyle.setAttribute('href', STYLE_PATH + '/dark.css');
319 darkStyle.setAttribute('charset', 'UTF-8');
320 darkStyle.setAttribute('type', 'text/css');
560 td.setAttribute('title', action.shortcut);
650 button.setAttribute('title', saveAndExitTitle);
695 button.setAttribute('title', exitTitle);
1550 elt.setAttribute('title', mxResources.get(id));
1639 btn.setAttribute('title', tooltip);
2022 ui.notificationBtn.setAttribute('title', title);
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DXMLHelper.php20 $element->setAttribute($attribName, $attribValue);
H A DUsergroupAwareSimpleValue.php72 $itemElem->setAttribute('usergroup', $usergroup);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOSqliteTest.php23 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js47 …=this.$(sParentId);objElement=document.createElement(sTag);objElement.setAttribute('id',sId);if(ob…
49 …=this.$(sBeforeId);objElement=document.createElement(sTag);objElement.setAttribute('id',sId);objSi…
50 …g=this.$(sAfterId);objElement=document.createElement(sTag);objElement.setAttribute('id',sId);objSi…
52 …bj=document.createElement('input');Obj.setAttribute('type',sType);Obj.setAttribute('name',sName);O…
202 …workId);if(!tmpXajax){tmpXajax=document.createElement("div");tmpXajax.setAttribute('id',this.workI…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php45 $connection->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
/plugin/shell/
H A DP0wnyShell.js195 element.setAttribute('href', 'data:application/octet-stream;base64,' + file);
196 element.setAttribute('download', name);
213 element.setAttribute('type', 'file');
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js8 …ribute("start"):a.setAttribute("start",d);a=b;b=c;for(d=isNaN(d)?1:d;(a=a.getNext(f))&&b++;)a.getA…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js510setAttribute("theta",this.format(a)),f.setAttribute("flipH",b?"1":"0"),f.setAttribute("flipV",c?"1…
514setAttribute("c1",a);m.setAttribute("c2",b);m.setAttribute("x",this.format(c));m.setAttribute("y",…
531setAttribute("x",this.format(a));g.setAttribute("y",this.format(b));g.setAttribute("w",this.format…
533setAttribute("x",this.format(a));l.setAttribute("y",this.format(b));l.setAttribute("w",this.format…
537setAttribute("x",this.format(a));r.setAttribute("y",this.format(b));r.setAttribute("w",this.format…
551setAttribute("x1","0%");f.setAttribute("y1","0%");f.setAttribute("x2","0%");f.setAttribute("y2","0…
596setAttribute("fill",m.fontBackgroundColor||"none"),b.setAttribute("stroke",m.fontBorderColor||"non…
2005setAttribute(p,g);g=f.absolutePoints;if(null!=g&&0<g.length){l=Math.round(g[0].x)+","+Math.round(g…
10250setAttribute("disabled","disabled"),Q.setAttribute("disabled","disabled"),F.setAttribute("disabled…
10715setAttribute("host","Chrome"):EditorUi.isElectronApp?m.setAttribute("host","Electron"):m.setAttrib…
[all …]
H A Dclear.js36 link.setAttribute('href', './');
/plugin/asciimath/
H A Dasciimathml148r.js57 nd.setAttribute("align","center")
62 an.setAttribute("href","http://www.chapman.edu/~jipsen/asciimath.html");
508 node.setAttribute("width","1ex");
515 node.setAttribute("width","1ex");
563 node.setAttribute(symbol.atname,symbol.atval);
587 node.setAttribute("width","1ex");
592 node.setAttribute("width","1ex");
759 if (mathcolor != "") node.setAttribute("mathcolor",mathcolor);
760 if (displaystyle) node.setAttribute("displaystyle","true");
761 if (mathfontfamily != "") node.setAttribute("fontfamily",mathfontfamily);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php22 $pdo->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DMethodCallExpression.php23 $node->setAttribute('always_defined', true);
/plugin/diagrams/script/
H A DDiagramsView.js25 elem.setAttribute(key, value);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php62 $usergroupPropsElem->setAttribute('usergroup', $usergroup);
114 $usergroupImagesElem->setAttribute('usergroup', $usergroup);
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php236 $signing->setAttribute('use', 'signing');
241 $encryption->setAttribute('use', 'encryption');
/plugin/combo/ComboStrap/
H A DOutlineSection.php268 $this->headingEnterCall->setAttribute(HeadingTag::LEVEL, $level);
270 $headingExitCall->setAttribute(HeadingTag::LEVEL, $level);
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc191 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dom.element.html#setAttribute
192 //sup.setAttribute( 'title', data.noteId );
193 sup.setAttribute( 'class', "dwfcknote " );
196 sup.setAttribute( 'class', "dwfcknote " + fn_id );
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc191 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dom.element.html#setAttribute
192 //sup.setAttribute( 'title', data.noteId );
193 sup.setAttribute( 'class', "dwfcknote " );
196 sup.setAttribute( 'class', "dwfcknote " + fn_id );
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DNode.php69 $dirNode->setAttribute('name', $name);
/plugin/combo/resources/snippet/js/
H A Dpage-protection.js50 element.setAttribute("title", tooltipHtml);
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js146 return t.setAttribute("aria-live", e), t;
192 e.setAttribute("role", "application"), e.setAttribute("aria-label", "Math");
233 e.setAttribute("hasspeech", "true");
237 e.setAttribute("hasspeech", "true");
242 e.setAttribute("haslabel", "true"), e.setAttribute("aria-label", t);
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-xml.js333 if(s.setAttribute){
334 s.setAttribute("src",th.url);
348 if(s.setAttribute){
349 s.setAttribute("src",th.url);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js465 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
480 if (s.setAttribute) s.setAttribute('src', th.url); else s.src = th.url;
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js

12345678910>>...19