Home
last modified time | relevance | path

Searched refs:id (Results 2001 – 2025 of 3526) sorted by relevance

1...<<81828384858687888990>>...142

/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1id:"info",label:f.lang.common.generalTab,title:f.lang.common.generalTab,padding:0,align:"top",elem…
/plugin/data/syntax/
H A Dentry.php228 public function saveData($data, $id, $title)
234 $title = $id;
244 $id,
250 $revision = filemtime(wikiFN($id));
256 $id
259 // fetch page id
261 $res = $this->replaceQuery("SELECT pid FROM pages WHERE page = ?", $id);
511 ->id('data__classes')
209 _saveData($data, $id, $title) global() argument
/plugin/combo/ComboStrap/
H A DPageExplorerTag.php284 * Id (id is mandatory for toggle)
286 $id = $pageExplorerTagAttributes->getValue(TagAttributes::ID_KEY);
287 if ($id === null) {
288 $id = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PageExplorerTag::CANONICAL);
289 $pageExplorerTagAttributes->setComponentAttributeValue(TagAttributes::ID_KEY, $id);
610 * data-wiki-id, needed for the
727 * <button data-bs-target="#id" data-bs-collapse="collapse">
730 * <div id="id">
742 * Keep the id uniqu
[all...]
H A DOutlineSection.php33 * @var array an array to make sure that the id are unique
150 !$this->headingEnterCall->hasAttribute("id")
152 $this->headingEnterCall->addAttribute("id", $this->getHeadingId());
229 $id = $this->headingEnterCall->getAttribute("id");
230 if ($id !== null) {
231 return $id;
/plugin/webdav/
H A Dadmin.php89 foreach ($locks as $id => $lock) {
92 unset($locks[$id]);
/plugin/diagramsnet/lib/img/lib/mscae/
H A DData_Lake_Storage.svg1id="B" d="M41.45 32.56c-2.235 0-4.16-.953-5.038-2.326a.49.49 0 0 0-.827-.002c-.886 1.374-2.828 2.3…
/plugin/publish/_test/
H A Dmail.unit.test.php25 …$expected_difflink = 'http://wiki.example.com' . DOKU_BASE . 'doku.php?id=wiki:syntax&do=diff&rev2…
68 Previous Revision: http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $oldrevision .…
/plugin/combo/action/
H A Dindexer.php68 * in {@link idx_addPage} (page is the id)
103 $id = $event->data['page'];
104 $page = MarkupPath::createMarkupFromId($id);
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg10 <metadata id="license">
40 <g id="svgstar" transform="translate(150, 150)">
41 <path id="svgbar" fill="#ffb13b"
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php232 $id = $node->getId();
233 $depth = substr_count($id, '/');
235 if ($id != 'index' &&
/plugin/tiledblog/
H A Dsyntax.php150 $id = $entry['id'];
155 $meta = p_get_metadata ($id);
161 <a href="'.wl ($id).'">
/plugin/extendpage/meta/
H A DAssignments.php96 public function removePattern($id) argument
100 $ok = (bool) $this->sqlite->query($sql, array($id));
107 $res = $this->sqlite->query($sql, $id);
/plugin/schulzevote/
H A Dhelper.php210 foreach ($this->votes as $id => $vote)
212 unset ($this->votes[$id]);
220 foreach ($this->votes as $id => $vote) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php49 * @param int $id
52 public static function abandon(int $id)
54 return new AbandonRequest($id);
50 abandon(int $id) global() argument
/plugin/sectiontoggle/
H A Daction.php51 $id = implode("|",$this->normalize_names($this->getConf('xcl_pg')));
52 if($id && preg_match('/^' . $id. '$/',$ID)) {
122 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
168 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php154 $id = $element->getAttribute('id');
155 if ($id !== null) {
156 $idFilter = sprintf('@for = %s', XPathEscaper::escapeQuotes($id));
200 $formId = $form->getAttribute('id');
211 '//form[@id = %1$s]//input[@name = %2$s%3$s'
/plugin/struct/helper/
H A Dfield.php205 $id = uniqid('struct__', true);
206 $input = $field->getValueEditor($name, $id);
209 $html .= "<label class=\"$lclass\" data-column=\"$colname\" for=\"$id\">";
/plugin/structpublish/action/
H A Dbanner.php131 * @param string $id page id
136 protected function makeLink($id, $rev, $text) argument
138 $url = wl($id, ['rev' => $rev]);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19id],a.update(),b("mina.stop."+a.id,a)},n=function(){var a=this;a.pdif||(delete c[a.id],a.update(),… property in AnonymousFunction85d6629b0f00.t
20id,this,e[a],a),e[a]}return e[a]=c,b("snap.data.set."+this.id,this,c,a),this},m.removeData=functio…
21id,k),i?h[c]&&a.animate.apply(a,h[c]):a.animate(d,e,f,n)})},g.remove=function(){for(;this.length;)…
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59id,queryDef){if(!this.layerDefs){this.layerDefs={}}if(queryDef){this.layerDefs[id]=queryDef}else{d… argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js647 var id = String( parseInt( Math.random() * 0xfffffff, 10 ) ) ;
648 element._FCKMarkerId = id ;
650 if ( ! markerObj[id] )
651 markerObj[id] = { 'element' : element, 'markers' : {} } ;
652 markerObj[id]['markers'][attrName] = value ;
657 var id = element._FCKMarkerId ;
658 if ( ! id )
661 for ( var j in markerObj[id]['markers'] )
664 delete markerObj[id] ;
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php403 public $id; variable in Google_Advertiser
471 public function setId( $id) { argument
472 $this->id = $id;
475 return $this->id;
1401 public $id; variable in Google_Link
1479 public function setId( $id) { argument
1480 $this->id = $id;
1483 return $this->id;
1661 public $id; variable in Google_Publisher
1690 $this->id = $id;
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js674 attMap[atts[i].id] = atts[i];
833 searchResultsMap[res.id] = res;
837 tr.setAttribute('data-url', res.id);
904 var id = href.substring(19);
908 if (id)
1190 if(mxUtils.indexOf(libIds, lib.id) != -1)
1332 return this.desc.id != null;
1341 return this.desc.id == null;
1624 return this.desc.id;
1632 return this.desc.id != null;
[all …]
/plugin/googleanalytics/
H A Dscript.js48 ga('set', 'dimension2', JSINFO.ga.id);
50 ga('send', 'event', 'wiki-action', JSINFO.ga.action, JSINFO.id, {
/plugin/refnotes/
H A Dscript.js7 return jQuery('<div id="insitu__fn" />')
26 setNoteId(id) { argument
28 let note = jQuery('#' + id.replace(/:/g, '\\:') + '\\:text');

1...<<81828384858687888990>>...142