Home
last modified time | relevance | path

Searched refs:id (Results 1226 – 1250 of 3526) sorted by relevance

1...<<41424344454647484950>>...142

/plugin/zip/pear/File/Archive/Writer/
H A DZip.php193 $id = realpath($dataFilename);
194 $id = urlencode($id);
195 $id = str_replace('_', '%5F', $id);
201 if (($data = $cache->get($id, $group)) !== false) {
221 $cache->save($data, $id, $group);
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmac_client.svg1id="A" x1="-64.527" y1="234.672" x2="-64.645" y2="158.131" xlink:href="#G"><stop offset="0" stop-c…
H A Dlaptop_client.svg1id="A" x1="78.755" y1="211.727" x2="78.358" y2="164.669" xlink:href="#F"><stop offset="0" stop-col…
H A Dcommunity_discussion.svg1id="A" x1="325.447" y1="159.211" x2="324.979" y2="137.171" xlink:href="#F"><stop offset="0" stop-c…
H A Dsecure.svg1id="A" x1="68.816" y1="101.562" x2="139.486" y2="101.562" xlink:href="#F"><stop offset="0" stop-co…
/plugin/mantisreporter/
H A Dsyntax.php142 if($priority->id == 30) {
145 $html .= 'value="'.$priority->id.'">'.$priority->name.'</option>';
163 $html .= '<option value="'.$reporter->id . '"';
311 return $customField->field->id;
359 $newIssue->reporter->id = (int) $_POST['reporter'];
362 $newIssue->priority->id = (int) $_POST['priority'];
365 $newIssue->project->id = (int) $_POST['projectId'];
374 $prognose->field->id = $this->getPrognoseId($_POST['projectId']);
/plugin/sectiontoggle/
H A Dscript.js38 var id = '#' + text;
39 jQuery(id).toggleClass('st_closed st_opened');
40 jQuery(id).next().toggle()
173 var $id,
186 $id = jQuery(this).attr("id");
187 tagname = tagname + "#" + $id;
209 var id = jQuery(this).attr("id");
210 if (id) {
[all...]
/plugin/combo/ComboStrap/
H A DPanelTag.php81 $id = $tagAttributes->getId();
83 $id = $idManager->generateNewHtmlIdForComponent(self::PANEL_LOGICAL_MARKUP . "-" . $context);
84 $tagAttributes->setId($id);
104 && $descendantPanel === $id
116 $id = $idManager->generateNewHtmlIdForComponent(PanelTag::PANEL_LOGICAL_MARKUP);
119 TagAttributes::ID_KEY => $id
164 $id = $openingTag->getAttribute(TagAttributes::ID_KEY);
166 $editButtonCall = EditButton::create("Edit panel $id")
206 LogUtility::error("No id was found for a panel in the tabs");
207 $ariaLabelledValue = "unknwon-id
[all...]
/plugin/dokumicrobugtracker/
H A Dsyntax.php12 … metaFN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); … argument
352 function _emailForNewBug($id,$project,$version,$severity,$description) argument
356 …$body='A new bug have entered in the project : '.$project.' (id : '.$id.")\n\n".' Version : '.$ver…
357 …A new bug have entered in the project : '.$project.' Version :'.$version.' ('.$severity.') : '.$id;
/plugin/jirainfo/
H A Dscript.js149 this.id = elem.getAttribute("data-target");
151 this.id = "jiPopup" + ++counter;
152 elem.setAttribute("data-target", this.id);
164 popup.id = this.id;
260 return document.getElementById(this.id).children[0];
264 return document.getElementById(this.id).children[1];
268 return document.getElementById(this.id).children[1].children[0];
272 return document.getElementById(this.id);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js57 library.first().save({id: '1-the-tempest', author: 'William Shakespeare'});
62 assert.equal(data.id, '1-the-tempest');
70 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}, {
79 assert.equal(data.id, '2-the-tempest');
86 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}, {
93 assert.equal(data.id, '2-the-tempest');
100 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}, {
107 assert.equal(data.id, '2-the-tempest');
114 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'});
123 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'});
[all …]
/plugin/gemini/
H A Drenderer.php264 public function internallink($id, $title = null) argument
268 $id = explode('?', $id, 2)[0];
269 $id = explode('#', $id, 2)[0];
270 if ($id === '') $id = $ID;
271 $id = (new PageResolver($ID))->resolveId($id);
273 if (page_exists($id)) {
274 $url = '//' . $_SERVER['HTTP_HOST'] . '/' . $id;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php350 * @param int $id
354 public static function audioFormatLookup($id) { argument
373 return (isset($lookup[$id]) ? $lookup[$id] : false);
377 * @param int $id
381 public static function audioRateLookup($id) { argument
388 return (isset($lookup[$id]) ? $lookup[$id] : false);
392 * @param int $id
401 return (isset($lookup[$id]) ? $lookup[$id] : false);
405 * @param int $id
409 public static function videoCodecLookup($id) { argument
[all …]
/plugin/combo/action/
H A Drouter.php58 // Where the target id value comes from
67 * Identifier Permalink (full page id)
71 * Extended Permalink (abbreviated page id at the end)
133 * The id may have been changed by
136 * to get the original requested id
140 $originalId = $_GET["id"] ?? null;
148 * Determine if the request should be banned based on the id
150 * @param string $id
159 public static function isShadowBanned(string $id): bool
181 if (strpos($id, 'w
157 isShadowBanned(string $id) global() argument
217 isWellKnownFile(string $id) global() argument
661 scoreBestNamespace($id) global() argument
932 getBestPage($id) global() argument
[all...]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1id=="txtHeight"){if(D&&D!="0"){D=Math.round(E.$.width*(D/E.$.height))}if(!isNaN(D)){C.setValueOf("…
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php930 public $id; variable in Google_ModeratorTopicsResourcePartial
932 $this->id = $id;
980 public $id; variable in Google_Profile
994 $this->id = $id;
1082 public $id; variable in Google_Series
1141 $this->id = $id;
1317 public $id; variable in Google_Submission
1390 $this->id = $id;
1565 $this->id = $id;
1670 $this->id = $id;
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1id=="txtHeight"){if(D&&D!="0"){D=Math.round(E.$.width*(D/E.$.height))}if(!isNaN(D)){C.setValueOf("…
/plugin/parserarray/
H A Drenderer.php27 $id = $ID;
28 $instructions = p_cached_instructions(wikiFN($id),false,$id);
/plugin/autotranslation/
H A Dscript.js9 var id = jQuery(this).val();
12 var link = action + '?id=' + id;
14 link = action + id;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc544 id : 'browse1',
551 id : 'browse1',
563 id : 'info',
569 id : 'linkType',
633 id : 'url',
838 id : 'media',
966 id : 'upload',
975 id : 'upload',
990 id : 'advanced',
996 id : 'msg',
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Dfriend.php27 $id = $_ENV['friend']->delete($uid, $friendids);
28 return $id;
35 $id = $_ENV['friend']->add($uid, $friendid, $comment);
36 return $id;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php83 $id = [$principalUri, count($this->subs[$principalUri])+1];
85 $properties['id'] = $id;
88 'id' => $id,
91 return $id;
/plugin/bez/tpl/
H A Dkp.php4 <span id="bez_8d_send_button">[<a href="
6 $tpl->getLang('kp_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
7 $tpl->url('kp', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']); ?>">
16 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
17 #<?php echo $tpl->get('thread')->id ?>
/plugin/twcheckliste/
H A Dscript.js35 id : 'GRUPPE' + indexh2,
61 id : '',
75 id : 'LEVEL2_' + h3level,
90 id : '',
105 id : 'LEVEL3_' + h4level,
118 id : '',
/plugin/sentry/
H A Dhelper.php157 * @param string $id
160 public function loadEvent($id) argument
164 $file = $cachedir . $id . '.json';
173 * @param string $id
175 public function deleteEvent($id) argument
179 $file = $cachedir . $id . '.json';

1...<<41424344454647484950>>...142