Home
last modified time | relevance | path

Searched refs:id (Results 1526 – 1550 of 3526) sorted by relevance

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

/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js42 id: 'tab-basic',
47 id: 'div_types',
57 id: 'specials',
65 id: 'reset',
80 id: 'wrap',
/plugin/odt/renderer/
H A Dpage.php480 * @param string $id the hash link
658 function set_page_bookmark($id){ argument
1305 * @param string $id
1308 function reference($id, $name = NULL) { argument
1330 $default = $this->_simpleTitle($id);
1336 list($id,$hash) = explode('#',$id,2);
1337 $url = wl($id,'',true);
1340 if ($ID == $id) {
1342 $id = $hash;
1386 $id = $this->_getLinkTitle($id, $hash, $isImage);
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js33 for (var id in files)
38 var doc = mxUtils.parseXml(files[id]);
64 zip.file(id, files[id]);
341 shape.setAttribute("ID", id);
402 var vsdxId = getCellVsdxId(cell.id);
519 var vsdxId = getCellVsdxId(cell.id);
655 layerIdsMaps[layers[k].id] = k;
658 for (var id in model.cells)
660 var cell = model.cells[id];
677 for (var id in model.cells)
[all …]
/plugin/bez/db/
H A Dupdate0006.sql4 UPDATE task_comment SET closing=1 WHERE id IN (SELECT MAX(id) FROM task_comment GROUP BY task_id)
/plugin/stlviewer/stlviewer/
H A DProjector.js9 this.id = 0;
21 this.id = 0;
64 this.id = 0;
263 _line.id = object.id;
296 _face.id = object.id;
383 _object.id = object.id;
593 _face.id = object.id;
736 _line.id = object.id;
830 _sprite.id = object.id;
945 } else if ( a.id !== b.id ) {
[all …]
/plugin/bibtex/
H A Dsyntax.php310 …ns.= '<dt><div id="bibtexdt">[' . $entry['year'] . ", " . $entry['bibtexEntryType'] . $this->toDow…
377 //$link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
403 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
459 function _getLinkTitle($title, $default, & $isImage, $id=NULL) { argument
464 if ($conf['useheading'] && $id) {
465 $heading = p_get_first_heading($id);
/plugin/autolink2/
H A Dhelper.php129 function _updateAutolinkIndex($id, $autolinks){ argument
135 $pid = array_search("$id\n", $this->page_idx);
137 $this->page_idx[] = "$id\n";
149 if ($ID == $id){
179 function _removeAutolinkIndex($id){ argument
183 $pid = array_search("$id\n", $this->page_idx);
189 if ($ID == $id){
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php37 $id = cleanID($this->info['ns'] . ':' . $sanitized_name);
38 $fake_id = cleanID("$id:fake"); //add fake pageid
43 io_saveFile(mediametaFN($id, '.dirname'), serialize([
/plugin/numbering/
H A Dscript.js23 var id = this.id.replace(/num/,'nmbr');
24 var _ret = jQuery('#' + id);
/plugin/sneakyindexfix/
H A Daction.php37 $id = & $data['id'];
48 if(noNS($id) !== '*') return; //only namespacecheck
70 $ns = getNS($id);
/plugin/tabbox/
H A Dscript.js23 var id = $open.attr('id').substr(4);
24 $box.find('#lnk_'+id).addClass('active');
26 DokuCookie.setValue('tabbox', id);
/plugin/combo/ComboStrap/
H A DSearchTag.php54 $id = WikiPath::createRequestedPagePathFromRequest()->getWikiId();
57 $id = "not_found";
83 id="dw__search"
91 <input type="hidden" name="id" value="$id" />
93 <input class="edit form-control" type="text" id="$inputSearchId" name="q" $valueKeyProp placeholder="{$lang['btn_search']}... (Alt+Shift+F)" autocomplete="$browserAutoComplete" accesskey="f" title="[F]"/>
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php10 'tagged_page' => ['id' => 'tagged_page'],
11 'negative_page' => ['id' => 'negative_page'],
12 'third_page' => ['id' => 'third_page']
92 foreach ($expected as $id) {
95 if ($page['id'] === $id) {
100 $this->assertTrue($found, $msg_prefix.'Page '.$id.' expected but not found in the result');
104 $this->assertTrue(in_array($page['id'], $expected), $msg_prefix.'Page '.$page['id'].' is in the result but wasn\'t expected');
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js17id:"find",label:f.find,title:f.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],ch…
18id:"txtFindCaseChk",isChanged:!1,label:f.matchCase},{type:"checkbox",id:"txtFindWordChk",isChanged…
19 …children:[{type:"text",id:"txtFindReplace",label:f.findWhat,isChanged:!1,labelLayout:"horizontal",…
20 …children:[{type:"text",id:"txtReplace",label:f.replaceWith,isChanged:!1,labelLayout:"horizontal",a…
21 …",padding:0,children:[{type:"checkbox",id:"txtReplaceCaseChk",isChanged:!1,label:f.matchCase},{typ…
22 label:f.matchWord},{type:"checkbox",id:"txtReplaceCyclic",isChanged:!1,"default":!0,label:f.matchCy…
/plugin/xml/
H A Drenderer.php402 $id = $link;
404 list($id, $hash) = explode('#', $id, 2);
405 list($id, $search) = explode('?', $id, 2);
406 if ($id === '') $id = $ID;
407 $default = $this->_simpleTitle($id);
408 resolve_pageid(getNS($ID), $id, $exists);
409 $name = $this->_getLinkTitle($name, $default, $isImage, $id, 'content');
410 …$this->doc .= '<link type="'.$type.'" link="'.$this->_xmlEntities($link).'" id="'.$id.'" search="'…
584 function _getLinkTitle($title, $default, & $isImage, $id=null, $linktype='content'){ argument
590 if (useHeading($linktype) && $id) {
[all …]
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js18id:"find",label:e.find,title:e.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],ch…
19id:"txtFindCaseChk",isChanged:!1,label:e.matchCase},{type:"checkbox",id:"txtFindWordChk",isChanged…
20 id:"txtFindReplace",label:e.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"bu…
21 id:"txtReplace",label:e.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"but…
22 …x",id:"txtReplaceCaseChk",isChanged:!1,label:e.matchCase},{type:"checkbox",id:"txtReplaceWordChk",…
/plugin/fastwiki/
H A Dscript.js43 m_initialId = m_content.attr('id');
71 var supportedFields = {'do':1, rev:1, id:1}; property in plugin_fastwiki.fixActionLinks.supportedFields
80 var curPathId = JSINFO.id.replace(/:/g, '/');
118 var pathId = JSINFO.id.replace(/:/g, '/');
119 // Handle all anchors instead of using CSS selectors to narrow it down, since the current id can change.
130 if (href.indexOf('id=') >= 0)
143 // 'a[href $= "doku.php?id=' + JSINFO.id + '"], a[href $= "doku.php/' + pathId + '"], a[href = "/' + pathId + '"]'
171 var preview = $('<div id="preview_container">' + data + '</div>');
348 m_cache.remove(JSINFO.id);
[all...]
/plugin/cleanoldips/
H A Daction.php91 * @param string $id
94 public function cleanChangelog($id, $changelogFN) argument
101 $cacheFile = $this->getOurCacheFilename($id, true);
124 … throw new RuntimeException('There was an unknown error writing the changlog for ' . $id);
/plugin/rater/
H A DREADME15 {(rater>id=1|name=item1|type=rate)}
20 {(rater>id=1|name=item1|type=vote)}
32 {(rater>id=1|name=item1|type=stat)}
47 for examples please refer to: http://www.fristercons.de/fcon/doku.php?id=rater:example
/plugin/bez/ctl/
H A Dtasks.php13 foreach ($_POST['task_id'] as $id) {
14 $task = $this->model->taskFactory->get_one($id);
18 foreach ($_POST['task_id'] as $id) {
19 $task = $this->model->taskFactory->get_one($id);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php150 public function createDocument(string $id = '', $data = [])
152 return new Document($id, $data, $this);
244 // set autogenerated id to document
285 * @param int|string $id Document id
293 public function getDocument($id, array $options = []): Document
296 $endpoint->setId($id); argument
303 throw new NotFoundException('doc id '.$id.' not found');
314 $doc = new Document($id,
143 createDocument(string $id = '', $data = []) global() argument
264 getDocument($id, array $options = []) global() argument
[all...]
/plugin/tagfilter/script/select2/
H A Dselect2.js416 * Example: {results:[{id:1, text:'Red'},{id:2, text:'Blue'}], more:true}
474 * If the array form is used it is assumed that it contains objects with 'id' and 'text' keys.
477 * an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text'
549 filtered.results.push(isObject ? this : {id: this, text: this});
628 if (token !== undefined && token !== null && opts.id(token) !== undefined && opts.id(token) !== null) {
631 if (equal(opts.id(token), opts.id(selection[i]))) {
676 this.id
942 opts.id = function (e) { return e[idKey]; }; global() function
1009 var obj = { id: this, text: this }, global() property in AnonymousFunctionbb87bed02d00.obj
2519 AnonymousFunctionbb87bed08f00(id) global() argument
3345 id: function (e) { return e == undefined ? null : e.id; }, global() method in $.fn.select2.defaults
[all...]
/plugin/quickstats/
H A Dadmin.php212 foreach($this->cache as $key=>$id) {
213 $this->get_item($key,$id);
320 function get_item($key,$id) { argument
329 …eckbox' name='del[$key]' value='$id' onclick='uncheck(\"$key\");' $checked>&nbsp;</td><td $bg_colo…
346 foreach($this->cache as $id) {
347 ptln("<option value='$id'> $id" . NL);
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js115 function getDeskTicket(id, fn) argument
118 xhr.open('GET', deskDomain + '/api/v2/tickets/' + id);
214 graph.view.states.visit(function(id, state) argument
220 var id = getIdForDeskLink(link);
223 getDeskTicket(id, function(ticket, req)
325 var id = getIdForDeskLink(text);
327 getDeskTicket(id, function(ticket, req)
350 cell.value.setAttribute('ticket_id', id);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js.map1id","item","prop","startsWith","noTrack","onBeforeUndo","onBeforeRedo","batchActions","Monitor","_…

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