Home
last modified time | relevance | path

Searched refs:id (Results 51 – 75 of 3142) sorted by relevance

12345678910>>...126

/plugin/sectiontoggle/
H A Dtemplates.ini2 type = id
6 type = id
10 type = id
18 type = id
22 type = id
26 type = id
30 type = id
34 type = id
38 type = id
42 type = id
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersThreads.php41 * @param string $id ID of the Thread to delete.
44 public function delete($userId, $id, $optParams = []) argument
46 $params = ['userId' => $userId, 'id' => $id];
55 * @param string $id The ID of the thread to retrieve.
63 public function get($userId, $id, $optParams = []) argument
65 $params = ['userId' => $userId, 'id' => $id];
102 * @param string $id The ID of the thread to modify.
119 * @param string $id The ID of the thread to Trash.
123 public function trash($userId, $id, $optParams = []) argument
125 $params = ['userId' => $userId, 'id' => $id];
[all …]
/plugin/lms/
H A Dhelper.php44 $ID = $INFO['id'];
51 * @param string $id Page ID of the lesson
56 public function markLesson($id, $user, $seen = true)
61 $line = time() . "\t" . $id . "\t" . ($seen ? 1 : 0) . "\n";
81 [$time, $id, $seen] = explode("\t", trim($line));
85 $lessons[$id] = $time;
86 } elseif (isset($lessons[$id])) {
88 unset($lessons[$id]);
98 * @param string $id Page ID of the lesson
101 public function getLesson($id,
55 markLesson($id, $user, $seen = true) global() argument
100 getLesson($id, $user) global() argument
113 getNextLesson($id, $user = null) global() argument
141 getPrevLesson($id, $user = null) global() argument
[all...]
/plugin/simplewikipagetree/
H A Dsyntax.php75 if($id == 'start'){
82 $info = basicinfo($id);
89 if($id == substr($INFO['id'],0,strlen($id))){
121 $id = str_replace('/',':',$id);
122 $id = str_replace('.txt','',$id);
123 return $id;
127 $id = $this->getID($filepath);
132 $id .= ':start';
172 $id = $this->getID($filepath);
175 $id .= ':start';
[all …]
/plugin/footnotestyle/
H A Drenderer.php54 $id = count($this->footnotes)+1;
59 $id = count($this->footnotes)+1;
65 $id = count($this->footnotes)+1;
70 $this->doc .= $this->_format_footnote_link($id);
80 $id = 0;
135 function _format_footnote_link($id) { argument
139 $link = $id;
148 …$link = '<a href="#fn__'.$id.'" name="fnt__'.$id.'" id="fnt__'.$id.'" class="fn_top">'.$link.'</a>…
157 function _format_footnote_bottomlink($id) { argument
160 $link = $id;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DCoursesCourseWorkStudentSubmissions.php48 * @param string $id Identifier of the student submission.
52 public function get($courseId, $courseWorkId, $id, $optParams = []) argument
54 $params = ['courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id];
118 * @param string $id Identifier of the student submission.
125 …$params = ['courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $p…
146 * @param string $id Identifier of the student submission.
156 public function patch($courseId, $courseWorkId, $id, StudentSubmission $postBody, $optParams = []) argument
158 …$params = ['courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $p…
181 * @param string $id Identifier of the student submission.
211 * @param string $id Identifier of the student submission.
[all …]
/plugin/showlinkpermission/
H A Drenderer.php33 $parts = explode('?', $id, 2);
35 $id = $parts[0];
43 if ($id === '') {
44 $id = $ID;
48 $default = $this->_simpleTitle($id);
51 resolve_pageid(getNS($ID),$id,$exists);
70 if(!$isImage && auth_aclcheck($id, $user, $groups) < AUTH_READ) {
76 list($id,$hash) = explode('#',$id,2);
85 if ($id == $INFO['id']) {
91 $link['url'] = wl($id, $params);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php84 $id = (int) $easy->handle;
88 function () use ($id) {
89 return $this->cancel($id);
152 $id = (int) $easy->handle;
153 $this->handles[$id] = $entry;
168 private function cancel($id) argument
171 if (!isset($this->handles[$id])) {
176 unset($this->delays[$id], $this->handles[$id]);
186 $id = (int) $done['handle'];
194 $entry = $this->handles[$id];
[all …]
/plugin/farm/
H A Dconfig.class.php84 $id = trim($m[1]);
89 $cnf[$id] = $d;
125 $id = trim($m[1]);
126 $this->ref[$id] = $i;
137 …riggerChange($id, $d, isset($_POST['config_field_'.$id]))) $this->conf[$n] = '$farmconf[\''.$id.'\…
143 …if($this->triggerChange($id, $fb(), $fa())) $this->conf[$n] = '$farmconf[\''.$id.'\'] = '.$_POST['…
146 …hange($id, $d, $_POST['config_field_'.$id])) $this->conf[$n] = '$farmconf[\''.$id.'\'] = \''.str_r…
217 if($id == 'userewrite') {
245 if($id == 'virtual') {
276 if($id == 'farmerhost') {
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php29 protected $id; variable in Facebook\\WebDriver\\Remote\\RemoteWebElement
41 * @param string $id
44 public function __construct(RemoteExecuteMethod $executor, $id, $isW3cCompliant = false) argument
47 $this->id = $id;
61 [':id' => $this->id]
77 [':id' => $this->id]
103 $params[':id']
590 newElement($id) global() argument
[all...]
/plugin/combo/resources/background/
H A Dbackground1.svg10 <g id="Group_243" data-name="Group 243" transform="translate(-1838 1118)">
11 <rect id="Rectangle_689" data-name="Rectangle 689" class="cls-1" width="89" height="75" transform="translate(54 476)"></rect>
12 <rect id="Rectangle_690" data-name="Rectangle 690" class="cls-1" width="89" height="75" transform="translate(333 140)"></rect>
13 <rect id="Rectangle_691" data-name="Rectangle 691" class="cls-1" width="89" height="75" transform="translate(479 200)"></rect>
14 <rect id="Rectangle_692" data-name="Rectangle 692" class="cls-1" width="89" height="75" transform="translate(493 327)"></rect>
15 <rect id="Rectangle_694" data-name="Rectangle 694" class="cls-1" width="89" height="75" transform="translate(280 364)"></rect>
16 <rect id="Rectangle_695" data-name="Rectangle 695" class="cls-1" width="89" height="75" transform="translate(100 354)"></rect>
17 <rect id="Rectangle_696" data-name="Rectangle 696" class="cls-1" width="89" height="75" transform="translate(493 41)"></rect>
18 <rect id="Rectangle_697" data-name="Rectangle 697" class="cls-1" width="89" height="75" transform="translate(10 39)"></rect>
19 <rect id
[all...]
/plugin/epub/
H A Dhelper.php23 function is_inCache($id) { argument
24 $md5 = md5($id);
29 function remove_page($id) { argument
30 $md5 = md5($id);
53 function writeCache($id) { argument
54 if(!$this->is_inCache($id)) {
55 $this->cache[md5($id)] = $id;
68 $md5 = md5($id);
69 if(!$this->is_inCache($id)) {
97 function get_page_data($id) { argument
[all …]
/plugin/solr/
H A DPageinfo.php14 protected $id; variable in Solr_Pageinfo
17 public function __construct($id){ argument
18 $this->id = $id;
23 'id' => $this->id,
24 'content' => rawWiki($this->id)
26 $meta = p_get_metadata($this->id, '', true);
40 foreach($meta['relation']['references'] as $id => $num_ref) {
41 if($id) {
42 $fields['references'][] = $id;
/plugin/elasticsearch/action/
H A Dindexing.php45 wikiFN($INFO['id']),
86 if ($event->data['unl']) $this->delete_entry($event->data['id'], self::DOCTYPE_MEDIA);
90 * Check if the page $id has changed since the last indexing.
92 * @param string $id
95 protected function needs_indexing($id) { argument
96 $indexStateFile = metaFN($id, '.elasticsearch_indexed');
97 $refreshStateFile = metaFN($id, '.elasticsearch_refresh');
98 $dataFile = wikiFN($id);
101 if (!file_exists($dataFile) || isHiddenPage($id)) {
104 $this->delete_entry($id, sel
171 update_indexstate($id, $doctype = self DOCTYPE_PAGE) global() argument
184 delete_entry($id, $doctype) global() argument
214 index_page($id) global() argument
317 getPluginData($id) global() argument
[all...]
/plugin/mindmap/
H A Dsyntax.php309 $media[$item['id']] = array(
351 'id' => $ns,
392 $pages[$item['id']] = array (
509 foreach($pages as $id => $page) {
513 …$output .= " \"media-$id\" [shape=box, label=\"$id\", color=sandybrown, fontname=Helvetica];\n";
516 foreach($pages as $id => $page){
558 foreach($pages as $id => $item){
561 … $output .= " <node id=\"page-$id\" label=\"$id\" start=\"{$item['time']}\">\n";
574 foreach($media as $id => $item){
577 … $output .= " <node id=\"media-$id\" label=\"$id\" start=\"{$item['time']}\">\n";
[all …]
/plugin/simplenavi/
H A Dsyntax.php59 $ns = getNS((new PageResolver($INFO['id']))->resolveId("$ns:xxx"));
66 $INFO['id'],
110 $items[$startPage['id']] = $startPage;
203 if (($item['type'] == 'd' && $item['open']) || $INFO['id'] == $item['id']) {
204 return '<strong>' . html_wikilink(':' . $item['id'], $item['title']) . '</strong>';
206 return html_wikilink(':' . $item['id'], $item['title']);
244 $id = pathID($file);
249 !preg_match('#^' . $id . '(:|$)#', $opts['currentID']) &&
250 !preg_match('#^' . $id
198 getTitle($id) global() argument
[all...]
/plugin/swiftmail/Swift/Connection/
H A DRotator.php43 foreach ($connections as $id => $conn)
45 $this->addConnection($connections[$id], $id);
78 for ($id = $start; $id < $total; $id++)
82 if (!$this->connections[$id]->isAlive()) $this->connections[$id]->start();
83 if ($this->connections[$id]->isAlive())
85 $this->active = $id;
90 $this->dead[] = $id;
91 $this->connections[$id]->stop();
95 $fail_messages[] = $id . ": " . $e->getMessage();
142 foreach ($this->connections as $id => $conn)
[all …]
/plugin/odt/renderer/
H A Dbook.php115 * @param string $id page ID to link to. eg. 'wiki:syntax'
121 function internallink($id, $name = NULL, $returnonly = false) { argument
124 $default = $this->_simpleTitle($id);
126 resolve_pageid(getNS($ID),$id,$exists);
127 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
130 list($id,$hash) = explode('#',$id,2);
134 if ( in_array($id, $pages) ) {
139 $this->locallink_with_text($hash, $id, $name, $returnonly);
145 $url = wl($id,'',true);
148 if ($ID == $id) {
[all …]
/plugin/pdb/classes/
H A Dcache.php36 function GetMediaPath($id){ argument
37 $id = strtolower($id);
60 $files[$id] = $path;
70 function GetMediaLink($id){ argument
80 function GetMediaText($id){ argument
94 function PutMediaText($id,$text){ argument
126 function Exists($id){ argument
160 function _save_array($id,$ar=''){ argument
162 if(empty($id)) return false;
192 function _read_array($id){ argument
[all …]
/plugin/cache/
H A Dplugin_cache.php43 function GetMediaPath($id){ argument
44 $id = strtolower($id);
67 $files[$id] = $path;
77 function GetMediaLink($id){ argument
87 function GetMediaText($id){ argument
101 function PutMediaText($id,$text){ argument
133 function Exists($id){ argument
167 function _save_array($id,$ar=''){ argument
169 if(empty($id)) return false;
199 function _read_array($id){ argument
[all …]
/plugin/pubchem/classes/
H A Dcache.php36 function GetMediaPath($id){ argument
37 $id = strtolower($id);
39 return sprintf($this->mediaFormat,$id);
41 return sprintf($this->tmpFormat,$id);
59 $id = str_replace($patten,$replace,$name);
60 $files[$id] = $path;
70 function GetMediaLink($id){ argument
71 return ml(sprintf($this->linkFormat,$id),'',true,'',true);
80 function GetMediaText($id){ argument
94 PutMediaText($id, $text) global() argument
126 Exists($id) global() argument
160 _save_array($id, $ar = '') global() argument
192 _read_array($id) global() argument
[all...]
/plugin/pubmed/classes/
H A Dcache.php36 function GetMediaPath($id){ argument
37 $id = strtolower($id);
39 return sprintf($this->mediaFormat,$id);
41 return sprintf($this->tmpFormat,$id);
59 $id = str_replace($patten,$replace,$name);
60 $files[$id] = $path;
70 function GetMediaLink($id){ argument
71 return ml(sprintf($this->linkFormat,$id),'',true,'',true);
80 function GetMediaText($id){ argument
94 PutMediaText($id, $text) global() argument
126 Exists($id) global() argument
160 _save_array($id, $ar = '') global() argument
192 _read_array($id) global() argument
[all...]
/plugin/bez/syntax/
H A Dqlink.php22 list(,$code, $id) = $matches;
25 $id_key = 'id';
32 $anchor = '#k' . $id;
36 $res = $sqlite->query("SELECT thread_id FROM thread_comment WHERE id=?", $id);
37 $id = $res->fetchColumn();
46 $anchor = '#zk' . $id;
50 $res = $sqlite->query("SELECT task_id FROM task_comment WHERE id=?", $id);
51 $id
[all...]
/plugin/batchedit/
H A Dconfig.php58 public function getConf($id) { argument
59 if (array_key_exists($id, $this->config)) {
60 return $this->config[$id];
63 if (array_key_exists($id, self::$defaults)) {
64 return self::$defaults[$id];
131 private function loadBoolean($options, $id) { argument
132 if (array_key_exists($id, $options)) {
133 $this->config[$id] = $options[$id] == TRUE;
140 private function loadInteger($options, $id) { argument
[all...]
/plugin/pubmed2020/
H A Dsyntax.php102 if (empty($refs[$id]))
374 if (empty($id)) {
375 $id = $cmd;
401 $id = explode(",", $id);
408 sort($id);
409 $id = array_reverse($id);
413 $id = array_unique($id, SORT_REGULAR);
429 list($id, $tt) = explode('|', $id, 2);
445 list($id, $hash) = explode('|', $id, 2);
473 $id = explode(",", $id);
[all …]

12345678910>>...126