Home
last modified time | relevance | path

Searched refs:key (Results 2001 – 2025 of 2492) sorted by relevance

1...<<81828384858687888990>>...100

/plugin/pdftools/
H A Dadmin.php34 $command = key($_REQUEST['cmd']);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php101 * @see http://php.net/manual/en/iterator.key.php
103 public function key(): ?string
96 public function key(): ?string global() function in Elastica\\Scroll
/plugin/copycode/
H A DREADME.md23 - Fix : commented an alert on unused mouse key clic (like previous or next buttons)
/plugin/bureaucracy-au/
H A Dsyntax.php311 foreach($_FILES['bureaucracy'] as $key => $value) {
312 $file[$key] = $value[$index];
/plugin/bureaucracyau/
H A Dsyntax.php311 foreach($_FILES['bureaucracyau'] as $key => $value) {
312 $file[$key] = $value[$index];
/plugin/judge/helper/
H A Djdatetime.class.php128 foreach ($keys as $k => $key) {
131 switch ($key) {
/plugin/offline/
H A Dcreate.php160 foreach ($offlineConf as $key => $value) {
161 $parametersStr .= '-- ' . $key . ' = ' . $value . "\n";
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php21 foreach ($comp->children() as $key => $subcomponent) {
28 $this->assertEquals(1, $key);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php310 $defaultConnection = key($connections);
313 $defaultManager = key($managers);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php22 foreach($comp->children() as $key=>$subcomponent) {
29 $this->assertEquals(1,$key);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php22 foreach($comp->children() as $key=>$subcomponent) {
29 $this->assertEquals(1,$key);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php482 $key = $type::savePublicKey($this->modulus, $this->publicExponent);
483 return RSA::loadFormat('PKCS8', $key)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php702 foreach ($types as $key => $resourceInfo) {
703 if (in_array($key, $resourceTypes)) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php22 foreach($comp->children() as $key=>$subcomponent) {
29 $this->assertEquals(1,$key);
/plugin/siteexport/inc/
H A Dtoc.php165 $key = noNS($elemToAdd['id']);
166 $DATA[$key] = $elemToAdd;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php489 foreach ($ThisFileInfo['comments']['track_number'] as $key => $value) {
770 foreach ($EncodedBy as $key => $value) {
771 …="'.htmlentities($_SERVER['PHP_SELF'].'?encodedbydistribution='.urlencode($key).'&showfiles=1&m3u=…
772 echo '<TD VALIGN="TOP"><b>'.$key.'</b></td>';
1102 foreach ($Comments['all']['track'] as $key => $value) {
1271 foreach ($Mismatched as $key => $value) {
1272 if ($value && ($EmptyTags["$key"] === false)) {
1283 foreach ($EmptyTags as $key => $value) {
1285 switch ($key) {
/plugin/wysiwyg/css/
H A Dfck_editorarea.css25 * the value of the FCKConfig.EditorAreaCSS key in the configuration
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css25 * the value of the FCKConfig.EditorAreaCSS key in the configuration
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php418 foreach ($thisfile_id3v2['comments']['genre'] as $key => $value) {
419 unset($thisfile_id3v2['comments']['genre'][$key]);
425 foreach ($thisfile_id3v2['comments']['track'] as $key => $value) {
427 …ents']['tracknum'][$key], $thisfile_id3v2['comments']['totaltracks'][$key]) = explode('/', $thisfi…
1563 foreach ($frame_rawpricearray as $key => $val) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md191 `keyExists($array, $key, $message = '')` | Check that a key exists in an array
192 `keyNotExists($array, $key, $message = '')` | Check that a key does not exist in an array
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js763 graph.setCellStyles(key, value, cells);
766 if (key == mxConstants.STYLE_FONTSIZE)
1105 graph.setCellStyles(key, value, temp);
1512 graph.setCellStyles(key, value, cells);
1525 if (key != null)
4692 rules[ruleIndex].style[key] = color;
6138 for (var key in style)
6141 result[key] != mxConstants.NONE) ||
6142 (key != mxConstants.STYLE_FILLCOLOR &&
6143 key != mxConstants.STYLE_STROKECOLOR)))
[all …]
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersCifPdb.jar ... cellParamNames private static final String[] TransformFields private String key private String data private java.util.Hashtable atomTypes ...

1...<<81828384858687888990>>...100