Home
last modified time | relevance | path

Searched refs:key (Results 126 – 150 of 2492) sorted by last modified time

12345678910>>...100

/plugin/structtasks/_test/
H A DNotifiersTest.php61 static function fakeGetConf($key) { argument
62 return self::defaultSettings[$key];
66 return function ($key) use ($expected_key){
67 if ($key == $expected_key . '_subject') {
70 else if ($key == $expected_key . '_text') {
73 else if ($key == $expected_key . '_html') {
77 throw new \Exception("Unexpected argument: ${key}");
306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) { argument
350 $n = new $notifier([$this, 'fakeGetConf'], $this->getLangCallback($key));
H A DUtilitiesTest.php117 foreach ($this->old_expected as $key => $val) {
118 $this->assertEquals($old_data[$key], $val);
120 foreach ($this->new_expected as $key => $val) {
121 $this->assertEquals($new_data[$key], $val);
129 foreach ($this->old_expected as $key => $val) {
130 $this->assertEquals($old_data[$key], $val);
132 foreach ($this->nodate_expected as $key => $val) {
133 $this->assertEquals($new_data[$key], $val);
/plugin/structtasks/
H A Dcli.php100 if (($key = array_search(0, $reminder_days)) !== false) {
101 unset($reminder_days[$key]);
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php476 * Split entry in key and actual contents, call stringCallback for @string entries and bibItemCallback for all other entries.
479 * @param callable $stringCallback Will be called with two arguments (key, value) for @string entries
480 * @param callable $bibItemCallback Will be called with two arguments (key, full entry as string) for all non-@string entries
496 // Look for key
501 $key = $matches[2];
502 call_user_func($bibItemCallback, $key, $entry);
516 $stringCallback = fn($key, $value) => $this->_strings[$key] = $value;
517 $bibItemCallback = fn($key, $value) => $this->entries[$key]
[all...]
H A Dbibtexrender.php72 * Number of the currently highest cite key if style "numeric" is used
252 * Prints the reference corresponding to the given bibtex key
257 * @param string BibTeX key of the reference
266 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibtex_key));
288 foreach ($ref as $key => $value) {
289 $normalizedRef[strtoupper($key)] = $value;
346 foreach ($this->_bibtex_keysNotCited as $key => $no) {
347 if (!array_key_exists($key,$this->_bibtex_keysCited)) {
348 $this->_bibtex_keysCited[$key] = ++$this->_currentKeyNumber;
354 foreach ($this->_bibtex_keysCited as $key
[all...]
/plugin/bibtex4dw/db/
H A Dupdate0001.sql1 CREATE TABLE bibtex (key PRIMARY KEY, entry); field
3 CREATE UNIQUE INDEX idx_key ON bibtex(key);
/plugin/copycode/
H A DREADME.md23 - Fix : commented an alert on unused mouse key clic (like previous or next buttons)
/plugin/tag/
H A Dhelper.php21 * @var string sort key: 'cdate', 'mdate', 'pagename', 'id', 'ns', 'title'
278 // determine the sort key
304 // make sure that the key is unique
325 // finally sort by sort key
338 * @param array $pages The pages that shall be filtered, each page needs to be an array with a key "id"
350 foreach ($pages as $key => $page) {
352 unset($pages[$key]);
586 * Non-recursive function to check whether an array key is unique
588 * @param int|string $key
595 protected function uniqueKey($key,
585 uniqueKey($key, $result) global() argument
[all...]
/plugin/tag/syntax/
H A Dsearchtags.php80 foreach($flags as $key => $flag) {
82 unset($flags[$key]);
H A Dtopic.php121 foreach($flags as $key => $flag) {
123 unset($flags[$key]);
/plugin/imapmarkers/
H A Djquery.imagemapster.js590 me.key = opts.key;
781 key: key,
1047 key: key
2227 key: ar.key,
2270 key: ar.key,
2366 key: ar.key,
2572 key = u.split(key);
3292 key: key || '',
3431 key: this.key,
4432 key: ad.key,
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php465 foreach ($this->attr as $key => $val) {
477 $ret .= $key;
490 $ret .= $key
2222 $key = '___noise___' . sprintf('% 5d', count($this->noise) + 1000);
2225 $debug_object->debug_log(2, 'key is: ' . $key);
2229 $this->noise[$key] = $matches[$i][$idx][0];
2255 $key = '___noise___'
2263 $debug_object->debug_log(2, 'located key of: ' . $key);
2266 if (isset($this->noise[$key])) {
2268 . $this->noise[$key]
[all …]
H A Dmap.php132 foreach ($a_coords as $key => $value) {
133 $a_coords[$key] = intval(trim(strval($value)));
288 foreach ($this->a_areas[$this->nr_imagemap_render] as $key => $value) {
302 …ords="%s" alt="%s" title="%s" href="%s" />%s', $this->nr_imagemap_render, $key, $loc_id, $shape, $…
306 foreach ($this->a_areas[$this->nr_imagemap_render] as $key => $value) {
309 …="%s" class="%s" rel="ugc nofollow">%s</a>%s', $this->nr_imagemap_render, $key, $link, $uri, $clas…
325 foreach ($this->a_cfg[$this->nr_imagemap_render] as $key => $value) {
/plugin/imapmarkers/_test/
H A DGeneralTest.php68 foreach ($conf as $key => $value) {
70 $key,
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'imapmarkers/conf/metadata.php'
76 foreach ($meta as $key => $value) {
78 $key,
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'imapmarkers/conf/default.php'
/plugin/translation/_test/
H A DGeneralTest.php68 foreach ($conf as $key => $value) {
70 $key,
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'translation/conf/metadata.php'
76 foreach ($meta as $key => $value) {
78 $key,
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'translation/conf/default.php'
/plugin/translation/
H A Daction.php121 // reuse the constructor to reinitialize the cache key
123 $event->data->key . $conf['lang'],
/plugin/todo/syntax/
H A Dtodo.php214 @list($key, $value) = explode(':', $option, 2);
215 switch($key) {
H A Dlist.php72 @list($key, $value) = explode(':', $option, 2);
73 switch($key) {
/plugin/bureaucracy/
H A Daction.php54 if (count($users) === 1 && key($users) === $search) {
H A Dsyntax.php316 foreach($_FILES['bureaucracy'] as $key => $value) {
317 $file[$key] = $value[$index];
/plugin/bureaucracy/helper/
H A Dactiontemplate.php455 foreach($keys as $key) {
456 $patterns[$key] = $this->patterns[$key];
457 $values[$key] = $this->values[$key];
H A Dfield.php80 foreach (array('cmd', 'label') as $key) {
82 $this->opt[$key] = array_shift($args);
H A Dfieldnumber.php32 $key = $this->get_key();
33 $c_val = p_get_metadata($ID, 'bureaucracy ' . $key);
38 p_set_metadata($ID, array('bureaucracy' => array($key => $this->opt['value'])));
H A Dfieldyesno.php47 * @param string $key
50 public function getParam($key) { argument
51 if ($key === 'value') {
62 return parent::getParam($key);

12345678910>>...100