Home
last modified time | relevance | path

Searched refs:tempinput (Results 1 – 13 of 13) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/core/Services/
H A DUtilities.php239 $tempinput = [];
242 $tempinput[$offset] = json_decode($input->{$offset}->none(), true);
247 $tempinput = new JitFilter($tempinput);
248 $tempinput->setDefaultFilter('xss');
250 $tempinput->replaceFilters(['anchor' => 'striptags', 'referer' => 'striptags']);
254 $tempinput->replaceFilters($filters);
258 if ($tempinput->offsetExists($offset)) {
259 $this->{$offset} = $tempinput[$offset]->asArray();
261 if ($offset === 'items' && isset($tempinput[$offset])) {
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmKAKADUCodec.cxx71 char *tempinput = tempnam(0, "gdcminkduexp"); in Decode()
73 if( !tempinput || !tempoutput ) in Decode()
79 std::string input = tempinput; in Decode()
127 free(tempinput); in Decode()
143 char *tempinput = tempnam(0, "gdcminkduexp"); in Decode()
145 if( !tempinput || !tempoutput ) in Decode()
151 std::string input = tempinput; in Decode()
202 free(tempinput); in Decode()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmKAKADUCodec.cxx71 char *tempinput = tempnam(0, "gdcminkduexp"); in Decode()
73 if( !tempinput || !tempoutput ) in Decode()
79 std::string input = tempinput; in Decode()
127 free(tempinput); in Decode()
143 char *tempinput = tempnam(0, "gdcminkduexp"); in Decode()
145 if( !tempinput || !tempoutput ) in Decode()
151 std::string input = tempinput; in Decode()
202 free(tempinput); in Decode()
/dports/net-im/kopete/kopete-21.12.3/libkopete/avdevice/
H A Dvideodevice.cpp431 VideoInput tempinput; in checkDevice() local
432 tempinput.name = QString::fromLocal8Bit((const char *)videoinput.name); in checkDevice()
433 tempinput.hastuner = videoinput.type & V4L2_INPUT_TYPE_TUNER; in checkDevice()
435 tempinput.m_standards = videoinput.std; in checkDevice()
436 m_input.push_back(tempinput); in checkDevice()
437 …qDebug() << "Input " << loop << ": " << tempinput.name << " (tuner: " << ((videoinput.type & V4L2_… in checkDevice()
494 VideoInput tempinput; in checkDevice() local
495 tempinput.name = QString::fromLocal8Bit((const char *)videoinput.name); in checkDevice()
496 tempinput.hastuner = videoinput.flags & VIDEO_VC_TUNER; in checkDevice()
498 m_input.push_back(tempinput); in checkDevice()
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DHtWordCodec.cc384 String tempinput; in code() local
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmpu4.cpp849 uint8_t tempinput = m_aux1_port->read()|m_aux1_input; in pia_ic5_porta_r() local
852 return ~tempinput; in pia_ic5_porta_r()
856 return tempinput; in pia_ic5_porta_r()
1064 uint8_t tempinput = m_aux2_port->read()|m_aux2_input; in pia_ic5_portb_r() local
1067 return ~tempinput; in pia_ic5_portb_r()
1071 return tempinput; in pia_ic5_portb_r()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmpu4.cpp849 uint8_t tempinput = m_aux1_port->read()|m_aux1_input; in pia_ic5_porta_r() local
852 return ~tempinput; in pia_ic5_porta_r()
856 return tempinput; in pia_ic5_porta_r()
1064 uint8_t tempinput = m_aux2_port->read()|m_aux2_input; in pia_ic5_portb_r() local
1067 return ~tempinput; in pia_ic5_portb_r()
1071 return tempinput; in pia_ic5_portb_r()
/dports/games/jfsw/jfsw-c434002/src/
H A Dnet.c1152 SW_PACKET tempinput; in getpackets() local
1252 j += DecodeBits(&tempinput, in getpackets()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dnetwork.cpp1300 SW_PACKET tempinput; in getpackets() local
1395 j += DecodeBits(&tempinput, in getpackets()
/dports/math/topaz/topaz-3.41/topaz/
H A Dcui.cc847 std::string tempinput = *input; in execselect() local
890 if (edittextwindow(menuwin, &tempinput, otherscaption, false) == true) in execselect()
892 *input = tempinput; in execselect()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/
H A DL3Parser.cpp2527 string tempinput = l3p->input.str(); in sbml_yylex() local
2530 l3p->input.str(tempinput); in sbml_yylex()
H A DL3Parser.ypp764 string tempinput = l3p->input.str();
767 l3p->input.str(tempinput);
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/
H A DL3Parser.cpp2527 string tempinput = l3p->input.str(); in sbml_yylex() local
2530 l3p->input.str(tempinput); in sbml_yylex()