Home
last modified time | relevance | path

Searched refs:getLabel (Results 176 – 200 of 262) sorted by path

1234567891011

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1330 img.alt = this.res.getLabel('Close');
1761 clock_icon.alt = this.res.getLabel('Hide dates and hours');
1769 clock_icon.alt = this.res.getLabel('Show dates and hours');
1829 loginlogout_icon.alt = this.res.getLabel('Disconnect');
1837 loginlogout_icon.alt = this.res.getLabel('Connect');
1863 btn.alt = this.res.getLabel('Magnify');
1870 btn.alt = this.res.getLabel('Cut down');
2067 btn.alt = this.res.getLabel('Hide smiley box');
2076 btn.alt = this.res.getLabel('Show smiley box');
2120 btn.alt = this.res.getLabel('Hide online users box');
[all …]
H A Dpfcgui.js262 var res = confirm(pfc.res.getLabel(msg));
267 a2.alt = pfc.res.getLabel('Close this tab');
H A Dpfcprompt.js35 div.appendChild(document.createTextNode(pfc.res.getLabel('Input Required')));
59 cancel.value = pfc.res.getLabel('Cancel');
67 submit.value = pfc.res.getLabel('OK');
H A Dpfcresource.js23 getLabel: function() method in pfcResource
25 var key = this.getLabel.arguments[0];
28 this.getLabel.arguments[0] = this.labels.get(key);
29 return String.sprintf2(this.getLabel.arguments);
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DClickHandler.java52 System.out.println("cell="+graph.getLabel(cell)); in ClickHandler()
H A DCustomCanvas.java38 String label = (drawLabel) ? state.getLabel() : ""; in CustomCanvas()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java129 JLabel label = new JLabel(String.valueOf(graph.getLabel(cell))); in JTableRenderer()
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolApplet0_Console.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Symmetry.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Console.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Symmetry.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/move/
H A DMenuItem.php29 public function getLabel() { function in dokuwiki\\plugin\\move\\MenuItem
/plugin/oauth/
H A DAdapter.php90 throw new Exception('Failed to initialize Service ' . $this->getLabel());
268 return '<a ' . $attr . '>' . $this->getSvgLogo() . '<span>' . $this->getLabel() . '</span></a> ';
317 public function getLabel()
313 public function getLabel() global() function in dokuwiki\\plugin\\oauth\\Adapter
/plugin/oauth/action/
H A Duser.php128 $service->getLabel(),
167 $service->getLabel(),
/plugin/oauthazure/
H A Daction.php87 public function getLabel() function in action_plugin_oauthazure
/plugin/oauthcognito/
H A Daction.php42 public function getLabel() function in action_plugin_oauthcognito
/plugin/oauthdoorkeeper/
H A Daction.php38 public function getLabel() function in action_plugin_oauthdoorkeeper
/plugin/oauthdrkserver/
H A Daction.php51 public function getLabel() function in action_plugin_oauthdrkserver
/plugin/oauthfacebook/
H A Daction.php37 public function getLabel() function in action_plugin_oauthfacebook

1234567891011