Home
last modified time | relevance | path

Searched refs:entry (Results 51 – 75 of 455) sorted by relevance

12345678910>>...19

/plugin/refnotes/
H A Dbibtex.php314 private $entry; variable in refnotes_bibtex_handler
329 $this->entry = NULL;
339 foreach ($entries as &$entry) {
340 if (array_key_exists('author', $entry)) {
341 $authors = explode(' and ', $entry['author']);
347 $entry['author'] = implode(', ', $authors);
365 public function entry($match, $state) { function in refnotes_bibtex_handler
368 $this->entry = new refnotes_bibtex_entry(preg_replace('/@(\w+)\W+/', '$1', $match));
372 $this->entry->handleUnmatched($match);
376 $this->entries->add($this->entry);
449 private $entry; global() variable in refnotes_bibtex_entry_stash
472 add($entry) global() argument
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java186 selectedEntry = entry; in setSelectionEntry()
279 final JLabel entry = new JLabel(icon); in addTemplate() local
280 entry.setPreferredSize(new Dimension(50, 50)); in addTemplate()
282 entry.setFont(new Font(entry.getFont().getFamily(), 0, 10)); in addTemplate()
284 entry.setVerticalTextPosition(JLabel.BOTTOM); in addTemplate()
286 entry.setIconTextGap(0); in addTemplate()
288 entry.setToolTipText(name); in addTemplate()
289 entry.setText(name); in addTemplate()
291 entry.addMouseListener(new MouseListener() in addTemplate()
300 setSelectionEntry(entry, t); in addTemplate()
[all …]
/plugin/pureldap/classes/
H A DADClient.php29 $entry = $this->getUserEntry($username);
30 if ($entry === null) return null;
31 return $this->entry2User($entry);
35 * Get the LDAP entry for the given user
72 $entry = $this->getUserEntry($username);
73 if ($entry === null) {
88 $entry->remove('unicodePwd', $this->encodePassword($oldpass));
89 $entry->add('unicodePwd', $this->encodePassword($newpass));
92 $entry->set('unicodePwd', $this->encodePassword($newpass));
96 $this->ldap->update($entry);
227 entry2User(Entry $entry) global() argument
[all...]
/plugin/linksuggest/
H A Daction.php130 foreach ($matchedPages as $entry) {
132 if($current_ns !== '' && !$entry['ns'] && $entry['type'] === 'f') {
137 'id' => noNS($entry['id']),
140 'type' => $entry['type'], // d/f
141 'title' => $entry['title'] ?? '', //namespace have no title, for pages sometimes no title
142 'rootns' => $entry['ns'] ? 0 : 1,
227 foreach ($matchedMedias as $entry) {
229 if($current_ns !== '' && !$entry['ns'] && $entry['typ
[all...]
/plugin/components/lib/
H A Dcomponent_manager.php35 while (false !== ($entry = $dh->read())) {
37 if ($entry[0] == '.') continue;
38 $path = $dir . '/' . $entry;
44 if (strtolower(substr($entry, -4)) != '.php') continue;
46 if (!$name || strtolower($entry) == strtolower($name))
47 include_once($dir . '/' . $entry);
/plugin/pdftools/
H A Dfunctions.php10 while (false !== ($entry = $dir->read())) {
11 if ($entry != '.' && $entry != '..') {
12 if (is_dir($path . '/' .$entry)) {
13 $dirs[] = $entry;
/plugin/blogtng/tpl/
H A Dsmall_list.php15 <?php $entry->tpl_title()?>
17 <?php $entry->tpl_commentcount('(%d Comments)','(%d Comment)', '(%d Comments)')?>
21 <?php $entry->tpl_abstract(50)?><br />
22 <?php $entry->tpl_permalink('read more…')?>
/plugin/preregister/
H A Dadmin.php88 foreach($data as $index=>$entry) {
89 $age = $current_time - $entry['savetime'];
98 …$result .= '<tr><td>'. $entry['login'] . '</td><td>' . $entry['email'] . '</td><td>' . $entry['fu…
99 …. '</td><td>' . strftime($conf['dformat'],$entry['savetime']) . '</td><td>' . $hours . "</td></tr…
125 foreach($data as $index=>$entry) {
/plugin/subjectindex/syntax/
H A Dindex.php158 $entry = $anchor = $next_entry;
175 $next_differs = strcasecmp($entry, $next_entry) !== 0;
180 … $matched = preg_match('/(^\d+\.)?(.).+/', $entry, $matches); // check for ordered entries 1st
182 $entry = $matches[1] . strtoupper($matches[2]) . '/' . $entry;
184 $entry = strtoupper($entry[0]) . '/' . $entry;
188 $cur_node = strtok($entry, '/');
228 $prev_path = $entry;
286 $entry = '<h' . $heading . ' style="' . $indent_style . '"';
303 …$entry .= $anchor . '>' . $cur_node . $freq . '<span class="links">' . $links . '</span></h' . $he…
309 $entry .= '>' . $cur_node . '</h' . $heading . '>';
[all …]
/plugin/quickstats/scripts/
H A Dread_ini.php8 foreach ($ini_array as $entry) {
10 if(strpos($entry,'[') !== false){
11 $header = trim($entry,'[]');
18 $temp[$header][] = trim($entry);
/plugin/inlinejs/syntax/
H A Dpreloader.php174 foreach ($matches as $entry) {
176 list($pathname, $comment) = explode('#', $entry, 2);
221 foreach ($entries as $entry) {
222 $attr = buildAttributes($entry);
223 $out = '<'.$entry['_tag'].($attr ? ' '.$attr : '');
224 if (isset($entry['_data'])) {
225 $out.= '>'.$entry['_data'].'</'.$entry['_tag'].'>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DAppRestrictionsSchemaRestriction.php32 public $entry; variable in Google\\Service\\AndroidEnterprise\\AppRestrictionsSchemaRestriction
83 public function setEntry($entry) argument
85 $this->entry = $entry;
92 return $this->entry;
/plugin/blogtng/helper/
H A Dlinkback.php17 $entry = $this->getPost();
20 $entry['blog'] !== '' && $entry['blog'] !== null &&
21 $entry['commentstatus'] === 'enabled';
32 return $ehelper->entry;
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css412 .djs-palette .entry,
420 .djs-palette .entry {
424 .djs-palette .entry img {
446 .djs-palette .entry,
619 .djs-popup-body .entry,
638 .djs-popup-entry-icon {
651 .djs-popup-body .entry {
691 .djs-popup-entry-name {
695 .entry-content {
728 .djs-popup-entry-docs {
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css412 .djs-palette .entry,
420 .djs-palette .entry {
424 .djs-palette .entry img {
446 .djs-palette .entry,
619 .djs-popup-body .entry,
638 .djs-popup-entry-icon {
651 .djs-popup-body .entry {
691 .djs-popup-entry-name {
695 .entry-content {
728 .djs-popup-entry-docs {
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php194 foreach ($handle as &$entry) {
195 if (true === is_dir($entry)) {
196 $entry = rtrim($entry, '/\\');
198 if (0 === strlen($entry)) {
199 $entry = '/';
/plugin/csstimeline/
H A Dfeed.php103 foreach($data['entries'] as $entry)
106 $item->title = htmlspecialchars_decode($entry['title']);
107 if($entry['link'])
108 $item->link = htmlspecialchars_decode($entry['link']);
111 $item->description = hsc(strip_tags(htmlspecialchars_decode($entry['description'])));
112 $item->date = date('r', strtotime($entry['date']));
/plugin/blog/syntax/
H A Dblog.php27 array_unshift($flags, 'link'); // always make the first header of a blog entry a permalink (unless nolink is set)
107 // show new entry form
124 foreach ($entries as $entry) {
126 if(isset($entry['id']) && (auth_quickaclcheck($entry['id']) >= AUTH_READ)) {
128 if(!array_key_exists($entry['id'], $this->included_pages) || !$this->included_pages[$entry['id']]) {
129 $this->included_pages[$entry['id']] = true;
130 $renderer->nest($include->_get_instructions($entry['id'], '', 'page', $clevel, $include_flags));
131 $this->included_pages[$entry['i
[all...]
/plugin/evesso/classes/
H A DEveOnlineAdapter.php78 foreach ($names_result as $entry) {
79 $category = $entry['category'];
81 $data['grps'][] = helper_plugin_evesso::CORPORATION_PREFIX . $entry['name'];
83 $data['grps'][] = helper_plugin_evesso::ALLIANCE_PREFIX . $entry['name'];
85 $data['grps'][] = helper_plugin_evesso::FACTION_PREFIX . $entry['name'];
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css403 .djs-palette .entry,
411 .djs-palette .entry {
415 .djs-palette .entry img {
437 .djs-palette .entry,
479 .djs-context-pad .entry {
511 .djs-popup .entry {
518 .djs-popup .entry:before {
523 .djs-popup .entry > span {
528 .djs-popup .entry:hover,
551 .djs-popup-body .entry {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php191 foreach ($element->childNodes as $entry) {
192 if (!$entry instanceof DOMElement || $entry->tagName !== 'element') {
195 $item = $entry->childNodes->item(0);
198 $item = $entry->childNodes->item(1);
203 if ($entry->hasAttribute('key')) {
204 $variable[(string) $entry->getAttribute('key')] = $value;
/plugin/latexit/classes/
H A DBibHandler.php88 * @param string $entry Short title of an cited bibliography.
90 public function insert($entry) { argument
93 $regex = '#\|(.{8})\]\]\|' . $entry . '\|#';
111 $bib_item = str_replace($match[1], $entry, $bib_item);
112 $this->bib_entries[$entry] = $bib_item;
/plugin/gcalendar/inc/
H A Dgcal_read.php139 $entry = $buffer;
148 if(($entry!="") || ($start_time!="") || ($end_time!="")) {
151 if($entry{0}==">") $buffer=substr($entry,1);
154 $entry = fast_p_render($entry);
157 $entry .= $pagelink;
161 $entry = "- ".$end_time[0]. " ".$entry;
165 $entry = $start_time[0]." ".$entry;
172 $event["content"] = "<span class='$cat_classes gCal_event'>".$entry."</span>";
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php78 foreach ($data as $entry) {
79 $id = $entry['id'];
88 . ' <div id="fa__det_'.$id.'">'.$entry['ident'].'</div></div>'
89 . ' <span class="lastused">'.dformat($entry['last']).'</span>'
90 … . $this->_html_button($id, base64_encode($entry['ident']),'remove', $id == $current, 6)
/plugin/dokutranslate/
H A Dutils.php75 $entry = preg_split('/\s+/', $line);
76 $entry[1] = rawurldecode($entry[1]);
77 $ret[$entry[0]] = $entry[1];

12345678910>>...19