Home
last modified time | relevance | path

Searched refs:id (Results 1851 – 1875 of 3526) sorted by relevance

1...<<71727374757677787980>>...142

/plugin/swfobject/
H A Dscript.js4id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af]… property in P.B
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php430 $id = null;
432 $id = $this->document->documentElement->getAttribute('ID');
434 return $id;
448 $id = null;
450 $id = $assertionNodes->item(0)->getAttribute('ID');
452 return $id;
1042 … $id = substr($responseReferenceNode->attributes->getNamedItem('URI')->nodeValue, 1);
1044 $nameQuery = "/samlp:Response[@ID='$id']/saml:Assertion" . $assertionXpath;
1051 …$id = $assertionReferenceNode->parentNode->parentNode->parentNode->attributes->getNamedItem('ID')-…
1053 … $id = substr($assertionReferenceNode->attributes->getNamedItem('URI')->nodeValue, 1);
[all …]
/plugin/xcom/lang/en/
H A Dhowto.txt7 …. Often, however, queries require an id. For these, you enter the id in the ''ID'' textbox. If you…
24 …- If your query requires an id, enter that in the ''ID'' text box. The id must be the complete id
25 …ated by commas, in the ''Options'' text box. ** Do not ** re-enter the ''id'' in this additiona…
43id of a remote page or media file into the ''ID'' field and click the ''Local save'' button. If yo…
54 … page of snippets from pages with the matching texts; clicking on the page id's for these snippets…
/plugin/combo/ComboStrap/
H A DTagAttributes.php60 const ID_KEY = "id";
128 const WIKI_ID = "wiki-id";
171 * The default id if no one is specified
486 * Type of data: list (class) or atomic (id)
701 "id" => $once,
740 * Example the wiki id of the root namespace
857 $id = ExecutionContext::getActualOrCreateFromEnv()
860 $this->addComponentAttributeValue(TagAttributes::GENERATED_ID_KEY, $id);
869 * width can be zero, wiki-id can be the empty string (ie root namespace)
1203 $id
1502 setId(string $id) global() argument
[all...]
H A DDatabasePageRow.php62 * For whatever reason, the row id is lowercase
179 * @throws ExceptionNotExists - no page id to add
311 static function getFromDokuWikiId($id): DatabasePageRow
314 $databasePage->markupPath = MarkupPath::createMarkupFromId($id);
315 $row = $databasePage->getDatabaseRowFromDokuWikiId($id);
463 // no page id
477 * Named identifier: id (ie path)
480 $id = $markupPath->getPathObject()->toWikiPath()->getWikiId();
481 return $this->getDatabaseRowFromDokuWikiId($id);
634 * If the user copy a frontmatter with the same page id abb
297 getFromDokuWikiId($id) global() argument
1017 getDatabaseRowFromDokuWikiId(string $id) global() argument
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js.map1id","css","templates","marker_class","title","className","start","posFromDate","style","left","hei…
/plugin/odp/
H A Drenderer.php506 function toc_additem($id, $text, $level) { argument
1084 function reference($id, $name = NULL) { argument
1098 function internallink($id, $name = NULL) { argument
1102 $default = $this->_simpleTitle($id);
1104 resolve_pageid(getNS($ID),$id,$exists);
1108 list($id,$hash) = explode('#',$id,2);
1109 $url = wl($id,'',true);
1112 if ($ID == $id) {
1204 function _getLinkTitle($title, $default, & $isImage, $id=null) { argument
1209 if ($conf['useheading'] && $id) {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php161 public $id; variable in Google_Product
184 public function setId( $id) { argument
185 $this->id = $id;
188 return $this->id;
241 public $id; variable in Google_Products
309 public function setId( $id) { argument
310 $this->id = $id;
313 return $this->id;
650 public $id; variable in Google_ShoppingModelCategoryJsonV1
655 $this->id = $id;
[all …]
/plugin/pgn4web/pgn4web/images/igorsvg/
H A Dbp.svg3 <g label="Layer 1" id="imagebot_2">
4 … 0 1 -903.454 -67.4099)" label="Layer 1" fill="#000000" stroke-width="1pt" id="imagebot_3" d="M 92…
/plugin/colorpicker/
H A Dscript.js23 function createColorPicker(id,list,icobase,edid){ argument
31 var $picker = jQuery('<div class="picker" id="' + id + '"></div>');
/plugin/freesync/
H A Dscript.js25 function plugin_freesync_diff(id, profile) { argument
50 ajax.runAJAX('call=_freesync_diff&id='+id+"&profile="+profile);
/plugin/feedback/
H A Dscript.js11 return window.JSINFO.id;
61 id: getPageId(),
/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php50 function update_domain($domain, $ip, $id) { argument
51 $this->db->query("UPDATE ".UC_DBTABLEPRE."domains SET domain='$domain', ip='$ip' WHERE id='$id'");
/plugin/starred/
H A Daction.php62 $id = substr($event->data, 11);
63 $this->helper->toggleStar(null, $id);
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE300.svg1id="B" d="M36.736 19.574l2.334-1.24.044 63.358-2.333 1.24z"/><path id="C" d="M25.983 13.112l2.334-…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js859 this.blink(ids[i].id, 'stop');
876 blink: function(id, action) argument
879 if ($(id) == null) return;
882 this.blinktmp[id] = $(id).style.backgroundColor;
884 this.blinktimeout[id] = setTimeout('pfc.blink(\'' + id + '\',\'loop\')', 500);
888 $(id).style.backgroundColor = this.blinktmp[id];
892 if (this.blinkloop[id] == 1)
895 this.blinkloop[id] = 2;
900 this.blinkloop[id] = 1;
902 this.blinktimeout[id] = setTimeout('pfc.blink(\'' + id + '\',\'loop\')', 500);
[all …]
/plugin/components/syntax/
H A Dslice.php58 $id = $data['id'];
64 $form->addHidden('id', $id);
/plugin/bureaucracyau/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
75 $_id = $id; //e.g. autofocus with 'focus__this' id
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedAttributes.txt
/plugin/bureaucracy-au/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
75 $_id = $id; //e.g. autofocus with 'focus__this' id
/plugin/autologoff/lang/hu/
H A Dintro.txt
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php86 $id = sprintf('diff.%s.%s', $invert ? 'in' : 'ago', $unit);
88 return $this->translator->transChoice($id, $count, array('%count%' => $count), 'date');
/plugin/diagramsnet/lib/img/lib/atlassian/
H A DJira_Software_Logo.svg1id="A"><stop offset=".18" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGra…
/plugin/epub/lang/en/
H A Dremove.txt2 When you are finished with this book, however, you should remove its id from the list of book creat…
3 …n the above button: **Remove page from creator list**. This will free the page id for other uses.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCluster.php118 foreach ($data['nodes'] as $id => $name) {
119 $nodes[] = new Node($id, $this->getClient());

1...<<71727374757677787980>>...142