Home
last modified time | relevance | path

Searched refs:getName (Results 2251 – 2275 of 2279) sorted by last modified time

1...<<9192

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak494 // menu.add(new AbstractAction(lafs[i].getName())
H A DBasicGraphEditor.java.bak955 public String getName() throws DecoderException {
H A DSchemaEditorMenuBar.java386 menu.add(new AbstractAction(lafs[i].getName()) in SchemaEditorMenuBar()
H A DDefaultFileFilter.java58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
200 String filename = file.getName().toLowerCase(); in accept()
H A DEditorActions.java.bak535 String namespace = editor.getConfig().getName();
636 int idx = editor.getConfig().getName().lastIndexOf(":");
638 …final String dName = idx==-1 ? editor.getConfig().getName() : editor.getConfig().getName().substri…
1343 sourceUrl.append(editor.getConfig().getName());
/plugin/gtime/action/
H A Dtimestamp.php378 <td>{$timestamp->getHashAlgorithm()->getName()}</td>
/plugin/processing/
H A Dscript.js1890 this.getName = function(){ method
2139 if (child.getName() !== null) {
2140 this.addName(child.getName(), child);
2264 if (this.element.getName() !== "svg") {
2426 getName: function() { method in PShapeSVG
2430 var name = elem.getName();
3161 getName: function() { method in XMLAttribute
3384 kidName = kid.getName();
3403 kidName = kid.getName();
3421 kidName = kid.getName();
[all …]
/plugin/noticeboard/classes/
H A DNoticeList.php340 $sortArray[$array[$i]->getId()] = $array[$i]->getName();
H A DICal.php85 $out .= "SUMMARY:".$notice->getName()."\r\n";
98 $out .= "SUMMARY:".$notice->getName()." - Deadline\r\n";
H A Drss.php76 $out .= "<title>".$notice->getName()."</title>";
108 …').": <a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$notice->getName()."</a>";
116 $out .= "<title>".$notice->getName()." Deadline</title>";
H A DEditForm.php79 $this->Name = $notice->getName();
H A DNotice.php62 public function getName(){ function in helper_plugin_noticeboard_Notice
144 $this->name = $object->getName();
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php340 $sortArray[$array[$i]->getId()] = $array[$i]->getName();
H A DICal.php85 $out .= "SUMMARY:".$notice->getName()."\r\n";
98 $out .= "SUMMARY:".$notice->getName()." - Deadline\r\n";
H A Drss.php76 $out .= "<title>".$notice->getName()."</title>";
108 …').": <a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$notice->getName()."</a>";
116 $out .= "<title>".$notice->getName()." Deadline</title>";
H A DEditForm.php79 $this->Name = $notice->getName();
H A DNotice.php62 public function getName(){ function in helper_plugin_noticeboard_Notice
144 $this->name = $object->getName();
/plugin/farm/
H A Danimal.class.php44 public function getName() { function in dokuwiki_farm_animal
83 $url .= 'doku.php?animal='.$this->getName();
88 $url .= $id.'?animal='.$this->getName();
93 $url .= $this->getName();
H A Dinfos.animal.class.php22 if(dokuwiki_farm_animal::exists($animal->getName())) $this->animal = $animal;
H A Doverview.class.php62 for($i=0; $i<count($animals); $i++) $l[$animals[$i]->getName().uniqid()] = $animals[$i];
114 ptln(' <div class="animal_overview"><a name="animal_'.$a->getName().'"></a>');
116 …er->wl('animal', array('aid' => $a->getName())).'" title="'.$this->manager->getLang('manageanimal'…
127 if($details != $a->getName()) {
130 …er->wl('overview', array('sort' => $sort, 'details' => $a->getName())).'#animal_'.$a->getName().'"…
155 …)) document.location=\''.$this->manager->wl('animal', array('aid' => $a->getName())).'&amp;farm_op…
162 …)) document.location=\''.$this->manager->wl('animal', array('aid' => $a->getName())).'&amp;farm_op…
168 …ptln(' <a href="'.$this->manager->wl('animal', array('aid' => $a->getName(), 'config' => 1)).'" …
169 …ptln(' <a href="'.$this->manager->wl('animal', array('aid' => $a->getName(), 'users' => 1)).'" t…
170 …ptln(' <a href="'.$this->manager->wl('animal', array('aid' => $a->getName(), 'delete' => 1)).'" …
H A Dvirtualhostconfig.class.php83 if(!in_array($a->getName(), array_values($vh))) {
84 ptln(' <option value="'.$a->getName().'">'.$a->getName().'</option>');
H A Daction.php118 …$event->data['link'][$i]['href'] = preg_replace('`^/?'.$animal->getName().'`', '', $event->data['l…
123 …$event->data['script'][$i]['src'] = preg_replace('`^/?'.$animal->getName().'`', '', $event->data['…
129 …strrpos($event->data['link'][$i]['href'], '?') !== false ? '&' : '?').'animal='.$animal->getName();
135 …trrpos($event->data['script'][$i]['src'], '?') !== false ? '&' : '?').'animal='.$animal->getName();
H A Danimalmanager.class.php33 $a = array_merge(array('aid' => $this->animal->getName()), $opts);
179 if($this->animal->getName() == $this->manager->conf['animaltemplate']) {
187 …imal_delete_errors', array('code' => 'animal_delete_failure', 'data' => $this->animal->getName()));
301 …$this->manager->formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName()…
327 ptln(' '.$this->manager->getLang('animal_editfile_fs', $this->animal->getName()));
339 …$this->manager->formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName()…
345 …formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName(), 'farm_opt[edit…
364 …<option '.($a->getName() == $this->manager->conf['animaltemplate'] ? 'selected="selected"' : '').'…
377 …$this->manager->formHead(array('farm_cmd' => 'animal', 'farm_opt[aid]' => $this->animal->getName()…
378 …ptln(' '.$this->manager->getLang('animal_delete_sure', $this->animal->getName()).' <input type="su…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

1...<<9192