Home
last modified time | relevance | path

Searched refs:entry (Results 76 – 100 of 455) sorted by relevance

12345678910>>...19

/plugin/nstoc/
H A Dsyntax.php674 while (list($i, $entry) = each($ids)) {
678 if ((0 < auth_aclcheck($entry, $u, $g))
679 && ($i = $this->_getHeadings($entry, $aData[3],
681 $pages[$entry] = $i;
684 unset($entry, $i, $ids); // free mem
687 while (list($i, $entry) = each($ids)) {
691 if ((0 < auth_aclcheck($entry, $u, $g))
692 && (! preg_match($re, ':' . $entry))
693 && ($i = $this->_getHeadings($entry, $aData[3],
695 $pages[$entry] = $i;
[all …]
/plugin/blogtng/action/
H A Dfeed.php152 private function filterHeaders($entry) { argument
154 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
H A Dedit.php61 $isNotExistingBlog = $this->entryhelper->entry['blog'] === null;
96 $commentstatus = $this->entryhelper->entry['commentstatus'];
114 $created = $this->entryhelper->entry['created'];
211 $commentstatus = $this->entryhelper->entry['commentstatus'];
231 $created = $this->entryhelper->entry['created'];
307 $entry = $this->collectInfoForEntry();
308 $this->entryhelper->set($entry);
310 $this->entryhelper->entry['blog'] = $blog;
314 if (empty($this->entryhelper->entry['page'])) {
315 $this->entryhelper->entry['page'] = $ID;
[all …]
H A Dpagedata.php45 if($this->entryhelper->entry['blog']) {
48 $login = $this->entryhelper->entry['login'];
65 $entry = array(
75 $this->entryhelper->set($entry);
/plugin/blogtng/
H A Dadmin.php545 foreach($entries as $entry) {
546 $this->htmlEntryItem($entry, $query);
555 * @param array $entry Single entry
560 private function htmlEntryItem($entry, $query) { argument
570 … ptln('<td class="entry_title">' . html_wikilink(':'.$entry['page'], $entry['title']) . '</td>');
574 $this->commenthelper->setPid($entry['pid']);
593 $this->taghelper->load($entry['pid']);
610 $params = array('id' => $entry['page'],
708 …$pagelink = html_wikilink(':'.$this->entryhelper->entry['page'], $this->entryhelper->entry['title'…
743 * @param array $entry Blog entry
[all …]
/plugin/siteexport/
H A Dhelper.php44 while (false !== ($entry = readdir($dh))) {
45 if ($entry == '.' || $entry == '..') {
48 if ($entry == '.' || $entry == '..') {
51 if ($_pattern && !preg_match($_pattern,$entry)) {
55 $file = (is_link($_dir.$entry)) ? readlink($_dir.$entry) : $entry;
57 $list[] = $entry;
113 … $entry = array(':' . $site['id'], $functions->getSiteTitle($site['id']), $sortIdentifier);
115 if ( !in_array($entry[0], array_column($values, 0)) ) {
116 array_push($values, $entry);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php149 private function addRequest(array $entry) argument
151 $easy = $entry['easy'];
153 $this->handles[$id] = $entry;
194 $entry = $this->handles[$id];
196 $entry['easy']->errno = $done['result'];
197 $entry['deferred']->resolve(
200 $entry['easy'],
/plugin/csstimeline/
H A Dsyntax.php83 foreach($data['entries'] as $entry)
88 $renderer->doc .= '<span class="flag">'.$entry['title'].'</span>';
89 …$renderer->doc .= '<span class="time-wrapper"><span class="time">'.$entry['date'].'</span></span>';
91 $renderer->doc .= '<div class="desc">'.$entry['description'].'</div>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatHit.php57 public function setEntry(GoogleSecuritySafebrowsingV4ThreatEntry $entry) argument
59 $this->entry = $entry;
66 return $this->entry;
/plugin/tiledblog/
H A Dsyntax.php111 foreach ($entries as $entry)
112 $text .= $this->getEntry ($entry, $width);
147 function getEntry ($entry, $width) { argument
148 if (auth_quickaclcheck($entry['id']) < AUTH_READ)
150 $id = $entry['id'];
151 $file = wikiFN ($entry['id']);
154 $title = $entry['title'];
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php264 foreach ($accumulator as &$entry) {
265 $entry = null;
269 foreach ($accumulator as &$entry) {
270 $entry .= $reach;
284 foreach ($ref as $entry) {
288 foreach ($ref as $entry) {
289 $accumulator[] = $entry . $choice;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php230 list($entry, $string) = $this->fieldSplit($string);
231 $values[] = $entry;
266 function fullSplit($entry) argument
268 $matches = preg_split("/@(.*)\s*[{(](.*),/U", $entry, 2, PREG_SPLIT_DELIM_CAPTURE);
272 $matches = preg_split("/@(.*)\s*[{(](.*)/U", $entry, 2, PREG_SPLIT_DELIM_CAPTURE);
280 $entry = '';
288 $entry .= ' ' . $line;
304 $this->strings[] = $entry;
306 $this->preamble[] = $entry;
310 $this->fullSplit($entry);
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css11 --context-menu-group-entry-border-color: var(--color-grey-225-10-75);
12 --context-menu-group-entry-disabled-color: var(--color-grey-225-10-75);
13 --context-menu-group-entry-hover-background-color: var(--color-grey-225-10-95);
98 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry {
108 .dmn-decision-table-container .context-menu-group .context-menu-group-entry:hover {
109 background-color: var(--context-menu-group-entry-hover-background-color);
112 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry.disabled {
114 color: var(--context-menu-group-entry-disabled-color);
117 …tainer .context-menu .context-menu-group .context-menu-group-entry .context-menu-group-entry-icon {
124 …tainer .context-menu .context-menu-group .context-menu-group-entry .context-menu-group-entry-icon:…
[all …]
/plugin/davcard/
H A Dscript.js178 postArray['uri'] = entry['uri'];
452 for(var i=0; i<entry['tel'].length; i++)
455 if('type' in entry['tel'][i])
457 var val = entry['tel'][i]['number'];
461 for(var i=0; i<entry['addr'].length; i++)
464 if('type' in entry['addr'][i])
465 type = entry['addr'][i]['type'];
473 for(var i=0; i<entry['mail'].length; i++)
476 if('type' in entry['mail'][i])
477 type = entry['mail'][i]['type'];
[all …]
/plugin/podcast/action/
H A Dfeed.php150 function _filterHeaders($entry) { argument
152 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
/plugin/dwcommits/
H A Dsyntax.php123 foreach($matches as $entry) {
124 list($field,$val) = explode(':',$entry);
193 foreach($inf as $val=>$entry) {
194 if(preg_match('/dwcommits_(\d+)/',$entry, $matches)) {
195 $this->output .= "<b>Database File:</b> $entry\n";
/plugin/pdftools/
H A Dsyntax.php45 while (false !== ($entry = $dir->read())) {
46 if ($entry != '.' && $entry != '..') {
47 if (is_dir($path . '/' .$entry)) {
48 $dirs[] = $entry;
/plugin/data-au/lang/en/
H A Dedit_intro.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
2 * You can change the structure of the entry as well.
/plugin/semanticdata/lang/en/
H A Dedit_intro.txt1 …manticdata|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it. Yo…
/plugin/data/lang/en/
H A Dedit_intro.txt1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
2 * You can change the structure of the entry as well.
/plugin/crosspost/
H A Daction.php105 private function _getTitle($mode, $entry) argument
107 $title = $entry;
111 $header = p_get_first_heading( $entry );
115 $header = p_get_first_heading( getNS( $entry ) );
119 $header = p_get_first_heading( $entry );
122 $ns = p_get_first_heading( getNS( $entry ) );
128 $header = p_get_first_heading( $entry );
131 $allns = explode( ':', $entry );
/plugin/blog/syntax/
H A Dautoarchive.php82 foreach ($entries as $entry) {
83 $date = strftime('%Y-%m',$entry['date']);
84 // entry in the right date range?
86 $pagelist->addPage($entry);
108 foreach($entries as $entry){
109 $y = date('Y',$entry['date']);
110 $m = date('m',$entry['date']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.rar.php41 foreach ($entries as $entry) {
42 …e_clobber($info['rar']['files'], getid3_lib::CreateDeepArray($entry->getName(), '/', $entry->getUn…
/plugin/zotero/
H A DTextZoteroRepository.php83 foreach ($this->entries as $entry)
85 $allEntries[$entry->getCiteKey()] = $entry;
135 foreach ($this->entries as $entry)
137 if ($entry->getCiteKey() === $e->getCiteKey())
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js277 var entry = this.getEntry(i);
278 entry.autocompleteIndex = i;
279 this.addObservers(entry);
361 this.options.callback(this.element, entry) : entry;
429 var entry = instance.getToken();
438 elem.indexOf(entry);
457 elem.indexOf(entry, foundPos + 1);
832 return 2 === entry.length ? entry : [entry, entry].flatten();
836 return entry[0] == marker;
840 this._collection.each(function(entry, index) { argument
[all …]

12345678910>>...19