Home
last modified time | relevance | path

Searched refs:zValue (Results 1 – 25 of 1207) sorted by relevance

12345678910>>...49

/dports/www/rssroll/libcez-1.05/src/fossil/
H A Dcgi.c72 aParamQP[nUsedQP].zValue = zValue; in cgi_set_parameter_nocopy()
141 return aParamQP[mid].zValue; in cgi_parameter()
155 const char *zValue = getenv(zName); in cgi_parameter() local
156 if( zValue ){ in cgi_parameter()
159 return zValue; in cgi_parameter()
252 char *zValue; in add_param_list() local
259 zValue = z; in add_param_list()
265 dehttpize(zValue); in add_param_list()
268 zValue = ""; in add_param_list()
274 json_setenv( zName, cson_value_new_string(zValue,strlen(zValue)) ); in add_param_list()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/annotations/undo/
H A DArrangeCommandTest.cpp36 QCOMPARE((int) item1.zValue(), 1); in TestRedo_Should_SwapItemPosition()
37 QCOMPARE((int) item2.zValue(), 2); in TestRedo_Should_SwapItemPosition()
41 QCOMPARE((int) item1.zValue(), 2); in TestRedo_Should_SwapItemPosition()
42 QCOMPARE((int) item2.zValue(), 1); in TestRedo_Should_SwapItemPosition()
63 QCOMPARE((int) allItems[0]->zValue(), 2); in TestRedo_Should_SortItemByZValue()
64 QCOMPARE((int) allItems[1]->zValue(), 1); in TestRedo_Should_SortItemByZValue()
65 QCOMPARE((int) allItems[2]->zValue(), 3); in TestRedo_Should_SortItemByZValue()
88 QCOMPARE((int) item1.zValue(), 2); in TestUndo_Should_SwapItemPositionBack()
89 QCOMPARE((int) item2.zValue(), 1); in TestUndo_Should_SwapItemPositionBack()
93 QCOMPARE((int) item1.zValue(), 1); in TestUndo_Should_SwapItemPositionBack()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/annotations/modifiers/
H A DAnnotationItemArrangerTest.cpp50 QCOMPARE((int) item1.zValue(), 3); in TestBringToFront_Should_BringAllSelectedItemsToFront()
51 QCOMPARE((int) item2.zValue(), 4); in TestBringToFront_Should_BringAllSelectedItemsToFront()
52 QCOMPARE((int) item3.zValue(), 1); in TestBringToFront_Should_BringAllSelectedItemsToFront()
53 QCOMPARE((int) item4.zValue(), 2); in TestBringToFront_Should_BringAllSelectedItemsToFront()
84 QCOMPARE((int) item1.zValue(), 2); in TestBringForward_Should_MoveAllSelectedItemsOnePositionUp()
85 QCOMPARE((int) item2.zValue(), 3); in TestBringForward_Should_MoveAllSelectedItemsOnePositionUp()
86 QCOMPARE((int) item3.zValue(), 1); in TestBringForward_Should_MoveAllSelectedItemsOnePositionUp()
87 QCOMPARE((int) item4.zValue(), 4); in TestBringForward_Should_MoveAllSelectedItemsOnePositionUp()
118 QCOMPARE((int) item1.zValue(), 1); in TestSendBackward_Should_MoveAllSelectedItemsOnePositionBack()
119 QCOMPARE((int) item2.zValue(), 4); in TestSendBackward_Should_MoveAllSelectedItemsOnePositionBack()
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dtag.c69 tagid, origId, zValue in tag_propagate()
74 zValue = 0; in tag_propagate()
197 zValue = 0; in tag_insert()
222 zCol, zValue, rid); in tag_insert()
234 zValue, rid); in tag_insert()
257 const char *zValue; in testtag_cmd() local
278 zValue = g.argc==5 ? g.argv[4] : 0; in testtag_cmd()
348 if( tagtype>0 && zValue && zValue[0] ){ in tag_add_artifact()
509 char *zValue; in tag_cmd() local
526 zValue = g.argc==6 ? g.argv[5] : 0; in tag_cmd()
[all …]
H A Dcgi.c545 aParamQP[nUsedQP].zValue = zValue; in cgi_set_parameter_nocopy()
569 const char *zValue, in cgi_set_parameter_nocopy_tolower() argument
598 aParamQP[i].zValue = zValue; in cgi_replace_parameter()
608 aParamQP[i].zValue = zValue; in cgi_replace_query_parameter()
692 char *zValue; in add_param_list() local
699 zValue = z; in add_param_list()
708 zValue = ""; in add_param_list()
718 json_setenv( zName, cson_value_new_string(zValue,strlen(zValue)) ); in add_param_list()
847 char *zValue; in process_multipart_form_data() local
1317 if( zValue ){ in cgi_parameter()
[all …]
H A Djson_tag.c62 char const * zValue = NULL; in json_tag_add() local
98 zValue = json_find_option_cstr("value",NULL,NULL); in json_tag_add()
99 if(!zValue && !fossil_has_json()){ in json_tag_add()
100 zValue = json_command_arg(5); in json_tag_add()
104 tag_add_artifact(zPrefix, zName, zCheckin, zValue, in json_tag_add()
111 cson_object_set(pay, "value", (zValue&&*zValue) in json_tag_add()
112 ? json_new_string(zValue) in json_tag_add()
394 const char *zValue = db_column_text(&q, 1); in json_tag_list() local
406 if( zValue && zValue[0] ){ in json_tag_list()
407 cson_object_set( obj, zName, json_new_string(zValue) ); in json_tag_list()
H A Dtkt.c116 aField[i].zValue = ""; in getAllTicketFields()
240 zMimetype = p->aField[i].zValue; in ticket_insert()
762 const char *zValue; in submitTicketCmd() local
766 if( zValue ){ in submitTicketCmd()
769 || memcmp(zValue, aField[i].zValue, nValue)!=0 in submitTicketCmd()
773 zValue = db_conceal(zValue, nValue); in submitTicketCmd()
1559 char *zValue = 0; in ticket_cmd() local
1565 }else if( aField[i].zValue && aField[i].zValue[0] ){ in ticket_cmd()
1567 zValue = aField[i].zValue; in ticket_cmd()
1572 zValue = db_conceal(zValue, strlen(zValue)); in ticket_cmd()
[all …]
H A Dhttp_ssl.c454 char *zName, *zValue; in ssl_certificate_exception_exists() local
461 zValue = db_get(zName,0); in ssl_certificate_exception_exists()
463 return zValue!=0 && strcmp(zHash,zValue)==0; in ssl_certificate_exception_exists()
551 const char *zName, *zValue; in test_tlsconfig_info()
559 zValue = fossil_getenv(zName); in test_tlsconfig_info()
560 if( zValue==0 ) zValue = ""; in test_tlsconfig_info()
562 fossil_print("%s:%*s%s\n", zName, 18-nName, "", zValue); in test_tlsconfig_info()
564 zValue = fossil_getenv(zName); in test_tlsconfig_info()
565 if( zValue==0 ) zValue = ""; in test_tlsconfig_info()
567 fossil_print("%s:%*s%s\n", zName, 18-nName, "", zValue); in test_tlsconfig_info()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgslayout.py502 self.assertEqual(item1.zValue(), 1)
503 self.assertEqual(item2.zValue(), 2)
504 self.assertEqual(item3.zValue(), 3)
512 self.assertEqual(item1.zValue(), 1)
513 self.assertEqual(item2.zValue(), 2)
514 self.assertEqual(item3.zValue(), 3)
518 self.assertEqual(item1.zValue(), 1)
519 self.assertEqual(item2.zValue(), 2)
520 self.assertEqual(item3.zValue(), 3)
523 self.assertEqual(item1.zValue(), 1)
[all …]
H A Dtest_qgslayoutview.py312 self.assertEqual(item1.zValue(), 1)
313 self.assertEqual(item2.zValue(), 2)
314 self.assertEqual(item3.zValue(), 3)
322 self.assertEqual(item1.zValue(), 1)
323 self.assertEqual(item2.zValue(), 2)
324 self.assertEqual(item3.zValue(), 3)
329 self.assertEqual(item1.zValue(), 1)
330 self.assertEqual(item2.zValue(), 2)
331 self.assertEqual(item3.zValue(), 3)
336 self.assertEqual(item1.zValue(), 1)
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgslayout.py502 self.assertEqual(item1.zValue(), 1)
503 self.assertEqual(item2.zValue(), 2)
504 self.assertEqual(item3.zValue(), 3)
512 self.assertEqual(item1.zValue(), 1)
513 self.assertEqual(item2.zValue(), 2)
514 self.assertEqual(item3.zValue(), 3)
518 self.assertEqual(item1.zValue(), 1)
519 self.assertEqual(item2.zValue(), 2)
520 self.assertEqual(item3.zValue(), 3)
523 self.assertEqual(item1.zValue(), 1)
[all …]
H A Dtest_qgslayoutview.py312 self.assertEqual(item1.zValue(), 1)
313 self.assertEqual(item2.zValue(), 2)
314 self.assertEqual(item3.zValue(), 3)
322 self.assertEqual(item1.zValue(), 1)
323 self.assertEqual(item2.zValue(), 2)
324 self.assertEqual(item3.zValue(), 3)
329 self.assertEqual(item1.zValue(), 1)
330 self.assertEqual(item2.zValue(), 2)
331 self.assertEqual(item3.zValue(), 3)
336 self.assertEqual(item1.zValue(), 1)
[all …]
/dports/games/ktuberling/ktuberling-21.12.3/
H A Daction.cpp74 ActionMove::ActionMove(ToDraw *item, const QPointF &oldPos, int zValue, QGraphicsScene *scene) in ActionMove() argument
75 : m_item(item), m_zValue(zValue), m_scene(scene) in ActionMove()
83 qreal zValue = m_item->zValue(); in redo() local
86 m_zValue = zValue; in redo()
91 qreal zValue = m_item->zValue(); in undo() local
94 m_zValue = zValue; in undo()
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/
H A Dvideo.cpp114 if (a.zValue == b.zValue) in layerComparator()
116 return b.zValue - a.zValue; in layerComparator()
229 if (it->zValue != zValue) { in startAnimationInternal()
231 l.zValue = zValue; in startAnimationInternal()
352 l.zValue = zValue; in addLayer()
777 _videoZ = zValue; in playVideo()
854 int zValue, in playAnimWithSoundInternal() argument
886 int zValue, in playAnimWithSpeech() argument
897 int zValue, in playAnimWithSFX() argument
906 int zValue, in playAnimWithMusic() argument
[all …]
H A Dvideo.h204 int zValue,
210 int zValue,
216 int zValue,
220 void playAnim(const LayerId &animName, int zValue,
229 void addStaticLayer(const LayerId &name, int zValue, Common::Point offset = Common::Point(0, 0));
242 void playVideo(const Common::String &name, int zValue,
293 void playStatueSMK(StatueId id, const LayerId &animName, int zValue,
319 int zValue; member
334 int zValue,
341 int zValue,
[all …]
/dports/www/rssroll/libcez-1.05/src/config/
H A Dconfig_array.c44 char *zValue; /* Value of the query parameter or cookie */ member
48 void config_array_cb(const char *zName, const char *zValue){ in config_array_cb() argument
59 aParamQP[nUsedQP].zValue = strdup(zValue); in config_array_cb()
67 printf("name=%s, value=%s\n", aParamQP[i].zName, aParamQP[i].zValue); in config_array_print()
74 free(aParamQP[i].zValue); in config_array_purge()
119 return aParamQP[mid].zValue; in config_array_value_get()
/dports/games/lskat/lskat-21.12.3/grafix/
H A Degyptian.rc74 zValue=5.0
86 zValue=5.0
98 zValue=5.0
106 zValue=300.0
117 zValue=300.0
128 zValue=100.0
153 zValue=100.0
180 zValue=520.0
201 zValue=520.0
224 zValue=500.0
[all …]
H A Dblue.rc74 zValue=5.0
86 zValue=5.0
98 zValue=5.0
106 zValue=300.0
117 zValue=300.0
128 zValue=100.0
153 zValue=100.0
180 zValue=520.0
201 zValue=520.0
224 zValue=500.0
[all …]
H A Doxygen.rc74 zValue=5.0
86 zValue=5.0
98 zValue=5.0
106 zValue=300.0
117 zValue=300.0
128 zValue=100.0
153 zValue=100.0
180 zValue=520.0
201 zValue=520.0
224 zValue=500.0
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/data/shaders/
H A Dconnector.vs80 float doNotDraw, isProjected, zValue, zTarget;
84 …zeInScreen, offset, drawVector, doNotDraw, a_relative_mode, isProjected, zValue, a_con_width, zTar…
86 …de_1, connector_mode_2, connector_mode_3, connector_mode_4, a_rel_ext_length, isProjected, zValue);
88 // if the zValue is not within the clipping planes, then set the transformedTarget z
89 // to the zValue as well, to make sure that the connector doesn't get drawn
90 float withinView = step(zValue, 1.) * step(-1., zValue);
91 transformedTarget.z = withinView * transformedTarget.z + (1.-withinView) * zValue;
/dports/games/kfourinline/kfourinline-21.12.3/grafix/
H A Dyellow.rc73 zValue=10.0
95 zValue=10.0
109 zValue=250.0
129 zValue=200.0
170 zValue=120.0
195 zValue=120.0
220 zValue=100.0
253 zValue=150.0
265 zValue=1.0
289 zValue=150.0
[all …]
H A Dyellow_reflection.rc75 zValue=10.0
97 zValue=10.0
111 zValue=250.0
131 zValue=200.0
172 zValue=120.0
197 zValue=120.0
222 zValue=100.0
255 zValue=150.0
267 zValue=1.0
291 zValue=150.0
[all …]
H A Ddefault.rc75 zValue=10.0
97 zValue=10.0
111 zValue=250.0
131 zValue=200.0
172 zValue=120.0
197 zValue=120.0
222 zValue=100.0
255 zValue=150.0
267 zValue=1.0
291 zValue=150.0
[all …]
H A Dgray_reflection.rc75 zValue=10.0
97 zValue=10.0
111 zValue=250.0
131 zValue=200.0
172 zValue=120.0
197 zValue=120.0
222 zValue=100.0
255 zValue=150.0
267 zValue=1.0
291 zValue=150.0
[all …]
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dcgi.c460 aParamQP[nUsedQP].zValue = zValue; in cgi_set_parameter_nocopy()
495 char *zValue; in add_param_list() local
502 zValue = z; in add_param_list()
508 dehttpize(zValue); in add_param_list()
641 char *zValue; in process_multipart_form_data() local
652 if( zName && zValue ){ in process_multipart_form_data()
753 return aParamQP[mid].zValue; in cgi_parameter()
971 if( zValue==0 ) return; in cgi_input_elem()
1020 if( zValue && zValue[0] ){ in cgi_input_elem()
1112 zValue, zDflt, zLabel in cgi_checkbox()
[all …]

12345678910>>...49