Home
last modified time | relevance | path

Searched refs:id (Results 226 – 250 of 3526) sorted by relevance

12345678910>>...142

/plugin/solr/
H A Dhelper.php97 $id = $doc['id'];
98 … if (isHiddenPage($id) || auth_quickaclcheck($id) < AUTH_READ || !page_exists($id, '', false)) {
105 $ns = getNS($id);
109 $name = $id;
112 print html_wikilink(':'.$id,$name);
167 * @param string $id
170 function needs_indexing($id) { argument
171 $idxtag = metaFN($id,'.solr_indexed');
186 function update_idxfile($id) { argument
187 $idxtag = metaFN($id,'.solr_indexed');
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmeeting.svg1id="A" xlink:href="#P"><stop offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3…
/plugin/acmenu/
H A Dsyntax.php117 // get the namespace genealogy of the current id
119 $id = isset($INFO["id"]) ? $INFO["id"] : "";
120 $sub_ns = $this->_get_sub_ns($id);
121 p_set_metadata($id, array("plugin" => array("plugin_acmenu" => array("sub_ns" => $sub_ns))), false, false);
129 // get heading and id of the namespace where <acmenu> belongs
160 * the id of the <start> pages to keep open in the form:
182 * the namespace genealogy of the current page id, in the form:
229 * ["id"]
319 _get_sub_ns($id) global() argument
[all...]
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php186 if ($links[$i]->id == $link->id) {
201 public function deleteLink($id) argument
208 if ($links[$i]->id == $id) {
226 $link->id = $database->increment->link++;
245 if ($tasks[$i]->id == $task->id) {
260 public function deleteTask($id) argument
282 $deleteChildren($task->id);
283 $deleteLinks($task->id);
289 $deleteChildren($id);
290 $tasks[$id] = null;
[all …]
/plugin/translationbuddy/
H A Dsyntax.php108 foreach($pages as $id){
110 if(isHiddenPage($id)) continue;
113 $page = $id;
123 $fn = wikiFN($id);
129 $new_pages[] = $id;
175 $outdated[] = $id;
214 function baseNS($id){ argument
215 $pos = strpos((string)$id,':');
217 return substr((string)$id,0,$pos);
222 function skipBaseNS($id){ argument
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryWithPsr11ContainerTest.php26 public function get($id) argument
28 return $this->services[$id];
31 public function has($id) argument
33 return isset($this->services[$id]);
36 public function set($id, $service) argument
38 $this->services[$id] = $service;
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/news/
H A Dhelper.php76 function saveFeedData($id=null) { argument
77 if(!$id) return;
83 $md_5 = $this->_parse_headers($id) ;
97 $file_path = wikiFN($id);
101 $result['id'] = $id;
116 function _parse_items($id) { argument
118 $data = file_get_contents(wikiFN($id));
139 $md_5 = md5($id);
145 function _parse_headers($id) { argument
146 $data = file_get_contents(wikiFN($id));
[all …]
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1id:b[j].id,label:b[j].name,"default":b[j].name==""?"":(k(b[j].id)?"checked":""),userdef:false};if(… property in p.children
/plugin/ireadit/
H A Dhelper.php42 public function find_last_approved($id) { argument
59 return $approve_helper->find_last_approved($approve_sqlite, $id);
62 public function use_approve_here($id) { argument
79 return $approve_helper->use_approve_here($approve_sqlite, $id);
82 public function get_approved_revs($id) { argument
102 public function use_ireadit_here($id, $rev) { argument
104 $last_approved_rev = $this->find_last_approved($id);
108 … } elseif ($rev == p_get_metadata($id, 'last_change date')) { // check if it is last page revision
114 public function user_can_read_page($ireadit_data, $id, $rev, $user) { argument
115 if (!$this->use_ireadit_here($id, $rev)) return false;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DVideos.php38 * @param string $id
52 public function delete($id, $optParams = []) argument
54 $params = ['id' => $id];
62 * @param string|array $id
77 public function getRating($id, $optParams = []) argument
79 $params = ['id' => $id];
196 * @param string $id
200 public function rate($id, $rating, $optParams = []) argument
202 $params = ['id' => $id, 'rating' => $rating];
/plugin/sugar/
H A Dsyntax.php44 list($command,$id) = explode(':', $match_clean);
51 $url.="&module=Opportunities&record=".$id;
52 $comment="SugarCRM Opportunity # ".$id;
55 $url.="&module=Accounts&record=".$id;
56 $comment="SugarCRM Account #".$id;
60 $url.="&module=Contacts&record=".$id;
61 $comment="SugarCRM Contact #".$id;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherWithPsr11ContainerTest.php26 public function get($id) argument
28 return $this->services[$id];
31 public function has($id) argument
33 return isset($this->services[$id]);
36 public function set($id, $service) argument
38 $this->services[$id] = $service;
/plugin/freechat/phpfreechat/src/commands/
H A Dupdate.class.php43 foreach( $u->channels as $id => $chan )
46 $cmdp["recipientid"] = $id;
50 foreach( $u->privmsg as $id => $pv )
53 $cmdp["recipientid"] = $id;
60 foreach( $u->channels as $id => $chan )
63 $cmdp["recipientid"] = $id;
66 foreach( $u->privmsg as $id => $pv )
69 $cmdp["recipientid"] = $id;
/plugin/adminhomepage/
H A Daction.php96 ptln('<div id="admin__maintable">');
97 ptln(' <div id="admin__tasks">');
100 …ptln(' <div id="admin__usermanager"><a href="'.wl($ID, 'do=admin&amp;page=usermanager').'">'.$m…
102 …ptln(' <div id="admin__acl"><a href="'.wl($ID, 'do=admin&amp;page=acl').'">'.$menu['acl']['prom…
103 …ptln(' <div id="admin__plugin"><a href="'.wl($ID, 'do=admin&amp;page=plugin').'">'.$menu['plugi…
104 …ptln(' <div id="admin__config"><a href="'.wl($ID, 'do=admin&amp;page=config').'">'.$menu['confi…
109 ptln(' <div id="admin__version">');
126 ptln('<ul id="admin__pluginlist">');
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php44 function getCommits($id) { argument
45 $url_request = $this->getAPIUrl().'projects/'.$id.'/repository/commits';
50 function getIssues($id) { argument
51 $url_request = $this->getAPIUrl().'projects/'.$id.'/issues';
56 function getMilestones($id) { argument
57 $url_request = $this->getAPIUrl().'projects/'.$id.'/milestones';
62 function getPipelines($id) { argument
63 $url_request = $this->getAPIUrl().'projects/'.$id.'/pipelines';
/plugin/strreplace/
H A Daction.php19 private $id; variable in action_plugin_strreplace
39 $this->id = $INFO['id'];
54 if(in_array($this->id,$searched) && !array_key_exists ('_s' ,$searched)) {
72 … if( $doc!= $this->id) return; // prevents processing of pages loaded by template, e.g. sidebar
93 $searched['_s'] = $this->id;
95 elseif(in_array($this->id,$searched)) {
98 else $searched[] = $this->id;
111 if( array_key_exists ('_s',$searched) && $searched['_s'] == $this->id) {
116 if(in_array($this->id,$searched)) return;
117 $searched[] = $this->id;
/plugin/diagramsnet/lib/images/
H A Dgithub-logo.svg2 …<path id="puddle" fill="#9CDAF1" d="m296.94 295.43c0 20.533-47.56 37.176-106.22 37.176-58.67 0-106…
3 <g id="shadow-legs" fill="#7DBBE6">
7 …<path id="cat" d="m378.18 141.32l.28-1.389c-31.162-6.231-63.141-6.294-82.487-5.49 3.178-11.451 4.1…
8 …<path id="face" fill="#F4CBB2" d="m258.19 94.132c9.231 8.363 14.631 18.462 14.631 29.343 0 50.804-…
9 …<path id="eyes" fill="#FFF" d="m160.1 126.06 c0 13.994-7.88 25.336-17.6 25.336-9.72 0-17.6-11.342-…
11 …<path id="pupils" d="m154.46 126.38 c0 9.328-5.26 16.887-11.734 16.887s-11.733-7.559-11.733-16.887…
12 <circle id="nose" cx="188.5" cy="148.56" r="4.401"/>
13 …<path id="mouth" d="m178.23 159.69c-.26-.738.128-1.545.861-1.805.737-.26 1.546.128 1.805.861 1.134…
15 …<path id="octo" fill="#C3E4D8" d="m80.641 179.82 c0 1.174-1.376 2.122-3.07 2.122-1.693 0-3.07-.948…
16 …<path id="drop" fill="#9CDAF1" d="m69.369 186.12l-3.066 10.683s-.8 3.861 2.84 4.546c3.8-.074 3.486…
/plugin/struct/db/
H A Dupdate0014.sql2 id INTEGER, field
11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islookup, user, comment, editors FROM schemas;
16 id INTEGER PRIMARY KEY AUTOINCREMENT,
25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, user, comment, '{"allowed editors":"' || editors || '"}' FROM schemas_temp;
/plugin/redirect2/
H A Dadmin.php85 foreach ($logData as $id => $data) {
89 echo '<td>'.$this->html_atag($data['caller'], $id).'</td>';
138 private function html_atag($caller, $id) { argument
140 if (preg_match('@^(https?://|/)@', $id)) {
150 $link = '{{:'.$id.'?linkonly|'.$id.'}}';
154 $link = '[[:'.$id.'|'.$id.']]';
158 $html = hsc($id);
/plugin/header3/
H A Drenderer.php61 list($id, $start, $type, $title) = array_pop($this->sectionedits);
65 $this->doc .= "<!-- EDIT$id " . strtoupper($type) . ' ';
87 $id = 0;
89 $id++; // the number of the current footnote
96 … $this->doc .= '<sup><a href="#fnt__'.$id.'" id="fn__'.$id.'" name="fn__'.$id.'" class="fn_bot">';
97 $this->doc .= $id.')</a></sup> '.DOKU_LF;
100 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/linkscollection/
H A Dscript.js26 let id = $item.value;
28 if (nsRegex.test(id) === false) {
29 id = ':' + id;
31 return "\n * [[" + id + "]]";
125 const id = $link.prop('title');
127 let $label = jQuery('<label for="'+ id + '"/>');
128 …kbox = jQuery('<input type="checkbox" name="collection[]" value="' + id + '" id="' + id + '" />');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DProjectsBuilds.php58 * @param string $id Required. ID of the build.
63 public function cancel($projectId, $id, CancelBuildRequest $postBody, $optParams = []) argument
65 $params = ['projectId' => $projectId, 'id' => $id, 'postBody' => $postBody];
95 * @param string $id Required. ID of the build.
102 public function get($projectId, $id, $optParams = []) argument
104 $params = ['projectId' => $projectId, 'id' => $id];
152 * @param string $id Required. Build ID of the original build.
157 public function retry($projectId, $id, RetryBuildRequest $postBody, $optParams = []) argument
159 $params = ['projectId' => $projectId, 'id' => $id, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DCreativeFieldValues.php39 * @param string $id Creative Field Value ID
42 public function delete($profileId, $creativeFieldId, $id, $optParams = []) argument
44 $params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id];
54 * @param string $id Creative Field Value ID
58 public function get($profileId, $creativeFieldId, $id, $optParams = []) argument
60 $params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id];
111 * @param string $id CreativeFieldValue ID.
116 …public function patch($profileId, $creativeFieldId, $id, CreativeFieldValue $postBody, $optParams … argument
118 …$params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id, 'postBod…
H A DFloodlightActivities.php38 * @param string $id Floodlight activity ID.
41 public function delete($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
67 * @param string $id Floodlight activity ID.
71 public function get($profileId, $id, $optParams = []) argument
73 $params = ['profileId' => $profileId, 'id' => $id];
143 * @param string $id FloodlightActivity ID.
148 public function patch($profileId, $id, FloodlightActivity $postBody, $optParams = []) argument
150 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];

12345678910>>...142