Home
last modified time | relevance | path

Searched refs:id (Results 276 – 300 of 3526) sorted by relevance

1...<<11121314151617181920>>...142

/plugin/pglist/
H A Dsyntax.php160 else if (!$data['me'] and ($item['id'] == $ID))
162 else if (isHiddenPage($item['id']))
165 $P = resolve_id($item['id'], $conf['start'], false);
169 $P = ':'.$item['id'];
192 return strcmp($a['id'],$b['id']);
209 return strcmp($a['id'],$b['id']);
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/log/
H A Dcommon.php16 function log_get_log_page($plugin, $id, $needspage = false) { argument
18 if (strpos($id, $conf['start']) !== strlen($id) - strlen($conf['start'])) {
20 $id .= ':';
22 $logpage = getNS($id) . ':' . $plugin->getConf('logpage');
38 $caption = useHeading('content') ? p_get_first_heading($id,true) : $id;
42 array($caption, $id),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DTermVectors.php40 $id = $this->id ?? null;
46 if (isset($type) && isset($id)) {
47 return "/$index/$type/$id/_termvectors";
52 if (isset($id)) {
53 return "/$index/_termvectors/$id";
H A DIndex.php40 $id = $this->id ?? null;
46 if (isset($type) && isset($id)) {
47 return "/$index/$type/$id";
49 if (isset($id)) {
50 return "/$index/_doc/$id";
/plugin/aclplusregex/
H A Daction.php64 $id = $event->data['id'];
78 $permisson = $this->evaluateRegex($this->ruleCache[$user], $id);
95 * @param string $id argument
98 protected function evaluateRegex($regex, $id)
100 if (!preg_match($regex, $id, $matches)) {
131 foreach ($config as [$id, $pattern, $perm]) {
133 $patterns = $this->getIDPatterns($entities, $id, $pattern);
184 * @param string $id The pageID part of the config rule
188 protected function getIDPatterns($entities, $id,
186 getIDPatterns($entities, $id, $pattern) global() argument
309 cleanID($id) global() argument
[all...]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dserver_farm.svg1id="A" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#05239a"/><stop offset="1" stop…
/plugin/eventum/
H A Dsyntax.php65 list($id, $attrs) = explode('&', $match, 2);
67 $data = array('raw' => $raw, 'id' => $id, 'attrs' => $attrs);
77 function cache($id, $data = null) { argument
103 return isset($cache[$id]) ? $cache[$id] : null;
107 $cache[$id] = $data;
136 function query($id) { argument
139 $cache = $this->cache($id);
157 $data['url'] = $eventum_url . $id;
160 …$data['details'] = self::filter_keys(self::$cache_keys, $client->getSimpleIssueDetails((int )$id));
170 $data['id'] = $id;
[all …]
/plugin/discussion/
H A Dhelper.php61 * @param string $id
65 function td($id, $num = null) { argument
69 $cfile = metaFN($id, '.comments');
84 return '<a href="'.wl($id).$section.'" class="wikilink1" title="'.$id.$section.'">'.
111 $id = ($ns ? $ns.':' : '').$item['id'];
114 $perm = auth_quickaclcheck($id);
116 $file = metaFN($id, '.comments');
126 $meta = p_get_metadata($id);
127 $result[$date.'_'.$id] = array(
128 'id' => $id,
[all …]
/plugin/struct/types/
H A DPage.php40 [$id, $title] = \helper_plugin_struct::decodeJson($value);
42 $id = $value;
43 $title = $id; // cannot be empty or internallink() might hijack %pageid% and use headings
46 if (!$id) return true;
48 $R->internallink(":$id", $title);
89 foreach ($data as $id => $title) {
90 if (!empty($filter) && !$this->filterMatch($id, $filter)) {
94 $name = $title . ' (' . $id . ')';
96 $ns = getNS($id);
98 $name = noNS($id)
[all...]
/plugin/bez/mdl/
H A DThread.php12 protected $id;
29 return array('id',
74 if ($this->id === NULL) {
158 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET state=?, closed_by=?, close_date=? WHERE id=?",
162 $this->id);
167 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET state=? WHERE id=?", $state, $this->id);
184 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET private=? WHERE id=?", $private, $this->id);
187 $this->model->sqlite->query("UPDATE task SET private=? WHERE thread_id=?", $private, $this->id);
11 protected $id; global() variable in dokuwiki\\plugin\\bez\\mdl\\Thread
[all...]
/plugin/log404/
H A Dadmin.php32 foreach ($log->getRecords() as $id => $detail) {
33 ptln($this->getHtml($id, $detail));
38 protected function getHtml($id, $data) { argument
40 $delUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'delete'=>$id));
41 $ignoreUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'ignore'=>$id));
42 $title = '<strong class="title">'.$data['count'].' <code>'.$id.'</code></strong> '
43 . ' <a href="'.wl($id).'">'.$this->getLang('go-to-page').'</a>'
/plugin/structgeohash/
H A Dscript.js16 var id = jQuery(this).attr('id');
24 var inputId = id.slice(0,-4);
31 var map = L.map(id).setView([decoded.latitude[2], decoded.longitude[2]], 13);
36 id: mapId,
57 function onMapClick(e, id) { argument
58 struct_gh_markers[id].setLatLng(e.latlng);
60 jQuery("#"+id).attr('value',mygh);
/plugin/stlviewer/stlviewer/
H A Dwebgl_detector.js11 element.id = 'webgl-error-message';
40 var parent, id, element;
45 id = parameters.id !== undefined ? parameters.id : 'oldie';
48 element.id = id;
/plugin/bez/db/
H A Dupdate0014.sql5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
10 label.id AS label_id,
12 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
20 (SELECT COUNT(*) FROM task WHERE type = 'corrective' AND thread_id=thread.id) AS corrective_count,
21 (SELECT COUNT(*) FROM task WHERE type = 'preventive' AND thread_id=thread.id) AS preventive_count
23 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
24 LEFT JOIN label ON label.id = thread_label.label_id
/plugin/snippets/
H A Daction.php260 $id = cleanID($_REQUEST['id']);
261 if(page_exists($id)) {
263 if(auth_quickaclcheck($id) >= AUTH_READ) {
264 print p_wiki_xhtml($id);
270 if(preg_match("/templ_|templ:/",$id)) $template = true;
271 if(auth_quickaclcheck($id) >= AUTH_READ) {
274 print "\n~~SNIPPET_O${tm}~~$id~~\n";
278 $tpl = pageTemplate($id);
288 print "\n\n~~SNIPPET_C~~$id~~\n";
296 $snip_data['doc'][$curpage][]= $id;
[all …]
/plugin/dokumicrobugtracker/
H A Dedit.php18 function emailForChange($email, $id,$project,$field, $oldvalue,$value) argument
33 foreach (array('ID' => $id,
50 … metaFN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); … argument
/plugin/epub/
H A Dadmin.php35 foreach($_REQUEST['book_id'] as $md5=>$id) {
67 foreach($cache as $md5=>$id) {
68 $id=trim($id);
69 if(!$id) $id = '&lt;undefined&gt;';
70 …#333;"><input name="book_id[' . $md5 .']" type="checkbox" value="' . $id. '">&nbsp;' . $id );
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIngestNamespace.php33 * $params['id'] = (string) Pipeline ID
43 $id = $this->extractArgument($params, 'id');
48 $endpoint->setId($id);
72 * $params['id'] = (string) Comma separated list of pipeline ids. Wildcards supported
82 $id = $this->extractArgument($params, 'id');
87 $endpoint->setId($id);
111 * $params['id'] = (string) Pipeline ID
122 $id
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DEntityKey.php25 public $id; variable in Google\\Service\\CloudIdentity\\EntityKey
34 public function setId($id) argument
36 $this->id = $id;
43 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGmail.php176 'id' => [
191 'id' => [
246 'id' => [
322 'id' => [
337 'id' => [
362 'id' => [
377 'id' => [
422 'id' => [
437 'id' => [
536 'id' => [
[all …]
/plugin/tag/
H A Dhelper.php21 * @var string sort key: 'cdate', 'mdate', 'pagename', 'id', 'ns', 'title'
71 'params' => ['id' => 'string'],
140 * @param string $id page id
143 public function td($id) { argument
144 $subject = $this->getTagsFromPageMetadata($id);
280 case 'id':
308 'id' => $page,
338 * @param array $pages The pages that shall be filtered, each page needs to be an array with a key "id"
351 if (!in_array($page['id'],
438 getTagsFromPageMetadata($id) global() argument
613 isVisible($id, $ns = '') global() argument
624 isNotVisible($id, $ns = '') global() argument
704 _isVisible($id, $ns = '') global() argument
740 _getSubjectMetadata($id) global() argument
[all...]
/plugin/batchedit/
H A Dinterface.php70 * Accepts message array that starts with message id followed by optional arguments.
81 * Accepts message array that starts with message id followed by optional arguments.
108 foreach ($config->getConfig() as $id => $value) {
110 $_REQUEST[$id] = $value;
113 unset($_REQUEST[$id]);
123 print('<div id="batchedit">');
148 print('<div id="be-messages">');
177 print('<div id="be-totalstats"><div>');
208 print('<div id="be-mainform">');
212 print('<div id
262 printApplyCheckBox($id, $label, $title, $checked = FALSE) global() argument
661 getLang($id) global() argument
682 getLangPlural($id, $quantity) global() argument
737 getSvg($id) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DEventTagOverride.php29 public $id; variable in Google\\Service\\Dfareporting\\EventTagOverride
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeTimeZone.php25 public $id; variable in Google\\Service\\Document\\GoogleTypeTimeZone
34 public function setId($id) argument
36 $this->id = $id;
43 return $this->id;

1...<<11121314151617181920>>...142