Home
last modified time | relevance | path

Searched refs:id (Results 1651 – 1675 of 3526) sorted by relevance

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

/plugin/bez/mdl/
H A DLabel.php6 protected $id, $name, $count, $added_by, $added_date;
9 return array('id', 'name', 'count', 'added_by', 'added_date');
19 if ($this->id === NULL) {
H A DTask_program.php12 protected $id, $name, $count, $added_by, $added_date;
15 return array('id', 'name', 'count', 'added_by', 'added_date');
25 if ($this->id === NULL) {
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19id:a.formatID(i)})},HandleNoTag:function(i){if(this.stack.global.tag){delete this.stack.global.tag… property in AnonymousFunctiondf5badaf0500.l
/plugin/davcal/action/
H A Ddisable.php29 $id = ltrim($data[1].':'.$data[2], ':');
31 $this->hlp->disableCalendarForPage($id);
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js89 var byId = function ( id ) { argument
90 return document.getElementById(id);
315 if ( !el.id ) {
316 el.id = "step-" + (idx + 1);
319 stepsData["impress-" + el.id] = step;
415 return (step && step.id && stepsData["impress-" + step.id]) ? step : null;
440 var step = stepsData["impress-" + el.id];
444 body.classList.remove("impress-on-" + activeStep.id);
448 body.classList.add("impress-on-" + el.id);
612 window.location.hash = lastHash = "#/" + event.target.id;
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js91 TrelloClient.prototype.getLibrary = function(id, success, error) argument
93 this.getFile(id, success, error, false, true);
99 TrelloClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
106 var ids = id.split(this.SEPARATOR);
152 meta.compoundId = id;
361 fileMeta.compoundId = cardId + this.SEPARATOR + fileMeta.id
416 fn = (fn != null) ? fn : mxUtils.bind(this, function(id) argument
418 this.ui.loadFile('T' + encodeURIComponent(id));
533 fn(cardId + this.SEPARATOR + file.id);
637 cardId = card.id;
[all …]
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js39 recentList[file.id] = file;
282 getODFileInfo(file.id, file.parentReference.driveId, function(completeFile)
472 fillFolderFiles('site', null, selectedFile.id, selectedFile.displayName);
476 fillFolderFiles('subsite', null, selectedFile.id, selectedFile.name);
483 var id = selectedFile.id;
487 fillFolderFiles(folderDI, id, null, selectedFile.name);
634 for (var id in recentList)
636 list.push(recentList[id]);
747 style.id = 'mxODPickerCss';
776 switch(this.id)
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js.map1id","task","$keyboardNavigation","dispatcher","isTaskFocused","this","getTaskPosition","isLinkDisp…
/plugin/yuriigantt/src/
H A DJsonRequest.php85 $responseData = ['action' => 'inserted', 'tid' => $task->id];
88 $responseData = ['action' => 'inserted', 'tid' => $link->id];
94 $this->driver->deleteTask($this->payload->id);
97 $this->driver->deleteLink($this->payload->id);
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js40 id: 'tab-basic',
45 id: 'div_types',
55 id: 'specials',
64 id: 'wrap',
/plugin/jsonrpc/
H A DIJR_Server.php15 var $id; variable in IJR_Server
56 $this->id = $data['id'];
74 $result['id']=$this->id;
151 $result['id']=$this->id;
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dhard_disk.svg1id="A" x1="413.152" y1="612.393" x2="413.152" y2="347.733" gradientUnits="userSpaceOnUse"><stop of…
H A Dpda.svg1id="A" x1="140.361" y1="214.086" x2="142.795" y2="112.779" gradientUnits="userSpaceOnUse"><stop of…
H A Dgeneric_server.svg1id="A" x1="83.839" y1="200.393" x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offse…
H A Dmodem.svg1id="A" x1="115.851" y1="190.464" x2="118.036" y2="121.241" gradientUnits="userSpaceOnUse"><stop of…
/plugin/searchpattern/
H A Dsyntax.php123 $id = pathID($file); //get current file ID
127 if(auth_quickaclcheck($id) < AUTH_READ) { //if user don't have enough rights
138 if($id == $page){ //if the analyzed page is in the list
148 if(substr($id,0,strlen($nmsp)) == $nmsp){ //if analyzed page is in the list
162 if($id == $page){ //if analyzed page is in the exclusion list
169 if(substr($id,0,strlen($nmsp)) == $nmsp){ //if analyzed page is in the exclusion list
176 if($INFO['id'] == $id){ //if we are processing the page in which plugin has been called
185 $data[$id] = $nboccur; //store it in data
188 $data['{'.$id.'}'] = $matches;
/plugin/swiftmail/
H A DSwift.php121 public function attachPlugin(Swift_Events_Listener $plugin, $id) argument
127 if ($plugin instanceof $listener) $this->listeners[$key][$id] = $plugin;
135 public function getPlugin($id) argument
139 if (isset($arr[$id])) return $this->listeners[$type][$id];
147 public function removePlugin($id) argument
151 if (isset($arr[$id]))
153 $this->listeners[$type][$id] = null;
154 unset($this->listeners[$type][$id]);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc27 'id' => 'my_id',
58 'id' => 'my_id',
145 by requesting a document by its full `index/type/id` path:
151 'id' => 'my_id'
178 'id' => 'my_id',
202 'id' => 'my_id',
226 'id' => 'my_id',
248 Finally, you can delete documents by specifying their full `/index/_doc_/id`
255 'id' => 'my_id'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc10 'id' => 0,
25 'id' => 1,
/plugin/data-au/
H A Dscript.js60 response(jQuery.map(dataau, function (name, id) { argument
62 label: name + ' (' + id + ')',
63 value: id
/plugin/oauth/
H A DSession.php37 * @param string $id pageID to return to after login
40 public function setLoginData($servicename, $id) argument
44 'id' => $id,
51 * @return false|array Either [servicename=>*, id=>*] or false
/plugin/data/
H A Dscript.js60 response(jQuery.map(data, function (name, id) { argument
62 label: name + ' (' + id + ')',
63 value: id
/plugin/confmanager/
H A Dhelper.php28 * @param string $id Config ID
31 public function getConfigById($id) { argument
33 if ($this->getConfigId($config) === $id) {
/plugin/semanticdata/syntax/
H A Dentry.php168 function _saveData($data,$id,$title){ argument
177 if(!$title) $title = $id;
183 sprintf('DELETE DATA { <%s%s> ?s ?o }',$this->getConf('base_url'),urlencode($id));
192 …itle \"%s\" ; spd:class \"%s\" . }",$this->getConf('base_url'),urlencode($id),$id,$title,$class);
203 …sprintf('{ <%s%s> <%s%s> "%s" . }',$this->getConf('base_url'),urlencode($id),$this->getConf('base_…
209 …sprintf('{ <%s%s> <%s%s> "%s" . }',$this->getConf('base_url'),urlencode($id),$this->getConf('base_…
/plugin/bureaucracy/helper/
H A Dactiontemplate.php133 * @param string $id the id of the page to be created
136 protected function rawPageTemplate($id) { argument
139 $path = dirname(wikiFN($id));
404 $id = $ns.':'.$file['name'];
405 resolve_mediaid($this->pagename, $id, $ignored); // resolve relatives
407 $auth = $this->aclcheck($id); // runas
415 $id,

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