Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-C4.js20 bg.setAttribute('placeholders', '1');
22 bg.setAttribute('c4Type', 'Person');
34 bg.setAttribute('placeholders', '1');
36 bg.setAttribute('c4Type', 'Person');
48 bg.setAttribute('placeholders', '1');
62 bg.setAttribute('placeholders', '1');
76 bg.setAttribute('placeholders', '1');
91 bg.setAttribute('placeholders', '1');
106 bg.setAttribute('placeholders', '1');
121 bg.setAttribute('placeholders', '1');
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php41 $xmlProject->setAttribute('name', $name);
58 $xmlFile->setAttribute('name', $item->getPath());
107 $xmlClass->setAttribute('name', $className);
111 $xmlClass->setAttribute(
118 $xmlClass->setAttribute(
125 $xmlClass->setAttribute(
132 $xmlClass->setAttribute(
167 $xmlLine->setAttribute('num', $line);
198 $xmlMetrics->setAttribute('conditionals', 0);
225 $xmlMetrics->setAttribute('files', count($report));
[all …]
/plugin/svgedit/
H A Dscript.js65 el.setAttribute("id", "svg__edit");
67 el.setAttribute("frameborder", "0");
68 el.setAttribute("width", "100%");
69 el.setAttribute("height", "70%");
79 el.setAttribute("type", "button");
83 el.setAttribute("class", "button");
87 el.setAttribute("type", "button");
91 el.setAttribute("class", "button");
95 el.setAttribute("type", "button");
99 el.setAttribute("class", "button");
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DUnit.php29 $this->contextNode->setAttribute('name', $name);
34 $this->contextNode->setAttribute('start', $start);
35 $this->contextNode->setAttribute('executable', $executable);
36 $this->contextNode->setAttribute('executed', $executed);
41 $this->contextNode->setAttribute('crap', $crap);
60 $node->setAttribute('full', $full);
61 $node->setAttribute('name', $package);
62 $node->setAttribute('sub', $sub);
63 $node->setAttribute('category', $category);
82 $node->setAttribute('name', $namespace);
H A DMethod.php29 $this->contextNode->setAttribute('name', $name);
34 $this->contextNode->setAttribute('signature', $signature);
39 $this->contextNode->setAttribute('start', $start);
42 $this->contextNode->setAttribute('end', $end);
48 $this->contextNode->setAttribute('executable', $executable);
49 $this->contextNode->setAttribute('executed', $executed);
50 $this->contextNode->setAttribute('coverage', $coverage);
55 $this->contextNode->setAttribute('crap', $crap);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php182 $node->setAttribute('className', get_class($test));
183 $node->setAttribute('methodName', $test->getName());
186 $node->setAttribute('status', $test->getStatus());
187 $node->setAttribute('time', $time);
188 $node->setAttribute('size', $test->getSize());
189 $node->setAttribute('groups', implode(',', $groups));
194 $node->setAttribute('given', $inlineAnnotations['given']['value']);
196 $node->setAttribute('when', $inlineAnnotations['when']['value']);
198 $node->setAttribute('then', $inlineAnnotations['then']['value']);
214 $node->setAttribute('exceptionLine', $step['line']);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFunctionExpression.php29 $this->setAttribute('name', $name);
30 $this->setAttribute('type', 'function');
31 $this->setAttribute('thing', $function);
32 $this->setAttribute('needs_environment', $function->needsEnvironment());
33 $this->setAttribute('needs_context', $function->needsContext());
34 $this->setAttribute('arguments', $function->getArguments());
41 $this->setAttribute('callable', $callable);
44 $this->setAttribute('is_variadic', $function->isVariadic());
H A DFilterExpression.php30 $this->setAttribute('name', $name);
31 $this->setAttribute('type', 'filter');
32 $this->setAttribute('thing', $filter);
33 $this->setAttribute('needs_environment', $filter->needsEnvironment());
34 $this->setAttribute('needs_context', $filter->needsContext());
35 $this->setAttribute('arguments', $filter->getArguments());
37 $this->setAttribute('callable', $filter->getCallable());
40 $this->setAttribute('is_variadic', $filter->isVariadic());
H A DTestExpression.php34 $this->setAttribute('name', $name);
35 $this->setAttribute('type', 'test');
36 $this->setAttribute('thing', $test);
38 $this->setAttribute('arguments', $test->getArguments());
41 $this->setAttribute('callable', $test->getCallable());
44 $this->setAttribute('is_variadic', $test->isVariadic());
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js220 update.setAttribute('id', cell.id);
221 update.setAttribute('value', '<object label="%load% minutes" load="' +
223 update.setAttribute('style', cell.style + ';strokeColor=red;strokeWidth=' +
230 update.setAttribute('id', cell.id);
231 update.setAttribute('value', '<object label="" load="' +
253 update.setAttribute('id', cell.id);
254 update.setAttribute('value', '<object tooltip="%load%% Done" load="' +
267 update.setAttribute('id', cell.id);
276 update.setAttribute('id', cell.id);
278 update.setAttribute('value',
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js95 tabtitle.setAttribute(className, '');
137 cc.setAttribute('id', 'pfc_chat_'+tabid);
138 cc.setAttribute(className, 'pfc_chat');
156 oc.setAttribute('id', 'pfc_online_'+tabid);
157 oc.setAttribute(className, 'pfc_online');
233 a1.setAttribute(className, 'pfc_tabtitle');
234 a1.setAttribute('href', '#');
417 img.setAttribute('src', s_url);
418 img.setAttribute('alt', s_symbol);
419 img.setAttribute('title', s_symbol);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js177 img.setAttribute('border', '0');
178 img.setAttribute('valign', 'middle');
378 elt.setAttribute('title', mxResources.get('left'));
398 elt.setAttribute('title', mxResources.get('right'));
691 table.setAttribute('border', '1');
729 table.setAttribute('cellPadding', newValue);
743 table.setAttribute('align', 'left');
745 elt.setAttribute('title', mxResources.get('left'));
749 table.setAttribute('align', 'center');
755 table.setAttribute('align', 'right');
[all …]
H A DDialogs.js20 iframe.setAttribute('src', OPEN_FORM);
139 td.setAttribute('title', name);
394 div.setAttribute('align', 'center');
400 img.setAttribute('width', '176');
401 img.setAttribute('width', '151');
485 td.setAttribute('align', 'right');
1186 td.setAttribute('align', 'right');
1584 clone.setAttribute(name, '');
2080 img.setAttribute('border', '0');
2081 img.setAttribute('width', '22');
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php175 $error->setAttribute('type', get_class($e));
203 $error->setAttribute('type', get_class($e));
231 $error->setAttribute('type', get_class($e));
249 $testSuite->setAttribute('name', $suite->getName());
282 $this->testSuites[$this->testSuiteLevel]->setAttribute(
287 $this->testSuites[$this->testSuiteLevel]->setAttribute(
326 $testCase->setAttribute('name', $test->getName());
357 $this->currentTestCase->setAttribute(
363 $this->currentTestCase->setAttribute(
443 $fault->setAttribute('type', $e->getClassName());
[all …]
/plugin/securelogin/
H A Dscript.js15 jsNode.setAttribute('type', 'text/javascript');
16 jsNode.setAttribute('src', source);
36 slNode.setAttribute('type', 'hidden');
37 slNode.setAttribute('name', 'securelogin');
38 slNode.setAttribute('id', 'securelogin');
/plugin/flowplay/flowplayer/
H A Dswfobject.js19 if(_1){this.setAttribute("swf",_1);}
20 if(id){this.setAttribute("id",id);}
21 if(w){this.setAttribute("width",w);}
22 if(h){this.setAttribute("height",h);}
28 this.setAttribute("useExpressInstall",_7);
29 this.setAttribute("doExpressInstall",false);
31 this.setAttribute("xiRedirectUrl",_d);
32 this.setAttribute("redirectUrl","");
33 if(_a){this.setAttribute("redirectUrl",_a);}};
34 deconcept.SWFObject.prototype={setAttribute:function(_e,_f){ method in deconcept.SWFObject
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js13 style.setAttribute('type', 'text/css')
19 zoomGroup.setAttribute('id', 'svg-pan-zoom-controls');
37 zoomIn.setAttribute('id', 'svg-pan-zoom-zoom-in');
43 zoomInBackground.setAttribute('x', '0');
44 zoomInBackground.setAttribute('y', '0');
46 zoomInBackground.setAttribute('height', '1400');
96 zoomOutBackground.setAttribute('x', '0');
97 zoomOutBackground.setAttribute('y', '0');
99 zoomOutBackground.setAttribute('height', '1400');
927 viewport.setAttribute('class', 'viewport');
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js155 cell.setAttribute("N", name);
156 cell.setAttribute("V", val);
166 row.setAttribute("T", type);
167 row.setAttribute("IX", index);
341 shape.setAttribute("ID", id);
403 shape.setAttribute("ID", vsdxId);
406 shape.setAttribute("Type", "Shape");
480 geoSec.setAttribute("IX", "0");
732 pageE.setAttribute("ID", i-1);
733 pageE.setAttribute("NameU", name);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php39 $node->setAttribute('is_defined_test', true);
41 $node->setAttribute('is_defined_test', true);
44 $node->setAttribute('is_defined_test', true);
46 $node->setAttribute('is_defined_test', true);
58 $node->setAttribute('ignore_strict_check', true);
/plugin/lytebox/
H A Dlytebox.js149 objDL.setAttribute('id','lbDL');
160 objPrev.setAttribute('id','lbPrev');
162 objPrev.setAttribute('href','#');
165 objNext.setAttribute('id','lbNext');
167 objNext.setAttribute('href','#');
177 objClose.setAttribute('id','lbClose');
179 objClose.setAttribute('href','#');
182 objPause.setAttribute('id','lbPause');
184 objPause.setAttribute('href','#');
188 objPlay.setAttribute('id','lbPlay');
[all …]
/plugin/frootysearch/
H A Dscript.js18 searchField.setAttribute('autocomplete', 'off');
35 label.setAttribute('for', searchField.id);
46 searchField.setAttribute('type', 'search');
48 searchField.setAttribute('autosave', 'off');
49 searchField.setAttribute('placeholder', placeholder);
50 searchField.setAttribute('results', 0);
59 reset.setAttribute('title', 'Reset');
/plugin/lightbox/
H A Dscript.js321 objOverlay.setAttribute('id','overlay');
341 objLoadingImageLink.setAttribute('href','#');
347 objLoadingImage.setAttribute('id','loadingImage');
361 objLightbox.setAttribute('id','lightbox');
369 objLink.setAttribute('href','#');
370 objLink.setAttribute('title','Click to close');
382 objCloseButton.setAttribute('id','closeButton');
394 objImage.setAttribute('id','lightboxImage');
399 objLightboxDetails.setAttribute('id','lightboxDetails');
404 objCaption.setAttribute('id','lightboxCaption');
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js52 button.setAttribute('title', title);
67 logo.setAttribute('src', img);
68 logo.setAttribute('border', '0');
312 logo.setAttribute('border', '0');
839 img.setAttribute('width', '18');
841 img.setAttribute('border', '0');
872 img.setAttribute('width', '18');
874 img.setAttribute('border', '0');
999 hr.setAttribute('size', '1');
5265 img.setAttribute('src', src);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java51 person1.setAttribute("firstName", "Daffy"); in UserObject()
52 person1.setAttribute("lastName", "Duck"); in UserObject()
55 person2.setAttribute("firstName", "Bugs"); in UserObject()
56 person2.setAttribute("lastName", "Bunny"); in UserObject()
59 relation.setAttribute("since", "1985"); in UserObject()
129 elt.setAttribute("firstName", firstName); in UserObject()
130 elt.setAttribute("lastName", lastName); in UserObject()
/plugin/sql/
H A DDB.php19 $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, array('MDB3Statement', array($this)));
20 $this->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC);
36 $this->setAttribute(PDO::ATTR_PERSISTENT, $val);
72 $obj->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
90 $DB->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
103 $DB->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

12345678910>>...19