Home
last modified time | relevance | path

Searched refs:id (Results 1626 – 1650 of 3526) sorted by relevance

1...<<61626364656667686970>>...142

/plugin/bez/ctl/
H A Dthread.php10 if ($this->get_param('id') == '') {
15 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
17 if ($thread->acl_of('id') < BEZ_PERMISSION_VIEW) {
49 $anchor = 'k'.$thread_comment->id;
96 $anchor = 'k' . $thread_comment->id;
115 $anchor = 'z' . $task->id;
129 $anchor = 'z' . $task->id;
153 header('Location: ' . $this->url('thread', 'id', $thread->id) . $anchor);
/plugin/revealjs/plugin/multiplex/
H A Dclient.js3 var socketId = multiplex.id;
6 socket.on(multiplex.id, function(data) {
/plugin/makemedians/
H A Daction.php37 $id = $event->data[1] . ':' . $event->data[2];
38 io_createNamespace($id, 'media');
/plugin/fedauth/js/
H A Dadmin.js19 fa_manager.bindaction('details', function(target, id) { argument
22 jQuery('#fa__det_'+id+' .details').toggle();
25 fa_manager.loadinfo(target, id);
49 bindaction: function (actname, handler, id) { argument
54 var handle = typeof id == 'undefined' ? fa_manager._stripprovid(this) : id;
/plugin/subjectindex/inc/
H A Dcommon.php350 static function is_valid_page($id) { argument
351 $id = trim($id);
352 return (page_exists($id) && isVisiblePage($id) && ! (auth_quickaclcheck($id) < AUTH_READ));
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js1023 var findArrayObjectById = function( arr, id ) { argument
1025 if ( isObject( arr[ i ] ) && arr[ i ].id === id )
1127 … if ( isNullOrUndefined( overrideValue[ k ] ) || isNullOrUndefined( overrideValue[ k ].id ) ) {
1136 … var correspondingCurrentElement = findArrayObjectById( currentValue, overrideValue[ i ].id );
1138 …w ( 'could not find element to override in "' + property + '" with ID: ' + overrideValue[ i ].id );
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dchassis_cumulus_linux.svg1id="A" x1="34.21" y1="17.85" x2="18.79" y2="-8.85" gradientUnits="userSpaceOnUse"><stop offset="0"…
/plugin/combo/ComboStrap/
H A DLogUtility.php153 $id = $INPUT->str("id");
159 fwrite($fh, date('c') . $sep . self::LVL_NAME[$logLevel] . $sep . $msg . $sep . $INPUT->server->str('REMOTE_ADDR') . $sep . $id . "\n");
230 $id = $INPUT->str("id");
231 if ($id != null) {
237 $url = wl($id, [], true);
238 $htmlMsg .= " - <a href=\"$url\">$id</a>";
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php187 $id = $state->get_property(CSS_HTML2PS_LINK_DESTINATION);
188 if (!is_null($id)) {
189 $this->set_id($id);
193 function set_id($id) { argument
194 $this->_id = $id;
196 if (!isset($GLOBALS['__html_box_id_map'][$id])) {
197 $GLOBALS['__html_box_id_map'][$id] =& $this;
H A Doutput.fastps.class.php119 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
120 $init = "image-".$id."-init";
135 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
136 $init = "image-".$id."-init";
151 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
152 $init = "image-".$id."-init";
165 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
166 $init = "image-".$id."-init";
179 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
180 $init = "image-".$id."-init";
/plugin/indexmenu/scripts/
H A Dcontextmenu.js5 * node.hns = headpage id;
7 * node.dokuid = the DW id (namespace parent in case of headpage);
8 * id = the DW id of the selected node (headpage id in case of headpage);
83 [LANG.plugins.indexmenu.revs, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=revisions"'],
84 [LANG.plugins.indexmenu.tocpreview, '"javascript: IndexmenuContextmenu.createTocMenu(\'call=indexmenu&req=toc&id="+id+"\',\'picker_"+index.treeName+"\',\'s"+index.treeName+node.id+"\');"']
89 [LANG.plugins.indexmenu.insertdwlink, '"javascript: IndexmenuContextmenu.insertTags(\'"+id
294 var html, id, item, a, li; global() variable
[all...]
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte165 <div id="links">
194 <div id="copy-section">
197 <input id="markdown" type="text" value={mdCode} on:click={onCopyMarkdown} />
204 id="autosize"
210 id="width-active"
214 id="width"
223 id="height-active"
227 id="height"
/plugin/imapmarkers/
H A Dscript.js82 function find_area_by_jquery_id(id, imap_index = null) { argument
89 if (area['id'] == id) {
99 if (area['id'] == id) {
156 function get_marker_width_and_height(id) { argument
157 return [$(id).width(), $(id).height()];
164 let id = _g.a_last_clicked_id[index]['id'];
165 … if (_g.defaults['debug']) { console.log("RESIZE::[" + index + "] LAST CLICKED ID=" + id); }
394 let id = data['id'];
396 …if (_g.defaults['debug']) { console.log("CLICK ID='" + id + "' AREA IMAP-INDEX=" + imap_index + " …
402 if (object['id'] == id) {
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/Interchange/
H A DId.php
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php8 $id = preg_replace('/.txt/','.meta',$page) ;
10 $meta_file = CKG_META_DIR . $dir . $id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Df9636d7ef1a45be4f36418c875cf6bef.asciidoc7 'id' => 'dh3sgudg8gsrgl',
11 'id' => 'my_web_session_summariser',
H A D9a4d5e41c52c20635d1fd9c6e13f6c7a.asciidoc7 'id' => '1',
15 'id' => '1',
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php23 <td><a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
24 #z<?php echo $task->id ?>
/plugin/amcharts/
H A Dscript.js4 var id = jQuery(div).attr('id');
6 var chart = AmCharts.makeChart(id, jsyaml.load(decodeURIComponent(escape(atob(amdata)))));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php24 protected $id; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
160 $writer->writeElement($cs . 'uid', $this->id);
196 return $this->id;
/plugin/solr/
H A Dindex_all.php100 $id = pathID($file);
101 $info = new Solr_Pageinfo($id);
113 $data['errors'][] = array('id' => $id, 'result' => $result);
/plugin/diagramsnet/lib/img/lib/mscae/
H A DHDInsightClusters.svg1id="B" d="M31.34 15.228l.793 1.35 2.3 3.967c.476-.08.952-.08 1.428 0 1.666 0 3.253.476 4.68 1.27l2…
/plugin/confmanager/action/
H A Dregisterconfig.php78 * @param string $id
81 private function getDescription($id) { argument
82 $fn = $this->localFN($id);
/plugin/projects/plugins/target/
H A Dmedia.php24 $id = $project->name() . ':' . $name;
25 $media_name = mediaFN($id);
/plugin/cryptsign/
H A Dsign.php17 $id = $_POST['id']; variable
20 $sig = md5($id.$user.trim($text).auth_cookiesalt());

1...<<61626364656667686970>>...142