Home
last modified time | relevance | path

Searched refs:entry (Results 126 – 150 of 455) sorted by relevance

12345678910>>...19

/plugin/publistf/template/
H A Dxhtml_simple.tpl4 @{entry@
8 @}entry@
/plugin/publist/template/
H A Dxhtml_simple.tpl4 @{entry@
8 @}entry@
/plugin/publistx/template/
H A Dxhtml_simple.tpl4 @{entry@
8 @}entry@
/plugin/semanticdata/lang/en/
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
/plugin/data-au/lang/en/
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
/plugin/data/lang/en/
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
/plugin/structstatus/
H A Dscript.js18 entry: set, property in AnonymousFunctione2c426950200.data
91 return set.map(function (entry) { argument
92 return JSON.stringify(entry);
/plugin/approve/action/
H A Dmigration.php50 * @param string $table the table the entry should be saved to (will not be escaped)
51 * @param array $entry A simple key-value pair array (only values will be escaped)
54 protected function insertOrIgnore(helper_plugin_sqlite $sqlite, $table, $entry) { argument
55 $keys = join(',', array_keys($entry));
56 $vals = join(',', array_fill(0,count($entry),'?'));
59 return $sqlite->query($sql, array_values($entry));
/plugin/combo/ComboStrap/
H A DEvent.php202 $entry = array(
208 $entry["data"] = Json::createFromArray($data)->toPrettyJsonString();
209 $entry["data_hash"] = md5($entry["data"]);
215 ->setTableRow(self::EVENT_TABLE_NAME, $entry);
H A DPageRules.php128 $entry = array(
137 ->setTableRow('PAGE_RULES', $entry);
157 $entry = array(
169 ->setQueryParametrized($statement, $entry);
/plugin/ireadit/action/
H A Dmigration.php53 * @param array $entry A simple key-value pair array (only values will be escaped)
56 protected function insertOrIgnore(helper_plugin_sqlite $sqlite, $table, $entry) { argument
57 $keys = join(',', array_keys($entry));
58 $vals = join(',', array_fill(0,count($entry),'?'));
61 return $sqlite->query($sql, array_values($entry));
/plugin/zotero/
H A Dsyntax.php167 …return '<a href="' . $this->config->getUrlForEntry($entry) . '" title="' . htmlentities($entry->ge…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php125 $entry = $searchResponse->getEntries()->first();
126 if ($entry === null) {
127 throw new OperationException('Expected a single entry for the RootDSE. None received.');
129 $this->rootDse = $entry;
131 return $entry;
/plugin/news/scripts/
H A Dnewsfeed.ini3 ; use the default entry as your template
5 ; do not remove default entry
/plugin/docimporter/
H A D.action.php.swp26entry, $image_data, $attrs);� $attrs = array('ow' => true);� …
/plugin/fedauth/classes/usr/
H A Dfa_remove.usr.class.php34 if ($entry = $store->deleteUserDataEntry($uid)) {
36 $pname = $this->manager->providers->get($entry['id'])->getName();
/plugin/miniblog/
H A Daction.php29 foreach ($entries as $entry) {
30 $event->data['data'][] = $entry;
/plugin/davcard/syntax/
H A Dbook.php187 foreach($entries as $entry)
189 $contactdata = $this->hlp->parseVcard($entry['contactdata'], $entry['uri'], $write);
192 …rdid="'.$id.'" data-davcarduri="'.hsc($entry['uri']).'" data-write="'.($write ? 'true' : 'false').…
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php129 foreach ($userdict as $entry) {
130 $entry = mb_strtolower(trim($entry));
131 … $this->dictWords[str_replace('/', '', $entry)] = str_replace('/', $this->hyphen, $entry);
/plugin/bpmnioeditor/
H A Dstyle.css408 .djs-palette .entry,
416 .djs-palette .entry {
420 .djs-palette .entry img {
442 .djs-palette .entry,
484 .djs-context-pad .entry {
516 .djs-popup .entry {
523 .djs-popup .entry:before {
528 .djs-popup .entry > span {
533 .djs-popup .entry:hover,
556 .djs-popup-body .entry {
[all …]
/plugin/ckgedit/
H A Dadmin.php112 $entry = $dir . $file;
113 if(!is_writable($entry)) continue;
114 if(is_dir ($entry ) ) {
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php176 while (false !== $entry = $dir->read()) {
178 if ($entry === '.' || $entry === '..') {
183 $this->rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
H A Dzip.php73 while (false !== $entry = $dir->read()) {
75 if ($entry === '.' || $entry === '..') {
80 $this->rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
/plugin/indexmenu/scripts/
H A Dcontextmenu.js14 * To override menu entries or add a menu entry:
35 * - section title: array with one entry e.g.:
41 * - submenu: array with two entries where second entry is an array that describes again a menu e.g.:
56 * To override a menu entry, for example the menu title:
63 * description1 = array with menu entry description
343 var createCMenuEntry = function (entry) {
344 return '<a title="' + ((entry[2]) ? entry[2] : entry[0]) + '" href="' + eval(entry[
305 createCMenuEntry(entry) global() argument
[all...]
/plugin/davcal/
H A Dhelper.php1040 $entry = array();
1088 $entry = array();
1101 $entry['allDay'] = true;
1106 $entry['allDay'] = false;
1136 $entry['description'] = '';
1140 $entry['attachments'] = array();
1146 $entry['id'] = $uid;
1147 $entry['page'] = $page;
1148 $entry['color'] = $color;
1149 $entry['recurring'] = $recurring;
[all …]

12345678910>>...19